cURL
curl --request GET \ --url https://{deployment}.convex.site/v1/projects/{projectId}/locales/{locale}
{ "greeting": "Hallo" }
Returns the translated JSON file for a locale. Designed for i18next-http-backend.
1
"proj_abc123"
"nl-NL"
flat
nested
"flat"
"en"
4
Translation JSON content
The response is of type object.
object