Languages API.

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

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

{
    "total": 7189,
    "total_words": 32925,
    "total_chars": 216386,
    "last_change": "2024-03-21T16:33:59.131244Z",
    "recent_changes": 335,
    "translated": 5468,
    "translated_words": 22513,
    "translated_percent": 76.0,
    "translated_words_percent": 68.3,
    "translated_chars": 147866,
    "translated_chars_percent": 68.3,
    "fuzzy": 415,
    "fuzzy_percent": 5.7,
    "failing": 336,
    "failing_percent": 4.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 787,
    "comments": 3,
    "name": "Spanish",
    "url": "https://l10n.elementary.io/languages/es/"
}