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": 675,
    "total_words": 4333,
    "total_chars": 26029,
    "last_change": "2024-05-03T16:27:20.648669Z",
    "recent_changes": 2,
    "translated": 494,
    "translated_words": 1661,
    "translated_percent": 73.1,
    "translated_words_percent": 38.3,
    "translated_chars": 10105,
    "translated_chars_percent": 38.8,
    "fuzzy": 31,
    "fuzzy_percent": 4.5,
    "fuzzy_words": 175,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 1096,
    "fuzzy_chars_percent": 4.2,
    "failing": 17,
    "failing_percent": 2.5,
    "approved": 306,
    "approved_percent": 45.3,
    "approved_words": 826,
    "approved_words_percent": 19.0,
    "approved_chars": 4969,
    "approved_chars_percent": 19.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Sanskrit",
    "url": "https://weblate.tusky.app/languages/sa/"
}