---
title: "Get All Countries"
method: GET
path: "/all_countries.php"
tags: ["V1 API List"]
---

# Get All Countries

`GET /all_countries.php`

List all the countries supported on the website.

## Response `200`

Successful Response

- CountriesResponse — Contains a list of all countries supported on the website.
  - `countries` CountrySchema[] — List of countries available on the website.
    - `name_en` string — Name of the country in English.
    - `flag_url_32` string, url — URL of the country's flag image (32x32 pixels).

---

[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/revisions/e5759aa68b83/schema)
