ThingsBridge - Connect Your IoT Data

Push data, visualize dashboards - the simplest IoT platform for developers.

How to push data?

Use simple http-GET in your own Application or SmartHome-Devices:

General Pattern:
https://demo.thingsbridge.net/write?
apikey=YOUR_API_KEY&
name=Temperature&
value=23.26&
locationpath=smarthome/rooms/kitchen&
unit=°C

Parameters locationpath and unit are optional!

Example Request
https://demo.thingsbridge.net/write?
apikey=YOUR_API_KEY_HERE&
name=Temperature&
value=21.37&
locationPath=smarthome/rooms/kitchen&
unit=°C
Open sample request
ApiKey

Every received value needs to be identified using a Value-ApiKey. You'll get your own ApiKey after registration. You can manage your ApiKeys in your dashboard settings.