Languages API.

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

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

{
    "total": 239,
    "total_words": 1940,
    "last_change": "2023-07-23T21:14:40.347662Z",
    "recent_changes": 12,
    "translated": 67,
    "translated_words": 176,
    "translated_percent": 28.0,
    "translated_words_percent": 9.0,
    "translated_chars": 1144,
    "translated_chars_percent": 9.7,
    "total_chars": 11766,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 34,
    "failing_percent": 14.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.4,
    "suggestions": 7,
    "comments": 0,
    "name": "Spanish",
    "url": "https://i18n.tweaked.cc/languages/es/"
}