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": 1611,
    "total_words": 11756,
    "total_chars": 70169,
    "last_change": "2024-05-03T13:55:19.123681Z",
    "recent_changes": 6,
    "translated": 89,
    "translated_words": 255,
    "translated_percent": 5.5,
    "translated_words_percent": 2.1,
    "translated_chars": 1629,
    "translated_chars_percent": 2.3,
    "fuzzy": 48,
    "fuzzy_percent": 2.9,
    "failing": 16,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Catalan",
    "url": "http://translate.pretalx.com/languages/ca/"
}