Track Monster Energy Zero Ultra 500ml prices across multiple Greek supermarkets.
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