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": 301629,
    "total_words": 2455502,
    "total_chars": 19407579,
    "last_change": "2024-03-25T19:03:03.213855Z",
    "recent_changes": 495,
    "translated": 204741,
    "translated_words": 1202090,
    "translated_percent": 67.8,
    "translated_words_percent": 48.9,
    "translated_chars": 8630657,
    "translated_chars_percent": 44.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 1763,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 51,
    "readonly_percent": 0.1,
    "readonly_words": 82,
    "readonly_words_percent": 0.1,
    "readonly_chars": 590,
    "readonly_chars_percent": 0.1,
    "suggestions": 1157,
    "comments": 0,
    "name": "Slovak",
    "url": "https://translations.documentfoundation.org/languages/sk/"
}