{ "info": { "_postman_id": "ef38d203-7b93-42af-ae5a-0ae389caec1f", "name": "Sportmonks Football Fixtures Players API", "description": "REST API providing soccer/football data including livescores, fixtures, schedules,\nstandings, teams, players, predictions, and odds across 2,500+ leagues worldwide.\n\nAll endpoints accept the API token either as an `Authorization` header or as an\n`api_token` query parameter. Responses are JSON and support `include`, `filters`,\nand `select` query parameters for response shaping.\n\n\nContact Support:\n Name: Sportmonks Support\n Email: support@sportmonks.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:00:45.000Z", "updatedAt": "2026-07-28T03:00:45.000Z", "lastUpdatedBy": "35240", "uid": "35240-ef38d203-7b93-42af-ae5a-0ae389caec1f" }, "item": [ { "name": "players", "item": [ { "name": "{id}", "item": [ { "name": "Get Player By ID", "id": "6a915625-22d5-4db7-9937-4cc916936888", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/players/:id?include=", "host": [ "{{baseUrl}}" ], "path": [ "players", ":id" ], "query": [ { "description": "Semicolon-separated list of related entities to embed in the response.", "key": "include", "value": "" } ], "variable": [ { "id": "39ef73a7-f5ce-47af-a4ed-b87e70c74de6", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Returns a single player profile." }, "response": [ { "id": "b7c9d356-51c4-49f0-90d7-20dd32391579", "name": "A single player.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/players/:id?include=", "host": [ "{{baseUrl}}" ], "path": [ "players", ":id" ], "query": [ { "description": "Semicolon-separated list of related entities to embed in the response.", "key": "include", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"sport_id\": \"\",\n \"country_id\": \"\",\n \"nationality_id\": \"\",\n \"city_id\": \"\",\n \"position_id\": \"\",\n \"detailed_position_id\": \"\",\n \"type_id\": \"\",\n \"common_name\": \"\",\n \"firstname\": \"\",\n \"lastname\": \"\",\n \"name\": \"\",\n \"display_name\": \"\",\n \"image_path\": \"\",\n \"height\": \"\",\n \"weight\": \"\",\n \"date_of_birth\": \"\",\n \"gender\": \"\"\n }\n}", "createdAt": "2026-07-28T03:00:45.000Z", "updatedAt": "2026-07-28T03:00:45.000Z", "uid": "35240-b7c9d356-51c4-49f0-90d7-20dd32391579" } ], "createdAt": "2026-07-28T03:00:45.000Z", "updatedAt": "2026-07-28T03:00:45.000Z", "uid": "35240-6a915625-22d5-4db7-9937-4cc916936888" } ], "id": "770cae87-c5f2-413a-a574-a02aa7b0bd35", "createdAt": "2026-07-28T03:00:45.000Z", "updatedAt": "2026-07-28T03:00:45.000Z", "uid": "35240-770cae87-c5f2-413a-a574-a02aa7b0bd35" }, { "name": "List Players", "id": "fee78464-b5a2-472f-a88a-92617b61f9ab", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/players?include=&page=", "host": [ "{{baseUrl}}" ], "path": [ "players" ], "query": [ { "description": "Semicolon-separated list of related entities to embed in the response.", "key": "include", "value": "" }, { "description": "Page number for paginated collection responses.", "key": "page", "value": "" } ] }, "description": "Returns paginated players across covered leagues." }, "response": [ { "id": "80e5566a-217a-4d3c-99bd-effaf4187832", "name": "A list of players.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/players?include=&page=", "host": [ "{{baseUrl}}" ], "path": [ "players" ], "query": [ { "description": "Semicolon-separated list of related entities to embed in the response.", "key": "include", "value": "" }, { "description": "Page number for paginated collection responses.", "key": "page", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"sport_id\": \"\",\n \"country_id\": \"\",\n \"nationality_id\": \"\",\n \"city_id\": \"\",\n \"position_id\": \"\",\n \"detailed_position_id\": \"\",\n \"type_id\": \"\",\n \"common_name\": \"\",\n \"firstname\": \"\",\n \"lastname\": \"\",\n \"name\": \"\",\n \"display_name\": \"\",\n \"image_path\": \"\",\n \"height\": \"\",\n \"weight\": \"\",\n \"date_of_birth\": \"\",\n \"gender\": \"\"\n },\n {\n \"id\": \"\",\n \"sport_id\": \"\",\n \"country_id\": \"\",\n \"nationality_id\": \"\",\n \"city_id\": \"\",\n \"position_id\": \"\",\n \"detailed_position_id\": \"\",\n \"type_id\": \"\",\n \"common_name\": \"\",\n \"firstname\": \"\",\n \"lastname\": \"\",\n \"name\": \"\",\n \"display_name\": \"\",\n \"image_path\": \"\",\n \"height\": \"\",\n \"weight\": \"\",\n \"date_of_birth\": \"\",\n \"gender\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": \"\",\n \"per_page\": \"\",\n \"current_page\": \"\",\n \"next_page\": \"\",\n \"has_more\": \"\"\n }\n}", "createdAt": "2026-07-28T03:00:45.000Z", "updatedAt": "2026-07-28T03:00:45.000Z", "uid": "35240-80e5566a-217a-4d3c-99bd-effaf4187832" } ], "createdAt": "2026-07-28T03:00:45.000Z", "updatedAt": "2026-07-28T03:00:45.000Z", "uid": "35240-fee78464-b5a2-472f-a88a-92617b61f9ab" } ], "id": "b36c7fc2-5c72-4461-ab19-700e1187e2ae", "createdAt": "2026-07-28T03:00:45.000Z", "updatedAt": "2026-07-28T03:00:45.000Z", "uid": "35240-b36c7fc2-5c72-4461-ab19-700e1187e2ae" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.sportmonks.com/v3/football" } ] }