Translation components API.

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

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

{
    "total": 5226,
    "total_words": 26554,
    "total_chars": 156764,
    "last_change": null,
    "recent_changes": 0,
    "translated": 2136,
    "translated_words": 4883,
    "translated_percent": 40.8,
    "translated_words_percent": 18.3,
    "translated_chars": 30806,
    "translated_chars_percent": 19.6,
    "fuzzy": 551,
    "fuzzy_percent": 10.5,
    "fuzzy_words": 996,
    "fuzzy_words_percent": 3.7,
    "fuzzy_chars": 6346,
    "fuzzy_chars_percent": 4.0,
    "failing": 34,
    "failing_percent": 0.6,
    "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": 2,
    "comments": 0,
    "code": "ce",
    "name": "Chechen",
    "url": "https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ce/",
    "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/swmessages/ce/"
}