Translation projects API.

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

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

{
    "total": 123165,
    "total_words": 1281073,
    "total_chars": 7846512,
    "last_change": "2024-05-06T11:07:22.752296Z",
    "recent_changes": 409,
    "translated": 107963,
    "translated_words": 1081077,
    "translated_percent": 87.6,
    "translated_words_percent": 84.3,
    "translated_chars": 6629653,
    "translated_chars_percent": 84.4,
    "fuzzy": 5314,
    "fuzzy_percent": 4.3,
    "fuzzy_words": 67024,
    "fuzzy_words_percent": 5.2,
    "fuzzy_chars": 407040,
    "fuzzy_chars_percent": 5.1,
    "failing": 6711,
    "failing_percent": 5.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2065,
    "readonly_percent": 1.6,
    "readonly_words": 20281,
    "readonly_words_percent": 1.5,
    "readonly_chars": 124334,
    "readonly_chars_percent": 1.5,
    "suggestions": 23,
    "comments": 28,
    "name": "Debian Installer",
    "url": "https://hosted.weblate.org/projects/debian-installer/"
}