Translation components API.

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

GET /api/translations/tails/license/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 42,
    "total_words": 479,
    "total_chars": 5151,
    "last_change": "2024-04-26T11:31:51.868128Z",
    "recent_changes": 1,
    "translated": 19,
    "translated_words": 242,
    "translated_percent": 45.2,
    "translated_words_percent": 50.5,
    "translated_chars": 1932,
    "translated_chars_percent": 37.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 11,
    "approved_percent": 26.1,
    "approved_words": 138,
    "approved_words_percent": 28.8,
    "approved_chars": 1052,
    "approved_chars_percent": 20.4,
    "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": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/license/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/license/de/"
}