Translation components API.

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

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

{
    "total": 83,
    "total_words": 1073,
    "total_chars": 7982,
    "last_change": "2024-10-21T13:47:10.986252Z",
    "recent_changes": 5,
    "translated": 70,
    "translated_words": 837,
    "translated_percent": 84.3,
    "translated_words_percent": 78.0,
    "translated_chars": 6121,
    "translated_chars_percent": 76.6,
    "fuzzy": 8,
    "fuzzy_percent": 9.6,
    "fuzzy_words": 161,
    "fuzzy_words_percent": 15.0,
    "fuzzy_chars": 1216,
    "fuzzy_chars_percent": 15.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 64,
    "approved_percent": 77.1,
    "approved_words": 726,
    "approved_words_percent": 67.6,
    "approved_chars": 5404,
    "approved_chars_percent": 67.7,
    "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.net/projects/tails/encrypted_volumes/de/",
    "translate_url": "https://translate.tails.net/translate/tails/encrypted_volumes/de/"
}