Translation projects API.

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

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

{
    "total": 830,
    "total_words": 2652,
    "last_change": "2025-12-16T17:07:32.907654Z",
    "recent_changes": 40,
    "translated": 829,
    "translated_words": 2651,
    "translated_percent": 99.8,
    "translated_words_percent": 99.9,
    "translated_chars": 16854,
    "translated_chars_percent": 99.9,
    "total_chars": 16866,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Apparel Vertical",
    "url": "http://weblate.ops404.it/projects/ooops-apparel-vertical/"
}