Translation components API.

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

GET /api/translations/libosinfo/osinfo-db/cs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1309,
    "total_words": 3933,
    "total_chars": 23892,
    "last_change": "2024-04-26T05:51:54.533337Z",
    "recent_changes": 6,
    "translated": 91,
    "translated_words": 187,
    "translated_percent": 6.9,
    "translated_words_percent": 4.7,
    "translated_chars": 1367,
    "translated_chars_percent": 5.7,
    "fuzzy": 34,
    "fuzzy_percent": 2.5,
    "fuzzy_words": 111,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 681,
    "fuzzy_chars_percent": 2.8,
    "failing": 47,
    "failing_percent": 3.5,
    "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": 149,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://translate.fedoraproject.org/projects/libosinfo/osinfo-db/cs/",
    "translate_url": "https://translate.fedoraproject.org/translate/libosinfo/osinfo-db/cs/"
}