Translation projects API.

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

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

{
    "total": 6627,
    "total_words": 23354,
    "total_chars": 146926,
    "last_change": "2024-06-16T18:09:34.603593Z",
    "recent_changes": 138,
    "translated": 4080,
    "translated_words": 14409,
    "translated_percent": 61.5,
    "translated_words_percent": 61.6,
    "translated_chars": 91088,
    "translated_chars_percent": 61.9,
    "fuzzy": 130,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 389,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 2364,
    "fuzzy_chars_percent": 1.6,
    "failing": 104,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 475,
    "readonly_percent": 7.1,
    "readonly_words": 1591,
    "readonly_words_percent": 6.8,
    "readonly_chars": 10040,
    "readonly_chars_percent": 6.8,
    "suggestions": 0,
    "comments": 0,
    "name": "Devtoolbox",
    "url": "https://hosted.weblate.org/projects/devtoolbox/"
}