Plugin info

Total downloads: 2,579
Active installs: 40
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 4/29/2024 (611 days ago)
Added to WordPress: 4/12/2023 (2 years old)
Minimum WordPress version: 5.2
Tested up to WordPress version: 6.5.7
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 611 days ago

26/100

Is EDC REST API abandoned?

Possibly abandoned (last update 611 days ago).

Compatibility

Requires WordPress: 5.2
Tested up to: 6.5.7
Requires PHP: 7.4

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Disable REST API
Rating 4.8/5 (38 reviews)Active installs 90,000
Disable WP REST API
Rating 4.8/5 (36 reviews)Active installs 20,000
WordPress REST API (Version 2)
Rating 4.2/5 (34 reviews)Active installs 10,000
WPGet API – Connect to any external REST API
Rating 5.0/5 (30 reviews)Active installs 10,000
WP REST API – OAuth 1.0a Server
Rating 3.7/5 (7 reviews)Active installs 9,000
Get Use APIs – JSON Content Importer
Rating 4.9/5 (78 reviews)Active installs 6,000

Description

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

  1. recent posts
  2. posts
  3. search
  4. categories
  5. 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

  1. slug : {string} default: empty post slug
  2. id : {int} default: empty post id
  3. count: {int} default: 5 data display limit
  4. page : {int} default: 1 data display offset
  5. type : {string} default: post post_type

Installation

After active plugin

  1. go to dashboard => settings => permalinks
  2. do save to active endpoint /api

Frequently Asked Questions

  1. is it free YES

Review feed

No reviews available

Screenshots

  1. get_category_index.

    get_category_index.

  2. get_category_posts.

    get_category_posts.

  3. get_search_results

    get_search_results

  4. get_recent_posts

    get_recent_posts

  5. get_posts

    get_posts

Changelog

1.0.6

  • Update code
  • Fixed pagination

1.0.5

  • Update code

1.0.4

  • Update code

1.0.3

  • Update code

1.0.2

  • Update code

1.0.1

  • Update code

1.0.0

  • first edition