Standings

Learn about the endpoint which will return the leagues' standings in response.

The standings endpoint returns the standings for a league or team. The base URI for this endpoint is https://v3.football.api-sports.io/standings.

Query parameters

The query parameters for this endpoint are as follows:

Parameters

Type

Category

Description

league

integer

optional

This is the ID of the league whose standings we want to see. We can get the ID of the league using the leagues endpoint.

season

integer

required

This is the year for which we require the standings.

team

integer

optional

This is the ID of the team we want the stats for. We can use the teams endpoint to get this ID.

The ...