[ API reference ]
Health
Checks whether the Fomo API service is online and ready to accept requests.
GET
/api/healthThis endpoint is public and does not require authentication.
01
Request
curl
curl "https://getfomoapi.fun/api/health"02
Parameters
This endpoint does not accept path or query parameters.
03
Response fields
FieldTypeDescription
statusstringCurrent operational status of the API.04
JSON response
A successful request returns the following response structure.
response.json
{
"status": "ok"
}