WordPress is the #1 Content Management System aka CMS to make blogs, websites and manage the content with WordPress CMS.
Make GET request on this endpoint to posts with required parameters(if any required).
https://v1.nocodeapi.com//wp//posts
Object | Description |
---|---|
page |
[Optional] page of the collection |
per_page |
[Optional] Maximum number of items to be returned in result set. |
order |
[Optional] Order sort attribute ascending or descending. ex: asc, desc |
orderby |
[Optional] Sort collection by object attribute.. ex: author, date, id, include, modified, parent, relevance, slug, include_slugs, title |
status |
[Optional] Limit result set to posts assigned one or more statuses. |
categories |
[Optional] Limit result set to all items that have the specified term assigned in the categories taxonomy. |
categories_exclude |
[Optional] Limit result set to all items except those that have the specified term assigned in the categories taxonomy. |
Make GET request on this endpoint to post with required parameters(if any required).
https://v1.nocodeapi.com//wp//post/{post_id}
Object | Description |
---|---|
post_id |
[Required] id of the collection |
Make GET request on this endpoint to categories with required parameters(if any required).
https://v1.nocodeapi.com//wp//categories
Object | Description |
---|---|
page |
[Optional] page of the collection |
per_page |
[Optional] Maximum number of items to be returned in result set. |
order |
[Optional] Order sort attribute ascending or descending. ex: asc, desc |
orderby |
[Optional] Sort collection by object attribute.. ex: author, date, id, include, modified, parent, relevance, slug, include_slugs, titlen |
Make GET request on this endpoint to tags with required parameters(if any required).
https://v1.nocodeapi.com//wp//tags
Object | Description |
---|---|
page |
[Optional] page of the collection |
per_page |
[Optional] Maximum number of items to be returned in result set. |
order |
[Optional] Order sort attribute ascending or descending. ex: asc, desc |
orderby |
[Optional] Sort collection by object attribute.. ex: author, date, id, include, modified, parent, relevance, slug, include_slugs, titlen |
Make GET request on this endpoint to pages with required parameters(if any required).
https://v1.nocodeapi.com//wp//pages
Object | Description |
---|---|
page |
[Optional] page of the collection |
per_page |
[Optional] Maximum number of items to be returned in result set. |
author |
[Optional] Limit result set to posts assigned to specific authors. |
order |
[Optional] Order sort attribute ascending or descending. ex: asc, desc |
orderby |
[Optional] Sort collection by object attribute.. ex: author, date, id, include, modified, parent, relevance, slug, include_slugs, titlen |
Make GET request on this endpoint to comments with required parameters(if any required).
https://v1.nocodeapi.com//wp//comments
Object | Description |
---|---|
page |
[Optional] page of the collection |
per_page |
[Optional] Maximum number of items to be returned in result set. |
author |
[Optional] Limit result set to posts assigned to specific authors. |
order |
[Optional] Order sort attribute ascending or descending. ex: asc, desc |
orderby |
[Optional] Sort collection by object attribute.. ex: date, date_gmt, id, include, post, parent, type |
Make GET request on this endpoint to media with required parameters(if any required).
https://v1.nocodeapi.com//wp//media
Object | Description |
---|---|
page |
[Optional] page of the collection |
per_page |
[Optional] Maximum number of items to be returned in result set. |
author |
[Optional] Limit result set to posts assigned to specific authors. |
order |
[Optional] Order sort attribute ascending or descending. ex: asc, desc |
orderby |
[Optional] Sort collection by object attribute.. ex: author, date, id, include, modified, parent, relevance, slug, include_slugs, title |
Make GET request on this endpoint to search with required parameters(if any required).
https://v1.nocodeapi.com//wp//search
Object | Description |
---|---|
q |
[Optional] search keywords |
page |
[Optional] page of the collection |
per_page |
[Optional] Maximum number of items to be returned in result set. |