GET/api/v6/status

Service status

Operational status of the services, compact enough for your monitoring.

Scope and limits

Scope

Any valid API key

Usage limit

60 requests per minute

Operational status of Hablame services in a compact form, meant to be integrated into your own monitoring. When there is no data for a component, its status arrives as unknown.

The same information, in human-readable form, lives on the status page, which needs no authentication.

Responses

200

Service status.

{
  "success": true,
  "data": {
    "status": "operational",
    "updatedAt": "2026-06-02T19:40:00+00:00",
    "stale": false,
    "components": [{ "name": "API", "status": "operational" }],
    "incidents": [],
    "maintenance": []
  },
  "meta": {
    "requestId": "b9b1704baffab21150213c02fd853975",
    "timestamp": "2026-06-02T19:43:59+00:00",
    "responseTimeMs": 4.1
  }
}
401

Invalid or missing credentials.

403

The organization cannot run the request.

429

Request limit exceeded.

Possible errors

Codes this endpoint can return in error.code. The full detail lives in the catalog.

See the full catalog
GET /api/v6/status
curl -X GET 'https://developers.hablame.co/api/v6/status' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer hk_YOUR_API_KEY'

Try-It

Run the request against the real API with your own API key.

The key is used only in your browser for this request. It is not stored nor sent anywhere else.

GET https://developers.hablame.co/api/v6/status

Response

You have not sent a request yet.