A
by Anton Andriievskyi
1 (0 reviews)
API Endpoints
Add WordPress API endpoints and access your site's data in JSON, XML, RSS/ATOM, YAML or HTML.
Tested up to WP 4.2 (Current: 6.9.4)
vtrunk
Current Version vtrunk
Updated 10 years ago
Last Update on 14 Aug, 2015
Refreshed 8 hours ago
Last Refreshed on
Rank
#32,240
—
No change
Active Installs
10+
—
No change
KW Avg Position
60
—
No change
Downloads
4.3K
+1 today
Support Resolved
0%
—
No change
Rating
20%
Review 1 out of 5
1
(0 reviews)
Next Milestone 20
10+
20+
7,539
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 3 more installs to reach 20+
Rank Changes
Current
#32,240
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
1.0
0 reviews
Overall
20%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 1 of 1| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| RESTful | 60 | — | Tag | 20 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- trunk
- Last Updated
- Aug 14, 2015
- Requires WP
- 3.6.1+
- Tested Up To
- 4.2
- PHP Version
- N/A
- Author
- Anton Andriievskyi
Support & Rating
- Rating
- ★ ☆ ☆ ☆ ☆ 1
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,718
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#960
Optimole – Optimize Images | Convert WebP & AVIF | CDN & Lazy Load | Image Optimization
200K+ installs
#254
Header and Footer Scripts
200K+ installs
#255
InfiniteWP Client
200K+ installs
#256
Frequently Asked Questions
Common questions about API Endpoints
JSON, XML, CSV (comma separated values), YAML and pretty much anything with just a bit of config. You have full control of what is output and which format.
Create as many endpoints as you need. There are no limits!
Yes, you can configure a minimum user role required for each endpoint separately. You will then pass username and password variables in your call to the API, which will be used to authenticate with your existing WordPress users.
Yes, every single API Endpoint has its own optional minimal role required to access the API.
If your API is public and meant to be accessed by anyone, then no. However, if you API needs authentication, then I recommend creating a separate WordPress user and using its username/password to access the API. A separate WP account for consuming your API would make it easier to switch it ON/OFF or change its permission level accordingly when required.
By default, you would access your API endpoint by a URL like this: http://my-wordpress.com/api-endpoint/endpoint-name ... where api-endpoint is the common root URL, and endpoint-name is unique for every endpoint. Both of these pieces are configurable in the settings screen.
Yes, you can configure HTTP headers in the settings screen. To access it, click on the "Settings" menu and then on the "API Endpoints" sub-menu.
As any API, yours can return an error. For example, if someone tries to access a protected API endpoint without appropriate authentication. If this is the case, the Error Template from the settings screen will be used. There is a default error template in JSON format in place, but you can easily tune it to your own needs.
In the Settings screen, in front of every api endpoint there is an "Open" button. Clicking on it opens a new tab in your browser linking to the URL the API. You can also use special tools to test you API, for example Postman.
Twig Anything is a super-powerful plugin that allows to fetch any data from anywhere and display it in your WordPress site. It is universal and extensible, and already has a lot of things like intelligent error handling and local cache. It also understands Twig syntax, which allows for endless applications and various scenarios. "API Endpoints" greatly benefits from all of this! Last but not least, the developer behind both plugins is the same :)