Languages API.

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

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

{
    "total": 1881,
    "total_words": 8285,
    "last_change": "2023-08-21T04:03:34.878891Z",
    "recent_changes": 436,
    "translated": 1684,
    "translated_words": 7301,
    "translated_percent": 89.5,
    "translated_words_percent": 88.1,
    "translated_chars": 46339,
    "translated_chars_percent": 87.3,
    "total_chars": 53043,
    "fuzzy": 103,
    "fuzzy_percent": 5.4,
    "failing": 69,
    "failing_percent": 3.6,
    "name": "Swedish",
    "url": "http://i18n.foe-helper.com/languages/sv/"
}