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": 5828,
    "total_words": 18316,
    "last_change": "2026-07-17T09:01:17.352889Z",
    "recent_changes": 428,
    "translated": 5290,
    "translated_words": 16412,
    "translated_percent": 90.7,
    "translated_words_percent": 89.6,
    "translated_chars": 120400,
    "translated_chars_percent": 88.8,
    "total_chars": 135570,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 449,
    "failing_percent": 7.7,
    "name": "Interpipe (16.0)",
    "url": "http://weblate.crnd.pro/projects/interpipe-16-0/"
}