Translation components API.

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

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

{
    "total": 30,
    "total_words": 332,
    "total_chars": 2585,
    "last_change": "2024-05-20T15:57:40.917859Z",
    "recent_changes": 1,
    "translated": 5,
    "translated_words": 19,
    "translated_percent": 16.6,
    "translated_words_percent": 5.7,
    "translated_chars": 202,
    "translated_chars_percent": 7.8,
    "fuzzy": 9,
    "fuzzy_percent": 30.0,
    "fuzzy_words": 176,
    "fuzzy_words_percent": 53.0,
    "fuzzy_chars": 1326,
    "fuzzy_chars_percent": 51.2,
    "failing": 7,
    "failing_percent": 23.3,
    "approved": 4,
    "approved_percent": 13.3,
    "approved_words": 7,
    "approved_words_percent": 2.1,
    "approved_chars": 66,
    "approved_chars_percent": 2.5,
    "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": "fa",
    "name": "Persian",
    "url": "https://translate.tails.net/projects/tails/pidgin/fa/",
    "translate_url": "https://translate.tails.net/translate/tails/pidgin/fa/"
}