Languages API.

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

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

{
    "total": 43498,
    "total_words": 337247,
    "total_chars": 1949439,
    "last_change": "2024-05-20T13:49:12.092106Z",
    "recent_changes": 28,
    "translated": 25570,
    "translated_words": 133839,
    "translated_percent": 58.7,
    "translated_words_percent": 39.6,
    "translated_chars": 878674,
    "translated_chars_percent": 45.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 4283,
    "failing_percent": 9.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 24724,
    "readonly_percent": 56.8,
    "readonly_words": 131439,
    "readonly_words_percent": 38.9,
    "readonly_chars": 863352,
    "readonly_chars_percent": 44.2,
    "suggestions": 4,
    "comments": 42,
    "name": "English (Developer)",
    "url": "https://hosted.weblate.org/languages/en_devel/"
}