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": 2104,
    "total_words": 9129,
    "last_change": "2024-05-12T17:06:38.497031Z",
    "recent_changes": 154,
    "translated": 608,
    "translated_words": 2244,
    "translated_percent": 28.8,
    "translated_words_percent": 24.5,
    "translated_chars": 14321,
    "translated_chars_percent": 24.8,
    "total_chars": 57713,
    "fuzzy": 190,
    "fuzzy_percent": 9.0,
    "failing": 21,
    "failing_percent": 0.9,
    "name": "Spanish",
    "url": "http://i18n.foe-helper.com/languages/es/"
}