Translation components API.

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

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

{
    "total": 470,
    "total_words": 640,
    "total_chars": 4219,
    "last_change": "2020-11-13T09:57:29.491482Z",
    "recent_changes": 3,
    "translated": 319,
    "translated_words": 322,
    "translated_percent": 67.8,
    "translated_words_percent": 50.3,
    "translated_chars": 1876,
    "translated_chars_percent": 44.4,
    "fuzzy": 47,
    "fuzzy_percent": 10.0,
    "fuzzy_words": 52,
    "fuzzy_words_percent": 8.1,
    "fuzzy_chars": 384,
    "fuzzy_chars_percent": 9.1,
    "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": 0,
    "comments": 0,
    "code": "hi",
    "name": "Hindi",
    "url": "https://translations.documentfoundation.org/projects/libo_ui-master/formulamessages/hi/",
    "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/formulamessages/hi/"
}