Translation components API.

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

GET /api/translations/libo_ui-master/swmessages/hi/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": 1815,
    "translated_words": 3561,
    "translated_percent": 34.7,
    "translated_words_percent": 13.4,
    "translated_chars": 22374,
    "translated_chars_percent": 14.2,
    "fuzzy": 631,
    "fuzzy_percent": 12.0,
    "fuzzy_words": 1376,
    "fuzzy_words_percent": 5.1,
    "fuzzy_chars": 9035,
    "fuzzy_chars_percent": 5.7,
    "failing": 43,
    "failing_percent": 0.8,
    "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": 0,
    "comments": 0,
    "code": "hi",
    "name": "Hindi",
    "url": "https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/hi/",
    "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/swmessages/hi/"
}