Languages API.

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

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

{
    "total": 2652,
    "total_words": 15630,
    "total_chars": 98630,
    "last_change": "2024-04-23T17:27:28.260683Z",
    "recent_changes": 68,
    "translated": 539,
    "translated_words": 1751,
    "translated_percent": 20.3,
    "translated_words_percent": 11.2,
    "translated_chars": 11077,
    "translated_chars_percent": 11.2,
    "fuzzy": 7,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 17,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 109,
    "fuzzy_chars_percent": 0.1,
    "failing": 192,
    "failing_percent": 7.2,
    "approved": 59,
    "approved_percent": 2.2,
    "approved_words": 204,
    "approved_words_percent": 1.3,
    "approved_chars": 1182,
    "approved_chars_percent": 1.1,
    "readonly": 18,
    "readonly_percent": 0.6,
    "readonly_words": 18,
    "readonly_words_percent": 0.1,
    "readonly_chars": 138,
    "readonly_chars_percent": 0.1,
    "suggestions": 4,
    "comments": 0,
    "name": "Bavarian",
    "url": "https://hosted.weblate.org/languages/bar/"
}