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": 2514,
    "total_words": 12985,
    "total_chars": 77180,
    "last_change": "2026-04-06T12:18:59.003378Z",
    "recent_changes": 5,
    "translated": 1509,
    "translated_words": 6475,
    "translated_percent": 60.0,
    "translated_words_percent": 49.8,
    "translated_chars": 39019,
    "translated_chars_percent": 50.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 77,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 1.1,
    "readonly_words": 67,
    "readonly_words_percent": 0.5,
    "readonly_chars": 496,
    "readonly_chars_percent": 0.6,
    "suggestions": 3,
    "comments": 0,
    "name": "Somali",
    "url": "http://translate.gtaf.org/languages/so/"
}