Price Tracker

ULTRA ZERO

Track Monster Energy Zero Ultra 500ml prices across 9 Greek supermarkets: Masoutis, AB, Sklavenitis, Kritikos, MyMarket, Galaxias, Bazaar, Market In, and 24hr Stores.

📡 API Endpoint

GET Loading...

📊 Current Prices

Loading prices...

📈 Price History Charts

1-month price trend per market
Preparing market charts...

📄 Raw JSON Data

💡 Usage Examples

JavaScript (Fetch API)
fetch('https://raw.githubusercontent.com/daglaroglou/white_monster_api/main/prices.json')
  .then(response => response.json())
  .then(data => console.log(data));
Python
import requests
response = requests.get('https://raw.githubusercontent.com/daglaroglou/white_monster_api/main/prices.json')
prices = response.json()
cURL
curl https://raw.githubusercontent.com/daglaroglou/white_monster_api/main/prices.json
Made with 🖤 by @daglaroglou