Status
The /status endpoint allows developers to check the current health and operational status of the LawyerGPT API. This is useful for monitoring uptime, debugging integration issues
Endpoint
GET https://api.lawyergptai.cc/v1/statusβ
Purpose
π§Ύ Example Request
curl https://api.lawyergptai.cc/v1/statusπ€ Response Example
{
"status": "online",
"version": "v1.0-beta",
"uptime": "99.98%",
"latency_ms": 112,
"last_updated": "2025-05-30T18:12:43Z",
"scheduled_maintenance": false
}
Response Fields
Field
Type
Description
Use Cases
Error Codes
Code
Message
Reason
Last updated