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": 675,
    "total_words": 4323,
    "total_chars": 26029,
    "last_change": "2024-05-03T16:27:15.126173Z",
    "recent_changes": 1,
    "translated": 611,
    "translated_words": 3095,
    "translated_percent": 90.5,
    "translated_words_percent": 71.5,
    "translated_chars": 18649,
    "translated_chars_percent": 71.6,
    "fuzzy": 3,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 17,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 85,
    "fuzzy_chars_percent": 0.3,
    "failing": 7,
    "failing_percent": 1.0,
    "approved": 507,
    "approved_percent": 75.1,
    "approved_words": 2428,
    "approved_words_percent": 56.1,
    "approved_chars": 14693,
    "approved_chars_percent": 56.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Dutch",
    "url": "https://weblate.tusky.app/languages/nl/"
}