---
title: "Get All Countries"
method: GET
path: "/all/countries"
tags: ["V2 API All"]
---

# Get All Countries

`GET /all/countries`

Show all the countries supported.

## Response `200`

List of all teams for the specified sport

- CountryLookup
  - `all` object[]
    - `idAPIfootball` string, nullable
    - `code` string
    - `name_en` string
    - `name_fr` string
    - `flag_url_16` string, uri
    - `flag_url_32` string, uri
    - `flag_url_64` string, uri

---

[API](https://skmtc.net/thesportsdb/apis/search-api.md) · [All operations](https://skmtc.net/thesportsdb/apis/search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thesportsdb/search-api/versions/e5759aa68b83/schema)
