Translation projects API.

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

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

{
    "total": 4978,
    "total_words": 25472,
    "total_chars": 153302,
    "last_change": "2024-02-11T08:10:53.203661Z",
    "recent_changes": 149,
    "translated": 4125,
    "translated_words": 21027,
    "translated_percent": 82.8,
    "translated_words_percent": 82.5,
    "translated_chars": 126281,
    "translated_chars_percent": 82.3,
    "fuzzy": 89,
    "fuzzy_percent": 1.7,
    "failing": 36,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 502,
    "readonly_percent": 10.0,
    "suggestions": 119,
    "comments": 3,
    "name": "Icon Browser",
    "url": "https://l10n.elementary.io/projects/icon-browser/"
}