Translation projects API.

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

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

{
    "total": 31458,
    "total_words": 119772,
    "last_change": "2025-04-20T13:41:52.648718Z",
    "recent_changes": 122,
    "translated": 19043,
    "translated_words": 72401,
    "translated_percent": 60.5,
    "translated_words_percent": 60.4,
    "translated_chars": 443822,
    "translated_chars_percent": 60.2,
    "total_chars": 736323,
    "fuzzy": 187,
    "fuzzy_percent": 0.5,
    "failing": 452,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 575,
    "readonly_percent": 1.8,
    "suggestions": 72,
    "comments": 0,
    "name": "SeeYouNavigator",
    "url": "https://t.naviter.com/projects/seeyounavigator/"
}