Get Match Dates

Returns dates on which matches occur, filtered by the provided JSON filter array. When 'distinctDates=true', returns one entry per calendar day (deduplicated, with time set to 12:00:00.000Z); otherwise returns one entry per match.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Filters matches by teamID, compID, venueID, gameTypeID and status

boolean
Defaults to false

Filter out duplicate dates. When set to true, if multiple matches occur on one day, only one instance of that day will be returned. If set to false, multiple instances will be returned.

integer
Defaults to 0

Based on the number of items per page [size], it may be required to page through lots of data. The page index is 0-indexed so 0 is the first page of data.

integer
Defaults to 1000

The number of items to return per page.

string
Defaults to date

A single sort field, can be any field returned within the match object. prefixing the field with a "-" will sort descending, otherwise data is sorted ascending

date-time

Returns matches that started after this date. Must follow ISO 8601 format.

date-time

Returns matches that started before this date. Must follow ISO 8601 format.

string
enum
Defaults to opta

The provider that the data was received from

Allowed:
string
Defaults to GLOBAL

Used when returning images and for usage tracking. If no client ID is passed, will draw from the global stock images, when a client ID is passed, it will attempt to use a client's version of those images

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json