Translation components API.

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

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

{
    "total": 145,
    "total_words": 1662,
    "total_chars": 11671,
    "last_change": "2023-11-25T19:04:48.564376Z",
    "recent_changes": 9,
    "translated": 92,
    "translated_words": 1098,
    "translated_percent": 63.4,
    "translated_words_percent": 66.0,
    "translated_chars": 7690,
    "translated_chars_percent": 65.8,
    "fuzzy": 12,
    "fuzzy_percent": 8.2,
    "fuzzy_words": 19,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 254,
    "fuzzy_chars_percent": 2.1,
    "failing": 32,
    "failing_percent": 22.0,
    "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": 21,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.fedoraproject.org/projects/authselect/master-authselect8adoc/es/",
    "translate_url": "https://translate.fedoraproject.org/translate/authselect/master-authselect8adoc/es/"
}