API Test Console

Test all Blogverse API v1 endpoints in real-time and explore API capabilities

API Root Documentation

Get API documentation and discover all available endpoints

GET /api/v1

Get Recent Posts

Fetch 5 most recent blog posts with preview excerpts

GET /api/v1/posts/recent?limit=5

Get All Posts (Paginated)

Fetch all posts with pagination - modify page and limit parameters

GET /api/v1/posts?page=1&limit=10

Get All Tags

Fetch all available tags with post count for each tag

GET /api/v1/tags?count=true

Get Blog Statistics

Fetch comprehensive blog analytics and metrics

GET /api/v1/stats

About Blogverse API v1

  • Full MDX content with client-side rendering support
  • Automatic reading time calculation for all posts
  • Smart HTTP caching with stale-while-revalidate strategy
  • CORS enabled for safe cross-origin requests
  • Public access with no authentication required
  • Pagination support for efficient data loading

View the /api/v1 endpoint above for complete API documentation