Translation components API.

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

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

{
    "total": 317,
    "total_words": 1375,
    "total_chars": 8489,
    "last_change": "2021-09-24T09:40:41.862513Z",
    "recent_changes": 0,
    "translated": 104,
    "translated_words": 264,
    "translated_percent": 32.8,
    "translated_words_percent": 19.2,
    "translated_chars": 1583,
    "translated_chars_percent": 18.6,
    "fuzzy": 17,
    "fuzzy_percent": 5.3,
    "fuzzy_words": 33,
    "fuzzy_words_percent": 2.4,
    "fuzzy_chars": 225,
    "fuzzy_chars_percent": 2.6,
    "failing": 9,
    "failing_percent": 2.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": 0,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://hosted.weblate.org/projects/feedreader/translations/ja/",
    "translate_url": "https://hosted.weblate.org/translate/feedreader/translations/ja/"
}