Translation components API.

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

GET /api/translations/ojs/admin/sr_Cyrl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 51,
    "total_words": 874,
    "total_chars": 5408,
    "last_change": "2021-07-07T14:54:42.421546Z",
    "recent_changes": 1,
    "translated": 38,
    "translated_words": 419,
    "translated_percent": 74.5,
    "translated_words_percent": 47.9,
    "translated_chars": 2592,
    "translated_chars_percent": 47.9,
    "fuzzy": 1,
    "fuzzy_percent": 1.9,
    "failing": 2,
    "failing_percent": 3.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "sr_Cyrl",
    "name": "Serbian (cyrillic)",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/admin/sr_Cyrl/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/admin/sr_Cyrl/"
}