Translation components API.

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

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

{
    "total": 27,
    "total_words": 518,
    "total_chars": 3344,
    "last_change": "2023-11-07T18:46:16.226980Z",
    "recent_changes": 2,
    "translated": 26,
    "translated_words": 517,
    "translated_percent": 96.2,
    "translated_words_percent": 99.8,
    "translated_chars": 3334,
    "translated_chars_percent": 99.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 24,
    "approved_percent": 88.8,
    "approved_words": 469,
    "approved_words_percent": 90.5,
    "approved_chars": 3059,
    "approved_chars_percent": 91.4,
    "readonly": 1,
    "readonly_percent": 3.7,
    "readonly_words": 7,
    "readonly_words_percent": 1.3,
    "readonly_chars": 48,
    "readonly_chars_percent": 1.4,
    "suggestions": 1,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.tails.boum.org/projects/tails/what_we_accomplished_in_2017/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/what_we_accomplished_in_2017/fr/"
}