Translation components API.

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

GET /api/translations/inginious/frontend/es/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 769,
    "total_words": 3401,
    "last_change": "2021-10-22T01:30:20.600421Z",
    "recent_changes": 192,
    "translated": 558,
    "translated_words": 2317,
    "translated_percent": 72.5,
    "translated_words_percent": 68.1,
    "translated_chars": 14349,
    "translated_chars_percent": 67.9,
    "total_chars": 21103,
    "fuzzy": 33,
    "fuzzy_percent": 4.2,
    "failing": 11,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://weblate.info.ucl.ac.be/projects/inginious/frontend/es/",
    "translate_url": "https://weblate.info.ucl.ac.be/translate/inginious/frontend/es/"
}