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": 6748,
    "total_words": 78141,
    "total_chars": 591292,
    "last_change": "2023-08-03T07:58:40.072875Z",
    "recent_changes": 63,
    "translated": 5880,
    "translated_words": 54828,
    "translated_percent": 87.1,
    "translated_words_percent": 70.1,
    "translated_chars": 405151,
    "translated_chars_percent": 68.5,
    "fuzzy": 191,
    "fuzzy_percent": 2.8,
    "failing": 1064,
    "failing_percent": 15.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3465,
    "readonly_percent": 51.3,
    "suggestions": 9,
    "comments": 7,
    "name": "English",
    "url": "https://translate.edugit.org/languages/en/"
}