Languages API.

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

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

{
    "total": 3758,
    "total_words": 13232,
    "last_change": "2024-03-03T23:12:53.348572Z",
    "recent_changes": 383,
    "translated": 3758,
    "translated_words": 13232,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 81568,
    "translated_chars_percent": 100.0,
    "total_chars": 81568,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Czech",
    "url": "https://weblate.linphone.org/languages/cs/"
}