Translation projects API.

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

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

{
    "total": 951,
    "total_words": 2877,
    "last_change": "2025-05-20T13:20:27.863223Z",
    "recent_changes": 19,
    "translated": 193,
    "translated_words": 658,
    "translated_percent": 20.2,
    "translated_words_percent": 22.8,
    "translated_chars": 4017,
    "translated_chars_percent": 21.8,
    "total_chars": 18390,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 70,
    "failing_percent": 7.3,
    "name": "Crnd web (17.0)",
    "url": "http://weblate.crnd.pro/projects/crnd-web-17-0/"
}