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": 81944,
    "total_words": 821700,
    "total_chars": 5685513,
    "last_change": "2024-04-25T02:37:35.348758Z",
    "recent_changes": 196,
    "translated": 41077,
    "translated_words": 249327,
    "translated_percent": 50.1,
    "translated_words_percent": 30.3,
    "translated_chars": 1637451,
    "translated_chars_percent": 28.8,
    "fuzzy": 5526,
    "fuzzy_percent": 6.7,
    "fuzzy_words": 22640,
    "fuzzy_words_percent": 2.7,
    "fuzzy_chars": 169844,
    "fuzzy_chars_percent": 2.9,
    "failing": 2686,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.1,
    "readonly_words": 45,
    "readonly_words_percent": 0.1,
    "readonly_chars": 638,
    "readonly_chars_percent": 0.1,
    "suggestions": 2365,
    "comments": 2,
    "name": "Slovak",
    "url": "https://translate.fedoraproject.org/languages/sk/"
}