Translation components API.

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

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

{
    "total": 99,
    "total_words": 748,
    "total_chars": 4894,
    "last_change": "2023-06-07T04:58:59.190044Z",
    "recent_changes": 0,
    "translated": 21,
    "translated_words": 158,
    "translated_percent": 21.2,
    "translated_words_percent": 21.1,
    "translated_chars": 1043,
    "translated_chars_percent": 21.3,
    "fuzzy": 2,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 10,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 62,
    "fuzzy_chars_percent": 1.2,
    "failing": 8,
    "failing_percent": 8.0,
    "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": "de",
    "name": "German",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/budgetfedoraprojectorg/de/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/budgetfedoraprojectorg/de/"
}