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": 5244,
    "total_words": 25994,
    "total_chars": 158050,
    "last_change": "2023-10-21T03:07:24.325485Z",
    "recent_changes": 315,
    "translated": 3579,
    "translated_words": 16151,
    "translated_percent": 68.2,
    "translated_words_percent": 62.1,
    "translated_chars": 98328,
    "translated_chars_percent": 62.2,
    "fuzzy": 1615,
    "fuzzy_percent": 30.7,
    "fuzzy_words": 9486,
    "fuzzy_words_percent": 36.4,
    "fuzzy_chars": 57658,
    "fuzzy_chars_percent": 36.4,
    "failing": 2003,
    "failing_percent": 38.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 24,
    "readonly_percent": 0.4,
    "readonly_words": 12,
    "readonly_words_percent": 0.1,
    "readonly_chars": 50,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Romanian",
    "url": "https://l10n.xwiki.org/languages/ro/"
}