Translation components API.

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

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

{
    "total": 111,
    "total_words": 442,
    "last_change": "2020-07-15T17:05:04.326567Z",
    "recent_changes": 61,
    "translated": 72,
    "translated_words": 195,
    "translated_percent": 64.8,
    "translated_words_percent": 44.1,
    "translated_chars": 1327,
    "translated_chars_percent": 42.6,
    "total_chars": 3111,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 9.9,
    "suggestions": 0,
    "comments": 0,
    "code": "uk",
    "name": "Ukrainian",
    "url": "https://weblate.rikka.app/projects/app-ops/ops/uk/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/ops/uk/"
}