World Countries API
REST API providing detailed country information including names, capitals, populations, currencies, languages, and flags, with search filters by name, region, language, currency, and other attributes.
Slug: world-countries
Key:
Base URL:
Auth: none
Endpoints: 12
Reachable: unknown
CORS: unknown
Tier: verified
Key:
restcountries.com:world-countries-apiBase URL:
https://restcountries.com/v3/Auth: none
Endpoints: 12
Reachable: unknown
CORS: unknown
Tier: verified
Topics
Endpoints (12)
| Path | Summary | Response | Auth |
|---|---|---|---|
| all | Get all countries | text/plain |
— |
| alpha | Get multiple countries by codes | text/plain |
— |
| alpha/{code} | Get country by country code | application/json |
— |
| capital/{capital} | Search countries by capital city | application/json |
— |
| currency/{currency} | Search countries by currency | application/json |
— |
| demonym/{demonym} | Search countries by demonym | application/json |
— |
| independent | Filter countries by independence status | application/json |
— |
| lang/{language} | Search countries by language | application/json |
— |
| name/{name} | Search countries by name | application/json |
— |
| region/{region} | Search countries by region | application/json |
— |
| subregion/{subregion} | Search countries by subregion | application/json |
— |
| translation/{translation} | Search countries by translation | application/json |
— |