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": 507,
    "total_words": 3004,
    "last_change": "2024-04-05T17:31:24.081566Z",
    "recent_changes": 17,
    "translated": 33,
    "translated_words": 200,
    "translated_percent": 6.5,
    "translated_words_percent": 6.6,
    "translated_chars": 1478,
    "translated_chars_percent": 7.5,
    "total_chars": 19651,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 17,
    "readonly_percent": 3.3,
    "suggestions": 1,
    "comments": 0,
    "name": "Norwegian Bokmål",
    "url": "https://weblate.rikka.app/languages/nb_NO/"
}