Nowadays everyone wants their own design customizable blog. So, there are lot’s of headless CMS means write content somewhere and using API build own Front-end.
Make GET request on this endpoint to get all entries with required parameters(if any required).
https://v1.nocodeapi.com//contentful/
Object | Description |
---|---|
page |
[Optional] Page number |
perPage |
[Optional] Total number of rows you want in one request. By default is 1000 |
Make GET request on this endpoint to get single entry with required parameters(if any required).
https://v1.nocodeapi.com//contentful//{object_id}
Object | Description |
---|---|
id |
[Optional] id of the entry |