Network / v1
Status
Returns the service state observed by the request, the active API version, and the response timestamp.
Live requestRuns from your browser
Parameters
This endpoint has no request parameters.
Example request
curl 'https://informantion.com/api/v1/status'Example response
{
"success": true,
"data": {
"status": "operational",
"api_version": "v1",
"checked_at": "2026-08-31T12:28:00.000Z"
}
}Response schema
statusstringAvailability observed by this request.
api_versionstringCurrent public API version.
checked_atISO 8601Server-side check time.
Possible errors
429 · RATE_LIMITEDThe current fair-use window is exhausted.Rate limit
60 requests per minute under the current anonymous fair-use policy. Check the response headers for the active window.