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": 2891,
    "total_words": 12706,
    "total_chars": 78142,
    "last_change": "2023-12-13T13:02:27.058768Z",
    "recent_changes": 27,
    "translated": 2637,
    "translated_words": 10887,
    "translated_percent": 91.2,
    "translated_words_percent": 85.6,
    "translated_chars": 66454,
    "translated_chars_percent": 85.0,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 11,
    "failing_percent": 0.3,
    "approved": 234,
    "approved_percent": 8.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Catalan",
    "url": "https://translate.funkwhale.audio/languages/ca/"
}