GET Country by ID
GET Country by ID
GET Country by IDhttps://soccer.sportmonks.com/api/v2.0/country/{ID}Parameters
Include options
IncludesExample response
https://soccer.sportmonks.com/api/v2.0/countries/2?api_token={API_TOKEN}"data": {
"id": 2,
"name": "Poland",
"image_path": "https://cdn.sportmonks.com/images/countries/png/short/pl.png",
"extra": {
"continent": "Europe",
"sub_region": "Eastern Europe",
"world_region": "EMEA",
"fifa": "POL",
"iso": "POL",
"iso2": "PL",
"longitude": "19.37775993347168",
"latitude": "52.147850036621094",
"flag": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"1280\" height=\"800\" viewBox=\"0 0 16 10\"><path fill=\"#fff\" d=\"M0 0h16v10h-16z\"/><path fill=\"#dc143c\" d=\"M0 5h16v5h-16z\"/></svg>\n"
}
}Last updated
Was this helpful?