Translation projects API.

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

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

{
    "total": 166,
    "total_words": 590,
    "last_change": "2025-01-28T10:12:45.026594Z",
    "recent_changes": 64,
    "translated": 165,
    "translated_words": 587,
    "translated_percent": 99.3,
    "translated_words_percent": 99.4,
    "translated_chars": 6028,
    "translated_chars_percent": 99.6,
    "total_chars": 6050,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Shopinvader 14.0",
    "url": "http://weblate.ops404.it/projects/ooops-shopinvader-14-0/"
}