Get all fields for multiple countries

Batch version of GET /countries/{id}/data. Returns one entry per requested country id, each containing every country-reference field VALUE (company-specific where configured, falling back to the global field) in the same shape as the single-country endpoint. Countries can be requested by numeric ID (countryIds), ISO2 code (isoCodes), or both — at least one must resolve to ≥1 country. Ids and ISO-resolved ids are merged into a single deduped set before the batch cap is applied. Country ids that do not exist simply yield fields with undefined values, matching the single-country endpoint's behavior — this endpoint does not validate id existence.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Comma-separated ISO2 country codes, e.g. DE,FR. At least one of countryIds or isoCodes is required; the two are merged and capped at 250 distinct countries per request.

string

Comma-separated country IDs, e.g. 1,5,9. Resolve IDs via GET /countries. At least one of countryIds or isoCodes is required; the two are merged and capped at 250 distinct countries per request.

Responses

400

Neither countryIds nor isoCodes provided, a non-numeric/non-positive/out-of-range id, an unknown ISO2 code, or more than 250 distinct countries requested across both params.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json