Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/sl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 41457,
    "total_words": 249573,
    "last_change": "2024-02-22T23:04:24.882281Z",
    "recent_changes": 340,
    "translated": 16680,
    "translated_words": 66355,
    "translated_percent": 40.2,
    "translated_words_percent": 26.5,
    "translated_chars": 456013,
    "translated_chars_percent": 26.4,
    "total_chars": 1723068,
    "fuzzy": 11276,
    "fuzzy_percent": 27.1,
    "failing": 4696,
    "failing_percent": 11.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "name": "Slovenian",
    "url": "https://l10n.opensuse.org/languages/sl/"
}