SoccersAPIDocs
DocsReferenceRounds › Round by ID

GETRound by ID

One round.

/v2.2/rounds/ with t=info

Try it in the interactive referenceAll Rounds operations

Request

GET /v2.2/rounds/?user=USER&token=TOKEN&t=info&id=1994

Parameters

NameRequiredDescriptionExample
idyesRound ID.1994

Example response

{
  "data": {
    "id": "1994",
    "name": "1",
    "league_id": "594",
    "season_id": "406",
    "is_current": 1
  },
  "meta": {
    "requests_left": 2950,
    "user": "your_username",
    "plan": "Soccer API 50",
    "page": 1,
    "pages": 1,
    "count": 1,
    "total": 1,
    "msg": ""
  }
}