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": 5490,
    "total_words": 21168,
    "total_chars": 137143,
    "last_change": "2024-05-02T06:44:34.624155Z",
    "recent_changes": 11,
    "translated": 114,
    "translated_words": 333,
    "translated_percent": 2.0,
    "translated_words_percent": 1.5,
    "translated_chars": 2076,
    "translated_chars_percent": 1.5,
    "fuzzy": 37,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 108,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 629,
    "fuzzy_chars_percent": 0.4,
    "failing": 16,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 0.2,
    "readonly_words": 11,
    "readonly_words_percent": 0.1,
    "readonly_chars": 159,
    "readonly_chars_percent": 0.1,
    "suggestions": 19,
    "comments": 0,
    "name": "Welsh",
    "url": "https://l10n.elementary.io/languages/cy/"
}