Translation projects API.

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

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

{
    "total": 3517,
    "total_words": 7034,
    "total_chars": 38038,
    "last_change": "2025-05-20T19:00:47.703233Z",
    "recent_changes": 515,
    "translated": 2298,
    "translated_words": 4159,
    "translated_percent": 65.3,
    "translated_words_percent": 59.1,
    "translated_chars": 23116,
    "translated_chars_percent": 60.7,
    "fuzzy": 159,
    "fuzzy_percent": 4.5,
    "failing": 160,
    "failing_percent": 4.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 37,
    "readonly_percent": 1.0,
    "suggestions": 54,
    "comments": 2,
    "name": "Zorin Menu",
    "url": "https://translations.zorin.com/projects/zorin-menu/"
}