Translation components API.

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

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

{
    "total": 1364,
    "total_words": 8214,
    "total_chars": 52784,
    "last_change": "2024-12-20T11:53:31.724231Z",
    "recent_changes": 0,
    "translated": 833,
    "translated_words": 4307,
    "translated_percent": 61.0,
    "translated_words_percent": 52.4,
    "translated_chars": 27706,
    "translated_chars_percent": 52.4,
    "fuzzy": 73,
    "fuzzy_percent": 5.3,
    "fuzzy_words": 570,
    "fuzzy_words_percent": 6.9,
    "fuzzy_chars": 3762,
    "fuzzy_chars_percent": 7.1,
    "failing": 48,
    "failing_percent": 3.5,
    "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": 160,
    "comments": 0,
    "code": "as",
    "name": "Assamese",
    "url": "https://translate.fedoraproject.org/projects/anaconda/rhel-86/as/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/rhel-86/as/"
}