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": 4311,
    "total_words": 38215,
    "total_chars": 260295,
    "last_change": "2024-01-22T05:39:08.370843Z",
    "recent_changes": 4,
    "translated": 1989,
    "translated_words": 16779,
    "translated_percent": 46.1,
    "translated_words_percent": 43.9,
    "translated_chars": 113904,
    "translated_chars_percent": 43.7,
    "fuzzy": 73,
    "fuzzy_percent": 1.6,
    "failing": 72,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 10,
    "readonly_percent": 0.2,
    "suggestions": 2,
    "comments": 0,
    "name": "Slovak",
    "url": "http://translate.pkp.sfu.ca/languages/sk/"
}