The API uses environment variables to launch API calls: {{USERNAME}} and {{TOKEN}}. You can set them from TRY IT OUT
id.country_id (for example, from a league, team, or venue object) and want to confirm its details or display localized information in your app.country_id before using it in another request.id=15 returns details for Austria.curl --location -g --request GET '/v2.2/countries/?user={{USERNAME}}&token={{TOKEN}}&t=info&id=4'{
"data": {
"id": 4,
"name": "Germany",
"continent": "Europe",
"sub_region": null,
"long": null,
"lat": null,
"img": "https://cdn.soccersapi.com/images/countries/30/de.png",
"code": "de"
},
"meta": {
"requests_left": 967809,
"user": "soccersapi2",
"plan": "Free Plan",
"pages": 1,
"page": 1,
"msg": ""
}
}