Thingspeak data to node-red

I have data in thingspeak but unsure how do i send it to node-red.

here is the feed link and data format.
https://api.thingspeak.com/channels/782876/feeds.json?results=2

{"channel":{"id":782876,"name":"Floodsensed","latitude":"3.2038","longitude":"101.7367","field1":"temperature","field2":"pressure","field3":"current","created_at":"2019-05-17T16:31:42Z","updated_at":"2019-05-17T16:47:25Z","last_entry_id":127},"feeds":[{"created_at":"2019-05-20T14:48:58Z","entry_id":126,"field1":"30","field2":"99952\r\n\r\n","field3":null},{"created_at":"2019-05-20T14:49:16Z","entry_id":127,"field1":"30","field2":"99951\r\n\r\n","field3":null}]}

You can learn a lot from the awesome HTTP examples from the recipes.

https://cookbook.nodered.org/http/

You will see that an HTTP request node will do the trick.

1 Like

Thank you very much for your help Andrei.:slightly_smiling_face:

image

2 Likes

Hello can you help me in figure of nodes, I have the same thing but different data

Please don't split your current thread, particularly to a two year old one. I am closing this one.