Sportmonks · Schema

Sportmonks League

Schema for a Sportmonks Football league entity returned by the /leagues endpoint.

CricketDataDeveloper-FriendlyFootballFormula 1Live ScoresMotorsportReal-TimeSoccerSportsSports DataStatistics

Properties

Name Type Description
id integer Unique league identifier.
sport_id integer Sport identifier.
country_id integer Country identifier.
name string League name.
active boolean True when the league is currently active.
short_code stringnull Short league code.
image_path string League logo URL.
type string League type (league, cup, etc.).
sub_type stringnull League sub-type (domestic, international).
last_played_at stringnull Most recent fixture timestamp.
category integernull Category identifier.
has_jerseys boolean True when jersey data is available.
View JSON Schema on GitHub

JSON Schema

sportmonks-league-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://docs.sportmonks.com/schemas/league.json",
  "title": "Sportmonks League",
  "description": "Schema for a Sportmonks Football league entity returned by the /leagues endpoint.",
  "type": "object",
  "required": ["id", "name", "sport_id"],
  "properties": {
    "id": { "type": "integer", "description": "Unique league identifier." },
    "sport_id": { "type": "integer", "description": "Sport identifier." },
    "country_id": { "type": "integer", "description": "Country identifier." },
    "name": { "type": "string", "description": "League name." },
    "active": { "type": "boolean", "description": "True when the league is currently active." },
    "short_code": { "type": ["string", "null"], "description": "Short league code." },
    "image_path": { "type": "string", "format": "uri", "description": "League logo URL." },
    "type": { "type": "string", "description": "League type (league, cup, etc.)." },
    "sub_type": { "type": ["string", "null"], "description": "League sub-type (domestic, international)." },
    "last_played_at": { "type": ["string", "null"], "format": "date-time", "description": "Most recent fixture timestamp." },
    "category": { "type": ["integer", "null"], "description": "Category identifier." },
    "has_jerseys": { "type": "boolean", "description": "True when jersey data is available." }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sportmonks-league"
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 email required.

A second provider on the same verified email joins the account you already have.