Languages API.

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

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

{
    "total": 1284697,
    "total_words": 10357330,
    "last_change": "2023-03-22T00:27:32.654658Z",
    "recent_changes": 14120,
    "translated": 1251745,
    "translated_words": 10191694,
    "translated_percent": 97.4,
    "translated_words_percent": 98.4,
    "translated_chars": 77291497,
    "translated_chars_percent": 98.5,
    "total_chars": 78445604,
    "fuzzy": 5399,
    "fuzzy_percent": 0.4,
    "failing": 225504,
    "failing_percent": 17.5,
    "approved": 7594,
    "approved_percent": 0.5,
    "readonly": 839391,
    "readonly_percent": 65.3,
    "suggestions": 1872,
    "comments": 3883,
    "name": "English",
    "url": "https://hosted.weblate.org/languages/en/"
}