Posts
List published blog posts.
Returns paginated blog posts from zorem.com/blog/. Includes title, content, excerpt, publication date, and author info.
get/wp/v2/posts
Query parameters
per_pageinteger
pageinteger
searchstring
Free-text search.
categoriesstring
Comma-separated category IDs.
orderby'date' | 'title' | 'modified' | 'id'
order'asc' | 'desc'
_fieldsstring
Comma-separated list of fields to include. Reduces response size — pass e.g. "id,title,link,excerpt".
Response
A list of posts.
Example response
[
{
"type": "post"
}
]