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