Languages API.

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

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

{
    "total": 11632,
    "total_words": 77263,
    "total_chars": 519997,
    "last_change": "2024-03-28T03:31:16.221707Z",
    "recent_changes": 408,
    "translated": 7424,
    "translated_words": 39499,
    "translated_percent": 63.8,
    "translated_words_percent": 51.1,
    "translated_chars": 263231,
    "translated_chars_percent": 50.6,
    "fuzzy": 553,
    "fuzzy_percent": 4.7,
    "fuzzy_words": 4045,
    "fuzzy_words_percent": 5.2,
    "fuzzy_chars": 28870,
    "fuzzy_chars_percent": 5.5,
    "failing": 504,
    "failing_percent": 4.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 35,
    "readonly_percent": 0.3,
    "readonly_words": 251,
    "readonly_words_percent": 0.3,
    "readonly_chars": 2288,
    "readonly_chars_percent": 0.4,
    "suggestions": 86,
    "comments": 17,
    "name": "Dutch",
    "url": "https://weblate.framasoft.org/languages/nl/"
}