sites
1 row where downloads = 0, hostnames contains "42.119.12.171" and new_books = 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4e7c198f-60fb-4e3d-ba55-a350ece6ab05 | http://42.119.12.171:11111 | [
"42.119.12.171"
] |
[
"11111"
] |
VN | down | 2026-04-25 19:57:24.253813 | 2026-05-02 03:07:46.678053 | Request failed: HTTPConnectionPool(host='42.119.12.171', port=11111): Max retries exceeded with url: /ajax/search?num=0 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x109412250>, 'Connection to 42.119.12.171 timed out. (connect timeout=15)')) | 305 | 237 | 0 | 2 | 1 | 2026-05-02 03:07:46.678053 | 2026-04-25 19:57:24.253813 | 0 | 0 | 8485 | 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);