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": 863,
    "total_words": 5781,
    "last_change": "2024-04-08T20:35:07.314345Z",
    "recent_changes": 6,
    "translated": 520,
    "translated_words": 2278,
    "translated_percent": 60.2,
    "translated_words_percent": 39.4,
    "translated_chars": 14178,
    "translated_chars_percent": 35.4,
    "total_chars": 40021,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Norwegian Bokmål",
    "url": "https://weblate.ppc.lol/languages/nb_NO/"
}