Translation components API.

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

GET /api/translations/libosinfo/osinfo-db/id/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:55:38.697586Z",
    "recent_changes": 7,
    "translated": 1302,
    "translated_words": 3913,
    "translated_percent": 99.4,
    "translated_words_percent": 99.4,
    "translated_chars": 23776,
    "translated_chars_percent": 99.5,
    "fuzzy": 7,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 20,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 116,
    "fuzzy_chars_percent": 0.4,
    "failing": 542,
    "failing_percent": 41.4,
    "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": 194,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.fedoraproject.org/projects/libosinfo/osinfo-db/id/",
    "translate_url": "https://translate.fedoraproject.org/translate/libosinfo/osinfo-db/id/"
}