The API uses environment variables to launch API calls: {{USERNAME}} and {{TOKEN}}. You can set them from TRY IT OUT
curl --location -g --request GET '/v2.2/search/?user={{USERNAME}}&token={{TOKEN}}&t=country&q=austria'
{
"data": [
{
"id": 15,
"name": "Austria",
"cc": "at",
"type": "country"
},
{
"id": 16,
"name": "Austria Amateur",
"cc": null,
"type": "country"
}
],
"meta": {
"requests_left": 986138,
"user": "soccersapi2",
"plan": "Free Plan",
"pages": 1,
"page": 1,
"count": 0,
"total": 0,
"msg": ""
}
}