Skip to main content
GET
Get fixtures

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string

NextSportsAPI public identifier returned by this API.

Example:

"L7K9Q2R"

ids
string

Comma-separated list of NextSportsAPI public identifiers.

Example:

"MBH7KQ2,MBH8J3A"

live
string

Use all or one or more league IDs for live fixtures.

Example:

"all"

date
string<date>

Single date filter in YYYY-MM-DD format.

Example:

"2026-08-16"

league
string

NextSportsAPI league public identifier.

Example:

"L7K9Q2R"

season
integer

Four-digit season year.

Required range: 1900 <= x <= 2200
Example:

2026

team
string

NextSportsAPI team public identifier.

Example:

"T3MUN7A"

last
integer

Return the last N records.

Required range: 1 <= x <= 99
next
integer

Return the next N fixtures.

Required range: 1 <= x <= 99
from
string<date>

Start date in YYYY-MM-DD format.

to
string<date>

End date in YYYY-MM-DD format.

round
string

Competition round name.

status
string

Fixture status code or comma-separated status codes.

Example:

"NS,1H,HT,2H,FT"

venue
string

NextSportsAPI venue public identifier.

Example:

"V5H8J2K"

timezone
string

Timezone name from the timezone endpoint.

Example:

"Asia/Tokyo"

Response

Successful response.

get
string
required
parameters
required
errors
object[]
required
results
integer
required
Required range: x >= 0
paging
object
required
response
object[]
required
Last modified on May 20, 2026