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": 2077,
    "total_words": 9089,
    "last_change": "2025-01-05T14:42:31.480360Z",
    "recent_changes": 5,
    "translated": 2029,
    "translated_words": 8754,
    "translated_percent": 97.6,
    "translated_words_percent": 96.3,
    "translated_chars": 55343,
    "translated_chars_percent": 96.2,
    "total_chars": 57512,
    "fuzzy": 47,
    "fuzzy_percent": 2.2,
    "failing": 72,
    "failing_percent": 3.4,
    "name": "German",
    "url": "http://i18n.foe-helper.com/languages/de/"
}