Skip to main content

Base URL

Every API Mitra request is made to the base URL below. All responses are JSON with UTF-8 encoding.

https://api.apimitra.in

Exampleโ€‹

curl "https://api.apimitra.in/health"
{
"status": "ok",
"uptime": 12345.67,
"time": "2026-08-02T12:00:00.000Z"
}

Response formatโ€‹

All endpoints return JSON with a consistent shape:

FieldTypeDescription
statusstringok or error
dataarray/objectPayload (endpoint-specific)

Errors return a message field with a human-readable explanation.