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": 2084,
    "total_words": 9036,
    "last_change": "2024-05-12T17:06:38.497031Z",
    "recent_changes": 154,
    "translated": 610,
    "translated_words": 2255,
    "translated_percent": 29.2,
    "translated_words_percent": 24.9,
    "translated_chars": 14394,
    "translated_chars_percent": 25.1,
    "total_chars": 57213,
    "fuzzy": 188,
    "fuzzy_percent": 9.0,
    "failing": 21,
    "failing_percent": 1.0,
    "name": "Spanish",
    "url": "http://i18n.foe-helper.com/languages/es/"
}