home / public

reports

2 rows where domain_id = 1408 sorted by checked_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

id domain_id input_url final_url http_status server page_load_ms consent_phase_ms total_ms responses_count cookies_count local_storage_count analytics_score analytics_verdict checked_at ▲
9c7e4b88-d04f-4d0e-a6d7-3e27a1d83130 1408 1408 https://www.skane.se/ https://www.skane.se/ 200 95.101.133.82:443 11323 5498 16821 44 1 0 0 none 1781014155169
0eeec3e6-aa5e-4db5-9589-5b5905c26615 1408 1408 https://skane.se/ https://www.skane.se/ 200 80.239.150.75:443 12147 5062 17209 45 1 0 0 none 1780689719429

Advanced export

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

CSV options:

CREATE TABLE reports (
  id                  TEXT    PRIMARY KEY,
  domain_id           INTEGER NOT NULL REFERENCES domains(id),
  input_url           TEXT    NOT NULL,
  final_url           TEXT    NOT NULL,
  http_status         INTEGER NOT NULL,
  server              TEXT,
  page_load_ms        INTEGER,
  consent_phase_ms    INTEGER,
  total_ms            INTEGER,
  responses_count     INTEGER,
  cookies_count       INTEGER,
  local_storage_count INTEGER,
  analytics_score     INTEGER,
  analytics_verdict   TEXT,
  checked_at          INTEGER NOT NULL
);
CREATE INDEX idx_reports_domain_checked ON reports(domain_id, checked_at DESC);
Powered by Datasette · Queries took 54.633ms