sites
1 row where country = "CN" and ports contains "2134"
This data as json, CSV (advanced)
Suggested facets: last_check (date), last_failed (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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| f87724a2-af3b-43d8-9df7-6f42143370d0 | http://47.116.126.57:2134 | [
"47.116.126.57"
] |
[
"2134"
] |
CN | error | 2026-05-02 00:22:56.095360 | Error processing response from http://47.116.126.57:2134: Expecting value: line 1 column 1 (char 0) | 0 | 0 | 3 | 2026-05-02 00:22:56.095360 | 0 | 0 | 7976 | 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);