Languages API.

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

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

{
    "total": 472,
    "total_words": 3564,
    "total_chars": 24457,
    "last_change": "2025-04-04T21:49:57.360221Z",
    "recent_changes": 141,
    "translated": 246,
    "translated_words": 1900,
    "translated_percent": 52.1,
    "translated_words_percent": 53.3,
    "translated_chars": 12832,
    "translated_chars_percent": 52.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 9,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Serbian",
    "url": "http://translate.pkp.sfu.ca/languages/sr/"
}