Translation components API.

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

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

{
    "total": 106,
    "total_words": 645,
    "total_chars": 7258,
    "last_change": "2024-02-27T15:30:04.705125Z",
    "recent_changes": 1,
    "translated": 24,
    "translated_words": 107,
    "translated_percent": 22.6,
    "translated_words_percent": 16.5,
    "translated_chars": 886,
    "translated_chars_percent": 12.2,
    "fuzzy": 49,
    "fuzzy_percent": 46.2,
    "fuzzy_words": 313,
    "fuzzy_words_percent": 48.5,
    "fuzzy_chars": 4231,
    "fuzzy_chars_percent": 58.2,
    "failing": 2,
    "failing_percent": 1.8,
    "approved": 11,
    "approved_percent": 10.3,
    "approved_words": 73,
    "approved_words_percent": 11.3,
    "approved_chars": 482,
    "approved_chars_percent": 6.6,
    "readonly": 1,
    "readonly_percent": 0.9,
    "readonly_words": 3,
    "readonly_words_percent": 0.4,
    "readonly_chars": 31,
    "readonly_chars_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/contribute/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/contribute/de/"
}