Translation projects API.

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

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

{
    "total": 2916,
    "total_words": 6172,
    "total_chars": 42814,
    "last_change": "2022-12-18T19:36:56.311598Z",
    "recent_changes": 239,
    "translated": 2571,
    "translated_words": 5530,
    "translated_percent": 88.1,
    "translated_words_percent": 89.5,
    "translated_chars": 38391,
    "translated_chars_percent": 89.6,
    "fuzzy": 25,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 61,
    "fuzzy_words_percent": 0.9,
    "fuzzy_chars": 410,
    "fuzzy_chars_percent": 0.9,
    "failing": 110,
    "failing_percent": 3.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 539,
    "readonly_percent": 18.4,
    "readonly_words": 1244,
    "readonly_words_percent": 20.1,
    "readonly_chars": 8345,
    "readonly_chars_percent": 19.4,
    "suggestions": 5,
    "comments": 16,
    "name": "qooxdoo",
    "url": "https://hosted.weblate.org/projects/qooxdoo/"
}