Translation projects API.

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

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

{
    "total": 18940,
    "total_words": 53915,
    "total_chars": 352109,
    "last_change": "2024-04-23T11:12:53.736413Z",
    "recent_changes": 430,
    "translated": 11402,
    "translated_words": 28742,
    "translated_percent": 60.2,
    "translated_words_percent": 53.3,
    "translated_chars": 185642,
    "translated_chars_percent": 52.7,
    "fuzzy": 1221,
    "fuzzy_percent": 6.4,
    "failing": 679,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 256,
    "readonly_percent": 1.3,
    "suggestions": 998,
    "comments": 4,
    "name": "Calendar",
    "url": "https://l10n.elementary.io/projects/calendar/"
}