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": 36395,
    "total_words": 191684,
    "total_chars": 1201007,
    "last_change": "2024-04-19T06:49:10.573620Z",
    "recent_changes": 150,
    "translated": 3335,
    "translated_words": 7073,
    "translated_percent": 9.1,
    "translated_words_percent": 3.6,
    "translated_chars": 45825,
    "translated_chars_percent": 3.8,
    "fuzzy": 633,
    "fuzzy_percent": 1.7,
    "fuzzy_words": 2924,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 18424,
    "fuzzy_chars_percent": 1.5,
    "failing": 234,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1416,
    "readonly_percent": 3.8,
    "readonly_words": 209,
    "readonly_words_percent": 0.1,
    "readonly_chars": 2477,
    "readonly_chars_percent": 0.2,
    "suggestions": 118,
    "comments": 0,
    "name": "Luxembourgish",
    "url": "https://hosted.weblate.org/languages/lb/"
}