Languages API.

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

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

{
    "total": 5477,
    "total_words": 20630,
    "total_chars": 136632,
    "last_change": "2024-03-07T15:55:56.944310Z",
    "recent_changes": 10,
    "translated": 540,
    "translated_words": 1782,
    "translated_percent": 9.8,
    "translated_words_percent": 8.6,
    "translated_chars": 12503,
    "translated_chars_percent": 9.1,
    "fuzzy": 82,
    "fuzzy_percent": 1.4,
    "failing": 62,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Assamese",
    "url": "https://l10n.elementary.io/languages/as/"
}