Manage translatable assets.
The following is a summary of all methods under the /api/assets resource.
GET /api/assets
List all translatable assets in your project.
GET https://localise.biz/api/assets
Full details and parameter list »
POST /api/assets
Add a new translatable asset.
POST https://localise.biz/api/assets
Full details and parameter list »
GET /api/assets/{id}.json
Get a project asset.
GET https://localise.biz/api/assets/{id}.json
Full details and parameter list »
PATCH /api/assets/{id}.json
Modify a single asset.
PATCH https://localise.biz/api/assets/{id}.json
Full details and parameter list »
DELETE /api/assets/{id}.json
Delete an asset permanently.
DELETE https://localise.biz/api/assets/{id}.json
Full details and parameter list »
GET /api/assets/{id}/plurals
Get plural forms of an asset.
GET https://localise.biz/api/assets/{id}/plurals
Full details and parameter list »
POST /api/assets/{id}/plurals
Add a new plural form of an existing asset.
POST https://localise.biz/api/assets/{id}/plurals
Full details and parameter list »
DELETE /api/assets/{id}/plurals/{pid}.json
Unlinks a plural form of an existing asset.
DELETE https://localise.biz/api/assets/{id}/plurals/{pid}.json
Full details and parameter list »
POST /api/assets/{id}/tags
Tag an asset.
POST https://localise.biz/api/assets/{id}/tags
Full details and parameter list »
DELETE /api/assets/{id}/tags/{tag}.json
Untag an asset.
DELETE https://localise.biz/api/assets/{id}/tags/{tag}.json
Full details and parameter list »