Translation components API.

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

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

{
    "total": 16,
    "total_words": 227,
    "total_chars": 1695,
    "last_change": "2023-11-28T13:17:39.352808Z",
    "recent_changes": 2,
    "translated": 7,
    "translated_words": 87,
    "translated_percent": 43.7,
    "translated_words_percent": 38.3,
    "translated_chars": 586,
    "translated_chars_percent": 34.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": 6,
    "approved_percent": 37.5,
    "approved_words": 80,
    "approved_words_percent": 35.2,
    "approved_chars": 537,
    "approved_chars_percent": 31.6,
    "readonly": 1,
    "readonly_percent": 6.2,
    "readonly_words": 7,
    "readonly_words_percent": 3.0,
    "readonly_chars": 49,
    "readonly_chars_percent": 2.8,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/tails_hackfest_2014/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/tails_hackfest_2014/de/"
}