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": 3862,
    "total_words": 13966,
    "last_change": "2023-06-30T05:52:13.259556Z",
    "recent_changes": 69,
    "translated": 3166,
    "translated_words": 11169,
    "translated_percent": 81.9,
    "translated_words_percent": 79.9,
    "translated_chars": 69539,
    "translated_chars_percent": 80.4,
    "total_chars": 86459,
    "fuzzy": 38,
    "fuzzy_percent": 0.9,
    "failing": 75,
    "failing_percent": 1.9,
    "name": "Hungarian",
    "url": "https://weblate.linphone.org/languages/hu/"
}