Languages API.

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

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

{
    "total": 7194,
    "total_words": 33155,
    "total_chars": 216496,
    "last_change": "2024-03-21T16:34:03.621272Z",
    "recent_changes": 715,
    "translated": 5149,
    "translated_words": 24216,
    "translated_percent": 71.5,
    "translated_words_percent": 73.0,
    "translated_chars": 157333,
    "translated_chars_percent": 72.6,
    "fuzzy": 228,
    "fuzzy_percent": 3.1,
    "failing": 134,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 175,
    "comments": 0,
    "name": "Indonesian",
    "url": "https://l10n.elementary.io/languages/id/"
}