Base URL
All REST API requests are made to:GET /sports resolves to GET https://api.sportrix.ai/api/sports.
Authentication
Include your API key in theX-API-Key header on every request:
GET /health.
Response Format
All responses are JSON. List endpoints return a pagination envelope. Single-resource endpoints return the object directly.Dates and Times
All timestamps are ISO 8601 in UTC. For example:start_after, start_before) use the same format.
Match Status Values
Catalog endpoints expose exactly three status values:
Matches that the provider has marked suspended or postponed are never returned — they are filtered out of every catalog response.
Pagination
List endpoints (/leagues, /leagues/active, /teams, /matches, /matches/active) accept limit and offset query parameters and return a pagination envelope. See the Pagination guide for the full envelope schema and examples.