Languages API.

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

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

{
    "total": 6365,
    "total_words": 44869,
    "total_chars": 316474,
    "last_change": "2024-04-19T09:13:39.572342Z",
    "recent_changes": 54,
    "translated": 2357,
    "translated_words": 12647,
    "translated_percent": 37.0,
    "translated_words_percent": 28.1,
    "translated_chars": 97384,
    "translated_chars_percent": 30.7,
    "fuzzy": 642,
    "fuzzy_percent": 10.0,
    "fuzzy_words": 5432,
    "fuzzy_words_percent": 12.1,
    "fuzzy_chars": 40024,
    "fuzzy_chars_percent": 12.6,
    "failing": 644,
    "failing_percent": 10.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.4,
    "readonly_words": 237,
    "readonly_words_percent": 0.5,
    "readonly_chars": 2157,
    "readonly_chars_percent": 0.6,
    "suggestions": 138,
    "comments": 2,
    "name": "Norwegian Bokmål",
    "url": "https://weblate.framasoft.org/languages/nb_NO/"
}