Translation components API.

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

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

{
    "total": 441,
    "total_words": 2895,
    "last_change": "2024-04-05T17:31:24.081566Z",
    "recent_changes": 17,
    "translated": 27,
    "translated_words": 192,
    "translated_percent": 6.1,
    "translated_words_percent": 6.6,
    "translated_chars": 1318,
    "translated_chars_percent": 7.1,
    "total_chars": 18385,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 2.4,
    "suggestions": 0,
    "comments": 0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://weblate.rikka.app/projects/app-ops/application/nb_NO/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/application/nb_NO/"
}