Languages API.

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

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

{
    "total": 36146,
    "total_words": 180532,
    "total_chars": 1164024,
    "last_change": "2024-05-03T11:07:43.446022Z",
    "recent_changes": 127,
    "translated": 2159,
    "translated_words": 5987,
    "translated_percent": 5.9,
    "translated_words_percent": 3.3,
    "translated_chars": 38814,
    "translated_chars_percent": 3.3,
    "fuzzy": 264,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 1600,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 9907,
    "fuzzy_chars_percent": 0.8,
    "failing": 150,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 243,
    "readonly_percent": 0.6,
    "readonly_words": 417,
    "readonly_words_percent": 0.2,
    "readonly_chars": 4381,
    "readonly_chars_percent": 0.3,
    "suggestions": 122,
    "comments": 2,
    "name": "Somali",
    "url": "https://hosted.weblate.org/languages/so/"
}