Translation components API.

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

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

{
    "total": 26,
    "total_words": 532,
    "total_chars": 3593,
    "last_change": "2024-04-05T03:34:20.606080Z",
    "recent_changes": 1,
    "translated": 20,
    "translated_words": 392,
    "translated_percent": 76.9,
    "translated_words_percent": 73.6,
    "translated_chars": 2670,
    "translated_chars_percent": 74.3,
    "fuzzy": 6,
    "fuzzy_percent": 23.0,
    "fuzzy_words": 140,
    "fuzzy_words_percent": 26.3,
    "fuzzy_chars": 923,
    "fuzzy_chars_percent": 25.6,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 18,
    "approved_percent": 69.2,
    "approved_words": 360,
    "approved_words_percent": 67.6,
    "approved_chars": 2427,
    "approved_chars_percent": 67.5,
    "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": "fr",
    "name": "French",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocanonymous_internettorwhy-po/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocanonymous_internettorwhy-po/fr/"
}