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": 2631,
    "total_words": 11576,
    "last_change": "2025-01-05T14:42:31.480360Z",
    "recent_changes": 4,
    "translated": 2533,
    "translated_words": 11008,
    "translated_percent": 96.2,
    "translated_words_percent": 95.0,
    "translated_chars": 68105,
    "translated_chars_percent": 94.6,
    "total_chars": 71929,
    "fuzzy": 96,
    "fuzzy_percent": 3.6,
    "failing": 88,
    "failing_percent": 3.3,
    "name": "German",
    "url": "http://i18n.foe-helper.com/languages/de/"
}