Translation components API.

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

GET /api/translations/tails/openpgp_keys/es/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-05-02T19:22:08.764091Z",
    "recent_changes": 12,
    "translated": 67,
    "translated_words": 836,
    "translated_percent": 74.4,
    "translated_words_percent": 67.0,
    "translated_chars": 7440,
    "translated_chars_percent": 68.6,
    "fuzzy": 16,
    "fuzzy_percent": 17.7,
    "fuzzy_words": 281,
    "fuzzy_words_percent": 22.5,
    "fuzzy_chars": 2554,
    "fuzzy_chars_percent": 23.5,
    "failing": 4,
    "failing_percent": 4.4,
    "approved": 15,
    "approved_percent": 16.6,
    "approved_words": 266,
    "approved_words_percent": 21.3,
    "approved_chars": 2853,
    "approved_chars_percent": 26.3,
    "readonly": 9,
    "readonly_percent": 10.0,
    "readonly_words": 66,
    "readonly_words_percent": 5.2,
    "readonly_chars": 666,
    "readonly_chars_percent": 6.1,
    "suggestions": 2,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/openpgp_keys/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/openpgp_keys/es/"
}