Power your food delivery, grocery, and quick commerce business with our hyperlocal delivery API. 24-minute delivery with real-time GPS tracking.
Hyperlocal delivery in under 24 minutes for food & groceries
OAuth 2.0, API key rotation, and secure webhooks
Available across major Indian cities with expanding coverage
Live location updates with TomTom Maps integration
Whether you're a restaurant, grocery store, or delivery aggregator, our API scales with you.
Get started with our API in minutes. Here's how to create your first delivery order.
curl -X POST "https://api.nonstop.asia/v1/swift/orders" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"pickup": {
"store_id": "store_12345",
"name": "Pizza Palace",
"phone": "9876543210",
"address": "123 Food Court, MG Road",
"pincode": "560001",
"coordinates": { "lat": 12.9716, "lng": 77.5946 }
},
"delivery": {
"name": "John Doe",
"phone": "9876543211",
"address": "456 Apartment, Indiranagar",
"pincode": "560038",
"coordinates": { "lat": 12.9784, "lng": 77.6408 }
},
"items": [
{ "name": "Margherita Pizza", "quantity": 2, "price": 299 },
{ "name": "Garlic Bread", "quantity": 1, "price": 149 }
],
"order_value": 747,
"delivery_type": "express",
"payment_mode": "prepaid"
}'Standard REST endpoints with JSON request/response
Real-time notifications for order status updates
Official libraries for Node.js, Python, PHP, and more
Complete API coverage for hyperlocal delivery
/v1/swift/orders/v1/swift/orders/{id}/v1/swift/orders/v1/swift/orders/{id}/cancel/v1/swift/track/{order_id}/v1/swift/track/{order_id}/live/v1/swift/webhooks/v1/swift/eta/{order_id}/v1/swift/estimate/v1/swift/serviceability/v1/swift/delivery-slots/v1/swift/stores/v1/swift/stores/{id}/v1/swift/drivers/available/v1/swift/account/usageChoose the plan that fits your delivery volume
Fill out the form below to get your API credentials. We'll review your application and send you the API key within 24 hours.
Our developer support team is here to help you integrate Swift Delivery API into your platform.