Translation components API.

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

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

{
    "total": 37,
    "total_words": 164,
    "last_change": "2021-06-30T16:58:44.292382Z",
    "recent_changes": 21,
    "translated": 27,
    "translated_words": 114,
    "translated_percent": 72.9,
    "translated_words_percent": 69.5,
    "translated_chars": 664,
    "translated_chars_percent": 70.3,
    "total_chars": 944,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 11,
    "failing_percent": 29.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 2.7,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://weblate.rikka.app/projects/wadb/app/de/",
    "translate_url": "https://weblate.rikka.app/translate/wadb/app/de/"
}