Languages API.

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

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

{
    "total": 24802,
    "total_words": 155792,
    "total_chars": 991487,
    "last_change": "2024-03-28T02:39:04.696740Z",
    "recent_changes": 235,
    "translated": 2132,
    "translated_words": 7654,
    "translated_percent": 8.5,
    "translated_words_percent": 4.9,
    "translated_chars": 47524,
    "translated_chars_percent": 4.7,
    "fuzzy": 203,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 925,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 6139,
    "fuzzy_chars_percent": 0.6,
    "failing": 211,
    "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": 15,
    "readonly_percent": 0.1,
    "readonly_words": 23,
    "readonly_words_percent": 0.1,
    "readonly_chars": 159,
    "readonly_chars_percent": 0.1,
    "suggestions": 752,
    "comments": 0,
    "name": "Icelandic",
    "url": "https://translate.fedoraproject.org/languages/is/"
}