Translation components API.

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

GET /api/translations/fedora-websites/altfedoraprojectorg/ca/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:49.636633Z",
    "recent_changes": 3,
    "translated": 187,
    "translated_words": 1188,
    "translated_percent": 82.0,
    "translated_words_percent": 79.9,
    "translated_chars": 7823,
    "translated_chars_percent": 79.3,
    "fuzzy": 33,
    "fuzzy_percent": 14.4,
    "fuzzy_words": 245,
    "fuzzy_words_percent": 16.4,
    "fuzzy_chars": 1769,
    "fuzzy_chars_percent": 17.9,
    "failing": 14,
    "failing_percent": 6.1,
    "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": 15,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/altfedoraprojectorg/ca/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/altfedoraprojectorg/ca/"
}