Subscribe
Open a realtime stream for a thing name and listen for incoming data.
Publish, subscribe, and stream data between devices with a single HTTP call. No registration, no setup — just a thing name.
Open a realtime stream for a thing name and listen for incoming data.
Publish key-value data to that thing via a single HTTP request.
Subscribers receive the new data instantly over the open stream.
Subscribe with GET
/listen/for/dweets/from/{thing},
write with POST /dweet/for/{thing}, then watch
subscribers get notified.
That's it — two endpoints, zero configuration. Want more? Look at the API Docs.
Maximum of 100 data points per one thing. A maximum of one day of storage.
All data is public.