RIAEvangelist / node-dominos-pizza-api

This is a node.js wrapper for the dominos pizza apis
MIT License
514 stars 126 forks source link

International Peru #138

Open davidsosa2022 opened 4 months ago

davidsosa2022 commented 4 months ago

https://order.golo01.dominos.com/

this seems to be the endpoint

https://order.golo01.dominos.com/orderstorage/GetTrackerData?Phone=*phonenumber&_=1710381882982

this seems to be the api for getting phone number tracking data

https://order.golo01.dominos.com/assets/build/xdomain/proxy.html

proxy url?

https://order.golo01.dominos.com/store-locator-international/locations/city?countryCode=PE&regionCode=PE gets cities

https://order.golo01.dominos.com/store-locator-international/locate/store?regionCode=PE&latitude=-lat&longitude=long

this returns stores in JSON data with lat and long

also seems that it only works on the site itself.

jvrcruzGAMES commented 4 months ago

This is Saudi Arabia one: order.golo02.dominos.com It changes the number, probably relating to a regional cluster

RIAEvangelist commented 4 months ago

Very cool. The referrer may need to be changed to the local site in order to make these work. Awesome sleuthing!