Translation components API.

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

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

{
    "total": 11,
    "total_words": 40,
    "total_chars": 551,
    "last_change": "2024-02-27T15:32:04.145441Z",
    "recent_changes": 1,
    "translated": 2,
    "translated_words": 4,
    "translated_percent": 18.1,
    "translated_words_percent": 10.0,
    "translated_chars": 62,
    "translated_chars_percent": 11.2,
    "fuzzy": 7,
    "fuzzy_percent": 63.6,
    "fuzzy_words": 31,
    "fuzzy_words_percent": 77.5,
    "fuzzy_chars": 342,
    "fuzzy_chars_percent": 62.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 2,
    "approved_percent": 18.1,
    "approved_words": 4,
    "approved_words_percent": 10.0,
    "approved_chars": 62,
    "approved_chars_percent": 11.2,
    "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/first_stepsindex/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/first_stepsindex/de/"
}