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": 27894,
    "total_words": 174801,
    "last_change": "2024-04-26T15:35:04.039445Z",
    "recent_changes": 1703,
    "translated": 15297,
    "translated_words": 83917,
    "translated_percent": 54.8,
    "translated_words_percent": 48.0,
    "translated_chars": 554464,
    "translated_chars_percent": 49.1,
    "total_chars": 1129214,
    "fuzzy": 67,
    "fuzzy_percent": 0.2,
    "failing": 596,
    "failing_percent": 2.1,
    "approved": 522,
    "approved_percent": 1.8,
    "readonly": 1517,
    "readonly_percent": 5.4,
    "suggestions": 257,
    "comments": 6,
    "name": "App Ops",
    "url": "https://weblate.rikka.app/projects/app-ops/"
}