Translation components API.

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

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

{
    "total": 88,
    "total_words": 1479,
    "total_chars": 10983,
    "last_change": "2024-04-29T18:16:14.332395Z",
    "recent_changes": 1,
    "translated": 77,
    "translated_words": 1284,
    "translated_percent": 87.5,
    "translated_words_percent": 86.8,
    "translated_chars": 9663,
    "translated_chars_percent": 87.9,
    "fuzzy": 4,
    "fuzzy_percent": 4.5,
    "fuzzy_words": 72,
    "fuzzy_words_percent": 4.8,
    "fuzzy_chars": 472,
    "fuzzy_chars_percent": 4.2,
    "failing": 2,
    "failing_percent": 2.2,
    "approved": 69,
    "approved_percent": 78.4,
    "approved_words": 1196,
    "approved_words_percent": 80.8,
    "approved_chars": 9028,
    "approved_chars_percent": 82.1,
    "readonly": 1,
    "readonly_percent": 1.1,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 18,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.tails.boum.org/projects/tails/tor_browser/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/tor_browser/fr/"
}