Translation components API.

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

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

{
    "total": 736,
    "total_words": 3159,
    "last_change": "2024-03-01T08:25:49.418023Z",
    "recent_changes": 49,
    "translated": 736,
    "translated_words": 3159,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 19641,
    "translated_chars_percent": 100.0,
    "total_chars": 19641,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://weblate.info.ucl.ac.be/projects/inginious/frontend/fr/",
    "translate_url": "https://weblate.info.ucl.ac.be/translate/inginious/frontend/fr/"
}