Translation components API.

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

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

{
    "total": 24,
    "total_words": 165,
    "total_chars": 1473,
    "last_change": "2024-04-24T20:22:30.384068Z",
    "recent_changes": 1,
    "translated": 19,
    "translated_words": 114,
    "translated_percent": 79.1,
    "translated_words_percent": 69.0,
    "translated_chars": 1057,
    "translated_chars_percent": 71.7,
    "fuzzy": 4,
    "fuzzy_percent": 16.6,
    "fuzzy_words": 46,
    "fuzzy_words_percent": 27.8,
    "fuzzy_chars": 332,
    "fuzzy_chars_percent": 22.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 17,
    "approved_percent": 70.8,
    "approved_words": 84,
    "approved_words_percent": 50.9,
    "approved_chars": 661,
    "approved_chars_percent": 44.8,
    "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/support/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/support/fr/"
}