Languages API.

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

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

{
    "total": 285054,
    "total_words": 2413156,
    "total_chars": 19137628,
    "last_change": "2024-04-24T20:40:51.917987Z",
    "recent_changes": 1104,
    "translated": 240154,
    "translated_words": 1769442,
    "translated_percent": 84.2,
    "translated_words_percent": 73.3,
    "translated_chars": 13670091,
    "translated_chars_percent": 71.4,
    "fuzzy": 12993,
    "fuzzy_percent": 4.5,
    "fuzzy_words": 184940,
    "fuzzy_words_percent": 7.6,
    "fuzzy_chars": 1574971,
    "fuzzy_chars_percent": 8.2,
    "failing": 5961,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 0.1,
    "readonly_words": 26,
    "readonly_words_percent": 0.1,
    "readonly_chars": 173,
    "readonly_chars_percent": 0.1,
    "suggestions": 108,
    "comments": 16,
    "name": "Catalan",
    "url": "https://translations.documentfoundation.org/languages/ca/"
}