Track Monster Energy Zero Ultra 500ml prices across 9 Greek supermarkets: Masoutis, AB, Sklavenitis, Kritikos, MyMarket, Galaxias, Bazaar, Market In, and 24hr Stores.
Loading...
fetch('https://raw.githubusercontent.com/daglaroglou/white_monster_api/main/prices.json')
.then(response => response.json())
.then(data => console.log(data));
import requests
response = requests.get('https://raw.githubusercontent.com/daglaroglou/white_monster_api/main/prices.json')
prices = response.json()
curl https://raw.githubusercontent.com/daglaroglou/white_monster_api/main/prices.json