Translation components API.

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

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

{
    "total": 37,
    "total_words": 164,
    "last_change": "2021-10-18T03:54:56.158905Z",
    "recent_changes": 33,
    "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": 0,
    "comments": 0,
    "code": "vi",
    "name": "Vietnamese",
    "url": "https://weblate.rikka.app/projects/wadb/app/vi/",
    "translate_url": "https://weblate.rikka.app/translate/wadb/app/vi/"
}