Translation projects API.

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

GET /api/projects/guitar-and-violin-tuner/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Guitar and Violin Tuner",
    "total": 15436,
    "total_words": 118388,
    "last_change": "2025-11-08T19:13:07.581751Z",
    "recent_changes": 959,
    "translated": 9198,
    "translated_words": 70214,
    "translated_percent": 59.6,
    "fuzzy": 225,
    "fuzzy_percent": 1.5,
    "failing": 92,
    "failing_percent": 0.6,
    "url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/",
    "url_translate": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/"
}