📘
Blog API
  • Documentation
  • API References
  • Root
  • Authentication
  • Users
  • Blogs
  • Likes
  • Comments
  • Models
Powered by GitBook

© 2025 codewithsadee

On this page

Was this helpful?

Export as PDF

Root

NextAuthentication

Was this helpful?

API Status

Get API Status

get

Provides basic status and information about the API.

Responses
200
API Status Information
application/json
get
GET /api/v1/ HTTP/1.1
Host: blog-api.codewithsadee.com
Accept: */*
200

API Status Information

{
  "message": "API is live",
  "status": "ok",
  "version": "1.0.0",
  "docs": "https://docs.blog-api.codewithsadee.com",
  "timestamp": "2025-05-06T14:30:00.000Z"
}