Get Match Dates

Retrieve an array of all kick-off times. This can be useful for populating a navigation menu without fetching the full match details.

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

The provider that the data was received from

string

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

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 object. prefixing the field with a "-" will sort descending, otherwise data is sorted ascending

status
array of strings

Return only matches that only match the required statuses, can be passed as a comma-delimited list or as multiple parameters (&status=X&status=Y). Can be live, result, fixture and postponed.

status
int64

Find all match dates for a given team

integer

Restrict returned match dates to a given round

compId
array of int64s

Restrict returned match dates to a list of competition IDs, can be provided as a comma-delimited list (&compId=X,Y) or as separate parameters (&compId=X&compId=Y)

compId
integer

Restrict returned match dates to a provided season

date-time

Return only match dates after this date. Follows ISO-8601 notation

date-time

Return only match dates before this date. Follows ISO-8601 notation

Responses

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