home / public

reports

1 row where domain_id = 2728 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 ▲
1da36a7a-fccc-4cab-a790-3f7e56c4b656 2728 2728 https://xn--hrihop-wxaa.xn--hr-fkaa.se/ https://cms.hoorihop.hoor.se/wp-login.php?redirect_to=https%3A%2F%2Fcms.hoorihop.hoor.se%2Fwp-json%2Fmoserver%2Fauthorize%3Fresponse_type%3Dcode%26client_id%3DAeZDURFRWLyFapVeYCoZBxFqidIPryXG%26redirect_uri%3Dhttps%253A%252F%252Fxn--hrihop-wxaa.xn--hr-fkaa.se%252Fapi%252Fauth%252Fwordpress%252Fcallback%26scope%3Dprofile%2Bopenid%26state%3DeyJyZXR1cm5UbyI6Ii8ifQ%253D%253D 200 194.68.238.80:443 12147 38 12185 22 1 0 0 none 1781012333215

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 40.906ms