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": 190918,
    "total_words": 2647322,
    "last_change": "2024-04-09T11:19:12.998087Z",
    "recent_changes": 2279,
    "translated": 56531,
    "translated_words": 355499,
    "translated_percent": 29.6,
    "translated_words_percent": 13.4,
    "translated_chars": 2419060,
    "translated_chars_percent": 13.0,
    "total_chars": 18486660,
    "fuzzy": 35133,
    "fuzzy_percent": 18.4,
    "failing": 11304,
    "failing_percent": 5.9,
    "approved": 425,
    "approved_percent": 0.2,
    "readonly": 966,
    "readonly_percent": 0.5,
    "suggestions": 315,
    "comments": 21,
    "name": "Spanish",
    "url": "https://l10n.opensuse.org/languages/es/"
}