Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/he/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 7095,
    "total_words": 32444,
    "total_chars": 213137,
    "last_change": "2024-04-23T17:43:42.714068Z",
    "recent_changes": 361,
    "translated": 7087,
    "translated_words": 32422,
    "translated_percent": 99.8,
    "translated_words_percent": 99.9,
    "translated_chars": 213011,
    "translated_chars_percent": 99.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 3,
    "name": "Hebrew",
    "url": "https://l10n.elementary.io/languages/he/"
}