Translation components API.

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

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

{
    "total": 85,
    "total_words": 1356,
    "total_chars": 10170,
    "last_change": "2024-05-20T15:57:49.235534Z",
    "recent_changes": 1,
    "translated": 8,
    "translated_words": 13,
    "translated_percent": 9.4,
    "translated_words_percent": 0.9,
    "translated_chars": 112,
    "translated_chars_percent": 1.1,
    "fuzzy": 6,
    "fuzzy_percent": 7.0,
    "fuzzy_words": 40,
    "fuzzy_words_percent": 2.9,
    "fuzzy_chars": 404,
    "fuzzy_chars_percent": 3.9,
    "failing": 4,
    "failing_percent": 4.7,
    "approved": 6,
    "approved_percent": 7.0,
    "approved_words": 9,
    "approved_words_percent": 0.6,
    "approved_chars": 72,
    "approved_chars_percent": 0.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sr_Latn",
    "name": "Serbian (latin)",
    "url": "https://translate.tails.net/projects/tails/tor_browser/sr_Latn/",
    "translate_url": "https://translate.tails.net/translate/tails/tor_browser/sr_Latn/"
}