Languages API.

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

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

{
    "total": 1285723,
    "total_words": 10359956,
    "last_change": "2023-03-20T16:33:15.213165Z",
    "recent_changes": 13983,
    "translated": 1252686,
    "translated_words": 10193691,
    "translated_percent": 97.4,
    "translated_words_percent": 98.3,
    "translated_chars": 77302757,
    "translated_chars_percent": 98.5,
    "total_chars": 78460836,
    "fuzzy": 5376,
    "fuzzy_percent": 0.4,
    "failing": 225196,
    "failing_percent": 17.5,
    "approved": 7594,
    "approved_percent": 0.5,
    "readonly": 838592,
    "readonly_percent": 65.2,
    "suggestions": 1871,
    "comments": 3886,
    "name": "English",
    "url": "https://hosted.weblate.org/languages/en/"
}