Gen-Endpoint
Back to API List

Blog & CMS API

Content
4 Endpoints

Manage blog posts, categories, tags, content publishing, and SEO metadata.

Internal API - Hosted by this App
API Endpoints & Usage
Explore and interact with the available endpoints for the Blog & CMS API. These API routes are live!
GET

/api/posts

List blog posts with pagination, filtering (status, category, search), and sorting.

Try it out

You can add or change query parameters in the path above (e.g., ?name=User).

POST

/api/posts

Create new blog post with SEO metadata.

Try it out
GET

/api/posts/{slug}

Get single post by slug with full content. Replace {slug} with an actual post slug like "getting-started-javascript".

Try it out

Replace placeholders (e.g., {userId}) with actual values in the path above. You can also add/edit query parameters (e.g., ?key=value).

GET

/api/categories

List post categories and tags with post counts.

Try it out

You can add or change query parameters in the path above (e.g., ?name=User).

    Blog & CMS API - Free Public API | Gen-Endpoint