Translation components API.

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

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

{
    "total": 300,
    "total_words": 764,
    "total_chars": 4987,
    "last_change": null,
    "recent_changes": 0,
    "translated": 149,
    "translated_words": 275,
    "translated_percent": 49.6,
    "translated_words_percent": 35.9,
    "translated_chars": 1827,
    "translated_chars_percent": 36.6,
    "fuzzy": 24,
    "fuzzy_percent": 8.0,
    "fuzzy_words": 74,
    "fuzzy_words_percent": 9.6,
    "fuzzy_chars": 449,
    "fuzzy_chars_percent": 9.0,
    "failing": 9,
    "failing_percent": 3.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": 1,
    "comments": 0,
    "code": "gug",
    "name": "GuaranĂ­ (Paraguayan)",
    "url": "https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/gug/",
    "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/editengmessages/gug/"
}