About this endpoint
What it does
Returns a JSON object containing a data array of country records.
Response
Returns a JSON object with a single top-level data array field. Each item in data is an object describing one country, including its ISO codes, emoji, country name, optional currency object, and calling codes.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | Object Array | Yes | Array of country objects. Each item includes:<br>- key — ISO 3166-1 alpha-2 code.<br>- cca3 — ISO 3166-1 alpha-3 code.<br>- emoji — country flag emoji.<br>- value — country name.<br>- currency — object with currency details, if present:<br> - currency.key — ISO 4217 currency code.<br> - currency.emoji — currency emoji.<br> - currency.value — currency name in English.<br> - currency.symbol — currency symbol.<br>- calling_codes — array of calling code strings. |