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": 6849,
    "total_words": 34564,
    "last_change": "2024-04-21T18:33:18.872465Z",
    "recent_changes": 514,
    "translated": 5265,
    "translated_words": 23940,
    "translated_percent": 76.8,
    "translated_words_percent": 69.2,
    "translated_chars": 169599,
    "translated_chars_percent": 69.4,
    "total_chars": 244170,
    "fuzzy": 361,
    "fuzzy_percent": 5.2,
    "failing": 331,
    "failing_percent": 4.8,
    "name": "Hungarian",
    "url": "https://translate.lxqt-project.org/languages/hu/"
}