Translation components API.

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

GET /api/translations/seeyoumobile/mcu/ru/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1543,
    "total_words": 3756,
    "last_change": "2021-01-24T13:57:47.362195Z",
    "recent_changes": 2,
    "translated": 1371,
    "translated_words": 3302,
    "translated_percent": 88.8,
    "translated_words_percent": 87.9,
    "translated_chars": 19993,
    "translated_chars_percent": 87.8,
    "total_chars": 22753,
    "fuzzy": 138,
    "fuzzy_percent": 8.9,
    "failing": 142,
    "failing_percent": 9.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://t.naviter.com/projects/seeyoumobile/mcu/ru/",
    "translate_url": "https://t.naviter.com/translate/seeyoumobile/mcu/ru/"
}