Translation components API.

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

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

{
    "total": 1404,
    "total_words": 8552,
    "total_chars": 54953,
    "last_change": "2024-05-21T01:07:23.504613Z",
    "recent_changes": 0,
    "translated": 814,
    "translated_words": 4121,
    "translated_percent": 57.9,
    "translated_words_percent": 48.1,
    "translated_chars": 26684,
    "translated_chars_percent": 48.5,
    "fuzzy": 97,
    "fuzzy_percent": 6.9,
    "fuzzy_words": 486,
    "fuzzy_words_percent": 5.6,
    "fuzzy_chars": 3156,
    "fuzzy_chars_percent": 5.7,
    "failing": 53,
    "failing_percent": 3.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": 174,
    "comments": 0,
    "code": "as",
    "name": "Assamese",
    "url": "https://translate.fedoraproject.org/projects/anaconda/rhel-9/as/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/rhel-9/as/"
}