Translation projects API.

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

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

{
    "total": 7234,
    "total_words": 36048,
    "total_chars": 246759,
    "last_change": "2023-07-28T20:29:28.115527Z",
    "recent_changes": 173,
    "translated": 1173,
    "translated_words": 3748,
    "translated_percent": 16.2,
    "translated_words_percent": 10.3,
    "translated_chars": 24818,
    "translated_chars_percent": 10.0,
    "fuzzy": 276,
    "fuzzy_percent": 3.8,
    "failing": 46,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 71,
    "readonly_percent": 0.9,
    "suggestions": 146,
    "comments": 0,
    "name": "Music",
    "url": "https://l10n.elementary.io/projects/music/"
}