OpenBazar API Reference
Programmatically access the world's open-air market data. Build apps for vendors, tourists, or logistics.
1. Get Market Details
Retrieve metadata, geolocation, and opening hours for a specific market.
GET https://api.openbazar.xyz/v1/markets/{market_id}
Example Response
{
"id": "mk_istanbul_001",
"name": "The Grand Bazaar",
"location": {
"city": "Istanbul",
"country": "TR",
"coordinates": [41.0102, 28.9680]
},
"active_vendors": 3412,
"is_open": true
}
2. Payment Gateway Integration
Documentation for integrating QR Snap Pay into third-party wallets coming soon.