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/referees/?user={{USERNAME}}&token={{TOKEN}}&t=info&id=372'
{
"data": {
"id": "372",
"name": "Deniz Aytekin",
"common_name": "Aytekin, Deniz",
"firstname": "Deniz",
"lastname": "Aytekin",
"birthdate": "21/07/78",
"img": "https://cdn.soccersapi.com/images/soccer/referees/50/372.png",
"country": {
"id": 4,
"name": "Germany",
"cc": "de"
}
},
"meta": {
"requests_left": 752743,
"user": "soccersapi2",
"plan": "Soccer 800 (M)",
"pages": 1,
"page": 1,
"count": 1,
"total": 1
}
}