Solutons Lounge

How to start with Orange Developer


curl -X GET -H "Authorization: Bearer {access_token}"
https://api.orange.com/wifilocator/v3/hotspots?latitude=48.8245&longitude=2.2743&radius=1000
HTTP/1.1 200 OK
Content-Type: application/json; charset=UTF-8
[
{
"longitude": 2.274422,
"latitude": 48.824554,
"hotspotId": "222627",
"city": "Issy-Les-Moulineaux",
"place": "autre",
"postalCode": "92130",
"name": "Hotspot Orange",
"distance": 11,
"state": "",
"company": "",
"website": "",
"ssid": ""
},
{
"longitude": 2.274685,
"latitude": 48.824645,
"hotspotId": "7880402",
"city": "Issy les Moulineaux",
"place": "autre",
"postalCode": "92130",
"name": "Hotspot Orange",
"distance": 32,
"state": "",
"company": "",
"website": "",
"ssid": ""
},
.../...
{
"longitude": 2.273617,
"latitude": 48.824016,
"hotspotId": "7921899",
"city": "Issy-les-moulineaux",
"place": "autre",
"postalCode": "92130",
"name": "Hotspot Orange",
"distance": 73,
"state": "",
"company": "",
"website": "",
"ssid": ""
}
]



Source link

Exit mobile version