Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2118,
    "total_words": 9259,
    "last_change": "2025-01-05T14:42:31.480360Z",
    "recent_changes": 5,
    "translated": 2056,
    "translated_words": 8877,
    "translated_percent": 97.0,
    "translated_words_percent": 95.8,
    "translated_chars": 56018,
    "translated_chars_percent": 95.3,
    "total_chars": 58773,
    "fuzzy": 60,
    "fuzzy_percent": 2.8,
    "failing": 73,
    "failing_percent": 3.4,
    "name": "German",
    "url": "http://i18n.foe-helper.com/languages/de/"
}