Languages API.

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

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

{
    "total": 863,
    "total_words": 5781,
    "last_change": "2024-04-09T19:27:09.450521Z",
    "recent_changes": 44,
    "translated": 512,
    "translated_words": 2234,
    "translated_percent": 59.3,
    "translated_words_percent": 38.6,
    "translated_chars": 13917,
    "translated_chars_percent": 34.7,
    "total_chars": 40021,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Traditional)",
    "url": "https://weblate.ppc.lol/languages/zh_Hant/"
}