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": 373615,
    "total_words": 2770895,
    "total_chars": 18115423,
    "last_change": "2024-04-27T14:52:30.915872Z",
    "recent_changes": 4452,
    "translated": 124305,
    "translated_words": 494879,
    "translated_percent": 33.2,
    "translated_words_percent": 17.8,
    "translated_chars": 3155136,
    "translated_chars_percent": 17.4,
    "fuzzy": 26176,
    "fuzzy_percent": 7.0,
    "fuzzy_words": 119030,
    "fuzzy_words_percent": 4.2,
    "fuzzy_chars": 776200,
    "fuzzy_chars_percent": 4.2,
    "failing": 8763,
    "failing_percent": 2.3,
    "approved": 582,
    "approved_percent": 0.1,
    "approved_words": 2941,
    "approved_words_percent": 0.1,
    "approved_chars": 17717,
    "approved_chars_percent": 0.1,
    "readonly": 4702,
    "readonly_percent": 1.2,
    "readonly_words": 9953,
    "readonly_words_percent": 0.3,
    "readonly_chars": 93158,
    "readonly_chars_percent": 0.5,
    "suggestions": 4944,
    "comments": 103,
    "name": "Esperanto",
    "url": "https://hosted.weblate.org/languages/eo/"
}