Translation components API.

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

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

{
    "total": 36,
    "total_words": 263,
    "total_chars": 2121,
    "last_change": "2024-01-11T11:59:15.493762Z",
    "recent_changes": 1,
    "translated": 11,
    "translated_words": 43,
    "translated_percent": 30.5,
    "translated_words_percent": 16.3,
    "translated_chars": 446,
    "translated_chars_percent": 21.0,
    "fuzzy": 1,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 8,
    "fuzzy_words_percent": 3.0,
    "fuzzy_chars": 130,
    "fuzzy_chars_percent": 6.1,
    "failing": 5,
    "failing_percent": 13.8,
    "approved": 5,
    "approved_percent": 13.8,
    "approved_words": 21,
    "approved_words_percent": 7.9,
    "approved_chars": 226,
    "approved_chars_percent": 10.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 20,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://translate.tails.boum.org/projects/tails/index/pl/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/index/pl/"
}