Languages API.

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

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

{
    "total": 2417,
    "total_words": 18854,
    "last_change": "2023-07-17T11:18:06.021921Z",
    "recent_changes": 46,
    "translated": 2289,
    "translated_words": 17980,
    "translated_percent": 94.7,
    "translated_words_percent": 95.3,
    "translated_chars": 110745,
    "translated_chars_percent": 95.4,
    "total_chars": 116022,
    "fuzzy": 125,
    "fuzzy_percent": 5.1,
    "failing": 275,
    "failing_percent": 11.3,
    "approved": 341,
    "approved_percent": 14.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 9,
    "comments": 0,
    "name": "Indonesian",
    "url": "https://traduk.amikumu.com/languages/id/"
}