Translation components API.

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

GET /api/translations/anaconda/f37/as/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1415,
    "total_words": 8767,
    "total_chars": 56083,
    "last_change": "2024-12-20T11:50:38.328974Z",
    "recent_changes": 0,
    "translated": 761,
    "translated_words": 3669,
    "translated_percent": 53.7,
    "translated_words_percent": 41.8,
    "translated_chars": 23742,
    "translated_chars_percent": 42.3,
    "fuzzy": 166,
    "fuzzy_percent": 11.7,
    "fuzzy_words": 1002,
    "fuzzy_words_percent": 11.4,
    "fuzzy_chars": 6518,
    "fuzzy_chars_percent": 11.6,
    "failing": 63,
    "failing_percent": 4.4,
    "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": 219,
    "comments": 0,
    "code": "as",
    "name": "Assamese",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f37/as/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f37/as/"
}