Languages API.

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

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

{
    "total": 10630,
    "total_words": 78704,
    "total_chars": 543478,
    "last_change": "2024-04-24T12:57:44.823984Z",
    "recent_changes": 243,
    "translated": 3479,
    "translated_words": 17735,
    "translated_percent": 32.7,
    "translated_words_percent": 22.5,
    "translated_chars": 119960,
    "translated_chars_percent": 22.0,
    "fuzzy": 1301,
    "fuzzy_percent": 12.2,
    "fuzzy_words": 10137,
    "fuzzy_words_percent": 12.8,
    "fuzzy_chars": 86326,
    "fuzzy_chars_percent": 15.8,
    "failing": 1498,
    "failing_percent": 14.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 0.2,
    "readonly_words": 238,
    "readonly_words_percent": 0.3,
    "readonly_chars": 2160,
    "readonly_chars_percent": 0.3,
    "suggestions": 207,
    "comments": 2,
    "name": "Esperanto",
    "url": "https://weblate.framasoft.org/languages/eo/"
}