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": 922,
    "total_words": 6120,
    "last_change": "2025-03-06T11:59:03.659737Z",
    "recent_changes": 20,
    "translated": 896,
    "translated_words": 5952,
    "translated_percent": 97.1,
    "translated_words_percent": 97.2,
    "translated_chars": 40386,
    "translated_chars_percent": 96.7,
    "total_chars": 41761,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 19,
    "failing_percent": 2.0,
    "approved": 92,
    "approved_percent": 9.9,
    "readonly": 3,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Romanian",
    "url": "https://weblate.ppc.lol/languages/ro/"
}