Translation components API.

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

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

{
    "total": 30,
    "total_words": 331,
    "total_chars": 2574,
    "last_change": "2024-04-09T16:08:41.113447Z",
    "recent_changes": 8,
    "translated": 18,
    "translated_words": 162,
    "translated_percent": 60.0,
    "translated_words_percent": 48.9,
    "translated_chars": 1192,
    "translated_chars_percent": 46.3,
    "fuzzy": 8,
    "fuzzy_percent": 26.6,
    "fuzzy_words": 133,
    "fuzzy_words_percent": 40.1,
    "fuzzy_chars": 1095,
    "fuzzy_chars_percent": 42.5,
    "failing": 6,
    "failing_percent": 20.0,
    "approved": 10,
    "approved_percent": 33.3,
    "approved_words": 74,
    "approved_words_percent": 22.3,
    "approved_chars": 624,
    "approved_chars_percent": 24.2,
    "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/pidgin/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/pidgin/fr/"
}