Page
These are page APIs that can be used to fetch recent page data.
Get latest post
Get the latest post
GET
https://yourpage.changes.page/latest.json
This endpoint will return a JSON response of the latest post in the page.
Good to know: This can be a pinned post if its the latest one.
Get pinned post
Get pinned post
GET
https://yourpage.changes.page/pinned.json
This endpoint will return a JSON response of the pinned post in the page.
Good to know: This endpoint will return null
if there is no pinned post.
Last updated