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": 2077,
    "total_words": 9089,
    "last_change": "2024-10-02T16:40:07.890950Z",
    "recent_changes": 46,
    "translated": 1459,
    "translated_words": 5459,
    "translated_percent": 70.2,
    "translated_words_percent": 60.0,
    "translated_chars": 34909,
    "translated_chars_percent": 60.6,
    "total_chars": 57512,
    "fuzzy": 126,
    "fuzzy_percent": 6.0,
    "failing": 27,
    "failing_percent": 1.2,
    "name": "Hungarian",
    "url": "http://i18n.foe-helper.com/languages/hu/"
}