Price Tracker

ULTRA ZERO

Track Monster Energy Zero Ultra 500ml prices across multiple Greek supermarkets.

📡 API Endpoint

GET Loading...

📊 Current Prices

Loading prices...

📄 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