Translation components API.

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

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

{
    "total": 441,
    "total_words": 2895,
    "last_change": "2023-11-29T08:26:53.722413Z",
    "recent_changes": 70,
    "translated": 315,
    "translated_words": 1545,
    "translated_percent": 71.4,
    "translated_words_percent": 53.3,
    "translated_chars": 9710,
    "translated_chars_percent": 52.8,
    "total_chars": 18385,
    "fuzzy": 9,
    "fuzzy_percent": 2.0,
    "failing": 9,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 2.4,
    "suggestions": 0,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://weblate.rikka.app/projects/app-ops/application/ja/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/application/ja/"
}