Translation components API.

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

GET /api/translations/tails/openpgp_keys/fa/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-05-29T18:44:16.310933Z",
    "recent_changes": 1,
    "translated": 37,
    "translated_words": 390,
    "translated_percent": 51.3,
    "translated_words_percent": 44.6,
    "translated_chars": 3978,
    "translated_chars_percent": 51.7,
    "fuzzy": 27,
    "fuzzy_percent": 37.5,
    "fuzzy_words": 334,
    "fuzzy_words_percent": 38.2,
    "fuzzy_chars": 2703,
    "fuzzy_chars_percent": 35.1,
    "failing": 10,
    "failing_percent": 13.8,
    "approved": 10,
    "approved_percent": 13.8,
    "approved_words": 235,
    "approved_words_percent": 26.9,
    "approved_chars": 3003,
    "approved_chars_percent": 39.0,
    "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": "fa",
    "name": "Persian",
    "url": "https://translate.tails.net/projects/tails/openpgp_keys/fa/",
    "translate_url": "https://translate.tails.net/translate/tails/openpgp_keys/fa/"
}