Languages API.

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

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

{
    "total": 7487,
    "total_words": 71798,
    "total_chars": 445520,
    "last_change": "2023-04-06T15:07:15.947593Z",
    "recent_changes": 97,
    "translated": 5737,
    "translated_words": 48305,
    "translated_percent": 76.6,
    "translated_words_percent": 67.2,
    "translated_chars": 291754,
    "translated_chars_percent": 65.4,
    "fuzzy": 154,
    "fuzzy_percent": 2.0,
    "failing": 129,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1875,
    "comments": 137,
    "name": "Spanish",
    "url": "http://translate.getmonero.org/languages/es/"
}