Countries Dataset
Datasets
Countries Dataset
Look up countries and localization data like ISO codes, continent, population, and currency.
GET
Countries Dataset
Use the Countries Dataset when you need localization in your product—country names, standard ISO codes, continent mapping, and currency codes. It’s especially helpful for travel apps that need to automatically display local currency or present country-aware UI.
Authentication
Your FlyStack API token. You can create one from the dashboard (see Authentication).
Query parameters
Filter by country ISO-2 code (e.g.,
US).Filter by country ISO-3 code (e.g.,
USA).Filter by continent code:
AF, AN, AS, EU, NA, OC, SA.Comma-separated list of fields to return (e.g.,
name,code,code3,currency).Response
The endpoint returns a list of countries.Countries dataset response fields
Country name.
ISO-2 country code.
ISO-3 country code.
Total country population (when available).
Continent code (
AF, AN, AS, EU, NA, OC, SA).Main currency code (when available).
Alternative names in different languages (when available).
See also
- Airports Dataset API
- Real-Time Flights API
- Flight Schedules API (see Schedules)