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": 3874,
    "total_words": 13459,
    "last_change": "2023-12-02T20:08:47.445321Z",
    "recent_changes": 41,
    "translated": 2990,
    "translated_words": 9779,
    "translated_percent": 77.1,
    "translated_words_percent": 72.6,
    "translated_chars": 60515,
    "translated_chars_percent": 72.9,
    "total_chars": 82944,
    "fuzzy": 53,
    "fuzzy_percent": 1.3,
    "failing": 73,
    "failing_percent": 1.8,
    "name": "Spanish",
    "url": "https://weblate.linphone.org/languages/es/"
}