Translation components API.

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

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

{
    "total": 1419,
    "total_words": 6005,
    "last_change": "2024-03-19T05:37:51.621370Z",
    "recent_changes": 4,
    "translated": 1334,
    "translated_words": 5682,
    "translated_percent": 94.0,
    "translated_words_percent": 94.6,
    "translated_chars": 36400,
    "translated_chars_percent": 94.3,
    "total_chars": 38565,
    "fuzzy": 59,
    "fuzzy_percent": 4.1,
    "failing": 16,
    "failing_percent": 1.1,
    "approved": 791,
    "approved_percent": 55.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://l10n.opensuse.org/projects/uyuni/web/ja/",
    "translate_url": "https://l10n.opensuse.org/translate/uyuni/web/ja/"
}