Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/plugins/crossref/sr_Latn/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 42,
    "total_words": 578,
    "total_chars": 4341,
    "last_change": "2022-07-02T13:14:54.442596Z",
    "recent_changes": 1,
    "translated": 27,
    "translated_words": 301,
    "translated_percent": 64.2,
    "translated_words_percent": 52.0,
    "translated_chars": 2066,
    "translated_chars_percent": 47.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 7.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 2.3,
    "suggestions": 1,
    "comments": 0,
    "code": "sr_Latn",
    "name": "Serbian (latin)",
    "url": "http://translate.pkp.sfu.ca/projects/plugins/crossref/sr_Latn/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/plugins/crossref/sr_Latn/"
}