Languages API.

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

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

{
    "total": 6369,
    "total_words": 24477,
    "total_chars": 161072,
    "last_change": "2024-04-24T13:48:26.358549Z",
    "recent_changes": 299,
    "translated": 3893,
    "translated_words": 12222,
    "translated_percent": 61.1,
    "translated_words_percent": 49.9,
    "translated_chars": 82460,
    "translated_chars_percent": 51.1,
    "fuzzy": 579,
    "fuzzy_percent": 9.0,
    "failing": 299,
    "failing_percent": 4.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 36,
    "comments": 2,
    "name": "Esperanto",
    "url": "https://l10n.elementary.io/languages/eo/"
}