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": 6354,
    "total_words": 24488,
    "total_chars": 160972,
    "last_change": "2024-04-25T17:19:31.077141Z",
    "recent_changes": 462,
    "translated": 5895,
    "translated_words": 21472,
    "translated_percent": 92.7,
    "translated_words_percent": 87.6,
    "translated_chars": 140675,
    "translated_chars_percent": 87.3,
    "fuzzy": 20,
    "fuzzy_percent": 0.3,
    "failing": 7,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Hungarian",
    "url": "https://l10n.elementary.io/languages/hu/"
}