Translation components API.

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

GET /api/translations/libosinfo/osinfo-db/es/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:54:50.335233Z",
    "recent_changes": 4,
    "translated": 502,
    "translated_words": 1567,
    "translated_percent": 38.3,
    "translated_words_percent": 39.8,
    "translated_chars": 8860,
    "translated_chars_percent": 37.0,
    "fuzzy": 450,
    "fuzzy_percent": 34.3,
    "fuzzy_words": 1437,
    "fuzzy_words_percent": 36.5,
    "fuzzy_chars": 8712,
    "fuzzy_chars_percent": 36.4,
    "failing": 251,
    "failing_percent": 19.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": 183,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.fedoraproject.org/projects/libosinfo/osinfo-db/es/",
    "translate_url": "https://translate.fedoraproject.org/translate/libosinfo/osinfo-db/es/"
}