Languages API.

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

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

{
    "total": 762,
    "total_words": 3229,
    "total_chars": 20312,
    "last_change": "2024-02-18T11:48:17.172228Z",
    "recent_changes": 1,
    "translated": 49,
    "translated_words": 109,
    "translated_percent": 6.4,
    "translated_words_percent": 3.3,
    "translated_chars": 592,
    "translated_chars_percent": 2.9,
    "fuzzy": 39,
    "fuzzy_percent": 5.1,
    "failing": 24,
    "failing_percent": 3.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 106,
    "comments": 0,
    "name": "Valencian",
    "url": "https://l10n.elementary.io/languages/ca@valencia/"
}