Translation components API.

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

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

{
    "total": 96,
    "total_words": 967,
    "total_chars": 7687,
    "last_change": "2024-04-27T09:13:49.101161Z",
    "recent_changes": 14,
    "translated": 19,
    "translated_words": 71,
    "translated_percent": 19.7,
    "translated_words_percent": 7.3,
    "translated_chars": 728,
    "translated_chars_percent": 9.4,
    "fuzzy": 3,
    "fuzzy_percent": 3.1,
    "fuzzy_words": 14,
    "fuzzy_words_percent": 1.4,
    "fuzzy_chars": 127,
    "fuzzy_chars_percent": 1.6,
    "failing": 5,
    "failing_percent": 5.2,
    "approved": 17,
    "approved_percent": 17.7,
    "approved_words": 68,
    "approved_words_percent": 7.0,
    "approved_chars": 693,
    "approved_chars_percent": 9.0,
    "readonly": 1,
    "readonly_percent": 1.0,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 12,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://translate.tails.boum.org/projects/tails/support-known_issues-graphics/pl/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/support-known_issues-graphics/pl/"
}