Languages API.

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

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

{
    "total": 1152,
    "total_words": 7415,
    "last_change": "2024-01-19T16:36:46.429135Z",
    "recent_changes": 34,
    "translated": 307,
    "translated_words": 2167,
    "translated_percent": 26.6,
    "translated_words_percent": 29.2,
    "translated_chars": 15016,
    "translated_chars_percent": 31.1,
    "total_chars": 48216,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 28,
    "readonly_percent": 2.4,
    "suggestions": 4,
    "comments": 0,
    "name": "Czech",
    "url": "https://weblate.rikka.app/languages/cs/"
}