
Country Flags API
Flags and identity data for every country: ISO 3166-1 codes (alpha-2, alpha-3, numeric), localized country name, the flag emoji, and an SVG flag image URL. Filter by region and localize names with a single query param.
Inicio Rápido
Suscríbete para obtener acceso instantáneo a la API con tu clave única.
Ver Planes de PreciosAvailable Endpoints
Request Parameters
API URL
Please subscribe to see the API URL
Headers
X-Api-Key
Query Parameters
lang(Optional)
Path Parameters
code
Please subscribe to see the actual API URL
import axios from 'axios';
const url = '{API_URL}';
const { data } = await axios.get(url, {
headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});