Translation projects API.

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

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

{
    "total": 442,
    "total_words": 1728,
    "last_change": "2025-04-16T06:48:28.544782Z",
    "recent_changes": 25,
    "translated": 438,
    "translated_words": 1710,
    "translated_percent": 99.0,
    "translated_words_percent": 98.9,
    "translated_chars": 9913,
    "translated_chars_percent": 98.9,
    "total_chars": 10014,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Apparel Vertical 14.0",
    "url": "http://weblate.ops404.it/projects/ooops-apparel-vertical-14-0/"
}