Export translations to language pack formats.
The following is a summary of all methods under the /api/export resource.
GET /api/export/all.{ext}
Export your whole project to a multi-locale language pack.
GET https://localise.biz/api/export/all.{ext}
Full details and parameter list »
GET /api/export/archive/{ext}.zip
Export all locales to a zip archive.
GET https://localise.biz/api/export/archive/{ext}.zip
Full details and parameter list »
GET /api/export/locale/{locale}.{ext}
Export a single locale to a language pack.
GET https://localise.biz/api/export/locale/{locale}.{ext}
Full details and parameter list »
GET /api/export/template.{ext}
Export a template containing only source keys.
GET https://localise.biz/api/export/template.{ext}
Full details and parameter list »