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": 272,
    "total_chars": 2221,
    "last_change": "2024-01-11T11:59:15.493762Z",
    "recent_changes": 1,
    "translated": 2,
    "translated_words": 6,
    "translated_percent": 5.5,
    "translated_words_percent": 2.2,
    "translated_chars": 104,
    "translated_chars_percent": 4.6,
    "fuzzy": 10,
    "fuzzy_percent": 27.7,
    "fuzzy_words": 54,
    "fuzzy_words_percent": 19.8,
    "fuzzy_chars": 572,
    "fuzzy_chars_percent": 25.7,
    "failing": 5,
    "failing_percent": 13.8,
    "approved": 1,
    "approved_percent": 2.7,
    "approved_words": 4,
    "approved_words_percent": 1.4,
    "approved_chars": 67,
    "approved_chars_percent": 3.0,
    "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/"
}