requests

3 rows where accept_language = 1 and content_type = 3

View and edit SQL

accept_language

  • en-US,en;q=0.5 · 3
Link rowid start method path query_string user_agent referer accept_language http_status content_type client_ip duration body_size
3 1576529187.155308 GET /favicon.ico 3   Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0 1   en-US,en;q=0.5 1 200 text/plain 3 127.0.0.1 0.0002129077911376953 0
6 1576529188.0329971 GET /favicon.ico 3   Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0 1   en-US,en;q=0.5 1 200 text/plain 3 127.0.0.1 0.00035881996154785156 0
37 1576529515.281107 GET /favicon.ico 3   Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0 1   en-US,en;q=0.5 1 200 text/plain 3 127.0.0.1 0.0003418922424316406 0

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [requests] (
   [start] FLOAT,
   [method] TEXT,
   [path] INTEGER REFERENCES [paths]([id]),
   [query_string] INTEGER REFERENCES [query_strings]([id]),
   [user_agent] INTEGER REFERENCES [user_agents]([id]),
   [referer] INTEGER REFERENCES [referers]([id]),
   [accept_language] INTEGER REFERENCES [accept_languages]([id]),
   [http_status] INTEGER,
   [content_type] INTEGER REFERENCES [content_types]([id]),
   [client_ip] TEXT,
   [duration] FLOAT,
   [body_size] INTEGER
);
Powered by Datasette · Query took 23.139ms