Translation components API.

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

GET /api/translations/fedora-websites/spinsfedoraprojectorg/de/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": "2024-04-23T11:54:46.787761Z",
    "recent_changes": 0,
    "translated": 206,
    "translated_words": 1726,
    "translated_percent": 48.4,
    "translated_words_percent": 33.5,
    "translated_chars": 10922,
    "translated_chars_percent": 33.1,
    "fuzzy": 40,
    "fuzzy_percent": 9.4,
    "fuzzy_words": 576,
    "fuzzy_words_percent": 11.2,
    "fuzzy_chars": 3607,
    "fuzzy_chars_percent": 10.9,
    "failing": 67,
    "failing_percent": 15.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": 64,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/spinsfedoraprojectorg/de/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/spinsfedoraprojectorg/de/"
}