Translation components API.

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

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

{
    "total": 16,
    "total_words": 61,
    "total_chars": 1111,
    "last_change": "2023-12-23T17:32:42.796316Z",
    "recent_changes": 2,
    "translated": 11,
    "translated_words": 40,
    "translated_percent": 68.7,
    "translated_words_percent": 65.5,
    "translated_chars": 763,
    "translated_chars_percent": 68.6,
    "fuzzy": 2,
    "fuzzy_percent": 12.5,
    "fuzzy_words": 8,
    "fuzzy_words_percent": 13.1,
    "fuzzy_chars": 162,
    "fuzzy_chars_percent": 14.5,
    "failing": 4,
    "failing_percent": 25.0,
    "approved": 9,
    "approved_percent": 56.2,
    "approved_words": 32,
    "approved_words_percent": 52.4,
    "approved_chars": 602,
    "approved_chars_percent": 54.1,
    "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": "pl",
    "name": "Polish",
    "url": "https://translate.tails.boum.org/projects/tails/mac/pl/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/mac/pl/"
}