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": 1369,
    "total_words": 6321,
    "last_change": "2024-10-29T07:33:23.960040Z",
    "recent_changes": 362,
    "translated": 1058,
    "translated_words": 5040,
    "translated_percent": 77.2,
    "translated_words_percent": 79.7,
    "translated_chars": 32791,
    "translated_chars_percent": 77.7,
    "total_chars": 42196,
    "fuzzy": 29,
    "fuzzy_percent": 2.1,
    "failing": 236,
    "failing_percent": 17.2,
    "approved": 94,
    "approved_percent": 6.8,
    "readonly": 73,
    "readonly_percent": 5.3,
    "suggestions": 33,
    "comments": 0,
    "name": "WADB",
    "url": "https://weblate.rikka.app/projects/wadb/"
}