Skip to main content
POST
List Filtered Listings

Authorizations

Authorization
string
header
required

Format: "Bearer <access_token>"

Query Parameters

limit
integer

Maximum number of results to return (default: 50)

next_id
string

ID for forward pagination (get listings after this ID)

before_id
string

ID for backward pagination (get listings before this ID)

Body

application/json

Listing filter payload

authors
string[]

Listing Authors's to filter on

ids
string[]

Listing ID's to filter on

kinds
integer[]
limit
integer
since
integer

Listings after UNIX timestamp

tags
object
until
integer

Listings before UNIX timestamp

urls
string[]

Targeted URL's to query

Response

filtered listings

content
object
created_at
string

TODO open, change to unix timestamp?

id
string
kind
integer
public_key
string
recipient_public_key
string
reply_url
string
root_id
string
sig
string
tags
string[][]
thread_id
string
url
string