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": 2077,
    "total_words": 9089,
    "last_change": "2025-05-25T14:33:57.170719Z",
    "recent_changes": 485,
    "translated": 1979,
    "translated_words": 8469,
    "translated_percent": 95.2,
    "translated_words_percent": 93.1,
    "translated_chars": 53570,
    "translated_chars_percent": 93.1,
    "total_chars": 57512,
    "fuzzy": 18,
    "fuzzy_percent": 0.8,
    "failing": 26,
    "failing_percent": 1.2,
    "name": "Dutch",
    "url": "http://i18n.foe-helper.com/languages/nl/"
}