Translation components API.

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

GET /api/translations/libosinfo/osinfo-db/ca/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:53:29.012424Z",
    "recent_changes": 4,
    "translated": 574,
    "translated_words": 1786,
    "translated_percent": 43.8,
    "translated_words_percent": 45.4,
    "translated_chars": 10153,
    "translated_chars_percent": 42.4,
    "fuzzy": 438,
    "fuzzy_percent": 33.4,
    "fuzzy_words": 1402,
    "fuzzy_words_percent": 35.6,
    "fuzzy_chars": 8514,
    "fuzzy_chars_percent": 35.6,
    "failing": 295,
    "failing_percent": 22.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": 222,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "https://translate.fedoraproject.org/projects/libosinfo/osinfo-db/ca/",
    "translate_url": "https://translate.fedoraproject.org/translate/libosinfo/osinfo-db/ca/"
}