Country Flags API logo

Country Flags API

Pordataandapis.com
|
Data
|
1 tokens / llamada

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 Precios

Available 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' }
});