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": "2024-10-04T18:57:49.733797Z",
    "recent_changes": 456,
    "translated": 1939,
    "translated_words": 8305,
    "translated_percent": 93.3,
    "translated_words_percent": 91.3,
    "translated_chars": 52580,
    "translated_chars_percent": 91.4,
    "total_chars": 57512,
    "fuzzy": 30,
    "fuzzy_percent": 1.4,
    "failing": 26,
    "failing_percent": 1.2,
    "name": "Dutch",
    "url": "http://i18n.foe-helper.com/languages/nl/"
}