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": 2043,
    "total_words": 8866,
    "last_change": "2024-05-12T17:06:38.497031Z",
    "recent_changes": 154,
    "translated": 619,
    "translated_words": 2279,
    "translated_percent": 30.2,
    "translated_words_percent": 25.7,
    "translated_chars": 14745,
    "translated_chars_percent": 26.3,
    "total_chars": 55952,
    "fuzzy": 179,
    "fuzzy_percent": 8.7,
    "failing": 21,
    "failing_percent": 1.0,
    "name": "Spanish",
    "url": "http://i18n.foe-helper.com/languages/es/"
}