webset string in an URL using api?

I use a board based on microchip 32bit to push data over thingspeak server and make graphs and trigger event.

It works great, the thing that is cool is that you can send url string to the right channel. For exemple: api.thingspeak.com/update?api_key=MY_API_TOKEN&field3=92, this command send the number “92” to the field #3 of my channel (api token).

I’d like to know if i can use mikrotik to replace thingspeak server and send data to it instead.

Is ther a way to send a command in the URL directly? My microchip board doesnt allow cURL or json or anything like that, it has a webUI and options are limited.

Thanks

im lookinf for something like that : http://192.168.10.1/ip/address/add=address=192.168.88.2=interface=asdf

ROS REST API uses json, there is no simple unauthorized HTTP GET with query params to control ROS. You can create external http service (container can be used for this) that wraps REST API requests for things that you need to control or fetch.