EDC REST API

EDC REST API Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 797 downloads
EDC REST API Icon

Try plugin: EDC REST API

We'll create fresh WordPress site with EDC REST API installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About EDC REST API

Fetch the content of the sections and articles and search them through the API

0


0


0


0


0

updated: 1 year ago
since: 1 year ago
author: EDC TEAM

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