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": 1881,
    "total_words": 8285,
    "last_change": "2024-02-14T15:49:08.268472Z",
    "recent_changes": 493,
    "translated": 1819,
    "translated_words": 7792,
    "translated_percent": 96.7,
    "translated_words_percent": 94.0,
    "translated_chars": 49784,
    "translated_chars_percent": 93.8,
    "total_chars": 53043,
    "fuzzy": 18,
    "fuzzy_percent": 0.9,
    "failing": 25,
    "failing_percent": 1.3,
    "name": "Dutch",
    "url": "http://i18n.foe-helper.com/languages/nl/"
}