Manage project locales.
The following is a summary of all methods under the /api/locales resource.
GET /api/locales
List all locales in your project.
GET https://localise.biz/api/locales
Full details and parameter list »
POST /api/locales
Add a new project locale.
POST https://localise.biz/api/locales
Full details and parameter list »
GET /api/locales/{locale}
Get a project locale.
GET https://localise.biz/api/locales/{locale}
Full details and parameter list »
PATCH /api/locales/{locale}
Modify a project locale.
PATCH https://localise.biz/api/locales/{locale}
Full details and parameter list »
DELETE /api/locales/{locale}
Delete a project locale.
DELETE https://localise.biz/api/locales/{locale}
Full details and parameter list »
GET /api/locales/{locale}/errors
Get validation errors for a project locale.
GET https://localise.biz/api/locales/{locale}/errors
Full details and parameter list »
GET /api/locales/{locale}/progress
Get more detailed translation progress for a project locale.
GET https://localise.biz/api/locales/{locale}/progress
Full details and parameter list »