Translation components API.

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

GET /api/translations/fedora-websites/spinsfedoraprojectorg/hi/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": "2023-07-14T22:01:44.276774Z",
    "recent_changes": 0,
    "translated": 38,
    "translated_words": 139,
    "translated_percent": 8.9,
    "translated_words_percent": 2.7,
    "translated_chars": 975,
    "translated_chars_percent": 2.9,
    "fuzzy": 13,
    "fuzzy_percent": 3.0,
    "fuzzy_words": 47,
    "fuzzy_words_percent": 0.9,
    "fuzzy_chars": 290,
    "fuzzy_chars_percent": 0.8,
    "failing": 3,
    "failing_percent": 0.7,
    "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": 9,
    "comments": 0,
    "code": "hi",
    "name": "Hindi",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/spinsfedoraprojectorg/hi/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/spinsfedoraprojectorg/hi/"
}