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": 675,
    "total_words": 4323,
    "total_chars": 26029,
    "last_change": "2024-05-03T16:27:14.534040Z",
    "recent_changes": 23,
    "translated": 621,
    "translated_words": 3765,
    "translated_percent": 92.0,
    "translated_words_percent": 87.0,
    "translated_chars": 22643,
    "translated_chars_percent": 86.9,
    "fuzzy": 8,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 34,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 233,
    "fuzzy_chars_percent": 0.8,
    "failing": 12,
    "failing_percent": 1.7,
    "approved": 445,
    "approved_percent": 65.9,
    "approved_words": 2678,
    "approved_words_percent": 61.9,
    "approved_chars": 16129,
    "approved_chars_percent": 61.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "name": "Norwegian Bokmål",
    "url": "https://weblate.tusky.app/languages/nb_NO/"
}