d

dweet.io

by dweet.io Free tier

Dweet.io allows users to share data from mobile, tablets, and pcs, and them to other devices and accounts across social media platforms. Dweet.io provides an API to access the different functionality of the Dweet.io service. Users can make REST calls to read and create dweets, lock and unlock things

socialdweet

Quick Reference

Base URL https://dweet.io/ Auth type none Auth header # No auth required Rate limit See documentation Pricing Enterprise / contact sales Free quota None Documentation https://dweet.io/ Endpoint status Unreachable — No response — server may be down or blocking automated probes (checked Mar 29, 2026) Builder score D 37% builder-friendly
Pricing
28
Latency
0
Depth
72

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
GET /alert/{who}/when/{thing}/{condition} Create an alert for a thing. A thing must be locked before an alert can be set.
POST /dweet/for/{thing} Create a dweet for a thing.
POST /dweet/quietly/for/{thing} Create a dweet for a thing. This method differs from /dweet/for/{thing} only in that successful dweets result in an HTTP 204 response rather than the typical verbose response.
GET /get/alert/for/{thing} Get the alert attached to a thing.
GET /get/dweets/for/{thing} Read the last 5 cached dweets for a thing.
GET /get/latest/dweet/for/{thing} Read the latest dweet for a thing.
GET /get/stored/alerts/for/{thing} Read all the saved alerts for a thing from long term storage. You can query a maximum of 1 day per request and a granularly of 1 hour.
GET /get/stored/dweets/for/{thing} Read all the saved dweets for a thing from long term storage. You can query a maximum of 1 day per request and a granularly of 1 hour.

Sample Request

curl -X GET 'https://dweet.io//alert/{who}/when/{thing}/{condition}' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official dweet.io documentation.