Languages API.

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

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

{
    "total": 6335,
    "total_words": 24424,
    "total_chars": 160622,
    "last_change": "2024-04-17T19:39:24.123428Z",
    "recent_changes": 74,
    "translated": 2377,
    "translated_words": 6782,
    "translated_percent": 37.5,
    "translated_words_percent": 27.7,
    "translated_chars": 47292,
    "translated_chars_percent": 29.4,
    "fuzzy": 633,
    "fuzzy_percent": 9.9,
    "failing": 649,
    "failing_percent": 10.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 314,
    "comments": 0,
    "name": "Romanian",
    "url": "https://l10n.elementary.io/languages/ro/"
}