Translation components API.

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

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

{
    "total": 30,
    "total_words": 332,
    "total_chars": 2585,
    "last_change": "2024-12-08T21:54:41.077334Z",
    "recent_changes": 1,
    "translated": 16,
    "translated_words": 123,
    "translated_percent": 53.3,
    "translated_words_percent": 37.0,
    "translated_chars": 1080,
    "translated_chars_percent": 41.7,
    "fuzzy": 5,
    "fuzzy_percent": 16.6,
    "fuzzy_words": 136,
    "fuzzy_words_percent": 40.9,
    "fuzzy_chars": 995,
    "fuzzy_chars_percent": 38.4,
    "failing": 3,
    "failing_percent": 10.0,
    "approved": 9,
    "approved_percent": 30.0,
    "approved_words": 38,
    "approved_words_percent": 11.4,
    "approved_chars": 387,
    "approved_chars_percent": 14.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 13,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.net/projects/tails/pidgin/it/",
    "translate_url": "https://translate.tails.net/translate/tails/pidgin/it/"
}