Translation projects API.

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

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

{
    "total": 220,
    "total_words": 620,
    "last_change": "2025-03-19T09:22:41.049874Z",
    "recent_changes": 59,
    "translated": 219,
    "translated_words": 619,
    "translated_percent": 99.5,
    "translated_words_percent": 99.8,
    "translated_chars": 3705,
    "translated_chars_percent": 99.2,
    "total_chars": 3732,
    "fuzzy": 1,
    "fuzzy_percent": 0.4,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Purchase 14.0",
    "url": "http://weblate.ops404.it/projects/ooops-purchase-14-0/"
}