Languages API.

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

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

{
    "total": 7540,
    "total_words": 53782,
    "total_chars": 381818,
    "last_change": "2024-04-10T12:39:39.451850Z",
    "recent_changes": 137,
    "translated": 2708,
    "translated_words": 15997,
    "translated_percent": 35.9,
    "translated_words_percent": 29.7,
    "translated_chars": 110089,
    "translated_chars_percent": 28.8,
    "fuzzy": 96,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 824,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 6272,
    "fuzzy_chars_percent": 1.6,
    "failing": 114,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 0.1,
    "readonly_words": 4,
    "readonly_words_percent": 0.1,
    "readonly_chars": 25,
    "readonly_chars_percent": 0.1,
    "suggestions": 107,
    "comments": 2,
    "name": "Indonesian",
    "url": "https://weblate.framasoft.org/languages/id/"
}