Translation components API.

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

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

{
    "total": 228,
    "total_words": 1486,
    "total_chars": 9865,
    "last_change": "2023-04-20T22:00:50.303965Z",
    "recent_changes": 3,
    "translated": 165,
    "translated_words": 1012,
    "translated_percent": 72.3,
    "translated_words_percent": 68.1,
    "translated_chars": 6504,
    "translated_chars_percent": 65.9,
    "fuzzy": 30,
    "fuzzy_percent": 13.1,
    "fuzzy_words": 220,
    "fuzzy_words_percent": 14.8,
    "fuzzy_chars": 1607,
    "fuzzy_chars_percent": 16.2,
    "failing": 29,
    "failing_percent": 12.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": 24,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/altfedoraprojectorg/de/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/altfedoraprojectorg/de/"
}