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": 35047,
    "total_words": 134017,
    "last_change": "2025-10-10T21:00:42.206561Z",
    "recent_changes": 410,
    "translated": 24241,
    "translated_words": 92459,
    "translated_percent": 69.1,
    "translated_words_percent": 68.9,
    "translated_chars": 566542,
    "translated_chars_percent": 68.8,
    "total_chars": 823006,
    "fuzzy": 288,
    "fuzzy_percent": 0.8,
    "failing": 446,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 811,
    "readonly_percent": 2.3,
    "suggestions": 138,
    "comments": 49,
    "name": "SeeYouNavigator",
    "url": "https://t.naviter.com/projects/seeyounavigator/"
}