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": "2025-02-18T18:47:53.134877Z",
    "recent_changes": 802,
    "translated": 78697,
    "translated_words": 671957,
    "translated_percent": 53.2,
    "fuzzy": 318,
    "fuzzy_percent": 0.2,
    "failing": 1864,
    "failing_percent": 1.3,
    "url": "https://weblate.appinventor.mit.edu/engage/appinventor/",
    "url_translate": "https://weblate.appinventor.mit.edu/projects/appinventor/"
}