Translation components API.

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

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

{
    "total": 108,
    "total_words": 1456,
    "total_chars": 11532,
    "last_change": "2024-05-20T16:21:45.712400Z",
    "recent_changes": 1,
    "translated": 8,
    "translated_words": 15,
    "translated_percent": 7.4,
    "translated_words_percent": 1.0,
    "translated_chars": 144,
    "translated_chars_percent": 1.2,
    "fuzzy": 6,
    "fuzzy_percent": 5.5,
    "fuzzy_words": 69,
    "fuzzy_words_percent": 4.7,
    "fuzzy_chars": 897,
    "fuzzy_chars_percent": 7.7,
    "failing": 4,
    "failing_percent": 3.7,
    "approved": 5,
    "approved_percent": 4.6,
    "approved_words": 10,
    "approved_words_percent": 0.6,
    "approved_chars": 91,
    "approved_chars_percent": 0.7,
    "readonly": 2,
    "readonly_percent": 1.8,
    "readonly_words": 3,
    "readonly_words_percent": 0.2,
    "readonly_chars": 31,
    "readonly_chars_percent": 0.2,
    "suggestions": 1,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.tails.net/projects/tails/thunderbird/id/",
    "translate_url": "https://translate.tails.net/translate/tails/thunderbird/id/"
}