v1
latestOpenAPI 3.0.02026-07-2678105413.1 KBV1 API List
Get All Countries
List all the countries supported on the website.
get/all_countries.php
Response
Successful Response
Example response
{
"countries": [
{
"name_en": "Andorra",
"flag_url_32": "https://www.thesportsdb.com/images/icons/flags/shiny/32/Andorra.png"
}
]
}