Translation components API.

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

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

{
    "total": 1364,
    "total_words": 8191,
    "total_chars": 52784,
    "last_change": "2023-10-31T12:55:23.256155Z",
    "recent_changes": 0,
    "translated": 1203,
    "translated_words": 6994,
    "translated_percent": 88.1,
    "translated_words_percent": 85.3,
    "translated_chars": 44997,
    "translated_chars_percent": 85.2,
    "fuzzy": 80,
    "fuzzy_percent": 5.8,
    "fuzzy_words": 714,
    "fuzzy_words_percent": 8.7,
    "fuzzy_chars": 4651,
    "fuzzy_chars_percent": 8.8,
    "failing": 113,
    "failing_percent": 8.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": 61,
    "comments": 0,
    "code": "be",
    "name": "Belarusian",
    "url": "https://translate.fedoraproject.org/projects/anaconda/rhel-86/be/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/rhel-86/be/"
}