Translation components API.

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

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

{
    "total": 724,
    "total_words": 2693,
    "total_chars": 16306,
    "last_change": null,
    "recent_changes": 0,
    "translated": 403,
    "translated_words": 1116,
    "translated_percent": 55.6,
    "translated_words_percent": 41.4,
    "translated_chars": 6991,
    "translated_chars_percent": 42.8,
    "fuzzy": 204,
    "fuzzy_percent": 28.1,
    "fuzzy_words": 823,
    "fuzzy_words_percent": 30.5,
    "fuzzy_chars": 4878,
    "fuzzy_chars_percent": 29.9,
    "failing": 1,
    "failing_percent": 0.1,
    "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": "en_ZA",
    "name": "English (South Africa)",
    "url": "https://translations.documentfoundation.org/projects/libo_ui-master/extensionsmessages/en_ZA/",
    "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/extensionsmessages/en_ZA/"
}