# Ranking Data API V3

## Ranking Men

> \# Get Men's Cricket Rankings\
> \
> This endpoint retrieves the current rankings for men's cricket across different formats including ODI, Test, and T20. The rankings are categorized based on the match type and provide detailed information about each player's rank.\
> \
> \## Request\
> \
> \- \*\*Method:\*\* GET\
> &#x20;   \
> \- \*\*URL:\*\* \`<https://apiv3.sportsapi360.com/cricket/api/v3/ranking/men\\`\\>
> &#x20;   \
> \
> \## Response\
> \
> The response contains a structured JSON object with the following key components:\
> \
> \- \*\*ODI:\*\* An array of objects representing the One Day International rankings.\
> &#x20;   \
> \- \*\*Test:\*\* An array of objects representing the Test match rankings.\
> &#x20;   \
> \- \*\*T20:\*\* An array of objects representing the Twenty20 rankings.\
> &#x20;   \
> \
> Each ranking array includes the following fields:\
> \
> \- \*\*matchType:\*\* The type of match (e.g., ODI, Test, T20).\
> &#x20;   \
> \- \*\*gender:\*\* The gender category of the ranking (in this case, it will always be male).\
> &#x20;   \
> \- \*\*rankType:\*\* The type of ranking (e.g., player, team).\
> &#x20;   \
> \- \*\*updatedAt:\*\* The timestamp of the last update to the rankings.\
> &#x20;   \
> \- \*\*rank:\*\* An array of player ranking details, where each object includes:\
> &#x20;   \
> &#x20;   \- \*\*position:\*\* The player's current rank position.\
> &#x20;       \
> &#x20;   \- \*\*change:\*\* The change in rank since the last update.\
> &#x20;       \
> &#x20;   \- \*\*PlayerName:\*\* The name of the player.\
> &#x20;       \
> &#x20;   \- \*\*playerID:\*\* A unique identifier for the player.\
> &#x20;       \
> &#x20;   \- \*\*CountryId:\*\* The unique identifier for the player's country.\
> &#x20;       \
> &#x20;   \- \*\*CountryName:\*\* The name of the country.\
> &#x20;       \
> &#x20;   \- \*\*Country:\*\* The abbreviated name of the country.\
> &#x20;       \
> &#x20;   \- \*\*teamId:\*\* The unique identifier for the team.\
> &#x20;       \
> &#x20;   \- \*\*teamName:\*\* The name of the team.\
> &#x20;       \
> &#x20;   \- \*\*Points:\*\* The points accumulated by the player.\
> &#x20;       \
> &#x20;   \- \*\*careerbest:\*\* The player's best career ranking.\
> &#x20;       \
> &#x20;   \- \*\*rankdate:\*\* The date of the current ranking.\
> &#x20;       \
> \
> \## Notes\
> \
> \- Ensure that the base URL is correctly set before making the request.\
> &#x20;   \
> \- The response may vary based on the latest rankings and updates in the cricket world.

```json
{"openapi":"3.0.0","info":{"title":"CRICKET API V3","version":"1.0.0"},"tags":[{"name":"Ranking Data API V3"}],"servers":[{"url":"https://apiv3.sportsapi360.com"}],"security":[{"apikeyAuth":[]}],"components":{"securitySchemes":{"apikeyAuth":{"type":"http","scheme":"x-api-key"}}},"paths":{"/cricket/api/v3/ranking/men":{"get":{"tags":["Ranking Data API V3"],"summary":"Ranking Men","description":"# Get Men's Cricket Rankings\n\nThis endpoint retrieves the current rankings for men's cricket across different formats including ODI, Test, and T20. The rankings are categorized based on the match type and provide detailed information about each player's rank.\n\n## Request\n\n- **Method:** GET\n    \n- **URL:** `https://apiv3.sportsapi360.com/cricket/api/v3/ranking/men`\n    \n\n## Response\n\nThe response contains a structured JSON object with the following key components:\n\n- **ODI:** An array of objects representing the One Day International rankings.\n    \n- **Test:** An array of objects representing the Test match rankings.\n    \n- **T20:** An array of objects representing the Twenty20 rankings.\n    \n\nEach ranking array includes the following fields:\n\n- **matchType:** The type of match (e.g., ODI, Test, T20).\n    \n- **gender:** The gender category of the ranking (in this case, it will always be male).\n    \n- **rankType:** The type of ranking (e.g., player, team).\n    \n- **updatedAt:** The timestamp of the last update to the rankings.\n    \n- **rank:** An array of player ranking details, where each object includes:\n    \n    - **position:** The player's current rank position.\n        \n    - **change:** The change in rank since the last update.\n        \n    - **PlayerName:** The name of the player.\n        \n    - **playerID:** A unique identifier for the player.\n        \n    - **CountryId:** The unique identifier for the player's country.\n        \n    - **CountryName:** The name of the country.\n        \n    - **Country:** The abbreviated name of the country.\n        \n    - **teamId:** The unique identifier for the team.\n        \n    - **teamName:** The name of the team.\n        \n    - **Points:** The points accumulated by the player.\n        \n    - **careerbest:** The player's best career ranking.\n        \n    - **rankdate:** The date of the current ranking.\n        \n\n## Notes\n\n- Ensure that the base URL is correctly set before making the request.\n    \n- The response may vary based on the latest rankings and updates in the cricket world.","parameters":[{"name":"x-api-key","in":"header","schema":{"type":"string"}}],"responses":{"200":{"description":"OK","headers":{},"content":{"application/json":{"schema":{"type":"object"}}}}}}}}}
```

## Ranking Women

> \### Endpoint Description\
> \
> This endpoint retrieves the current rankings for women's cricket across different formats, specifically One Day Internationals (ODI) and Twenty20 (T20).\
> \
> \### Request\
> \
> \- \*\*Method\*\*: \`GET\`\
> &#x20;   \
> \- \*\*Endpoint\*\*: \`<https://apiv3.sportsapi360.com/cricket/api/v3/ranking/women\\`\\>
> &#x20;   \
> \
> \### Response\
> \
> The response is a JSON object containing the rankings for women in two formats: ODI and T20. Each format includes the following structure:\
> \
> \- \*\*ODI\*\*: An array of objects representing the rankings in One Day Internationals.\
> &#x20;   \
> \- \*\*T20\*\*: An array of objects representing the rankings in Twenty20 matches.\
> &#x20;   \
> \
> \#### Response Format\
> \
> The response for both formats includes the following fields:\
> \
> \- \*\*matchType\*\*: Type of match (string).\
> &#x20;   \
> \- \*\*gender\*\*: Gender of the players (string).\
> &#x20;   \
> \- \*\*rankType\*\*: Type of ranking (string).\
> &#x20;   \
> \- \*\*updatedAt\*\*: Timestamp of the last update (string).\
> &#x20;   \
> \- \*\*rank\*\*: An array of player ranking details, where each entry includes:\
> &#x20;   \
> &#x20;   \- \*\*position\*\*: The player's rank position (string).\
> &#x20;       \
> &#x20;   \- \*\*change\*\*: The change in rank (string).\
> &#x20;       \
> &#x20;   \- \*\*PlayerName\*\*: Name of the player (string).\
> &#x20;       \
> &#x20;   \- \*\*playerID\*\*: Unique identifier for the player (string).\
> &#x20;       \
> &#x20;   \- \*\*CountryId\*\*: Identifier for the country (string).\
> &#x20;       \
> &#x20;   \- \*\*CountryName\*\*: Name of the country (string).\
> &#x20;       \
> &#x20;   \- \*\*Country\*\*: Country abbreviation (string).\
> &#x20;       \
> &#x20;   \- \*\*teamId\*\*: Identifier for the team (string).\
> &#x20;       \
> &#x20;   \- \*\*teamName\*\*: Name of the team (string).\
> &#x20;       \
> &#x20;   \- \*\*Points\*\*: Points accumulated by the player (string).\
> &#x20;       \
> &#x20;   \- \*\*careerbest\*\*: Career best ranking (string).\
> &#x20;       \
> &#x20;   \- \*\*rankdate\*\*: Date of the rank (string).\
> &#x20;       \
> \
> This structured response allows consumers of the API to easily access and utilize the ranking information for women's cricket.

```json
{"openapi":"3.0.0","info":{"title":"CRICKET API V3","version":"1.0.0"},"tags":[{"name":"Ranking Data API V3"}],"servers":[{"url":"https://apiv3.sportsapi360.com"}],"security":[{"apikeyAuth":[]}],"components":{"securitySchemes":{"apikeyAuth":{"type":"http","scheme":"x-api-key"}}},"paths":{"/cricket/api/v3/ranking/women":{"get":{"tags":["Ranking Data API V3"],"summary":"Ranking Women","description":"### Endpoint Description\n\nThis endpoint retrieves the current rankings for women's cricket across different formats, specifically One Day Internationals (ODI) and Twenty20 (T20).\n\n### Request\n\n- **Method**: `GET`\n    \n- **Endpoint**: `https://apiv3.sportsapi360.com/cricket/api/v3/ranking/women`\n    \n\n### Response\n\nThe response is a JSON object containing the rankings for women in two formats: ODI and T20. Each format includes the following structure:\n\n- **ODI**: An array of objects representing the rankings in One Day Internationals.\n    \n- **T20**: An array of objects representing the rankings in Twenty20 matches.\n    \n\n#### Response Format\n\nThe response for both formats includes the following fields:\n\n- **matchType**: Type of match (string).\n    \n- **gender**: Gender of the players (string).\n    \n- **rankType**: Type of ranking (string).\n    \n- **updatedAt**: Timestamp of the last update (string).\n    \n- **rank**: An array of player ranking details, where each entry includes:\n    \n    - **position**: The player's rank position (string).\n        \n    - **change**: The change in rank (string).\n        \n    - **PlayerName**: Name of the player (string).\n        \n    - **playerID**: Unique identifier for the player (string).\n        \n    - **CountryId**: Identifier for the country (string).\n        \n    - **CountryName**: Name of the country (string).\n        \n    - **Country**: Country abbreviation (string).\n        \n    - **teamId**: Identifier for the team (string).\n        \n    - **teamName**: Name of the team (string).\n        \n    - **Points**: Points accumulated by the player (string).\n        \n    - **careerbest**: Career best ranking (string).\n        \n    - **rankdate**: Date of the rank (string).\n        \n\nThis structured response allows consumers of the API to easily access and utilize the ranking information for women's cricket.","parameters":[{"name":"x-api-key","in":"header","schema":{"type":"string"}}],"responses":{"200":{"description":"OK","headers":{},"content":{"application/json":{"schema":{"type":"object"}}}}}}}}}
```

## Ranking Men Team

> \# Get Men's Cricket Team Rankings\
> \
> This endpoint retrieves the current rankings of men's cricket teams across different formats: ODI, T20, and Test.\
> \
> \## Request\
> \
> \- \*\*Method\*\*: GET\
> &#x20;   \
> \- \*\*URL\*\*: \`<https://apiv3.sportsapi360.com/cricket/api/v3/ranking/team/men\\`\\>
> &#x20;   \
> \
> \## Response\
> \
> The response is structured in JSON format and contains the rankings for the following match types:\
> \
> \- \*\*ODI\*\*:\
> &#x20;   \
> &#x20;   \- An array of ranking details for One Day Internationals.\
> &#x20;       \
> \- \*\*T20\*\*:\
> &#x20;   \
> &#x20;   \- An array of ranking details for Twenty20 matches.\
> &#x20;       \
> \- \*\*Test\*\*:\
> &#x20;   \
> &#x20;   \- An array of ranking details for Test matches.\
> &#x20;       \
> \
> \### Response Structure\
> \
> Each match type contains the following fields:\
> \
> \- \*\*matchType\*\*: Type of the match (e.g., ODI, T20, Test).\
> &#x20;   \
> \- \*\*gender\*\*: Gender of the teams (e.g., male).\
> &#x20;   \
> \- \*\*rankType\*\*: Type of ranking.\
> &#x20;   \
> \- \*\*updatedAt\*\*: Timestamp of the last update.\
> &#x20;   \
> \- \*\*rank\*\*: An array of ranking details for each team, which includes:\
> &#x20;   \
> &#x20;   \- \*\*position\*\*: Current rank position of the team.\
> &#x20;       \
> &#x20;   \- \*\*change\*\*: Change in rank position.\
> &#x20;       \
> &#x20;   \- \*\*CountryId\*\*: Unique identifier for the country.\
> &#x20;       \
> &#x20;   \- \*\*Country\*\*: Name of the country.\
> &#x20;       \
> &#x20;   \- \*\*shortname\*\*: Abbreviated name of the team.\
> &#x20;       \
> &#x20;   \- \*\*teamId\*\*: Unique identifier for the team.\
> &#x20;       \
> &#x20;   \- \*\*teamName\*\*: Full name of the team.\
> &#x20;       \
> &#x20;   \- \*\*Matches\*\*: Number of matches played.\
> &#x20;       \
> &#x20;   \- \*\*Points\*\*: Total points accumulated.\
> &#x20;       \
> &#x20;   \- \*\*Rating\*\*: Average rating based on performance.\
> &#x20;       \
> &#x20;   \- \*\*rankdate\*\*: Date of the ranking.\
> &#x20;       \
> \
> \## Notes\
> \
> \- Ensure that the base URL is correctly set before making the request.\
> &#x20;   \
> \- The response may vary based on the latest rankings and updates in the cricket world.

```json
{"openapi":"3.0.0","info":{"title":"CRICKET API V3","version":"1.0.0"},"tags":[{"name":"Ranking Data API V3"}],"servers":[{"url":"https://apiv3.sportsapi360.com"}],"security":[{"apikeyAuth":[]}],"components":{"securitySchemes":{"apikeyAuth":{"type":"http","scheme":"x-api-key"}}},"paths":{"/cricket/api/v3/ranking/team/men":{"get":{"tags":["Ranking Data API V3"],"summary":"Ranking Men Team","description":"# Get Men's Cricket Team Rankings\n\nThis endpoint retrieves the current rankings of men's cricket teams across different formats: ODI, T20, and Test.\n\n## Request\n\n- **Method**: GET\n    \n- **URL**: `https://apiv3.sportsapi360.com/cricket/api/v3/ranking/team/men`\n    \n\n## Response\n\nThe response is structured in JSON format and contains the rankings for the following match types:\n\n- **ODI**:\n    \n    - An array of ranking details for One Day Internationals.\n        \n- **T20**:\n    \n    - An array of ranking details for Twenty20 matches.\n        \n- **Test**:\n    \n    - An array of ranking details for Test matches.\n        \n\n### Response Structure\n\nEach match type contains the following fields:\n\n- **matchType**: Type of the match (e.g., ODI, T20, Test).\n    \n- **gender**: Gender of the teams (e.g., male).\n    \n- **rankType**: Type of ranking.\n    \n- **updatedAt**: Timestamp of the last update.\n    \n- **rank**: An array of ranking details for each team, which includes:\n    \n    - **position**: Current rank position of the team.\n        \n    - **change**: Change in rank position.\n        \n    - **CountryId**: Unique identifier for the country.\n        \n    - **Country**: Name of the country.\n        \n    - **shortname**: Abbreviated name of the team.\n        \n    - **teamId**: Unique identifier for the team.\n        \n    - **teamName**: Full name of the team.\n        \n    - **Matches**: Number of matches played.\n        \n    - **Points**: Total points accumulated.\n        \n    - **Rating**: Average rating based on performance.\n        \n    - **rankdate**: Date of the ranking.\n        \n\n## Notes\n\n- Ensure that the base URL is correctly set before making the request.\n    \n- The response may vary based on the latest rankings and updates in the cricket world.","parameters":[{"name":"x-api-key","in":"header","schema":{"type":"string"}}],"responses":{"200":{"description":"OK","headers":{},"content":{"application/json":{"schema":{"type":"object"}}}}}}}}}
```

## Ranking Women Team

> \## Endpoint Description\
> \
> This endpoint retrieves the current rankings of women's cricket teams. It provides information about the teams' positions in various formats, specifically One Day Internationals (ODI) and Twenty20 (T20) matches.\
> \
> \### Request\
> \
> \- \*\*Method\*\*: GET\
> &#x20;   \
> \- \*\*URL\*\*: \`<https://apiv3.sportsapi360.com/cricket/api/v3/ranking/team/women\\`\\>
> &#x20;   \
> \- \*\*Request Body\*\*: No request body is required for this GET request.\
> &#x20;   \
> \
> \### Response Fields\
> \
> \- \*\*ODI\*\*: An array containing the rankings for One Day Internationals.\
> &#x20;   \
> &#x20;   \- \*\*matchType\*\*: Type of the match.\
> &#x20;       \
> &#x20;   \- \*\*gender\*\*: Gender category of the ranking.\
> &#x20;       \
> &#x20;   \- \*\*rankType\*\*: Type of ranking.\
> &#x20;       \
> &#x20;   \- \*\*updatedAt\*\*: Timestamp of the last update.\
> &#x20;       \
> &#x20;   \- \*\*rank\*\*: An array of ranking details for each team.\
> &#x20;       \
> &#x20;       \- \*\*position\*\*: Current rank position.\
> &#x20;           \
> &#x20;       \- \*\*change\*\*: Change in rank position.\
> &#x20;           \
> &#x20;       \- \*\*CountryId\*\*: Identifier for the country.\
> &#x20;           \
> &#x20;       \- \*\*Country\*\*: Name of the country.\
> &#x20;           \
> &#x20;       \- \*\*shortname\*\*: Abbreviated name of the country.\
> &#x20;           \
> &#x20;       \- \*\*teamId\*\*: Identifier for the team.\
> &#x20;           \
> &#x20;       \- \*\*teamName\*\*: Name of the team.\
> &#x20;           \
> &#x20;       \- \*\*Matches\*\*: Number of matches played.\
> &#x20;           \
> &#x20;       \- \*\*Points\*\*: Points accumulated.\
> &#x20;           \
> &#x20;       \- \*\*Rating\*\*: Rating based on performance.\
> &#x20;           \
> &#x20;       \- \*\*rankdate\*\*: Date of the ranking.\
> &#x20;           \
> \- \*\*T20\*\*: An array containing the rankings for Twenty20 matches, structured similarly to the ODI rankings.\
> &#x20;   \
> \
> This endpoint is essential for applications that need to display or utilize the latest rankings of women's cricket teams.

```json
{"openapi":"3.0.0","info":{"title":"CRICKET API V3","version":"1.0.0"},"tags":[{"name":"Ranking Data API V3"}],"servers":[{"url":"https://apiv3.sportsapi360.com"}],"security":[{"apikeyAuth":[]}],"components":{"securitySchemes":{"apikeyAuth":{"type":"http","scheme":"x-api-key"}}},"paths":{"/cricket/api/v3/ranking/team/women":{"get":{"tags":["Ranking Data API V3"],"summary":"Ranking Women Team","description":"## Endpoint Description\n\nThis endpoint retrieves the current rankings of women's cricket teams. It provides information about the teams' positions in various formats, specifically One Day Internationals (ODI) and Twenty20 (T20) matches.\n\n### Request\n\n- **Method**: GET\n    \n- **URL**: `https://apiv3.sportsapi360.com/cricket/api/v3/ranking/team/women`\n    \n- **Request Body**: No request body is required for this GET request.\n    \n\n### Response Fields\n\n- **ODI**: An array containing the rankings for One Day Internationals.\n    \n    - **matchType**: Type of the match.\n        \n    - **gender**: Gender category of the ranking.\n        \n    - **rankType**: Type of ranking.\n        \n    - **updatedAt**: Timestamp of the last update.\n        \n    - **rank**: An array of ranking details for each team.\n        \n        - **position**: Current rank position.\n            \n        - **change**: Change in rank position.\n            \n        - **CountryId**: Identifier for the country.\n            \n        - **Country**: Name of the country.\n            \n        - **shortname**: Abbreviated name of the country.\n            \n        - **teamId**: Identifier for the team.\n            \n        - **teamName**: Name of the team.\n            \n        - **Matches**: Number of matches played.\n            \n        - **Points**: Points accumulated.\n            \n        - **Rating**: Rating based on performance.\n            \n        - **rankdate**: Date of the ranking.\n            \n- **T20**: An array containing the rankings for Twenty20 matches, structured similarly to the ODI rankings.\n    \n\nThis endpoint is essential for applications that need to display or utilize the latest rankings of women's cricket teams.","parameters":[{"name":"x-api-key","in":"header","schema":{"type":"string"}}],"responses":{"200":{"description":"OK","headers":{},"content":{"application/json":{"schema":{"type":"object"}}}}}}}}}
```


---

# 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/cricket-docs/api-collection-cricket/ranking-data-api-v3.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.
