Translation components API.

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

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

{
    "total": 72,
    "total_words": 873,
    "total_chars": 7684,
    "last_change": "2024-11-02T14:08:11.462477Z",
    "recent_changes": 1,
    "translated": 57,
    "translated_words": 663,
    "translated_percent": 79.1,
    "translated_words_percent": 75.9,
    "translated_chars": 6168,
    "translated_chars_percent": 80.2,
    "fuzzy": 8,
    "fuzzy_percent": 11.1,
    "fuzzy_words": 80,
    "fuzzy_words_percent": 9.1,
    "fuzzy_chars": 673,
    "fuzzy_chars_percent": 8.7,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 39,
    "approved_percent": 54.1,
    "approved_words": 552,
    "approved_words_percent": 63.2,
    "approved_chars": 5207,
    "approved_chars_percent": 67.7,
    "readonly": 6,
    "readonly_percent": 8.3,
    "readonly_words": 11,
    "readonly_words_percent": 1.2,
    "readonly_chars": 110,
    "readonly_chars_percent": 1.4,
    "suggestions": 0,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.net/projects/tails/openpgp_keys/ru/",
    "translate_url": "https://translate.tails.net/translate/tails/openpgp_keys/ru/"
}