Properties
| Name | Type | Description |
|---|---|---|
| event_id | string | |
| event_status | string | Event status. Common values: STATUS_SCHEDULED, STATUS_IN_PROGRESS, STATUS_FINAL, STATUS_POSTPONED, STATUS_CANCELED, STATUS_SUSPENDED, STATUS_DELAYED, STATUS_RAIN_DELAY, STATUS_HALFTIME, STATUS_END_PER |
| team_id_away | integer | Away team ID. Omitted when zero. |
| team_id_home | integer | Home team ID. Omitted when zero. |
| score_away | integer | |
| score_home | integer | |
| winner_away | integer | |
| winner_home | integer | |
| score_away_by_period | array | |
| score_home_by_period | array | |
| venue_name | string | Arena or stadium name. May be an empty string when unavailable from the live feed. |
| venue_location | string | City and state. May be an empty string when unavailable from the live feed. |
| game_clock | integer | |
| display_clock | string | |
| game_period | integer | |
| broadcast | string | |
| event_status_detail | string | |
| updated_at | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://therundown.io/schemas/Score",
"title": "Score",
"type": "object",
"properties": {
"event_id": {
"type": "string"
},
"event_status": {
"type": "string",
"description": "Event status. Common values: STATUS_SCHEDULED, STATUS_IN_PROGRESS, STATUS_FINAL, STATUS_POSTPONED, STATUS_CANCELED, STATUS_SUSPENDED, STATUS_DELAYED, STATUS_RAIN_DELAY, STATUS_HALFTIME, STATUS_END_PERIOD, STATUS_END_OF_REGULATION, STATUS_OVERTIME, STATUS_FIRST_HALF, STATUS_SECOND_HALF\n"
},
"team_id_away": {
"type": "integer",
"description": "Away team ID. Omitted when zero."
},
"team_id_home": {
"type": "integer",
"description": "Home team ID. Omitted when zero."
},
"score_away": {
"type": "integer"
},
"score_home": {
"type": "integer"
},
"winner_away": {
"type": "integer"
},
"winner_home": {
"type": "integer"
},
"score_away_by_period": {
"type": "array",
"items": {
"type": "integer"
}
},
"score_home_by_period": {
"type": "array",
"items": {
"type": "integer"
}
},
"venue_name": {
"type": "string",
"description": "Arena or stadium name. May be an empty string when unavailable from the live feed."
},
"venue_location": {
"type": "string",
"description": "City and state. May be an empty string when unavailable from the live feed."
},
"game_clock": {
"type": "integer"
},
"display_clock": {
"type": "string"
},
"game_period": {
"type": "integer"
},
"broadcast": {
"type": "string"
},
"event_status_detail": {
"type": "string"
},
"updated_at": {
"type": "string",
"format": "date-time"
}
}
}
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/therundown-score"
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.