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": 2126,
    "total_words": 9277,
    "last_change": "2024-05-12T17:06:38.497031Z",
    "recent_changes": 154,
    "translated": 608,
    "translated_words": 2244,
    "translated_percent": 28.5,
    "translated_words_percent": 24.1,
    "translated_chars": 14321,
    "translated_chars_percent": 24.4,
    "total_chars": 58626,
    "fuzzy": 190,
    "fuzzy_percent": 8.9,
    "failing": 21,
    "failing_percent": 0.9,
    "name": "Spanish",
    "url": "http://i18n.foe-helper.com/languages/es/"
}