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": 1343,
    "total_words": 8429,
    "last_change": "2024-03-04T07:53:55.086057Z",
    "recent_changes": 65,
    "translated": 333,
    "translated_words": 755,
    "translated_percent": 24.7,
    "translated_words_percent": 8.9,
    "translated_chars": 6218,
    "translated_chars_percent": 11.3,
    "total_chars": 54553,
    "fuzzy": 8,
    "fuzzy_percent": 0.5,
    "failing": 16,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 33,
    "readonly_percent": 2.4,
    "suggestions": 52,
    "comments": 0,
    "name": "Dutch",
    "url": "https://weblate.rikka.app/languages/nl/"
}