For the complete documentation index, see llms.txt. This page is also available as Markdown.

Root

API Status

Get API Status

get

Provides basic status and information about the API.

Responses
200

API Status Information

application/json
messagestringOptional
statusstringOptional
versionstringOptional
docsstring Β· urlOptional
timestampstring Β· date-timeOptional
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"
}

Last updated

Was this helpful?