Countries
Country reference data (ISO codes, lookups).
List countries
Lists all active countries available as reference data.
Countries are global reference entries used for ISO code lookups, rent regulation resolution and address normalization.
Usage Example
Code
Response:
Code
List countries › Responses
List of active countries.
List of country reference entries.
idUnique country identifier.
codeISO country code (typically ISO 3166-1 alpha-2, e.g. FR, BE, DE).
nameHuman-readable country name.
is_activeWhether the country is active.
The GET /countries list endpoint returns only active countries.
created_atCreation timestamp (ISO 8601).
updated_atLast update timestamp (ISO 8601).
Get a country by ID
Retrieves a single country by its UUID.
Code
path Parameters
idGet a country by ID › Responses
The country.
idUnique country identifier.
codeISO country code (typically ISO 3166-1 alpha-2, e.g. FR, BE, DE).
nameHuman-readable country name.
is_activeWhether the country is active.
The GET /countries list endpoint returns only active countries.
created_atCreation timestamp (ISO 8601).
updated_atLast update timestamp (ISO 8601).
Get a country by ISO code
Retrieves a single country by its ISO code (e.g. FR).
Code
path Parameters
codeISO country code (e.g. FR, BE, DE).
Get a country by ISO code › Responses
The country.
idUnique country identifier.
codeISO country code (typically ISO 3166-1 alpha-2, e.g. FR, BE, DE).
nameHuman-readable country name.
is_activeWhether the country is active.
The GET /countries list endpoint returns only active countries.
created_atCreation timestamp (ISO 8601).
updated_atLast update timestamp (ISO 8601).