wss://nyc.firehose.stream/tap
New York City jetstream
nyc.firehose.stream — a lightweight JSON firehose you can filter in real time.
Consumes northamerica.firehose.network and re-emits Jetstream JSON. 72h replay window.
This instance
Live status and the raw, unfiltered endpoint.
Build a subscription
Narrow the stream by collection or account, kind or operation, then open the live console. The endpoint below — and this page's own link — update as you type, so any filter is shareable.
wss://nyc.firehose.stream/tap
Connect
Or open the socket yourself.
# Lightweight JSON firehose over WebSocket
wss://nyc.firehose.stream/tapconst ws = new WebSocket("wss://nyc.firehose.stream/tap");
ws.addEventListener("message", (e) => {
const evt = JSON.parse(e.data);
console.log(evt.kind, evt.commit?.collection);
});Elsewhere
San Francisco
sfo.firehose.stream
London
london.firehose.stream
Frankfurt
frankfurt.firehose.stream
Chennai
chennai.firehose.stream
Jet
jet.firehose.stream
firehose.network
relays · CBOR firehose