Main menu

Get more detailed translation progress for a project locale

GET https://localise.biz/api/locales/{locale}/progress 

Response model is dynamic according to the status/flags available in your project.

Status keys such as 'translated' or 'fuzzy' are only included when there are assets with that status and in future may be user-defined.

URI parameters

locale

Locale short code, or language tag

string required
filter

Filter assets by comma-separated tag names. Match any tag with * and negate tags by prefixing with !

string optional
key

API key - required if not sent in Authorization header

string optional

Request headers

Authorization

API key sent as "Loco <key>" or "Basic <encoded>". See Authentication.

string required if not in query

Response

A single JSON object:

{ /* dynamic object properties */ }

Try it

Open in test console »


« /api/locales