Countries and languages used by a project’s queries
Projects
Countries and languages used by a project’s queries
Returns the distinct countries and languages actually used by the project’s queries, reflecting real usage rather than the static reference allowlist at /api/v1/reference/locales.
GET
Countries and languages used by a project’s queries
Headers
Project ID to specify the project context
Path Parameters
UUID of the project whose used locales are requested. Must match the x-project-id header.
Response
Unique country codes (ISO 3166-1 alpha-2, from the supported allowlist) used by queries in this project.
Example:
["US", "FR", "DE"]Unique language codes (BCP-47-style, from the supported allowlist) used by queries in this project.
Example:
["en", "fr", "de"]