Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/en/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 4067,
    "total_words": 14248,
    "last_change": "2023-12-12T15:07:04.264970Z",
    "recent_changes": 4,
    "translated": 4067,
    "translated_words": 14248,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 88013,
    "translated_chars_percent": 100.0,
    "total_chars": 88013,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2073,
    "failing_percent": 50.9,
    "name": "English",
    "url": "https://weblate.linphone.org/languages/en/"
}