Languages API.

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

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

{
    "total": 183,
    "total_words": 1305,
    "last_change": "2023-10-27T01:56:42.153948Z",
    "recent_changes": 8,
    "translated": 83,
    "translated_words": 359,
    "translated_percent": 45.3,
    "translated_words_percent": 27.5,
    "translated_chars": 2996,
    "translated_chars_percent": 33.8,
    "total_chars": 8863,
    "fuzzy": 1,
    "fuzzy_percent": 0.5,
    "failing": 2,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 2.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Spanish (Chile)",
    "url": "https://weblate.rikka.app/languages/es_CL/"
}