Translation components API.

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

GET /api/translations/kde/okularokular/he/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 918,
    "total_words": 3548,
    "total_chars": 21923,
    "last_change": "2024-03-20T19:36:05.680612Z",
    "recent_changes": 0,
    "translated": 450,
    "translated_words": 1520,
    "translated_percent": 49.0,
    "translated_words_percent": 42.8,
    "translated_chars": 9291,
    "translated_chars_percent": 42.3,
    "fuzzy": 221,
    "fuzzy_percent": 24.0,
    "fuzzy_words": 697,
    "fuzzy_words_percent": 19.6,
    "fuzzy_chars": 4411,
    "fuzzy_chars_percent": 20.1,
    "failing": 67,
    "failing_percent": 7.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": 155,
    "comments": 0,
    "code": "he",
    "name": "Hebrew",
    "url": "https://translate.fedoraproject.org/projects/kde/okularokular/he/",
    "translate_url": "https://translate.fedoraproject.org/translate/kde/okularokular/he/"
}