Translation components API.

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

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

{
    "total": 33,
    "total_words": 291,
    "total_chars": 2250,
    "last_change": "2025-04-17T17:38:52.814243Z",
    "recent_changes": 4,
    "translated": 25,
    "translated_words": 181,
    "translated_percent": 75.7,
    "translated_words_percent": 62.1,
    "translated_chars": 1399,
    "translated_chars_percent": 62.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 1,
    "failing_percent": 3.0,
    "approved": 19,
    "approved_percent": 57.5,
    "approved_words": 129,
    "approved_words_percent": 44.3,
    "approved_chars": 1035,
    "approved_chars_percent": 46.0,
    "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.net/projects/tails/wikisrcnewsversion_6-13-po/fr/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsversion_6-13-po/fr/"
}