SoccersAPIDocs
DocsReferenceTeams › National teams

GETNational teams

Paginated, 100 items per page.

/v2.2/teams/ with t=national

Try it in the interactive referenceAll Teams operations

Request

GET /v2.2/teams/?user=USER&token=TOKEN&t=national

Parameters

NameRequiredDescriptionExample
pagenoPage number on paginated operations, starting at 1. The response reports meta.page and meta.pages; a page beyond the last returns an empty data.1

Example response

{
  "data": [
    {
      "id": 21,
      "name": "Turkey",
      "country_id": 1
    },
    {
      "id": 22,
      "name": "Italy",
      "country_id": 1
    }
  ],
  "meta": {
    "requests_left": 2950,
    "user": "your_username",
    "plan": "Soccer API 50",
    "page": 1,
    "pages": 13,
    "count": 100,
    "total": 1231,
    "msg": ""
  }
}