Languages API.

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

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

{
    "total": 329,
    "total_words": 1255,
    "total_chars": 8455,
    "last_change": "2023-06-23T16:34:49.182076Z",
    "recent_changes": 11,
    "translated": 26,
    "translated_words": 68,
    "translated_percent": 7.9,
    "translated_words_percent": 5.4,
    "translated_chars": 498,
    "translated_chars_percent": 5.8,
    "fuzzy": 11,
    "fuzzy_percent": 3.3,
    "failing": 5,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.3,
    "suggestions": 1,
    "comments": 0,
    "name": "Welsh",
    "url": "https://translations.zorin.com/languages/cy/"
}