Translation projects API.

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

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

{
    "name": "AppInventor",
    "total": 148005,
    "total_words": 1370372,
    "last_change": "2026-03-20T10:32:03.964080Z",
    "recent_changes": 906,
    "translated": 78739,
    "translated_words": 672088,
    "translated_percent": 53.2,
    "fuzzy": 318,
    "fuzzy_percent": 0.2,
    "failing": 1742,
    "failing_percent": 1.2,
    "url": "https://weblate.appinventor.mit.edu/engage/appinventor/",
    "url_translate": "https://weblate.appinventor.mit.edu/projects/appinventor/"
}