Skip to main content
GET /health is a liveness probe that confirms the Sportrix Data API is reachable and accepting connections. Use it for uptime monitoring, health checks in your infrastructure, or simply to verify your network path before making authenticated requests.

Endpoint

GET https://api.sportrixdata.com/api/health

Authentication

This is the only endpoint that does not require an X-API-Key header. You can call it without any credentials.

Example Request

curl https://api.sportrixdata.com/api/health

Response

A successful response returns HTTP 200 with the following body:
{ "status": "ok" }