Standings
Learn about the endpoint which will return the leagues' standings in response.
We'll cover the following...
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  | 
  | 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.  | 
  | integer  | required  | This is the year for which we require the standings.  | 
  | 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 ...
 Ask