Translation components API.

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

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

{
    "total": 13,
    "total_words": 133,
    "total_chars": 1601,
    "last_change": "2023-12-21T23:22:38.172234Z",
    "recent_changes": 3,
    "translated": 5,
    "translated_words": 40,
    "translated_percent": 38.4,
    "translated_words_percent": 30.0,
    "translated_chars": 547,
    "translated_chars_percent": 34.1,
    "fuzzy": 4,
    "fuzzy_percent": 30.7,
    "fuzzy_words": 29,
    "fuzzy_words_percent": 21.8,
    "fuzzy_chars": 355,
    "fuzzy_chars_percent": 22.1,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 3,
    "approved_percent": 23.0,
    "approved_words": 19,
    "approved_words_percent": 14.2,
    "approved_chars": 257,
    "approved_chars_percent": 16.0,
    "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/office_suite/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/office_suite/de/"
}