Supported countries and languages allowlist
Reference
Supported countries and languages allowlist
Returns the allowlist of countries and languages that queries may target; this is global reference data shared across all projects.
GET
Supported countries and languages allowlist
Response
Allowlist of supported country codes (ISO 3166-1 alpha-2) with display labels.
Example:
[
{
"value": "US",
"label": "United States of America"
},
{ "value": "BE", "label": "Belgium" }
]Allowlist of supported language codes (BCP-47-style) with display labels.
Example:
[
{ "value": "en", "label": "English" },
{ "value": "fr", "label": "French" }
]