Gettings data from dude db.

Hello,

I want to write web application, that will take data from the Dude Server. By the data i mean Network Map, like connected devices).
I see it very abstractivly smt like this : object_1(10.0.0.1) ← connected → object_2(10.0.0.2).

I would like to draw topology(map) on the webpage, from this data.

Found some material https://wiki.mikrotik.com/wiki/Manual:The_Dude_v6/DB_import_export → but it is offline db copy. I want to take real-time data about services state.

Is there a way to do it?