sites
1 row where failed_attempts = 0, hostnames contains "136.34.212.97" and scrapes = 0
This data as json, CSV (advanced)
Suggested facets: last_online (date), last_check (date), last_failed (date), last_success (date), hostnames (array), ports (array)
| uuid ▼ | url | hostnames | ports | country | isp | status | last_online | last_check | error | book_count | last_book_count | new_books | libraries_count | failed_attempts | last_failed | last_success | last_scrape | scrapes | downloads | last_download | demeter_id | active |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 76ef8d70-1665-474e-9edc-14309f89af0e | http://136.34.212.97:8888 | [
"136.34.212.97"
] |
[
"8888"
] |
US | online | 2026-05-01 20:29:50.762510 | 2026-05-01 20:29:50.762510 | 4776 | 4776 | 0 | 3 | 0 | 2026-03-20 15:09:18.263216 | 2026-05-01 20:29:50.762510 | 0 | 0 | 4294 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);