The Sports endpoint provides the names for the sport as referenced in the programs.
API and Example Responses
API:
Code
Example Requests
Return full list of organizations.
http://on-api.gracenote.com/v3/Sports?updateId=0&limit=1000&api_key=
Request Parameters
| Parameter | Required | Description |
|---|---|---|
| api_key | Yes | 24-character key obtained during application registration |
| updateId | No | Update token. Defaults to 0. Returns sports beginning with updateId, which is a sequential numeric offset received in response. |
| limit | No | Batch size. Maximum number of sports to be returned by API. Use with updateId. |
| sportGId | No | For non-batch lookups. Comma-separated list of sportGIds. Overrides updateId. |
Data Structure and Relationships
Schema
Review the following XML schema definition (xsd) to learn about the data structure, fields, and types for this endpoint.
To explore the relationships among all endpoints, see the interactive schema documentation.
XML Schema URL: http://files.api.gracenote.com/xsd/on_update_sports_3.26.xsd
Last modified on