Translation projects API.

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

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

{
    "total": 802,
    "total_words": 3270,
    "last_change": "2025-12-16T16:28:44.982818Z",
    "recent_changes": 63,
    "translated": 802,
    "translated_words": 3270,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 19344,
    "translated_chars_percent": 100.0,
    "total_chars": 19344,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops PoS 14.0",
    "url": "http://weblate.ops404.it/projects/ooops-pos-14-0/"
}