Properties
| Name | Type | Description |
|---|---|---|
| RoundId | integer | The unique ID of the round |
| SeasonId | integer | The unique ID of the season this round is associated with |
| Season | integer | The soccer regular season for which these totals apply |
| SeasonType | integer | The type of season that this record corresponds to (1=Regular Season, 2=Preseason, 3=Postseason, 4=Offseason, 5=AllStar). |
| Name | stringnull | The display name of the round (examples: Regular Season, Semi-finals, Final, etc) |
| Type | stringnull | The type of this round. Possible values: Cup; Table |
| StartDate | stringnull | The start date of the round |
| EndDate | stringnull | The end date of the round |
| CurrentWeek | integernull | The current week that this round is in |
| CurrentRound | boolean | Indicates whether or not this round is the current round of the competition/season |
| Games | array | The games and their details that are apart of this round |
| Standings | array | The standings details associated with this round of the competition |
| TeamSeasons | array | The team stat records associated with this round |
| PlayerSeasons | array | Player Season stat records associated with this round |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Round",
"title": "Round",
"properties": {
"RoundId": {
"type": "integer",
"description": "The unique ID of the round"
},
"SeasonId": {
"type": "integer",
"description": "The unique ID of the season this round is associated with"
},
"Season": {
"type": "integer",
"description": "The soccer regular season for which these totals apply"
},
"SeasonType": {
"type": "integer",
"description": "The type of season that this record corresponds to (1=Regular Season, 2=Preseason, 3=Postseason, 4=Offseason, 5=AllStar)."
},
"Name": {
"type": [
"string",
"null"
],
"description": "The display name of the round (examples: Regular Season, Semi-finals, Final, etc)"
},
"Type": {
"type": [
"string",
"null"
],
"description": "The type of this round. Possible values: Cup; Table"
},
"StartDate": {
"type": [
"string",
"null"
],
"description": "The start date of the round"
},
"EndDate": {
"type": [
"string",
"null"
],
"description": "The end date of the round"
},
"CurrentWeek": {
"type": [
"integer",
"null"
],
"description": "The current week that this round is in"
},
"CurrentRound": {
"type": "boolean",
"description": "Indicates whether or not this round is the current round of the competition/season"
},
"Games": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Game"
},
"description": "The games and their details that are apart of this round"
},
"Standings": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Standing"
},
"description": "The standings details associated with this round of the competition"
},
"TeamSeasons": {
"type": "array",
"items": {
"$ref": "#/components/schemas/TeamSeason"
},
"description": "The team stat records associated with this round"
},
"PlayerSeasons": {
"type": "array",
"items": {
"$ref": "#/components/schemas/PlayerSeason"
},
"description": "Player Season stat records associated with this round"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sportsdataio-round"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.