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": 6363,
    "total_words": 32440,
    "total_chars": 195178,
    "last_change": "2024-01-09T03:05:25.428620Z",
    "recent_changes": 38,
    "translated": 4974,
    "translated_words": 21674,
    "translated_percent": 78.1,
    "translated_words_percent": 66.8,
    "translated_chars": 130202,
    "translated_chars_percent": 66.7,
    "fuzzy": 1224,
    "fuzzy_percent": 19.2,
    "fuzzy_words": 9535,
    "fuzzy_words_percent": 29.3,
    "fuzzy_chars": 57432,
    "fuzzy_chars_percent": 29.4,
    "failing": 2081,
    "failing_percent": 32.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 0.4,
    "readonly_words": 12,
    "readonly_words_percent": 0.1,
    "readonly_chars": 50,
    "readonly_chars_percent": 0.1,
    "suggestions": 12,
    "comments": 0,
    "name": "Slovak",
    "url": "https://l10n.xwiki.org/languages/sk/"
}