Languages API.

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

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

{
    "total": 1441,
    "total_words": 8810,
    "last_change": "2024-03-02T21:05:40.892891Z",
    "recent_changes": 2,
    "translated": 1441,
    "translated_words": 8810,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 57017,
    "translated_chars_percent": 100.0,
    "total_chars": 57017,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 218,
    "failing_percent": 15.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1231,
    "readonly_percent": 85.4,
    "suggestions": 2,
    "comments": 3,
    "name": "English",
    "url": "https://weblate.rikka.app/languages/en/"
}