
EDC REST API
| Author: | EDC TEAM (profile at wordpress.org) |
| WordPress version required: | 5.2 |
| WordPress version tested: | 6.5.2 |
| Plugin version: | 1.0.6 |
| Added to WordPress repository: | 12-04-2023 |
| Last updated: | 29-04-2024
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | https://edc.org.kw/ |
| Total downloads: | 2 723 |
| Active installs: | 40+ |
![]() Click to start download |
|
This plugin enables you to fetch the contents of your site in JSON format by REST API
Such as sections, articles and search results
and return it as json
To be able to use it in your applications or other sites
Endpoints
- recent posts
- posts
- search
- categories
- category
For develpoers
- /api/get_category_posts?type={string}&slug={string}&id={int}&count={int}&page={int}
- /api/get_category_index
- /api/get_search_results?type={string}&count={int}&page={int}
- /api/get_recent_posts?type={string}
- /api/get_posts?type={string}&cat={int}&count={int}&page={int}
Parameters
- slug : {string} default: empty post slug
- id : {int} default: empty post id
- count: {int} default: 5 data display limit
- page : {int} default: 1 data display offset
- type : {string} default: post post_type
Screenshots
FAQ
ChangeLog





