Translation projects API.

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

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

{
    "total": 7475,
    "total_words": 27235,
    "last_change": "2025-06-10T14:04:59.051690Z",
    "recent_changes": 450,
    "translated": 3007,
    "translated_words": 10782,
    "translated_percent": 40.2,
    "translated_words_percent": 39.5,
    "translated_chars": 69204,
    "translated_chars_percent": 39.4,
    "total_chars": 175601,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 621,
    "failing_percent": 8.3,
    "name": "Generic addons (17.0)",
    "url": "http://weblate.crnd.pro/projects/generic-addons-17-0/"
}