There's a deal going on over at OzBargain where the member downloaded the KFC AU menu data via mitm (main in the middle?) and combed through the information to find hidden deals. 21 chicken for $21 for example.
Knowing nothing about this technology and how to replicate the process, is it possible to do the same for the NZ version of the app?
We can't get the secret menu like they do, but there may be something else in there…
Just food for thought.
While I'm procrastinating 4 assignments I thought I may as well look into it, I'm no expert with APIs but here's a full dump (beware its very long, messy and repetitive):
https://raw.githubusercontent.com/tiltedirl/kfry/main/fulldu…
Here's the 'promo items' which may or may not be available as of now, I'm not sure as I don't order from the app:
https://raw.githubusercontent.com/tiltedirl/kfry/main/promoi…
The full dump was pulled from:
https://api.kfc.co.nz/menu/kfc-nz-delivery-pod2
I can also see a request being made to:
https://api.kfc.co.nz/baskets/61ef7038-234f-47d5-b4e2-c86a96…
which seems to be a more specific query for one item to add to cart (its a POST with headers rather than a GET).
There's also a bunch of store keys:
https://api.kfc.co.nz/configurations
Maybe someone can do something of use with this information.