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": 3075,
    "total_words": 15890,
    "total_chars": 117589,
    "last_change": "2024-03-21T11:43:11.071117Z",
    "recent_changes": 216,
    "translated": 491,
    "translated_words": 2060,
    "translated_percent": 15.9,
    "translated_words_percent": 12.9,
    "translated_chars": 16391,
    "translated_chars_percent": 13.9,
    "fuzzy": 26,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 97,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 635,
    "fuzzy_chars_percent": 0.5,
    "failing": 45,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 17,
    "readonly_chars_percent": 0.1,
    "suggestions": 23,
    "comments": 1,
    "name": "Romanian",
    "url": "https://weblate.framasoft.org/languages/ro/"
}