The API uses environment variables to launch API calls: {{USERNAME}} and {{TOKEN}}. You can set them from TRY IT OUT
id
.
curl --location -g --request GET '/v2.2/continents/?user={{USERNAME}}&token={{TOKEN}}&t=info&id=2'
{
"data": {
"id": 2,
"name": "Europe"
},
"meta": {
"requests_left": 980858,
"user": "soccersapi2",
"plan": "Free Plan",
"pages": 1,
"page": 1,
"msg": ""
}
}