Sportmonks Player
Schema for a Sportmonks Football player entity returned by the /players endpoint.
CricketDataDeveloper-FriendlyFootballFormula 1Live ScoresMotorsportReal-TimeSoccerSportsSports DataStatistics
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://docs.sportmonks.com/schemas/player.json",
"title": "Sportmonks Player",
"description": "Schema for a Sportmonks Football player entity returned by the /players endpoint.",
"type": "object",
"required": ["id", "name", "sport_id"],
"properties": {
"id": { "type": "integer", "description": "Unique player identifier." },
"sport_id": { "type": "integer", "description": "Sport identifier." },
"country_id": { "type": ["integer", "null"], "description": "Country identifier." },
"nationality_id": { "type": ["integer", "null"], "description": "Nationality identifier." },
"city_id": { "type": ["integer", "null"], "description": "City of birth identifier." },
"position_id": { "type": ["integer", "null"], "description": "Position identifier." },
"detailed_position_id": { "type": ["integer", "null"], "description": "Detailed position identifier." },
"type_id": { "type": ["integer", "null"], "description": "Player type identifier." },
"common_name": { "type": "string", "description": "Common name." },
"firstname": { "type": "string", "description": "First name." },
"lastname": { "type": "string", "description": "Last name." },
"name": { "type": "string", "description": "Full name." },
"display_name": { "type": "string", "description": "Display name." },
"image_path": { "type": "string", "format": "uri", "description": "Player headshot URL." },
"height": { "type": ["integer", "null"], "description": "Height in centimeters." },
"weight": { "type": ["integer", "null"], "description": "Weight in kilograms." },
"date_of_birth": { "type": ["string", "null"], "format": "date", "description": "Date of birth." },
"gender": { "type": "string", "enum": ["male", "female"], "description": "Player gender." }
}
}
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-player"
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.