- Introduction
- Setup the API
- Authentication
- Search
- Continents
- Countries
- Leagues
- Teams
- Seasons
- Stages
- Groups
- Rounds
- Livescores
- Fixtures
- Fixtures by Date
- Fixtures by Date / Country
- Fixtures by Date / League
- Fixtures by Date / Season
- Fixtures by Date / Season / Stage
- Fixtures by Date / Season / Group
- Fixtures by Date / Round
- Fixtures by Season
- Fixtures by Season / Stage
- Fixtures by Season / Stage / Team
- Fixtures by Season / Group
- Fixtures by Season / Group / Team
- Fixtures by Season / Team
- Fixtures by Round
- Fixtures by Round / Team
- Fixtures by Team Last / Next
- Fixtures by TV Channel
- Match / Fixtures
- Statistics
- H2H
- Leaders
- Betting
- Broadcast & TV
- Players
- Coaches
- Referees
- Venues
Standings
GET
/v2.2/leagues/
Last modified:2024-03-09 15:55:03
Request
Query Params
user
stringÂ
required
Example:
{{USERNAME}}
token
stringÂ
required
Example:
{{TOKEN}}
t
stringÂ
required
Example:
standings
season_id
stringÂ
required
Example:
406
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/v2.2/leagues/?user={{USERNAME}}&token={{TOKEN}}&t=standings&season_id=406'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}

Modified at 2024-03-09 15:55:03