Languages API.

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

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

{
    "total": 7689,
    "total_words": 35565,
    "total_chars": 232098,
    "last_change": "2024-04-17T19:40:07.390626Z",
    "recent_changes": 700,
    "translated": 6037,
    "translated_words": 24683,
    "translated_percent": 78.5,
    "translated_words_percent": 69.4,
    "translated_chars": 161759,
    "translated_chars_percent": 69.6,
    "fuzzy": 775,
    "fuzzy_percent": 10.0,
    "failing": 401,
    "failing_percent": 5.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.3,
    "suggestions": 54,
    "comments": 6,
    "name": "Norwegian Bokmål",
    "url": "https://l10n.elementary.io/languages/nb/"
}