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": 736,
    "total_words": 3159,
    "last_change": "2021-10-22T01:30:20.600421Z",
    "recent_changes": 192,
    "translated": 539,
    "translated_words": 2206,
    "translated_percent": 73.2,
    "translated_words_percent": 69.8,
    "translated_chars": 13659,
    "translated_chars_percent": 69.5,
    "total_chars": 19641,
    "fuzzy": 31,
    "fuzzy_percent": 4.2,
    "failing": 10,
    "failing_percent": 1.3,
    "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/"
}