Translation components API.

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

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

{
    "total": 321,
    "total_words": 1434,
    "total_chars": 8886,
    "last_change": "2021-09-24T09:39:49.733977Z",
    "recent_changes": 0,
    "translated": 221,
    "translated_words": 798,
    "translated_percent": 68.8,
    "translated_words_percent": 55.6,
    "translated_chars": 4864,
    "translated_chars_percent": 54.7,
    "fuzzy": 13,
    "fuzzy_percent": 4.0,
    "fuzzy_words": 28,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 188,
    "fuzzy_chars_percent": 2.1,
    "failing": 1,
    "failing_percent": 0.3,
    "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": "en_GB",
    "name": "English (United Kingdom)",
    "url": "https://hosted.weblate.org/projects/feedreader/translations/en_GB/",
    "translate_url": "https://hosted.weblate.org/translate/feedreader/translations/en_GB/"
}