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