Translation projects API.

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

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

{
    "total": 1011,
    "total_words": 4066,
    "last_change": "2025-02-10T03:38:51.411118Z",
    "recent_changes": 294,
    "translated": 804,
    "translated_words": 3112,
    "translated_percent": 79.5,
    "translated_words_percent": 76.5,
    "translated_chars": 19840,
    "translated_chars_percent": 75.9,
    "total_chars": 26110,
    "fuzzy": 10,
    "fuzzy_percent": 0.9,
    "failing": 25,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 92,
    "readonly_percent": 9.0,
    "suggestions": 52,
    "comments": 0,
    "name": "YASNAC",
    "url": "https://weblate.rikka.app/projects/yasnac/"
}