# Rankings

## Team FIFA Rankings

> \## Endpoint Description\
> \
> This endpoint retrieves the FIFA rankings of football teams. It provides a list of teams along with their ranking details, which can be useful for applications that need to display or analyze current football team standings.\
> \
> \### Request\
> \
> \- \*\*Method\*\*: GET\
> &#x20;   \
> \- \*\*URL\*\*: \`<https://apiv3.sportsapi360.com/football/api/v1/team/rankings/fifa\\`\\>
> &#x20;   \
> \
> \### Response\
> \
> The response is a JSON object containing the following structure:\
> \
> \- \*\*rankings\*\*: An array of objects, each representing a team's ranking information.\
> &#x20;   \
> &#x20;   \- \*\*team\*\*: An object containing details about the team.\
> &#x20;       \
> &#x20;       \- \*\*name\*\*: The full name of the team.\
> &#x20;           \
> &#x20;       \- \*\*shortName\*\*: The abbreviated name of the team.\
> &#x20;           \
> &#x20;       \- \*\*gender\*\*: The gender category of the team.\
> &#x20;           \
> &#x20;       \- \*\*nameCode\*\*: A code representing the team's name.\
> &#x20;           \
> &#x20;       \- \*\*ranking\*\*: The current ranking of the team.\
> &#x20;           \
> &#x20;       \- \*\*disabled\*\*: A boolean indicating if the team is disabled.\
> &#x20;           \
> &#x20;       \- \*\*national\*\*: A boolean indicating if the team is a national team.\
> &#x20;           \
> &#x20;       \- \*\*type\*\*: The type of team (e.g., national, club).\
> &#x20;           \
> &#x20;       \- \*\*id\*\*: A unique identifier for the team.\
> &#x20;           \
> &#x20;       \- \*\*country\*\*: An object containing country information.\
> &#x20;           \
> &#x20;           \- \*\*alpha2\*\*: The two-letter country code.\
> &#x20;               \
> &#x20;           \- \*\*alpha3\*\*: The three-letter country code.\
> &#x20;               \
> &#x20;           \- \*\*name\*\*: The name of the country.\
> &#x20;               \
> &#x20;   \- \*\*type\*\*: The type of ranking.\
> &#x20;       \
> &#x20;   \- \*\*rowName\*\*: The name of the row in the ranking.\
> &#x20;       \
> &#x20;   \- \*\*ranking\*\*: The current ranking position.\
> &#x20;       \
> &#x20;   \- \*\*points\*\*: The points accumulated by the team.\
> &#x20;       \
> &#x20;   \- \*\*previousRanking\*\*: The team's ranking in the previous update.\
> &#x20;       \
> &#x20;   \- \*\*previousPoints\*\*: The points the team had in the previous update.\
> &#x20;       \
> &#x20;   \- \*\*id\*\*: A unique identifier for the ranking entry.\
> &#x20;       \
> &#x20;   \- \*\*country\*\*: An object representing country details (may be empty).\
> &#x20;       \
> &#x20;   \- \*\*rankingClass\*\*: The classification of the ranking.\
> &#x20;       \
> \- \*\*updatedAtTimestamp\*\*: A timestamp indicating when the rankings were last updated.\
> &#x20;   \
> \
> This endpoint does not require any request body, and it provides a comprehensive overview of the current FIFA rankings for football teams.

```json
{"openapi":"3.0.0","info":{"title":"FOOTBALL API V1","version":"1.0.0"},"tags":[{"name":"Rankings"}],"servers":[{"url":"https://apiv3.sportsapi360.com"}],"security":[{"apikeyAuth":[]}],"components":{"securitySchemes":{"apikeyAuth":{"type":"http","scheme":"x-api-key"}}},"paths":{"/football/api/v1/team/rankings/fifa":{"get":{"tags":["Rankings"],"summary":"Team FIFA Rankings","description":"## Endpoint Description\n\nThis endpoint retrieves the FIFA rankings of football teams. It provides a list of teams along with their ranking details, which can be useful for applications that need to display or analyze current football team standings.\n\n### Request\n\n- **Method**: GET\n    \n- **URL**: `https://apiv3.sportsapi360.com/football/api/v1/team/rankings/fifa`\n    \n\n### Response\n\nThe response is a JSON object containing the following structure:\n\n- **rankings**: An array of objects, each representing a team's ranking information.\n    \n    - **team**: An object containing details about the team.\n        \n        - **name**: The full name of the team.\n            \n        - **shortName**: The abbreviated name of the team.\n            \n        - **gender**: The gender category of the team.\n            \n        - **nameCode**: A code representing the team's name.\n            \n        - **ranking**: The current ranking of the team.\n            \n        - **disabled**: A boolean indicating if the team is disabled.\n            \n        - **national**: A boolean indicating if the team is a national team.\n            \n        - **type**: The type of team (e.g., national, club).\n            \n        - **id**: A unique identifier for the team.\n            \n        - **country**: An object containing country information.\n            \n            - **alpha2**: The two-letter country code.\n                \n            - **alpha3**: The three-letter country code.\n                \n            - **name**: The name of the country.\n                \n    - **type**: The type of ranking.\n        \n    - **rowName**: The name of the row in the ranking.\n        \n    - **ranking**: The current ranking position.\n        \n    - **points**: The points accumulated by the team.\n        \n    - **previousRanking**: The team's ranking in the previous update.\n        \n    - **previousPoints**: The points the team had in the previous update.\n        \n    - **id**: A unique identifier for the ranking entry.\n        \n    - **country**: An object representing country details (may be empty).\n        \n    - **rankingClass**: The classification of the ranking.\n        \n- **updatedAtTimestamp**: A timestamp indicating when the rankings were last updated.\n    \n\nThis endpoint does not require any request body, and it provides a comprehensive overview of the current FIFA rankings for football teams.","parameters":[{"name":"x-api-key","in":"header","schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"string"}}}}}}}}}
```

## Team UEFA National Rankings

> \## Endpoint Description\
> \
> This endpoint retrieves the UEFA national team rankings for football. It provides information about the rankings of national teams participating in UEFA tournaments.\
> \
> \### Request\
> \
> \- \*\*Method\*\*: GET\
> &#x20;   \
> \- \*\*URL\*\*: \`<https://apiv3.sportsapi360.com/football/api/v1/team/rankings/uefa/national\\`\\>
> &#x20;   \
> \
> \### Response\
> \
> The response will contain a JSON object with the following structure:\
> \
> \- \*\*rankings\*\*: An array of ranking objects, each containing:\
> &#x20;   \
> &#x20;   \- \*\*tournament\*\*: An object representing the tournament details, including:\
> &#x20;       \
> &#x20;       \- \*\*name\*\*: The name of the tournament.\
> &#x20;           \
> &#x20;       \- \*\*category\*\*: An object with details about the category, including:\
> &#x20;           \
> &#x20;           \- \*\*name\*\*: The name of the category.\
> &#x20;               \
> &#x20;           \- \*\*id\*\*: The unique identifier for the category.\
> &#x20;               \
> &#x20;           \- \*\*country\*\*: An object containing country details, including:\
> &#x20;               \
> &#x20;               \- \*\*alpha2\*\*: The two-letter country code.\
> &#x20;                   \
> &#x20;               \- \*\*alpha3\*\*: The three-letter country code.\
> &#x20;                   \
> &#x20;               \- \*\*name\*\*: The name of the country.\
> &#x20;                   \
> &#x20;           \- \*\*flag\*\*: The flag associated with the country.\
> &#x20;               \
> &#x20;       \- \*\*id\*\*: The unique identifier for the tournament.\
> &#x20;           \
> &#x20;       \- \*\*displayInverseHomeAwayTeams\*\*: A boolean indicating if home/away teams should be displayed inversely.\
> &#x20;           \
> &#x20;   \- \*\*totalTeams\*\*: The total number of teams in the tournament.\
> &#x20;       \
> &#x20;   \- \*\*playingTeams\*\*: The number of teams currently playing.\
> &#x20;       \
> &#x20;   \- \*\*year\*\*: The year of the ranking.\
> &#x20;       \
> &#x20;   \- \*\*type\*\*: An integer representing the type of ranking.\
> &#x20;       \
> &#x20;   \- \*\*rowName\*\*: The name of the row in the ranking.\
> &#x20;       \
> &#x20;   \- \*\*ranking\*\*: The ranking position of the team.\
> &#x20;       \
> &#x20;   \- \*\*points\*\*: The points accumulated by the team.\
> &#x20;       \
> &#x20;   \- \*\*id\*\*: The unique identifier for the ranking.\
> &#x20;       \
> &#x20;   \- \*\*country\*\*: An object with country details similar to the tournament's country object.\
> &#x20;       \
> &#x20;   \- \*\*rankingClass\*\*: A classification for the ranking.\
> &#x20;       \
> \- \*\*updatedAtTimestamp\*\*: A timestamp indicating when the rankings were last updated.\
> &#x20;   \
> \
> \### Notes\
> \
> \- Ensure that the base URL is correctly set before making the request.\
> &#x20;   \
> \- The rankings may vary based on the latest updates from UEFA.

```json
{"openapi":"3.0.0","info":{"title":"FOOTBALL API V1","version":"1.0.0"},"tags":[{"name":"Rankings"}],"servers":[{"url":"https://apiv3.sportsapi360.com"}],"security":[{"apikeyAuth":[]}],"components":{"securitySchemes":{"apikeyAuth":{"type":"http","scheme":"x-api-key"}}},"paths":{"/football/api/v1/team/rankings/uefa/national":{"get":{"tags":["Rankings"],"summary":"Team UEFA National Rankings","description":"## Endpoint Description\n\nThis endpoint retrieves the UEFA national team rankings for football. It provides information about the rankings of national teams participating in UEFA tournaments.\n\n### Request\n\n- **Method**: GET\n    \n- **URL**: `https://apiv3.sportsapi360.com/football/api/v1/team/rankings/uefa/national`\n    \n\n### Response\n\nThe response will contain a JSON object with the following structure:\n\n- **rankings**: An array of ranking objects, each containing:\n    \n    - **tournament**: An object representing the tournament details, including:\n        \n        - **name**: The name of the tournament.\n            \n        - **category**: An object with details about the category, including:\n            \n            - **name**: The name of the category.\n                \n            - **id**: The unique identifier for the category.\n                \n            - **country**: An object containing country details, including:\n                \n                - **alpha2**: The two-letter country code.\n                    \n                - **alpha3**: The three-letter country code.\n                    \n                - **name**: The name of the country.\n                    \n            - **flag**: The flag associated with the country.\n                \n        - **id**: The unique identifier for the tournament.\n            \n        - **displayInverseHomeAwayTeams**: A boolean indicating if home/away teams should be displayed inversely.\n            \n    - **totalTeams**: The total number of teams in the tournament.\n        \n    - **playingTeams**: The number of teams currently playing.\n        \n    - **year**: The year of the ranking.\n        \n    - **type**: An integer representing the type of ranking.\n        \n    - **rowName**: The name of the row in the ranking.\n        \n    - **ranking**: The ranking position of the team.\n        \n    - **points**: The points accumulated by the team.\n        \n    - **id**: The unique identifier for the ranking.\n        \n    - **country**: An object with country details similar to the tournament's country object.\n        \n    - **rankingClass**: A classification for the ranking.\n        \n- **updatedAtTimestamp**: A timestamp indicating when the rankings were last updated.\n    \n\n### Notes\n\n- Ensure that the base URL is correctly set before making the request.\n    \n- The rankings may vary based on the latest updates from UEFA.","parameters":[{"name":"x-api-key","in":"header","schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"string"}}}}}}}}}
```

## Team UEFA Club Rankings

> \### Endpoint Description\
> \
> This endpoint retrieves the UEFA club rankings for football teams. It provides a comprehensive list of teams along with their respective rankings, points, and associated metadata.\
> \
> \### Request\
> \
> \- \*\*Method\*\*: GET\
> &#x20;   \
> \- \*\*URL\*\*: \`<https://apiv3.sportsapi360.com/football/api/v1/team/rankings/uefa/club\\`\\>
> &#x20;   \
> \
> \### Response Structure\
> \
> The response will return a JSON object containing the following fields:\
> \
> \- \*\*rankings\*\*: An array of ranking objects, each representing a football team with the following properties:\
> &#x20;   \
> &#x20;   \- \*\*team\*\*: An object containing details about the team:\
> &#x20;       \
> &#x20;       \- \*\*name\*\*: The full name of the team.\
> &#x20;           \
> &#x20;       \- \*\*shortName\*\*: The abbreviated name of the team.\
> &#x20;           \
> &#x20;       \- \*\*gender\*\*: The gender category of the team.\
> &#x20;           \
> &#x20;       \- \*\*nameCode\*\*: A code representing the team's name.\
> &#x20;           \
> &#x20;       \- \*\*disabled\*\*: A boolean indicating if the team is disabled.\
> &#x20;           \
> &#x20;       \- \*\*national\*\*: A boolean indicating if the team is a national team.\
> &#x20;           \
> &#x20;       \- \*\*type\*\*: An integer representing the type of team.\
> &#x20;           \
> &#x20;       \- \*\*id\*\*: The unique identifier for the team.\
> &#x20;           \
> &#x20;       \- \*\*country\*\*: An object containing country details:\
> &#x20;           \
> &#x20;           \- \*\*alpha2\*\*: The 2-letter country code.\
> &#x20;               \
> &#x20;           \- \*\*alpha3\*\*: The 3-letter country code.\
> &#x20;               \
> &#x20;           \- \*\*name\*\*: The name of the country.\
> &#x20;               \
> &#x20;   \- \*\*year\*\*: The year for which the ranking is applicable.\
> &#x20;       \
> &#x20;   \- \*\*type\*\*: An integer representing the type of ranking.\
> &#x20;       \
> &#x20;   \- \*\*rowName\*\*: The name of the row in the ranking.\
> &#x20;       \
> &#x20;   \- \*\*ranking\*\*: The rank of the team.\
> &#x20;       \
> &#x20;   \- \*\*points\*\*: The points accumulated by the team.\
> &#x20;       \
> &#x20;   \- \*\*id\*\*: The unique identifier for the ranking entry.\
> &#x20;       \
> &#x20;   \- \*\*country\*\*: An object representing additional country details.\
> &#x20;       \
> &#x20;   \- \*\*rankingClass\*\*: A string representing the classification of the ranking.\
> &#x20;       \
> \- \*\*updatedAtTimestamp\*\*: A timestamp indicating when the rankings were last updated.

```json
{"openapi":"3.0.0","info":{"title":"FOOTBALL API V1","version":"1.0.0"},"tags":[{"name":"Rankings"}],"servers":[{"url":"https://apiv3.sportsapi360.com"}],"security":[{"apikeyAuth":[]}],"components":{"securitySchemes":{"apikeyAuth":{"type":"http","scheme":"x-api-key"}}},"paths":{"/football/api/v1/team/rankings/uefa/club":{"get":{"tags":["Rankings"],"summary":"Team UEFA Club Rankings","description":"### Endpoint Description\n\nThis endpoint retrieves the UEFA club rankings for football teams. It provides a comprehensive list of teams along with their respective rankings, points, and associated metadata.\n\n### Request\n\n- **Method**: GET\n    \n- **URL**: `https://apiv3.sportsapi360.com/football/api/v1/team/rankings/uefa/club`\n    \n\n### Response Structure\n\nThe response will return a JSON object containing the following fields:\n\n- **rankings**: An array of ranking objects, each representing a football team with the following properties:\n    \n    - **team**: An object containing details about the team:\n        \n        - **name**: The full name of the team.\n            \n        - **shortName**: The abbreviated name of the team.\n            \n        - **gender**: The gender category of the team.\n            \n        - **nameCode**: A code representing the team's name.\n            \n        - **disabled**: A boolean indicating if the team is disabled.\n            \n        - **national**: A boolean indicating if the team is a national team.\n            \n        - **type**: An integer representing the type of team.\n            \n        - **id**: The unique identifier for the team.\n            \n        - **country**: An object containing country details:\n            \n            - **alpha2**: The 2-letter country code.\n                \n            - **alpha3**: The 3-letter country code.\n                \n            - **name**: The name of the country.\n                \n    - **year**: The year for which the ranking is applicable.\n        \n    - **type**: An integer representing the type of ranking.\n        \n    - **rowName**: The name of the row in the ranking.\n        \n    - **ranking**: The rank of the team.\n        \n    - **points**: The points accumulated by the team.\n        \n    - **id**: The unique identifier for the ranking entry.\n        \n    - **country**: An object representing additional country details.\n        \n    - **rankingClass**: A string representing the classification of the ranking.\n        \n- **updatedAtTimestamp**: A timestamp indicating when the rankings were last updated.","parameters":[{"name":"x-api-key","in":"header","schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"string"}}}}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docsv3.sportsapi360.com/football-docs/api-collection-football/rankings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
