Translation projects API.

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

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

{
    "total": 29998,
    "total_words": 186997,
    "last_change": "2025-02-27T06:05:41.009273Z",
    "recent_changes": 1762,
    "translated": 15513,
    "translated_words": 84906,
    "translated_percent": 51.7,
    "translated_words_percent": 45.4,
    "translated_chars": 563701,
    "translated_chars_percent": 46.5,
    "total_chars": 1209683,
    "fuzzy": 131,
    "fuzzy_percent": 0.4,
    "failing": 616,
    "failing_percent": 2.0,
    "approved": 522,
    "approved_percent": 1.7,
    "readonly": 1881,
    "readonly_percent": 6.2,
    "suggestions": 382,
    "comments": 6,
    "name": "App Ops",
    "url": "https://weblate.rikka.app/projects/app-ops/"
}