Translation projects API.

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

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

{
    "total": 5374,
    "total_words": 16514,
    "last_change": "2026-03-05T11:30:06.861681Z",
    "recent_changes": 181,
    "translated": 4857,
    "translated_words": 14663,
    "translated_percent": 90.3,
    "translated_words_percent": 88.7,
    "translated_chars": 107612,
    "translated_chars_percent": 87.9,
    "total_chars": 122360,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 634,
    "failing_percent": 11.7,
    "name": "Interpipe (16.0)",
    "url": "http://weblate.crnd.pro/projects/interpipe-16-0/"
}