Translation projects API.

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

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

{
    "total": 26954,
    "total_words": 287319,
    "total_chars": 1879846,
    "last_change": "2024-04-26T20:58:40.310899Z",
    "recent_changes": 2451,
    "translated": 18633,
    "translated_words": 178788,
    "translated_percent": 69.1,
    "translated_words_percent": 62.2,
    "translated_chars": 1160262,
    "translated_chars_percent": 61.7,
    "fuzzy": 90,
    "fuzzy_percent": 0.3,
    "failing": 711,
    "failing_percent": 2.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 886,
    "readonly_percent": 3.2,
    "suggestions": 1755,
    "comments": 23,
    "name": "Website",
    "url": "https://l10n.elementary.io/projects/website/"
}