APIEndpoint referenceV2
/v2/data-coverage/fixtures
Serves database-paged ingestion-health rows.
Serves database-paged ingestion-health rows.
Query Parameters
date?string
endDate?string
startDate?string
page?string
pageSize?string
status?string
coverage?string
q?string
sortBy?string
sortOrder?string
Response Body
application/json
application/problem+json
application/problem+json
curl -X GET "https://example.com/api/v2/data-coverage/fixtures"{ "data": [ { "awayScore": 0, "awayTeam": "string", "awayTeamId": 0, "corruptedPlayerStatsCount": 0, "hasCorruptedPlayerStats": true, "hasCorruptedTeamStats": true, "hasPlayerStats": true, "hasStats": true, "homeScore": 0, "homeTeam": "string", "homeTeamId": 0, "id": 0, "internalId": 0, "isUnsupportedTournament": true, "league": "string", "matchDate": "string", "matchTime": "string", "playerStatsCount": 0, "slug": "string", "statsCount": 0, "status": "string" } ], "pagination": { "currentPage": 0, "hasNextPage": true, "hasPreviousPage": true, "pageSize": 0, "totalCount": 0, "totalPages": 0 }}