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": 1881,
    "total_words": 8285,
    "last_change": "2023-08-09T23:26:28.847961Z",
    "recent_changes": 53,
    "translated": 1451,
    "translated_words": 5537,
    "translated_percent": 77.1,
    "translated_words_percent": 66.8,
    "translated_chars": 35685,
    "translated_chars_percent": 67.2,
    "total_chars": 53043,
    "fuzzy": 98,
    "fuzzy_percent": 5.2,
    "failing": 23,
    "failing_percent": 1.2,
    "name": "Hungarian",
    "url": "http://i18n.foe-helper.com/languages/hu/"
}