home / sites

sites

1 row where failed_attempts = 0, hostnames contains "200.234.229.26" and scrapes = 0

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: last_online (date), last_check (date), last_success (date), hostnames (array), ports (array)

uuid ▼ url hostnames ports country isp status last_online last_check error error_message book_count last_book_count new_books libraries_count failed_attempts last_failed last_success last_scrape scrapes downloads last_download demeter_id active
fd5754f2-2f14-46a1-a668-da645a02328d http://200.234.229.26:8080
[
    "200.234.229.26"
]
[
    "8080"
]
ES   online 2026-05-01 20:11:13.695354 2026-05-01 20:11:13.695354     84 84 0 1 0   2026-05-01 20:11:13.695354   0 0   113 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE sites (
        uuid TEXT PRIMARY KEY,
        url TEXT,
        hostnames TEXT,
        ports TEXT,
        country TEXT,
        isp TEXT,
        status TEXT,
        last_online TEXT,
        last_check TEXT,
        error TEXT,
        error_message TEXT,
        book_count INTEGER,
        last_book_count INTEGER,
        new_books INTEGER,
        libraries_count INTEGER,
        failed_attempts INTEGER DEFAULT 0,
        last_failed TEXT,
        last_success TEXT
    , last_scrape TEXT, scrapes INTEGER DEFAULT 0, downloads INTEGER DEFAULT 0, last_download TEXT, demeter_id INTEGER, active INTEGER DEFAULT 0);
Powered by Datasette · Queries took 47.064ms