Languages API.

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

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

{
    "total": 7667,
    "total_words": 35407,
    "total_chars": 231132,
    "last_change": "2024-03-21T16:34:16.502297Z",
    "recent_changes": 770,
    "translated": 5869,
    "translated_words": 26062,
    "translated_percent": 76.5,
    "translated_words_percent": 73.6,
    "translated_chars": 171346,
    "translated_chars_percent": 74.1,
    "fuzzy": 350,
    "fuzzy_percent": 4.5,
    "failing": 336,
    "failing_percent": 4.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.3,
    "suggestions": 128,
    "comments": 5,
    "name": "Slovak",
    "url": "https://l10n.elementary.io/languages/sk/"
}