Languages API.

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

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

{
    "total": 22422,
    "total_words": 87586,
    "total_chars": 542357,
    "last_change": "2024-05-23T15:55:38.861487Z",
    "recent_changes": 102,
    "translated": 6716,
    "translated_words": 20374,
    "translated_percent": 29.9,
    "translated_words_percent": 23.2,
    "translated_chars": 123219,
    "translated_chars_percent": 22.7,
    "fuzzy": 152,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 489,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 3065,
    "fuzzy_chars_percent": 0.5,
    "failing": 505,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.1,
    "readonly_words": 30,
    "readonly_words_percent": 0.1,
    "readonly_chars": 220,
    "readonly_chars_percent": 0.1,
    "suggestions": 322,
    "comments": 0,
    "name": "Sanskrit",
    "url": "https://hosted.weblate.org/languages/sa/"
}