Languages API.

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

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

{
    "total": 4102,
    "total_words": 12233,
    "last_change": null,
    "recent_changes": 0,
    "translated": 1225,
    "translated_words": 2694,
    "translated_percent": 29.8,
    "translated_words_percent": 22.0,
    "translated_chars": 16215,
    "translated_chars_percent": 20.9,
    "total_chars": 77333,
    "fuzzy": 94,
    "fuzzy_percent": 2.2,
    "failing": 141,
    "failing_percent": 3.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Korean",
    "url": "https://t.naviter.com/languages/ko/"
}