Translation components API.

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

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

{
    "total": 81,
    "total_words": 592,
    "total_chars": 3778,
    "last_change": "2023-02-15T17:20:34.394579Z",
    "recent_changes": 0,
    "translated": 48,
    "translated_words": 349,
    "translated_percent": 59.2,
    "translated_words_percent": 58.9,
    "translated_chars": 2294,
    "translated_chars_percent": 60.7,
    "fuzzy": 2,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 13,
    "fuzzy_words_percent": 2.1,
    "fuzzy_chars": 87,
    "fuzzy_chars_percent": 2.3,
    "failing": 33,
    "failing_percent": 40.7,
    "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": 2,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate.fedoraproject.org/projects/blivet/blivet-master/fa/",
    "translate_url": "https://translate.fedoraproject.org/translate/blivet/blivet-master/fa/"
}