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=continent&q=europe'
{
"data": [
{
"id": 2,
"name": "Europe",
"type": "continent"
}
],
"meta": {
"requests_left": 993109,
"user": "soccersapi2",
"plan": "Free Plan",
"pages": 1,
"page": 1,
"count": 0,
"total": 0,
"msg": ""
}
}