Translation components API.

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

GET /api/translations/libvirt/libvirt/el/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 10497,
    "total_words": 70236,
    "total_chars": 441789,
    "last_change": "2024-06-25T13:59:48.736354Z",
    "recent_changes": 0,
    "translated": 136,
    "translated_words": 734,
    "translated_percent": 1.2,
    "translated_words_percent": 1.0,
    "translated_chars": 4676,
    "translated_chars_percent": 1.0,
    "fuzzy": 1615,
    "fuzzy_percent": 15.3,
    "fuzzy_words": 8274,
    "fuzzy_words_percent": 11.7,
    "fuzzy_chars": 51757,
    "fuzzy_chars_percent": 11.7,
    "failing": 406,
    "failing_percent": 3.8,
    "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": 108,
    "comments": 0,
    "code": "el",
    "name": "Greek",
    "url": "https://translate.fedoraproject.org/projects/libvirt/libvirt/el/",
    "translate_url": "https://translate.fedoraproject.org/translate/libvirt/libvirt/el/"
}