SoccersAPIDocs
DocsReferenceContinents › All continents

GETAll continents

The seven continents of the data model.

/v2.2/continents/ with t=list

Try it in the interactive referenceAll Continents operations

Request

GET /v2.2/continents/?user=USER&token=TOKEN&t=list

Example response

{
  "data": [
    {
      "id": 4,
      "name": "North America"
    },
    {
      "id": 2,
      "name": "Europe"
    }
  ],
  "meta": {
    "requests_left": 2950,
    "user": "your_username",
    "plan": "Soccer API 50",
    "page": 1,
    "pages": 1,
    "count": 7,
    "total": 7,
    "msg": ""
  }
}