Languages API.

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

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

{
    "total": 32883,
    "total_words": 276809,
    "total_chars": 1540126,
    "last_change": "2024-05-08T20:07:50.446088Z",
    "recent_changes": 58,
    "translated": 9106,
    "translated_words": 47928,
    "translated_percent": 27.6,
    "translated_words_percent": 17.3,
    "translated_chars": 312529,
    "translated_chars_percent": 20.2,
    "fuzzy": 376,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 1645,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 10257,
    "fuzzy_chars_percent": 0.6,
    "failing": 247,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 20,
    "readonly_percent": 0.1,
    "readonly_words": 27,
    "readonly_words_percent": 0.1,
    "readonly_chars": 459,
    "readonly_chars_percent": 0.1,
    "suggestions": 10,
    "comments": 1,
    "name": "German (Austria)",
    "url": "https://hosted.weblate.org/languages/de_AT/"
}