zpocbob

Results 4 comments of zpocbob

I am very much interested in this feature as well. I know the url to the data but don't yet understand this code well enough to implement it. All I...

WDW https://api.wdpro.disney.go.com/bulk-service/snapshot/WDW-mobile-character-appearances var park_id; if (result.finalUrl.indexOf("WDW-mobile-mk-character-appearances") >= 0) { // disneyland response park_id = "mk"; } else if (result.finalUrl.indexOf("WDW-mobile-ep-character-appearances") >= 0) { // california adventure response park_id = "ep" }else...

WDW Restaurant list https://api.wdpro.disney.go.com/global-pool-override-A/facility-service/destinations/80007798/restaurants Restaurant specific info and menuitems "https://api.wdpro.disney.go.com/global-pool-override-A/facility-service/restaurants/"+restaurant_id (90002606) Get menus from the Restaurant "https://api.wdpro.disney.go.com/global-pool-override-A/facility-service/menu-items/"+menu_id (90006650)

Other items I'd like to find: Aailable times slots for Restaurants at WDW and DLR Get available fastpass+ times for attractions at WDW.