Translation components API.

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

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

{
    "total": 75,
    "total_words": 1036,
    "total_chars": 7132,
    "last_change": "2026-03-29T14:22:37.737203Z",
    "recent_changes": 1,
    "translated": 64,
    "translated_words": 930,
    "translated_percent": 85.3,
    "translated_words_percent": 89.7,
    "translated_chars": 6333,
    "translated_chars_percent": 88.7,
    "fuzzy": 8,
    "fuzzy_percent": 10.6,
    "fuzzy_words": 68,
    "fuzzy_words_percent": 6.5,
    "fuzzy_chars": 515,
    "fuzzy_chars_percent": 7.2,
    "failing": 6,
    "failing_percent": 8.0,
    "approved": 58,
    "approved_percent": 77.3,
    "approved_words": 840,
    "approved_words_percent": 81.0,
    "approved_chars": 5703,
    "approved_chars_percent": 79.9,
    "readonly": 1,
    "readonly_percent": 1.3,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 19,
    "readonly_chars_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.tails.net/projects/tails/wikisrcdocanonymous_internettorpo/fr/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocanonymous_internettorpo/fr/"
}