Translation components API.

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

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

{
    "total": 7246,
    "total_words": 51578,
    "total_chars": 317373,
    "last_change": "2024-05-07T17:25:14.188413Z",
    "recent_changes": 0,
    "translated": 2095,
    "translated_words": 9624,
    "translated_percent": 28.9,
    "translated_words_percent": 18.6,
    "translated_chars": 58207,
    "translated_chars_percent": 18.3,
    "fuzzy": 221,
    "fuzzy_percent": 3.0,
    "fuzzy_words": 2081,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 13444,
    "fuzzy_chars_percent": 4.2,
    "failing": 26,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1829,
    "comments": 30,
    "code": "pl",
    "name": "Polish",
    "url": "http://translate.beamng.com/projects/beamngdrive/game/pl/",
    "translate_url": "http://translate.beamng.com/translate/beamngdrive/game/pl/"
}