# Series Data API

## Series Matches

> \### Get Matches for a Cricket Series\
> \
> This endpoint retrieves the list of matches associated with a specific cricket series identified by the \`seriesId\`.\
> \
> \#### Request\
> \
> \- \*\*Method:\*\* GET\
> &#x20;   \
> \- \*\*Endpoint:\*\* \`<https://apiv3.sportsapi360.com/cricket/api/v2/series/:seriesId/matches\\`\\>
> &#x20;   \
> \
> \#### Path Parameters\
> \
> \- \*\*seriesId\*\*: The unique identifier for the cricket series for which the matches are being requested.\
> &#x20;   \
> \
> \#### Response Format\
> \
> The response will be a JSON array containing match details with the following structure:\
> \
> \- \*\*isAbandoned\*\*: Boolean indicating if the match was abandoned.\
> &#x20;   \
> \- \*\*matchName\*\*: Name of the match.\
> &#x20;   \
> \- \*\*homeTeamShortName\*\*: Short name of the home team.\
> &#x20;   \
> \- \*\*awayTeamShortName\*\*: Short name of the away team.\
> &#x20;   \
> \- \*\*matchResult\*\*: Result of the match.\
> &#x20;   \
> \- \*\*venue\*\*: Venue where the match is held.\
> &#x20;   \
> \- \*\*winningTeamID\*\*: ID of the winning team.\
> &#x20;   \
> \- \*\*matchNumber\*\*: Number assigned to the match.\
> &#x20;   \
> \- \*\*matchdate\*\*: Date of the match.\
> &#x20;   \
> \- \*\*matchID\*\*: Unique identifier for the match.\
> &#x20;   \
> \- \*\*matchStatus\*\*: Current status of the match.\
> &#x20;   \
> \- \*\*startDate\*\*: Scheduled start date of the match.\
> &#x20;   \
> \- \*\*matchLevel\*\*: Level of the match (e.g., international, domestic).\
> &#x20;   \
> \- \*\*matchType\*\*: Type of the match (e.g., Test, ODI, T20).\
> &#x20;   \
> \- \*\*statusMessage\*\*: Message indicating the current status of the match.\
> &#x20;   \
> \- \*\*playing11Status\*\*: Boolean indicating if the playing XI has been announced.\
> &#x20;   \
> \- \*\*probable11Status\*\*: Boolean indicating if the probable XI has been announced.\
> &#x20;   \
> \- \*\*playerOfTheMatch\*\*: Name of the player of the match.\
> &#x20;   \
> \- \*\*playerOfTheMatchDetails\*\*: Object containing details about the player of the match.\
> &#x20;   \
> \- \*\*teamsWinProbability\*\*: Object containing win probabilities for both teams and tie percentage.\
> &#x20;   \
> \- \*\*matchScore\*\*: Array of score details for each team in the match.\
> &#x20;   \
> \
> This endpoint is useful for obtaining detailed information about the matches in a cricket series, including their status and scores.

```json
{"openapi":"3.0.0","info":{"title":"CRICKET API V3","version":"1.0.0"},"tags":[{"name":"Series Data API"}],"servers":[{"url":"https://apiv3.sportsapi360.com"}],"security":[{"apikeyAuth":[]}],"components":{"securitySchemes":{"apikeyAuth":{"type":"http","scheme":"x-api-key"}}},"paths":{"/cricket/api/v2/series/{seriesId}/matches":{"get":{"tags":["Series Data API"],"summary":"Series Matches","description":"### Get Matches for a Cricket Series\n\nThis endpoint retrieves the list of matches associated with a specific cricket series identified by the `seriesId`.\n\n#### Request\n\n- **Method:** GET\n    \n- **Endpoint:** `https://apiv3.sportsapi360.com/cricket/api/v2/series/:seriesId/matches`\n    \n\n#### Path Parameters\n\n- **seriesId**: The unique identifier for the cricket series for which the matches are being requested.\n    \n\n#### Response Format\n\nThe response will be a JSON array containing match details with the following structure:\n\n- **isAbandoned**: Boolean indicating if the match was abandoned.\n    \n- **matchName**: Name of the match.\n    \n- **homeTeamShortName**: Short name of the home team.\n    \n- **awayTeamShortName**: Short name of the away team.\n    \n- **matchResult**: Result of the match.\n    \n- **venue**: Venue where the match is held.\n    \n- **winningTeamID**: ID of the winning team.\n    \n- **matchNumber**: Number assigned to the match.\n    \n- **matchdate**: Date of the match.\n    \n- **matchID**: Unique identifier for the match.\n    \n- **matchStatus**: Current status of the match.\n    \n- **startDate**: Scheduled start date of the match.\n    \n- **matchLevel**: Level of the match (e.g., international, domestic).\n    \n- **matchType**: Type of the match (e.g., Test, ODI, T20).\n    \n- **statusMessage**: Message indicating the current status of the match.\n    \n- **playing11Status**: Boolean indicating if the playing XI has been announced.\n    \n- **probable11Status**: Boolean indicating if the probable XI has been announced.\n    \n- **playerOfTheMatch**: Name of the player of the match.\n    \n- **playerOfTheMatchDetails**: Object containing details about the player of the match.\n    \n- **teamsWinProbability**: Object containing win probabilities for both teams and tie percentage.\n    \n- **matchScore**: Array of score details for each team in the match.\n    \n\nThis endpoint is useful for obtaining detailed information about the matches in a cricket series, including their status and scores.","parameters":[{"name":"x-api-key","in":"header","schema":{"type":"string"}},{"name":"seriesId","in":"path","schema":{"type":"string"},"required":true}],"responses":{"200":{"description":"OK","headers":{},"content":{"application/json":{"schema":{"type":"object"}}}}}}}}}
```

## Series Point Table

> \## Get the Point Table for the Cricket Series\
> \
> This endpoint retrieves the point table for a specific cricket series identified by \`seriesId\`.\
> \
> \### Request\
> \
> \- \*\*Method\*\*: \`GET\`\
> &#x20;   \
> \- \*\*Endpoint\*\*: \`<https://apiv3.sportsapi360.com/cricket/api/v2/series/:seriesId/point-table\\`\\>
> &#x20;   \
> \- \*\*Path Parameters\*\*:\
> &#x20;   \
> &#x20;   \- \`seriesId\` (required): The unique identifier for the cricket series whose point table you want to fetch.\
> &#x20;       \
> \
> \### Response\
> \
> The response will be in JSON format and includes the following structure:\
> \
> \- \*\*name\*\*: A string representing the name of the series.\
> &#x20;   \
> \- \*\*teams\*\*: An array of team objects, each containing:\
> &#x20;   \
> &#x20;   \- \`pos\`: The position of the team in the point table (integer).\
> &#x20;       \
> &#x20;   \- \`teamID\`: The unique identifier for the team (string).\
> &#x20;       \
> &#x20;   \- \`teamName\`: The full name of the team (string).\
> &#x20;       \
> &#x20;   \- \`teamShortName\`: The abbreviated name of the team (string).\
> &#x20;       \
> &#x20;   \- \`all\`: Total matches played by the team (string).\
> &#x20;       \
> &#x20;   \- \`wins\`: Total matches won by the team (string).\
> &#x20;       \
> &#x20;   \- \`qp\`: Total matches that resulted in a qualified position (string).\
> &#x20;       \
> &#x20;   \- \`lost\`: Total matches lost by the team (string).\
> &#x20;       \
> &#x20;   \- \`points\`: Total points accumulated by the team (string).\
> &#x20;       \
> &#x20;   \- \`nrr\`: Net Run Rate of the team (string).\
> &#x20;       \
> &#x20;   \- \`noResult\`: Total matches with no result (string).\
> &#x20;       \
> &#x20;   \- \`isQualified\`: A boolean indicating whether the team has qualified for the next stage.

```json
{"openapi":"3.0.0","info":{"title":"CRICKET API V3","version":"1.0.0"},"tags":[{"name":"Series Data API"}],"servers":[{"url":"https://apiv3.sportsapi360.com"}],"security":[{"apikeyAuth":[]}],"components":{"securitySchemes":{"apikeyAuth":{"type":"http","scheme":"x-api-key"}}},"paths":{"/cricket/api/v2/series/{seriesId}/point-table":{"get":{"tags":["Series Data API"],"summary":"Series Point Table","description":"## Get the Point Table for the Cricket Series\n\nThis endpoint retrieves the point table for a specific cricket series identified by `seriesId`.\n\n### Request\n\n- **Method**: `GET`\n    \n- **Endpoint**: `https://apiv3.sportsapi360.com/cricket/api/v2/series/:seriesId/point-table`\n    \n- **Path Parameters**:\n    \n    - `seriesId` (required): The unique identifier for the cricket series whose point table you want to fetch.\n        \n\n### Response\n\nThe response will be in JSON format and includes the following structure:\n\n- **name**: A string representing the name of the series.\n    \n- **teams**: An array of team objects, each containing:\n    \n    - `pos`: The position of the team in the point table (integer).\n        \n    - `teamID`: The unique identifier for the team (string).\n        \n    - `teamName`: The full name of the team (string).\n        \n    - `teamShortName`: The abbreviated name of the team (string).\n        \n    - `all`: Total matches played by the team (string).\n        \n    - `wins`: Total matches won by the team (string).\n        \n    - `qp`: Total matches that resulted in a qualified position (string).\n        \n    - `lost`: Total matches lost by the team (string).\n        \n    - `points`: Total points accumulated by the team (string).\n        \n    - `nrr`: Net Run Rate of the team (string).\n        \n    - `noResult`: Total matches with no result (string).\n        \n    - `isQualified`: A boolean indicating whether the team has qualified for the next stage.","parameters":[{"name":"x-api-key","in":"header","schema":{"type":"string"}},{"name":"seriesId","in":"path","schema":{"type":"string"},"required":true}],"responses":{"200":{"description":"OK","headers":{},"content":{"application/json":{"schema":{"type":"object"}}}}}}}}}
```

## Series Squads

> \## Get Cricket Series Squads\
> \
> This endpoint retrieves the squads for a specific cricket series identified by the \`seriesId\`.\
> \
> \### Request\
> \
> \- \*\*Method\*\*: \`GET\`\
> &#x20;   \
> \- \*\*Endpoint\*\*: \`<https://apiv3.sportsapi360.com/cricket/api/v2/series/:seriesId/squads\\`\\>
> &#x20;   \
> \- \*\*Path Parameters\*\*:\
> &#x20;   \
> &#x20;   \- \`seriesId\` (string): The unique identifier for the cricket series whose squads are being requested.\
> &#x20;       \
> \
> \### Response\
> \
> The response will be in JSON format and includes the following key components:\
> \
> \- \`isNewSeries\` (boolean): Indicates whether the series is new.\
> &#x20;   \
> \- \`displayFormats\` (array of strings): Contains the formats in which the series is displayed.\
> &#x20;   \
> \- \`squadData\` (array): An array of squad information, where each squad includes:\
> &#x20;   \
> &#x20;   \- \`teamID\` (string): The unique identifier for the team.\
> &#x20;       \
> &#x20;   \- \`name\` (string): The name of the team.\
> &#x20;       \
> &#x20;   \- \`squad\` (array): Contains details about the squad members, where each member includes:\
> &#x20;       \
> &#x20;       \- \`matchType\` (string): The type of match.\
> &#x20;           \
> &#x20;       \- \`playersArray\` (array): An array of player details, where each player includes:\
> &#x20;           \
> &#x20;           \- \`playerID\` (string): The unique identifier for the player.\
> &#x20;               \
> &#x20;           \- \`iswk\` (boolean): Indicates if the player is a wicketkeeper.\
> &#x20;               \
> &#x20;           \- \`iscap\` (boolean): Indicates if the player is a captain.\
> &#x20;               \
> &#x20;           \- \`playerRole\` (string): The role of the player in the team.\
> &#x20;               \
> &#x20;           \- \`playerName\` (string): The name of the player.\
> &#x20;               \
> \
> This structure provides a comprehensive overview of the squads participating in the specified cricket series.

```json
{"openapi":"3.0.0","info":{"title":"CRICKET API V3","version":"1.0.0"},"tags":[{"name":"Series Data API"}],"servers":[{"url":"https://apiv3.sportsapi360.com"}],"security":[{"apikeyAuth":[]}],"components":{"securitySchemes":{"apikeyAuth":{"type":"http","scheme":"x-api-key"}}},"paths":{"/cricket/api/v2/series/{seriesId}/squads":{"get":{"tags":["Series Data API"],"summary":"Series Squads","description":"## Get Cricket Series Squads\n\nThis endpoint retrieves the squads for a specific cricket series identified by the `seriesId`.\n\n### Request\n\n- **Method**: `GET`\n    \n- **Endpoint**: `https://apiv3.sportsapi360.com/cricket/api/v2/series/:seriesId/squads`\n    \n- **Path Parameters**:\n    \n    - `seriesId` (string): The unique identifier for the cricket series whose squads are being requested.\n        \n\n### Response\n\nThe response will be in JSON format and includes the following key components:\n\n- `isNewSeries` (boolean): Indicates whether the series is new.\n    \n- `displayFormats` (array of strings): Contains the formats in which the series is displayed.\n    \n- `squadData` (array): An array of squad information, where each squad includes:\n    \n    - `teamID` (string): The unique identifier for the team.\n        \n    - `name` (string): The name of the team.\n        \n    - `squad` (array): Contains details about the squad members, where each member includes:\n        \n        - `matchType` (string): The type of match.\n            \n        - `playersArray` (array): An array of player details, where each player includes:\n            \n            - `playerID` (string): The unique identifier for the player.\n                \n            - `iswk` (boolean): Indicates if the player is a wicketkeeper.\n                \n            - `iscap` (boolean): Indicates if the player is a captain.\n                \n            - `playerRole` (string): The role of the player in the team.\n                \n            - `playerName` (string): The name of the player.\n                \n\nThis structure provides a comprehensive overview of the squads participating in the specified cricket series.","parameters":[{"name":"x-api-key","in":"header","schema":{"type":"string"}},{"name":"seriesId","in":"path","schema":{"type":"string"},"required":true}],"responses":{"200":{"description":"OK","headers":{},"content":{"application/json":{"schema":{"type":"object"}}}}}}}}}
```

## Series Statics

> \# Get Cricket Series Statistics\
> \
> This endpoint retrieves the statistics for a specific cricket series identified by the \`seriesId\`. It provides detailed information about the series, including various performance metrics and statistics relevant to the matches played within that series.\
> \
> \## Request\
> \
> \- \*\*Method\*\*: GET\
> &#x20;   \
> \- \*\*URL\*\*: \`<https://apiv3.sportsapi360.com/cricket/api/v2/series/:seriesId/statics\\`\\>
> &#x20;   \
> \
> \### Path Parameters\
> \
> \- \`seriesId\` (required): The unique identifier for the cricket series whose statistics are being requested.\
> &#x20;   \
> \
> \## Response\
> \
> The response will contain a detailed JSON object with statistics related to the specified series. The structure of the response may include various metrics such as match results, player performances, and other relevant data points.\
> \
> \### Expected Response Format\
> \
> \- \*\*Status Code\*\*: 200 OK (if the request is successful)\
> &#x20;   \
> \- \*\*Content-Type\*\*: application/json\
> &#x20;   \
> \
> \### Important Notes\
> \
> \- Ensure that the \`seriesId\` is valid and corresponds to an existing cricket series in the database.\
> &#x20;   \
> \- The response may vary based on the availability of data for the requested series.\
> &#x20;   \
> \- Handle potential errors gracefully, such as invalid \`seriesId\` or server issues, which may return appropriate error codes (e.g., 404 Not Found, 500 Internal Server Error).

```json
{"openapi":"3.0.0","info":{"title":"CRICKET API V3","version":"1.0.0"},"tags":[{"name":"Series Data API"}],"servers":[{"url":"https://apiv3.sportsapi360.com"}],"security":[{"apikeyAuth":[]}],"components":{"securitySchemes":{"apikeyAuth":{"type":"http","scheme":"x-api-key"}}},"paths":{"/cricket/api/v2/series/{seriesId}/statics":{"get":{"tags":["Series Data API"],"summary":"Series Statics","description":"# Get Cricket Series Statistics\n\nThis endpoint retrieves the statistics for a specific cricket series identified by the `seriesId`. It provides detailed information about the series, including various performance metrics and statistics relevant to the matches played within that series.\n\n## Request\n\n- **Method**: GET\n    \n- **URL**: `https://apiv3.sportsapi360.com/cricket/api/v2/series/:seriesId/statics`\n    \n\n### Path Parameters\n\n- `seriesId` (required): The unique identifier for the cricket series whose statistics are being requested.\n    \n\n## Response\n\nThe response will contain a detailed JSON object with statistics related to the specified series. The structure of the response may include various metrics such as match results, player performances, and other relevant data points.\n\n### Expected Response Format\n\n- **Status Code**: 200 OK (if the request is successful)\n    \n- **Content-Type**: application/json\n    \n\n### Important Notes\n\n- Ensure that the `seriesId` is valid and corresponds to an existing cricket series in the database.\n    \n- The response may vary based on the availability of data for the requested series.\n    \n- Handle potential errors gracefully, such as invalid `seriesId` or server issues, which may return appropriate error codes (e.g., 404 Not Found, 500 Internal Server Error).","parameters":[{"name":"x-api-key","in":"header","schema":{"type":"string"}},{"name":"seriesId","in":"path","schema":{"type":"string"},"required":true}],"responses":{"200":{"description":"OK","headers":{},"content":{"application/json":{"schema":{"type":"object"}}}}}}}}}
```

## Series Stadiums

> \
> \# Get Stadiums by Series ID\
> \
> This endpoint retrieves a list of stadiums associated with a specific cricket series identified by the \`seriesId\`. \
> \
> \## Request Method\
> \*\*GET\*\*\
> \
> \## Endpoint\
> \`<https://apiv3.sportsapi360.com/cricket/api/v2/series/:seriesId/stadiums\\`\\>
> \
> \## Path Parameters\
> \- \`seriesId\` (string): The unique identifier for the cricket series for which you want to fetch the associated stadiums.\
> \
> \## Expected Response Format\
> The response will be in JSON format and includes the following fields:\
> \- \`status\` (boolean): Indicates the success of the request.\
> \- \`statusCode\` (integer): A code representing the status of the response.\
> \- \`message\` (string): A message providing additional information about the response.\
> \- \`response\` (array): An array of stadium objects, each containing:\
> &#x20; \- \`stadiumName\` (string): The name of the stadium.\
> &#x20; \- \`capacity\` (string): The seating capacity of the stadium.\
> &#x20; \- \`city\` (string): The city where the stadium is located.\
> &#x20; \- \`venueId\` (string): The unique identifier for the stadium.\
> \
> \### Example Response\
> \`\`\`json\
> {\
> &#x20; "status": true,\
> &#x20; "statusCode": 0,\
> &#x20; "message": "",\
> &#x20; "response": \[\
> &#x20;   {\
> &#x20;     "stadiumName": "",\
> &#x20;     "capacity": "",\
> &#x20;     "city": "",\
> &#x20;     "venueId": ""\
> &#x20;   }\
> &#x20; ]\
> }\
> \`\`\`\
> \
> This endpoint is useful for applications that require information about stadiums for a particular cricket series, allowing users to view venue details and capacities.<br>

````json
{"openapi":"3.0.0","info":{"title":"CRICKET API V3","version":"1.0.0"},"tags":[{"name":"Series Data API"}],"servers":[{"url":"https://apiv3.sportsapi360.com"}],"security":[{"apikeyAuth":[]}],"components":{"securitySchemes":{"apikeyAuth":{"type":"http","scheme":"x-api-key"}}},"paths":{"/cricket/api/v2/series/{seriesId}/stadiums":{"get":{"tags":["Series Data API"],"summary":"Series Stadiums","description":"\n# Get Stadiums by Series ID\n\nThis endpoint retrieves a list of stadiums associated with a specific cricket series identified by the `seriesId`. \n\n## Request Method\n**GET**\n\n## Endpoint\n`https://apiv3.sportsapi360.com/cricket/api/v2/series/:seriesId/stadiums`\n\n## Path Parameters\n- `seriesId` (string): The unique identifier for the cricket series for which you want to fetch the associated stadiums.\n\n## Expected Response Format\nThe response will be in JSON format and includes the following fields:\n- `status` (boolean): Indicates the success of the request.\n- `statusCode` (integer): A code representing the status of the response.\n- `message` (string): A message providing additional information about the response.\n- `response` (array): An array of stadium objects, each containing:\n  - `stadiumName` (string): The name of the stadium.\n  - `capacity` (string): The seating capacity of the stadium.\n  - `city` (string): The city where the stadium is located.\n  - `venueId` (string): The unique identifier for the stadium.\n\n### Example Response\n```json\n{\n  \"status\": true,\n  \"statusCode\": 0,\n  \"message\": \"\",\n  \"response\": [\n    {\n      \"stadiumName\": \"\",\n      \"capacity\": \"\",\n      \"city\": \"\",\n      \"venueId\": \"\"\n    }\n  ]\n}\n```\n\nThis endpoint is useful for applications that require information about stadiums for a particular cricket series, allowing users to view venue details and capacities.\n","parameters":[{"name":"x-api-key","in":"header","schema":{"type":"string"}},{"name":"seriesId","in":"path","schema":{"type":"string"},"required":true}],"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/series-data-api.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.
