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": 1675,
    "total_words": 15494,
    "total_chars": 100037,
    "last_change": "2024-04-10T13:12:55.652593Z",
    "recent_changes": 282,
    "translated": 802,
    "translated_words": 5574,
    "translated_percent": 47.8,
    "translated_words_percent": 35.9,
    "translated_chars": 35202,
    "translated_chars_percent": 35.1,
    "fuzzy": 59,
    "fuzzy_percent": 3.5,
    "fuzzy_words": 414,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 2560,
    "fuzzy_chars_percent": 2.5,
    "failing": 29,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 26,
    "comments": 2,
    "name": "Dutch",
    "url": "https://translate.yunohost.org/languages/nl/"
}