home / data

Menu
  • GraphQL API

requests

Table actions
  • GraphQL API for requests

6 rows where dataset = "worrying-confessions" and method = "HEAD"

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

scheme 2

  • https 4
  • http 2

runType 1

  • no-interaction 6

platform 1

  • android 6

method 1

  • HEAD · 6 ✖

dataset 1

  • worrying-confessions · 6 ✖
Link id dataset initiator platform runType startTime method httpVersion endpointUrl scheme host port path content headers cookies
worrying-confessions,30208 30208 worrying-confessions de.web.mobile.android.mail@7.11.2 android no-interaction 2022-09-07T16:20:44.809750+00:00 HEAD HTTP/2.0 https://gmx.net/robots.txt https gmx.net 443




worrying-confessions,40182 40182 worrying-confessions de.hafas.android.db@22.08.p01.00 android no-interaction 2022-09-08T10:08:39.454585+00:00 HEAD HTTP/1.1 https://www.img-bahn.de/addons/dbmobile.cfg https www.img-bahn.de 443




worrying-confessions,40187 40187 worrying-confessions de.hafas.android.db@22.08.p01.00 android no-interaction 2022-09-08T10:08:40.048716+00:00 HEAD HTTP/2.0 https://cms.services-bahn.de/.rest/dbnavigator/teasers https cms.services-bahn.de 443




worrying-confessions,41014 41014 worrying-confessions de.avm.android.myfritz2@2.18.7 android no-interaction 2022-09-08T10:36:54.193344+00:00 HEAD HTTP/1.1 http://10.10.10.1/igddesc.xml http 10.10.10.1 49000




worrying-confessions,41016 41016 worrying-confessions de.avm.android.myfritz2@2.18.7 android no-interaction 2022-09-08T10:36:54.228619+00:00 HEAD HTTP/1.1 http://10.10.10.1/fboxdesc.xml http 10.10.10.1 49000




worrying-confessions,44477 44477 worrying-confessions de.gmx.mobile.android.mail@7.11.2 android no-interaction 2022-09-08T12:32:22.004205+00:00 HEAD HTTP/2.0 https://gmx.net/robots.txt https gmx.net 443




Advanced export

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

CSV options:

CREATE TABLE "requests" (
    "id" text,
    "dataset" text,
    "initiator" text,
    "platform" text not null,
    "runType" text,
    "startTime" text not null,
    "method" text not null,
    "httpVersion" text,
    "endpointUrl" text not null,
    "scheme" text,
    "host" text not null,
    "port" integer,
    "path" text not null,
    "content" blob,
    "headers" text not null,
    "cookies" text not null,
    foreign key("dataset") references "datasets"("slug"),
    primary key("dataset", "id")
) without rowid;
CREATE INDEX "requests_method" on "requests"("method");
CREATE INDEX "requests_dataset" on "requests"("dataset");
CREATE INDEX "requests_runType" on "requests"("runType");
CREATE INDEX "requests_scheme" on "requests"("scheme");
CREATE INDEX "requests_platform" on "requests"("platform");
Tweasel project open data Datasette instance · Queries took 27.28ms Legal notice & contact · Privacy policy