home / data

Menu
  • GraphQL API

requests

Table actions
  • GraphQL API for requests

1 row where dataset = "monkey-july-2023" and method = "PATCH"

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

scheme 1

  • https 1

runType 1

  • monkey 1

platform 1

  • android 1

method 1

  • PATCH · 1 ✖

dataset 1

  • monkey-july-2023 · 1 ✖
Link id dataset initiator platform runType startTime method httpVersion endpointUrl scheme host port path content headers cookies
monkey-july-2023,70977 70977 monkey-july-2023 com.kokteyl.goal@4.6.9 android monkey 2023-07-26T11:55:01.635Z PATCH HTTP/2.0 https://api.wonderpush.com/v1/installation https api.wonderpush.com 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 25.229ms Legal notice & contact · Privacy policy