Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

TheSportsDB Seasons API

Season standings and results.

TheSportsDB Seasons API is one of 5 APIs that TheSportsDB publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Seasons. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 2 JSON Schemas.

This API exposes 3 operations across 3 paths, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://www.thesportsdb.com/api/v1/json/3.

3 operations 3 paths 6 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://www.thesportsdb.com/api/v1/json/3
Resource Areas
1

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Seasons 3

Season standings and results.

GET
/eventsseason.php
Get Season Events
getSeasonEvents 2 params → 200
GET
/lookuptable.php
Lookup Table
lookupTable 2 params → 200
GET
/search_all_seasons.php
List All Seasons
listAllSeasons 1 param → 200

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Event (14 properties), TableRow (11 properties), SeasonsResponse (1 property), Season (1 property). Each schema is shown below with its type and property counts.

TableRow
object
11 properties
EventsResponse
object
1 property
TableResponse
object
1 property
Season
object
1 property
SeasonsResponse
object
1 property
Event
object
14 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

thesportsdb-seasons-api-openapi.yml Raw ↑

Other APIs TheSportsDB publishes across the network.

TheSportsDB Events API
TheSportsDB Lists API
TheSportsDB Lookup API
TheSportsDB Search API