Manage and update individual translations.
The following is a summary of all methods under the /api/translations resource.
GET /api/translations/{id}.json
Get all translations of an asset.
GET https://localise.biz/api/translations/{id}.json
Full details and parameter list »
GET /api/translations/{id}/{locale}
Get a single translation.
GET https://localise.biz/api/translations/{id}/{locale}
Full details and parameter list »
POST /api/translations/{id}/{locale}
Add a new translation in a given locale.
POST https://localise.biz/api/translations/{id}/{locale}
Full details and parameter list »
DELETE /api/translations/{id}/{locale}
Erase translation data in a single locale.
DELETE https://localise.biz/api/translations/{id}/{locale}
Full details and parameter list »
POST /api/translations/{id}/{locale}/flag
Flag a translation in a given locale.
POST https://localise.biz/api/translations/{id}/{locale}/flag
Full details and parameter list »
DELETE /api/translations/{id}/{locale}/flag
Clear flag from a translation.
DELETE https://localise.biz/api/translations/{id}/{locale}/flag
Full details and parameter list »
GET /api/translations/{id}/{locale}/revisions
Get previous revisions of a translation.
GET https://localise.biz/api/translations/{id}/{locale}/revisions
Full details and parameter list »