Translation components API.

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

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

{
    "total": 25,
    "total_words": 156,
    "total_chars": 1419,
    "last_change": "2024-11-27T10:15:47.946382Z",
    "recent_changes": 2,
    "translated": 24,
    "translated_words": 144,
    "translated_percent": 96.0,
    "translated_words_percent": 92.3,
    "translated_chars": 1253,
    "translated_chars_percent": 88.3,
    "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": 20,
    "approved_percent": 80.0,
    "approved_words": 140,
    "approved_words_percent": 89.7,
    "approved_chars": 1211,
    "approved_chars_percent": 85.3,
    "readonly": 1,
    "readonly_percent": 4.0,
    "readonly_words": 1,
    "readonly_words_percent": 0.6,
    "readonly_chars": 14,
    "readonly_chars_percent": 0.9,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.net/projects/tails/install/de/",
    "translate_url": "https://translate.tails.net/translate/tails/install/de/"
}