Translation components API.

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

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

{
    "total": 425,
    "total_words": 5137,
    "total_chars": 32972,
    "last_change": "2023-07-14T22:01:43.991738Z",
    "recent_changes": 0,
    "translated": 140,
    "translated_words": 673,
    "translated_percent": 32.9,
    "translated_words_percent": 13.1,
    "translated_chars": 4382,
    "translated_chars_percent": 13.2,
    "fuzzy": 24,
    "fuzzy_percent": 5.6,
    "fuzzy_words": 121,
    "fuzzy_words_percent": 2.3,
    "fuzzy_chars": 798,
    "fuzzy_chars_percent": 2.4,
    "failing": 18,
    "failing_percent": 4.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": 33,
    "comments": 0,
    "code": "he",
    "name": "Hebrew",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/spinsfedoraprojectorg/he/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/spinsfedoraprojectorg/he/"
}