Translation components API.

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

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

{
    "total": 36,
    "total_words": 396,
    "total_chars": 3911,
    "last_change": "2024-06-05T03:59:34.284324Z",
    "recent_changes": 1,
    "translated": 7,
    "translated_words": 12,
    "translated_percent": 19.4,
    "translated_words_percent": 3.0,
    "translated_chars": 135,
    "translated_chars_percent": 3.4,
    "fuzzy": 2,
    "fuzzy_percent": 5.5,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 44,
    "fuzzy_chars_percent": 1.1,
    "failing": 1,
    "failing_percent": 2.7,
    "approved": 4,
    "approved_percent": 11.1,
    "approved_words": 8,
    "approved_words_percent": 2.0,
    "approved_chars": 93,
    "approved_chars_percent": 2.3,
    "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/wikisrcinstallincstepscloneinlinepo/pl/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcinstallincstepscloneinlinepo/pl/"
}