Languages API.

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

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

{
    "total": 374996,
    "total_words": 3169045,
    "total_chars": 25106799,
    "last_change": "2023-06-19T08:57:44.420907Z",
    "recent_changes": 7,
    "translated": 138973,
    "translated_words": 1003991,
    "translated_percent": 37.0,
    "translated_words_percent": 31.6,
    "translated_chars": 7875772,
    "translated_chars_percent": 31.3,
    "fuzzy": 24823,
    "fuzzy_percent": 6.6,
    "fuzzy_words": 59525,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 381445,
    "fuzzy_chars_percent": 1.5,
    "failing": 10276,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 45,
    "readonly_percent": 0.1,
    "readonly_words": 76,
    "readonly_words_percent": 0.1,
    "readonly_chars": 546,
    "readonly_chars_percent": 0.1,
    "suggestions": 8,
    "comments": 0,
    "name": "Tibetan",
    "url": "https://translations.documentfoundation.org/languages/bo/"
}