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": 4592,
    "total_words": 13694,
    "last_change": "2025-09-30T10:27:38.939329Z",
    "recent_changes": 402,
    "translated": 4304,
    "translated_words": 12722,
    "translated_percent": 93.7,
    "translated_words_percent": 92.9,
    "translated_chars": 93971,
    "translated_chars_percent": 92.4,
    "total_chars": 101676,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 309,
    "failing_percent": 6.7,
    "name": "Interpipe (16.0)",
    "url": "http://weblate.crnd.pro/projects/interpipe-16-0/"
}