Translation projects API.

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

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

{
    "total": 1258,
    "total_words": 5796,
    "last_change": "2024-03-02T21:05:41.015188Z",
    "recent_changes": 299,
    "translated": 993,
    "translated_words": 4741,
    "translated_percent": 78.9,
    "translated_words_percent": 81.7,
    "translated_chars": 30569,
    "translated_chars_percent": 79.5,
    "total_chars": 38416,
    "fuzzy": 34,
    "fuzzy_percent": 2.7,
    "failing": 212,
    "failing_percent": 16.8,
    "approved": 94,
    "approved_percent": 7.4,
    "readonly": 70,
    "readonly_percent": 5.5,
    "suggestions": 23,
    "comments": 0,
    "name": "WADB",
    "url": "https://weblate.rikka.app/projects/wadb/"
}