Translation components API.

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

GET /api/translations/desktop-file-translations/update-desktop-files-master/hi/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 5712,
    "total_words": 17079,
    "total_chars": 124701,
    "last_change": "2024-05-03T15:17:34.133460Z",
    "recent_changes": 0,
    "translated": 1193,
    "translated_words": 3360,
    "translated_percent": 20.8,
    "translated_words_percent": 19.6,
    "translated_chars": 24526,
    "translated_chars_percent": 19.6,
    "fuzzy": 1278,
    "fuzzy_percent": 22.3,
    "fuzzy_words": 2717,
    "fuzzy_words_percent": 15.9,
    "fuzzy_chars": 21621,
    "fuzzy_chars_percent": 17.3,
    "failing": 82,
    "failing_percent": 1.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": 0,
    "comments": 0,
    "code": "hi",
    "name": "Hindi",
    "url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-master/hi/",
    "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-master/hi/"
}