Pagination
Lists use opaque cursor pagination.
Pass the cursor from the previous response back as
?cursor= to fetch the next
page. Treat the cursor as opaque — don’t parse or construct it yourself.
Common filters
Most game/match list endpoints accept:Odds & props filters
Where odds or props are returned:Soccer filters
Embedding sub-resources
Some fixture endpoints acceptinclude to embed related data in one call and
avoid a follow-up request:
Provenance
Append?provenance=true to any data endpoint to include source, ingestion run,
and ingested_at metadata under _meta.provenance. This is useful when
auditing where a value came from. It does not affect billing.