Translation projects API.

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

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

{
    "total": 333840,
    "total_words": 2373398,
    "total_chars": 14604155,
    "last_change": "2024-05-07T17:25:14.188413Z",
    "recent_changes": 655,
    "translated": 79027,
    "translated_words": 379482,
    "translated_percent": 23.6,
    "translated_words_percent": 15.9,
    "translated_chars": 2339298,
    "translated_chars_percent": 16.0,
    "fuzzy": 7693,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 69068,
    "fuzzy_words_percent": 2.9,
    "fuzzy_chars": 441989,
    "fuzzy_chars_percent": 3.0,
    "failing": 3396,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 7452,
    "readonly_percent": 2.2,
    "readonly_words": 51910,
    "readonly_words_percent": 2.1,
    "readonly_chars": 319420,
    "readonly_chars_percent": 2.1,
    "suggestions": 22995,
    "comments": 124,
    "name": "BeamNG.drive",
    "url": "http://translate.beamng.com/projects/beamngdrive/"
}