Languages API.

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

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

{
    "total": 1883,
    "total_words": 8318,
    "last_change": "2023-08-09T23:26:28.847961Z",
    "recent_changes": 53,
    "translated": 1450,
    "translated_words": 5535,
    "translated_percent": 77.0,
    "translated_words_percent": 66.5,
    "translated_chars": 35670,
    "translated_chars_percent": 67.0,
    "total_chars": 53224,
    "fuzzy": 99,
    "fuzzy_percent": 5.2,
    "failing": 24,
    "failing_percent": 1.2,
    "name": "Hungarian",
    "url": "http://i18n.foe-helper.com/languages/hu/"
}