Translation components API.

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

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

{
    "total": 1400,
    "total_words": 8504,
    "total_chars": 54689,
    "last_change": "2025-03-07T01:20:57.423228Z",
    "recent_changes": 0,
    "translated": 275,
    "translated_words": 1130,
    "translated_percent": 19.6,
    "translated_words_percent": 13.2,
    "translated_chars": 7591,
    "translated_chars_percent": 13.8,
    "fuzzy": 59,
    "fuzzy_percent": 4.2,
    "fuzzy_words": 245,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 1529,
    "fuzzy_chars_percent": 2.7,
    "failing": 27,
    "failing_percent": 1.9,
    "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": 159,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "https://translate.fedoraproject.org/projects/anaconda/rhel-9/gl/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/rhel-9/gl/"
}