Translation components API.

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

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

{
    "total": 37,
    "total_words": 164,
    "last_change": "2021-02-18T11:38:33.656623Z",
    "recent_changes": 2,
    "translated": 33,
    "translated_words": 157,
    "translated_percent": 89.1,
    "translated_words_percent": 95.7,
    "translated_chars": 907,
    "translated_chars_percent": 96.0,
    "total_chars": 944,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 6,
    "failing_percent": 16.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 2.7,
    "suggestions": 4,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://weblate.rikka.app/projects/wadb/app/ru/",
    "translate_url": "https://weblate.rikka.app/translate/wadb/app/ru/"
}