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": 306575,
    "total_words": 1811507,
    "total_chars": 11349979,
    "last_change": "2024-04-27T21:39:43.824127Z",
    "recent_changes": 2433,
    "translated": 132540,
    "translated_words": 588315,
    "translated_percent": 43.2,
    "translated_words_percent": 32.4,
    "translated_chars": 3698919,
    "translated_chars_percent": 32.5,
    "fuzzy": 44487,
    "fuzzy_percent": 14.5,
    "fuzzy_words": 204050,
    "fuzzy_words_percent": 11.2,
    "fuzzy_chars": 1267414,
    "fuzzy_chars_percent": 11.1,
    "failing": 19284,
    "failing_percent": 6.2,
    "approved": 859,
    "approved_percent": 0.2,
    "approved_words": 3707,
    "approved_words_percent": 0.2,
    "approved_chars": 22608,
    "approved_chars_percent": 0.1,
    "readonly": 4222,
    "readonly_percent": 1.3,
    "readonly_words": 18645,
    "readonly_words_percent": 1.0,
    "readonly_chars": 141386,
    "readonly_chars_percent": 1.2,
    "suggestions": 3131,
    "comments": 6,
    "name": "Serbian",
    "url": "https://hosted.weblate.org/languages/sr/"
}