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": 7245,
    "total_words": 58551,
    "total_chars": 394121,
    "last_change": "2025-10-15T13:43:28.980563Z",
    "recent_changes": 345,
    "translated": 6814,
    "translated_words": 53588,
    "translated_percent": 94.0,
    "translated_words_percent": 91.5,
    "translated_chars": 358446,
    "translated_chars_percent": 90.9,
    "fuzzy": 37,
    "fuzzy_percent": 0.5,
    "failing": 69,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Dutch",
    "url": "http://translate.pkp.sfu.ca/languages/nl/"
}