Hi all,
perhaps there is somebody out there, who knows a lot more about API then I. I want to read API data from Telemachus, it's an Kerbal Space Program Mod:

https://github.com/richardbunt/Telemachus/wiki/HTTP-API

https://github.com/richardbunt/Telemachus/wiki/Web-Socket-API

Here is the Adress I want to querry:

http://127.0.0.1:8085/telemachus/datalink?a=v.altitude

and the result in my webbrowser is:
{"a":80.1083426593104}

Why do I want that? Well, I'd like to have my mirc bot monitor the altitude and at a certain hight speak to me, via the /speak command.

My main problem right now is, how do I access that value?
Once I know how to access one, I can access all others.

Thanks.