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": 1140,
    "total_words": 7388,
    "last_change": "2023-04-29T16:40:18.448678Z",
    "recent_changes": 70,
    "translated": 163,
    "translated_words": 439,
    "translated_percent": 14.2,
    "translated_words_percent": 5.9,
    "translated_chars": 4291,
    "translated_chars_percent": 8.9,
    "total_chars": 48030,
    "fuzzy": 6,
    "fuzzy_percent": 0.5,
    "failing": 9,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 2.3,
    "suggestions": 8,
    "comments": 0,
    "name": "Catalan",
    "url": "https://weblate.rikka.app/languages/ca/"
}