Translation components API.

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

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

{
    "total": 425,
    "total_words": 5137,
    "total_chars": 32972,
    "last_change": "2024-04-23T12:05:34.497452Z",
    "recent_changes": 0,
    "translated": 361,
    "translated_words": 4349,
    "translated_percent": 84.9,
    "translated_words_percent": 84.6,
    "translated_chars": 27797,
    "translated_chars_percent": 84.3,
    "fuzzy": 45,
    "fuzzy_percent": 10.5,
    "fuzzy_words": 613,
    "fuzzy_words_percent": 11.9,
    "fuzzy_chars": 4027,
    "fuzzy_chars_percent": 12.2,
    "failing": 107,
    "failing_percent": 25.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 54,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/spinsfedoraprojectorg/ja/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/spinsfedoraprojectorg/ja/"
}