v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBAccount Information
Public API
Get Countries
Returns a JSON array of every country in the catalog, or a single country object when isoCode is supplied. Each element has id (Country ID), name (Country Name), and isoCode (ISO 3166-1 alpha-2 code or null when unset).
OAuth Scopes: field, meta
get/api/v1/meta/countries/options
Query parameters
isoCodestring
ISO 3166-1 alpha-2 country code (exactly two letters). When present, returns the matching country as a single object instead of the full array.
Response
When isoCode is omitted: a JSON array of all country objects. When isoCode is provided: the matching country as a single object.