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": 220,
    "total_words": 1480,
    "last_change": "2024-03-02T21:05:40.999030Z",
    "recent_changes": 3,
    "translated": 92,
    "translated_words": 525,
    "translated_percent": 41.8,
    "translated_words_percent": 35.4,
    "translated_chars": 4331,
    "translated_chars_percent": 42.7,
    "total_chars": 10123,
    "fuzzy": 2,
    "fuzzy_percent": 0.9,
    "failing": 9,
    "failing_percent": 4.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 2.2,
    "suggestions": 9,
    "comments": 0,
    "name": "Serbian",
    "url": "https://weblate.rikka.app/languages/sr/"
}