Translation components API.

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

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

{
    "total": 22,
    "total_words": 211,
    "total_chars": 1662,
    "last_change": "2024-11-16T20:10:40.970468Z",
    "recent_changes": 3,
    "translated": 16,
    "translated_words": 101,
    "translated_percent": 72.7,
    "translated_words_percent": 47.8,
    "translated_chars": 782,
    "translated_chars_percent": 47.0,
    "fuzzy": 2,
    "fuzzy_percent": 9.0,
    "fuzzy_words": 50,
    "fuzzy_words_percent": 23.6,
    "fuzzy_chars": 424,
    "fuzzy_chars_percent": 25.5,
    "failing": 2,
    "failing_percent": 9.0,
    "approved": 15,
    "approved_percent": 68.1,
    "approved_words": 100,
    "approved_words_percent": 47.3,
    "approved_chars": 772,
    "approved_chars_percent": 46.4,
    "readonly": 1,
    "readonly_percent": 4.5,
    "readonly_words": 1,
    "readonly_words_percent": 0.4,
    "readonly_chars": 10,
    "readonly_chars_percent": 0.6,
    "suggestions": 2,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.net/projects/tails/networkmanager/es/",
    "translate_url": "https://translate.tails.net/translate/tails/networkmanager/es/"
}