Translation components API.

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

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

{
    "total": 441,
    "total_words": 2895,
    "last_change": "2023-05-11T17:07:45.373084Z",
    "recent_changes": 7,
    "translated": 404,
    "translated_words": 2509,
    "translated_percent": 91.6,
    "translated_words_percent": 86.6,
    "translated_chars": 15950,
    "translated_chars_percent": 86.7,
    "total_chars": 18385,
    "fuzzy": 4,
    "fuzzy_percent": 0.9,
    "failing": 4,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 2.4,
    "suggestions": 27,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://weblate.rikka.app/projects/app-ops/application/de/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/application/de/"
}