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
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
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| 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. |
curl -X GET 'https://dweet.io//alert/{who}/when/{thing}/{condition}' \
-H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official dweet.io documentation.