Languages API.

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

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

{
    "total": 2078,
    "total_words": 9093,
    "last_change": "2025-04-21T13:21:28.720020Z",
    "recent_changes": 2,
    "translated": 2078,
    "translated_words": 9093,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 57544,
    "translated_chars_percent": 100.0,
    "total_chars": 57544,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1738,
    "failing_percent": 83.6,
    "name": "English",
    "url": "http://i18n.foe-helper.com/languages/en/"
}