Translation components API.

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

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

{
    "total": 233,
    "total_words": 998,
    "total_chars": 6204,
    "last_change": "2021-01-01T12:04:00.895081Z",
    "recent_changes": 0,
    "translated": 197,
    "translated_words": 781,
    "translated_percent": 84.5,
    "translated_words_percent": 78.2,
    "translated_chars": 4905,
    "translated_chars_percent": 79.0,
    "fuzzy": 31,
    "fuzzy_percent": 13.3,
    "fuzzy_words": 189,
    "fuzzy_words_percent": 18.9,
    "fuzzy_chars": 1146,
    "fuzzy_chars_percent": 18.4,
    "failing": 0,
    "failing_percent": 0.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": 35,
    "comments": 0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://translate.fedoraproject.org/projects/entangle/master/nb_NO/",
    "translate_url": "https://translate.fedoraproject.org/translate/entangle/master/nb_NO/"
}