Languages API.

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

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

{
    "total": 40897,
    "total_words": 688106,
    "last_change": "2026-08-07T14:43:12.766569Z",
    "recent_changes": 192,
    "translated": 490,
    "translated_words": 5507,
    "translated_percent": 1.1,
    "translated_words_percent": 0.8,
    "translated_chars": 37650,
    "translated_chars_percent": 0.7,
    "total_chars": 4761606,
    "fuzzy": 24,
    "fuzzy_percent": 0.1,
    "failing": 24,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 12,
    "comments": 0,
    "name": "Dutch",
    "url": "https://translate-dev.freebsd.org/languages/nl_NL/"
}