Translation components API.

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

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

{
    "total": 161,
    "total_words": 2902,
    "total_chars": 20401,
    "last_change": "2023-12-25T06:25:34.053113Z",
    "recent_changes": 13,
    "translated": 4,
    "translated_words": 7,
    "translated_percent": 2.4,
    "translated_words_percent": 0.2,
    "translated_chars": 62,
    "translated_chars_percent": 0.3,
    "fuzzy": 3,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 9,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 111,
    "fuzzy_chars_percent": 0.5,
    "failing": 21,
    "failing_percent": 13.0,
    "approved": 2,
    "approved_percent": 1.2,
    "approved_words": 4,
    "approved_words_percent": 0.1,
    "approved_chars": 36,
    "approved_chars_percent": 0.1,
    "readonly": 1,
    "readonly_percent": 0.6,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 7,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://translate.tails.boum.org/projects/tails/faq/pl/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/faq/pl/"
}