Hello people, I made a program to read a dataset from JSON and make an API request to Thingspeak (bulk_write). After the transmission I display the response of the request, which is 202 (compliant data). My data updates fine on my Thingspeak channel but the longitude and latitude fields do not change. Do you have any explanation for this problem? Here is the code: Localisation not updated through bulk_write API The latitude and longitude for the channel (i.e. channel home location) are set using the write settings endpoint, using the user API key. For bulk update, you will change the feed parameters (each point). Use the read API endpoint with location=true to see position information. I don't use the read API endpoint, but I look the channel location on the website. I just remark that the values "longitude", "latitude" and "elevation" are not updated. But all the fields are updated. Bulk update does not change the channel location. The channel feed is updated from any updates. Channle location is a reletively static location. I like to think of the channel location as home base for a plane. The channel location is the home base, airport, hangar station, etc. The feed contains the present location of the device, airplane, helicopter drone. Or say you put a GPS on your bike. The garage would be the channel location and the feed parameters would tell you where your bike is at any given moment. Here you can see a discussion about how to make a map of location points from your channel Okay, I get the idea. I'll do the necessary. Thanks for the quick answers ! coordinates api