Translation components API.

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

GET /api/translations/camorama/master/rw/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 169,
    "total_words": 844,
    "total_chars": 5365,
    "last_change": "2022-03-26T07:09:55.147678Z",
    "recent_changes": 0,
    "translated": 3,
    "translated_words": 3,
    "translated_percent": 1.7,
    "translated_words_percent": 0.3,
    "translated_chars": 18,
    "translated_chars_percent": 0.3,
    "fuzzy": 99,
    "fuzzy_percent": 58.5,
    "fuzzy_words": 550,
    "fuzzy_words_percent": 65.1,
    "fuzzy_chars": 3461,
    "fuzzy_chars_percent": 64.5,
    "failing": 46,
    "failing_percent": 27.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "rw",
    "name": "Kinyarwanda",
    "url": "https://translate.fedoraproject.org/projects/camorama/master/rw/",
    "translate_url": "https://translate.fedoraproject.org/translate/camorama/master/rw/"
}