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": 2742,
    "total_words": 9711,
    "last_change": "2024-04-03T12:11:37.217288Z",
    "recent_changes": 151,
    "translated": 1523,
    "translated_words": 4555,
    "translated_percent": 55.5,
    "translated_words_percent": 46.9,
    "translated_chars": 28736,
    "translated_chars_percent": 47.9,
    "total_chars": 59990,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 402,
    "failing_percent": 14.6,
    "name": "Dutch",
    "url": "https://weblate.linphone.org/languages/nl/"
}