Languages API.

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

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

{
    "total": 19750,
    "total_words": 100386,
    "total_chars": 617939,
    "last_change": "2024-05-08T16:08:00.146339Z",
    "recent_changes": 6,
    "translated": 5276,
    "translated_words": 26191,
    "translated_percent": 26.7,
    "translated_words_percent": 26.0,
    "translated_chars": 161169,
    "translated_chars_percent": 26.0,
    "fuzzy": 1345,
    "fuzzy_percent": 6.8,
    "fuzzy_words": 8535,
    "fuzzy_words_percent": 8.5,
    "fuzzy_chars": 51637,
    "fuzzy_chars_percent": 8.3,
    "failing": 576,
    "failing_percent": 2.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 108,
    "readonly_percent": 0.5,
    "readonly_words": 141,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1149,
    "readonly_chars_percent": 0.1,
    "suggestions": 148,
    "comments": 0,
    "name": "Assamese",
    "url": "https://hosted.weblate.org/languages/as/"
}