Ghost is the best CMS used by most of the people to write their content. There are many use case to build Ghost CMS API and one of is to build custom blog and content powering through their API.
Make GET request on this endpoint to get all posts with required parameters(if any required).
https://v1.nocodeapi.com//ghost/
Object | Description |
---|---|
id |
[Optional] id of the entry |
limit |
[Optional] Number of record in one call. Default is 10 |
page |
[Optional] Number of record in one call. Default is 10 |
Make GET request on this endpoint to get single post with required parameters(if any required).
https://v1.nocodeapi.com//ghost//{objectId}
Object | Description |
---|---|
objectId |
[Required] id of the entry |