Languages API.

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

GET /api/languages/lb/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.988799Z",
    "recent_changes": 5,
    "translated": 64,
    "translated_words": 228,
    "translated_percent": 29.0,
    "translated_words_percent": 15.4,
    "translated_chars": 2151,
    "translated_chars_percent": 21.2,
    "total_chars": 10123,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 2.2,
    "suggestions": 16,
    "comments": 0,
    "name": "Luxembourgish",
    "url": "https://weblate.rikka.app/languages/lb/"
}