Translation components API.

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

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

{
    "total": 90,
    "total_words": 1247,
    "total_chars": 10837,
    "last_change": "2024-04-05T03:34:15.761778Z",
    "recent_changes": 1,
    "translated": 72,
    "translated_words": 1012,
    "translated_percent": 80.0,
    "translated_words_percent": 81.1,
    "translated_chars": 8553,
    "translated_chars_percent": 78.9,
    "fuzzy": 18,
    "fuzzy_percent": 20.0,
    "fuzzy_words": 235,
    "fuzzy_words_percent": 18.8,
    "fuzzy_chars": 2284,
    "fuzzy_chars_percent": 21.0,
    "failing": 11,
    "failing_percent": 12.2,
    "approved": 63,
    "approved_percent": 70.0,
    "approved_words": 946,
    "approved_words_percent": 75.8,
    "approved_chars": 7887,
    "approved_chars_percent": 72.7,
    "readonly": 9,
    "readonly_percent": 10.0,
    "readonly_words": 66,
    "readonly_words_percent": 5.2,
    "readonly_chars": 666,
    "readonly_chars_percent": 6.1,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.tails.boum.org/projects/tails/openpgp_keys/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/openpgp_keys/fr/"
}