Exports the project as nested JSON keyed by language, then by group technical names, then entry technical names. Missing translations fall back to the entry’s base term.
GET /api/v1/projects/{id}/export/json
id
format
true
Authorization: Bearer <your-api-key>
curl -sS "https://collingo.app/api/v1/projects/clproj0123456789abcdefgh/export/json?format=true" \ -H "Authorization: Bearer <your-api-key>" \ -o export.json
Content-Type: application/json
{ "en-US": { "footer": { "labelImprint": "Imprint" } }, "de-DE": { "footer": { "labelImprint": "Impressum" } }}
401
404
500