Languages API.

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

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

{
    "total": 11269,
    "total_words": 71628,
    "total_chars": 456498,
    "last_change": "2024-05-17T10:42:06.306708Z",
    "recent_changes": 49,
    "translated": 556,
    "translated_words": 4102,
    "translated_percent": 4.9,
    "translated_words_percent": 5.7,
    "translated_chars": 26705,
    "translated_chars_percent": 5.8,
    "fuzzy": 140,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 1255,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 8539,
    "fuzzy_chars_percent": 1.8,
    "failing": 100,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 33,
    "readonly_percent": 0.2,
    "readonly_words": 35,
    "readonly_words_percent": 0.1,
    "readonly_chars": 407,
    "readonly_chars_percent": 0.1,
    "suggestions": 59,
    "comments": 0,
    "name": "Sindhi",
    "url": "https://hosted.weblate.org/languages/sd/"
}