WordPress.com
communityManaged WordPress hosting and website builder. Create blogs, portfolios, and business sites.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://public-api.wordpress.com/rest/v1.1/sites/{site}Get site information
Parameters
sitesite domain or ID (stringrequiredReturns
ID, name, description, URL, subscribers_count, lang, created_atGET
https://public-api.wordpress.com/rest/v1.1/sites/{site}/postsList posts from a site
Parameters
sitesite domain or ID (stringrequirednumberposts per page (integeroptionalsearchsearch keyword (stringoptionalReturns
posts[] with ID, title, content, excerpt, date, author, tags, categoriesGET
https://public-api.wordpress.com/rest/v1.1/sites/{site}/posts/{post_id}Get a single post
Parameters
sitesite domain (stringrequiredpost_idpost ID (integerrequiredReturns
ID, title, content, date, author, tags, categories, like_count, comment_count