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": 50933,
    "total_words": 492254,
    "total_chars": 3482667,
    "last_change": "2024-04-30T10:01:21.520342Z",
    "recent_changes": 66,
    "translated": 5352,
    "translated_words": 32263,
    "translated_percent": 10.5,
    "translated_words_percent": 6.5,
    "translated_chars": 236559,
    "translated_chars_percent": 6.7,
    "fuzzy": 842,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 7434,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 55250,
    "fuzzy_chars_percent": 1.5,
    "failing": 1507,
    "failing_percent": 2.9,
    "approved": 238,
    "approved_percent": 0.4,
    "approved_words": 2311,
    "approved_words_percent": 0.4,
    "approved_chars": 15027,
    "approved_chars_percent": 0.4,
    "readonly": 947,
    "readonly_percent": 1.8,
    "readonly_words": 2037,
    "readonly_words_percent": 0.4,
    "readonly_chars": 33463,
    "readonly_chars_percent": 0.9,
    "suggestions": 108,
    "comments": 2,
    "name": "Tibetan",
    "url": "https://hosted.weblate.org/languages/bo/"
}