Translation components API.

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

GET /api/translations/pykickstart/rhel9-branch/es/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 183,
    "total_words": 1705,
    "total_chars": 10742,
    "last_change": "2021-05-10T22:36:09.082858Z",
    "recent_changes": 5,
    "translated": 177,
    "translated_words": 1602,
    "translated_percent": 96.7,
    "translated_words_percent": 93.9,
    "translated_chars": 10024,
    "translated_chars_percent": 93.3,
    "fuzzy": 5,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 99,
    "fuzzy_words_percent": 5.8,
    "fuzzy_chars": 698,
    "fuzzy_chars_percent": 6.4,
    "failing": 10,
    "failing_percent": 5.4,
    "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": 3,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.fedoraproject.org/projects/pykickstart/rhel9-branch/es/",
    "translate_url": "https://translate.fedoraproject.org/translate/pykickstart/rhel9-branch/es/"
}