Translation components API.

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

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

{
    "total": 31,
    "total_words": 849,
    "total_chars": 5201,
    "last_change": "2023-11-24T10:30:55.832255Z",
    "recent_changes": 2,
    "translated": 9,
    "translated_words": 90,
    "translated_percent": 29.0,
    "translated_words_percent": 10.6,
    "translated_chars": 547,
    "translated_chars_percent": 10.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": 5,
    "approved_percent": 16.1,
    "approved_words": 66,
    "approved_words_percent": 7.7,
    "approved_chars": 417,
    "approved_chars_percent": 8.0,
    "readonly": 1,
    "readonly_percent": 3.2,
    "readonly_words": 7,
    "readonly_words_percent": 0.8,
    "readonly_chars": 49,
    "readonly_chars_percent": 0.9,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/reproducible_tails/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/reproducible_tails/de/"
}