Translation components API.

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

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

{
    "total": 441,
    "total_words": 2895,
    "last_change": "2023-03-25T15:31:57.319313Z",
    "recent_changes": 1,
    "translated": 398,
    "translated_words": 2423,
    "translated_percent": 90.2,
    "translated_words_percent": 83.6,
    "translated_chars": 15442,
    "translated_chars_percent": 83.9,
    "total_chars": 18385,
    "fuzzy": 3,
    "fuzzy_percent": 0.6,
    "failing": 39,
    "failing_percent": 8.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 2.4,
    "suggestions": 1,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://weblate.rikka.app/projects/app-ops/application/it/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/application/it/"
}