Translation projects API.

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

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

{
    "total": 1221,
    "total_words": 5583,
    "last_change": "2023-09-26T15:58:11.660120Z",
    "recent_changes": 278,
    "translated": 1018,
    "translated_words": 4702,
    "translated_percent": 83.3,
    "translated_words_percent": 84.2,
    "translated_chars": 29829,
    "translated_chars_percent": 80.9,
    "total_chars": 36852,
    "fuzzy": 15,
    "fuzzy_percent": 1.2,
    "failing": 193,
    "failing_percent": 15.8,
    "approved": 94,
    "approved_percent": 7.6,
    "readonly": 105,
    "readonly_percent": 8.5,
    "suggestions": 16,
    "comments": 0,
    "name": "WADB",
    "url": "https://weblate.rikka.app/projects/wadb/"
}