Headless Wordpress

Content is served via REST API for frontend application

API Endpoints

GET /wp-json/wp/v2/posts
Blog posts
GET /wp-json/wp/v2/pages
Pages
GET /wp-json/wp/v2/categories
Categories
GET /wp-json/wp/v2/tags
Tags
GET /wp-json/wp/v2/media
Media files

Tips

Add ?_embed to include author, categories and featured image in response.

Example: /wp-json/wp/v2/posts?_embed

Open Admin Panel