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": 1881,
    "total_words": 8285,
    "last_change": "2024-01-15T08:38:04.606495Z",
    "recent_changes": 5,
    "translated": 1881,
    "translated_words": 8285,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 53043,
    "translated_chars_percent": 100.0,
    "total_chars": 53043,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1462,
    "failing_percent": 77.7,
    "name": "English",
    "url": "http://i18n.foe-helper.com/languages/en/"
}