Languages API.

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

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

{
    "total": 39924,
    "total_words": 238860,
    "last_change": "2021-12-28T00:18:35.637601Z",
    "recent_changes": 112,
    "translated": 13337,
    "translated_words": 57179,
    "translated_percent": 33.4,
    "translated_words_percent": 23.9,
    "translated_chars": 384290,
    "translated_chars_percent": 23.2,
    "total_chars": 1651533,
    "fuzzy": 10654,
    "fuzzy_percent": 26.6,
    "failing": 2258,
    "failing_percent": 5.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Thai",
    "url": "https://l10n.opensuse.org/languages/th/"
}