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 Events API

Sports event scheduling and results.

TheSportsDB Events 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 Events. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 2 JSON Schemas.

This API exposes 4 operations across 4 paths, and defines 2 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.

4 operations 4 paths 2 schemas 4 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 4

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

Events 4

Sports event scheduling and results.

GET
/lookupevent.php
Lookup Event
lookupEvent 1 param → 200
GET
/eventsnext.php
Get Next Team Events
getNextTeamEvents 1 param → 200
GET
/eventslast.php
Get Last Team Events
getLastTeamEvents 1 param → 200
GET
/eventsseason.php
Get Season Events
getSeasonEvents 2 params → 200

Schemas 2

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

EventsResponse
object
1 property
Event
object
14 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

thesportsdb-events-api-openapi.yml Raw ↑

Other APIs TheSportsDB publishes across the network.

TheSportsDB Lists API
TheSportsDB Lookup API
TheSportsDB Search API
TheSportsDB Seasons API