Get data from mower

Hello I have a mower (Landroid Worx 796e.1) which is connected to our wifi.
In the normal browser you can access the mower with http://admin:@.
There I get this result:
{“landroid”:{“state”:“home”,“boardTemperature”:51.8,“distance”:-2,“wheelLeftDistance”:-4,“wheelRightDistance”:-4,“angle”:0,“rainSensor”:3822,“aree”:{“index”:9,“vet”:[1,1,1,1,1,1,1,1,1,1]},“battery”:{“percentage”:69,“voltage”:25.11,“temperature”:43.9,“ntcResistance”:5121},“batteryCharger”:{“state”:“charging”,“chargeCurrent”:1421.19},“accelerometer”:{“gravity”:[0.012,-0.015,1.016],“angle”:[0,0,0]},“gyroscope”:{“angularSpeed”:[0.262,-3.080,1.505],“angle”:[0,0,0]},“motor”:[{“speed”:0,“maxSpeed”:51,“speedReduction”:0,“rpm”:0,“feedbackError”:0,“acceleration”:100,“deceleration”:220,“fault”:false},{“speed”:0,“maxSpeed”:51,“speedReduction”:0,“rpm”:0,“feedbackError”:0,“acceleration”:100,“deceleration”:220,“fault”:false},{“speed”:0,“maxSpeed”:92,“speedReduction”:0,“rpm”:0,“feedbackError”:0,“acceleration”:100,“deceleration”:250,“fault”:false}],“guide”:{“straightSpeed”:0,“turningSpeed”:0,“straightDistanceError”:5,“straightCorrection”:0}},“id”:{“stop1”:false,“stop2”:false,“lift1”:false,“lift2”:false,“trappedLeft”:false,“trappedRight”:false,“door1”:false,“door2”:false},“dipSw”:{“sw1”:false,“sw2”:false,“sw3”:false,“sw4”:false},“wireSensor”:{“fwVer”:0.70,“left”:“inside”,“right”:“outside”}}

I tried for 2 days now to get this data but no matter what I try I always get errors…

I tried this to just get an response of the mower:
$http.get(‘http://admin:XXXX@/jsonDebug.cgi’).success(function(result)
{
console.log(‘test’);
});

In the console I only get: “Error Access to restricted URI denied”

Maybe somebody has an idea?

Sorry for my bad english :slight_smile: