Translation components API.

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

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

{
    "total": 111,
    "total_words": 442,
    "last_change": "2020-09-27T05:43:06.453864Z",
    "recent_changes": 4,
    "translated": 110,
    "translated_words": 372,
    "translated_percent": 99.0,
    "translated_words_percent": 84.1,
    "translated_chars": 2578,
    "translated_chars_percent": 82.8,
    "total_chars": 3111,
    "fuzzy": 1,
    "fuzzy_percent": 0.9,
    "failing": 5,
    "failing_percent": 4.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 9.9,
    "suggestions": 0,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "https://weblate.rikka.app/projects/app-ops/ops/tr/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/ops/tr/"
}