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": 3422,
    "total_words": 6559,
    "total_chars": 36233,
    "last_change": "2025-04-20T07:37:19.976676Z",
    "recent_changes": 542,
    "translated": 2281,
    "translated_words": 4074,
    "translated_percent": 66.6,
    "translated_words_percent": 62.1,
    "translated_chars": 22793,
    "translated_chars_percent": 62.9,
    "fuzzy": 159,
    "fuzzy_percent": 4.6,
    "failing": 163,
    "failing_percent": 4.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 36,
    "readonly_percent": 1.0,
    "suggestions": 44,
    "comments": 2,
    "name": "Zorin Menu",
    "url": "https://translations.zorin.com/projects/zorin-menu/"
}