Translation components API.

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

GET /api/translations/tails/networkmanager/id/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-05-20T16:06:41.899226Z",
    "recent_changes": 1,
    "translated": 3,
    "translated_words": 5,
    "translated_percent": 13.6,
    "translated_words_percent": 2.3,
    "translated_chars": 51,
    "translated_chars_percent": 3.0,
    "fuzzy": 4,
    "fuzzy_percent": 18.1,
    "fuzzy_words": 14,
    "fuzzy_words_percent": 6.6,
    "fuzzy_chars": 111,
    "fuzzy_chars_percent": 6.6,
    "failing": 3,
    "failing_percent": 13.6,
    "approved": 2,
    "approved_percent": 9.0,
    "approved_words": 4,
    "approved_words_percent": 1.8,
    "approved_chars": 41,
    "approved_chars_percent": 2.4,
    "readonly": 1,
    "readonly_percent": 4.5,
    "readonly_words": 1,
    "readonly_words_percent": 0.4,
    "readonly_chars": 10,
    "readonly_chars_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.tails.net/projects/tails/networkmanager/id/",
    "translate_url": "https://translate.tails.net/translate/tails/networkmanager/id/"
}