Translation components API.

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

GET /api/translations/wadb/app/ja/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-18T14:31:18.419734Z",
    "recent_changes": 1,
    "translated": 32,
    "translated_words": 157,
    "translated_percent": 86.4,
    "translated_words_percent": 95.7,
    "translated_chars": 907,
    "translated_chars_percent": 96.0,
    "total_chars": 944,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 25,
    "failing_percent": 67.5,
    "approved": 27,
    "approved_percent": 72.9,
    "readonly": 1,
    "readonly_percent": 2.7,
    "suggestions": 0,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://weblate.rikka.app/projects/wadb/app/ja/",
    "translate_url": "https://weblate.rikka.app/translate/wadb/app/ja/"
}