Translation components API.

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

GET /api/translations/fedora-websites/altfedoraprojectorg/cs/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.868010Z",
    "recent_changes": 3,
    "translated": 221,
    "translated_words": 1459,
    "translated_percent": 96.9,
    "translated_words_percent": 98.1,
    "translated_chars": 9691,
    "translated_chars_percent": 98.2,
    "fuzzy": 5,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 23,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 160,
    "fuzzy_chars_percent": 1.6,
    "failing": 0,
    "failing_percent": 0.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": 5,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/altfedoraprojectorg/cs/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/altfedoraprojectorg/cs/"
}