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": 11372,
    "total_words": 118343,
    "last_change": "2024-03-02T05:17:28.099895Z",
    "recent_changes": 224,
    "translated": 5089,
    "translated_words": 54333,
    "translated_percent": 44.7,
    "translated_words_percent": 45.9,
    "translated_chars": 327352,
    "translated_chars_percent": 46.1,
    "total_chars": 709905,
    "fuzzy": 330,
    "fuzzy_percent": 2.9,
    "failing": 3110,
    "failing_percent": 27.3,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 9,
    "comments": 0,
    "name": "Slovak",
    "url": "https://translate.habitica.com/languages/sk/"
}