home / sites

sites

1 row where failed_attempts = 0, hostnames contains "92.22.155.142" 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
c05d1fb8-1903-41ff-a4ac-c3a9eb0af067 http://92.22.155.142:8080
[
    "92.22.155.142"
]
[
    "8080"
]
GB   online 2026-05-01 20:49:47.647505 2026-05-01 20:49:47.647505     941 941 0 1 0   2026-05-01 20:49:47.647505   0 0   6735 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 120.338ms