Languages API.

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

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

{
    "total": 7929,
    "total_words": 60316,
    "total_chars": 424598,
    "last_change": "2024-04-24T12:57:47.700031Z",
    "recent_changes": 167,
    "translated": 4020,
    "translated_words": 22659,
    "translated_percent": 50.6,
    "translated_words_percent": 37.5,
    "translated_chars": 165138,
    "translated_chars_percent": 38.8,
    "fuzzy": 121,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 760,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 4625,
    "fuzzy_chars_percent": 1.0,
    "failing": 269,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.3,
    "readonly_words": 235,
    "readonly_words_percent": 0.3,
    "readonly_chars": 2146,
    "readonly_chars_percent": 0.5,
    "suggestions": 92,
    "comments": 1,
    "name": "Basque",
    "url": "https://weblate.framasoft.org/languages/eu/"
}