Translation components API.

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

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

{
    "total": 635,
    "total_words": 2793,
    "total_chars": 17242,
    "last_change": "2024-06-04T21:52:13.202809Z",
    "recent_changes": 0,
    "translated": 614,
    "translated_words": 2772,
    "translated_percent": 96.6,
    "translated_words_percent": 99.2,
    "translated_chars": 17104,
    "translated_chars_percent": 99.1,
    "fuzzy": 21,
    "fuzzy_percent": 3.3,
    "fuzzy_words": 21,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 138,
    "fuzzy_chars_percent": 0.8,
    "failing": 8,
    "failing_percent": 1.2,
    "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": "he",
    "name": "Hebrew",
    "url": "https://hosted.weblate.org/projects/copyq/master/he/",
    "translate_url": "https://hosted.weblate.org/translate/copyq/master/he/"
}