Translation components API.

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

GET /api/translations/beamngdrive/game/af/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-04-16T13:02:31.447834Z",
    "recent_changes": 4,
    "translated": 361,
    "translated_words": 1537,
    "translated_percent": 4.9,
    "translated_words_percent": 2.9,
    "translated_chars": 9639,
    "translated_chars_percent": 3.0,
    "fuzzy": 202,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 1903,
    "fuzzy_words_percent": 3.6,
    "fuzzy_chars": 10900,
    "fuzzy_chars_percent": 3.4,
    "failing": 93,
    "failing_percent": 1.2,
    "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": 38,
    "comments": 0,
    "code": "af",
    "name": "Afrikaans",
    "url": "http://translate.beamng.com/projects/beamngdrive/game/af/",
    "translate_url": "http://translate.beamng.com/translate/beamngdrive/game/af/"
}