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": 10575,
    "total_words": 74019,
    "total_chars": 501240,
    "last_change": "2023-10-16T07:56:47.817589Z",
    "recent_changes": 302,
    "translated": 4915,
    "translated_words": 29147,
    "translated_percent": 46.4,
    "translated_words_percent": 39.3,
    "translated_chars": 184020,
    "translated_chars_percent": 36.7,
    "fuzzy": 1802,
    "fuzzy_percent": 17.0,
    "fuzzy_words": 12788,
    "fuzzy_words_percent": 17.2,
    "fuzzy_chars": 103719,
    "fuzzy_chars_percent": 20.6,
    "failing": 1631,
    "failing_percent": 15.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 0.2,
    "readonly_words": 246,
    "readonly_words_percent": 0.3,
    "readonly_chars": 2260,
    "readonly_chars_percent": 0.4,
    "suggestions": 98,
    "comments": 10,
    "name": "Catalan",
    "url": "https://weblate.framasoft.org/languages/ca/"
}