Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url 'https://therundown.io/api/v1/season_types?key='
{ "season_types": [ { "sport_id": 2, "sport_name": "NFL", "season_type_id": 1, "season_type_name": "Preseason" }, { "sport_id": 2, "sport_name": "NFL", "season_type_id": 2, "season_type_name": "Regular Season" }, { "sport_id": 4, "sport_name": "NBA", "season_type_id": 2, "season_type_name": "Regular Season" } ] }
API key as query parameter
Season types
Show child attributes