GETContinent by ID
One continent.
/v2.2/continents/ with t=info
Try it in the interactive referenceAll Continents operations
Request
GET /v2.2/continents/?user=USER&token=TOKEN&t=info&id=2- Every request needs the
userandtokenquery parameters of the account.
Parameters
| Name | Required | Description | Example |
|---|---|---|---|
id | yes | Continent ID. | 2 |
Example response
{
"data": {
"id": 2,
"name": "Europe"
},
"meta": {
"requests_left": 2950,
"user": "your_username",
"plan": "Soccer API 50",
"page": 1,
"pages": 1,
"count": 1,
"total": 1,
"msg": ""
}
}