Translation projects API.

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

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

{
    "total": 214569,
    "total_words": 4670215,
    "total_chars": 39777751,
    "last_change": "2024-04-23T21:08:34.034778Z",
    "recent_changes": 4053,
    "translated": 102790,
    "translated_words": 2201503,
    "translated_percent": 47.9,
    "translated_words_percent": 47.1,
    "translated_chars": 17867997,
    "translated_chars_percent": 44.9,
    "fuzzy": 36616,
    "fuzzy_percent": 17.0,
    "fuzzy_words": 598897,
    "fuzzy_words_percent": 12.8,
    "fuzzy_chars": 6293817,
    "fuzzy_chars_percent": 15.8,
    "failing": 27774,
    "failing_percent": 12.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 8710,
    "readonly_percent": 4.0,
    "readonly_words": 180275,
    "readonly_words_percent": 3.8,
    "readonly_chars": 1535556,
    "readonly_chars_percent": 3.8,
    "suggestions": 756,
    "comments": 179,
    "name": "Debian Handbook",
    "url": "https://hosted.weblate.org/projects/debian-handbook/"
}