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": 675,
    "total_words": 4323,
    "total_chars": 26029,
    "last_change": "2024-05-03T16:27:09.320950Z",
    "recent_changes": 1,
    "translated": 654,
    "translated_words": 3322,
    "translated_percent": 96.8,
    "translated_words_percent": 76.8,
    "translated_chars": 20239,
    "translated_chars_percent": 77.7,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 11,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 46,
    "fuzzy_chars_percent": 0.1,
    "failing": 5,
    "failing_percent": 0.7,
    "approved": 556,
    "approved_percent": 82.3,
    "approved_words": 2688,
    "approved_words_percent": 62.1,
    "approved_chars": 16332,
    "approved_chars_percent": 62.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 1,
    "name": "Icelandic",
    "url": "https://weblate.tusky.app/languages/is/"
}