Languages API.

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

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

{
    "total": 224,
    "total_words": 1492,
    "last_change": "2024-03-02T21:05:40.999030Z",
    "recent_changes": 3,
    "translated": 92,
    "translated_words": 526,
    "translated_percent": 41.0,
    "translated_words_percent": 35.2,
    "translated_chars": 4343,
    "translated_chars_percent": 42.5,
    "total_chars": 10214,
    "fuzzy": 2,
    "fuzzy_percent": 0.8,
    "failing": 8,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 2.6,
    "suggestions": 9,
    "comments": 0,
    "name": "Serbian",
    "url": "https://weblate.rikka.app/languages/sr/"
}