Developer API

Swift Delivery API

Power your food delivery, grocery, and quick commerce business with our hyperlocal delivery API. 24-minute delivery with real-time GPS tracking.

24-Minute Delivery

Hyperlocal delivery in under 24 minutes for food & groceries

Enterprise Security

OAuth 2.0, API key rotation, and secure webhooks

Multi-City Coverage

Available across major Indian cities with expanding coverage

Real-time GPS Tracking

Live location updates with TomTom Maps integration

Built For Your Business

Whether you're a restaurant, grocery store, or delivery aggregator, our API scales with you.

Restaurants & Cloud Kitchens
  • Direct delivery integration
  • No aggregator commissions
  • Custom delivery zones
  • POS integration ready
Grocery & Q-Commerce
  • 10-minute delivery slots
  • Dark store support
  • Multi-item batching
  • Temperature-sensitive handling
Delivery Aggregators
  • White-label solution
  • Fleet management
  • Driver allocation API
  • Analytics & reporting

Quick Start Guide

Get started with our API in minutes. Here's how to create your first delivery order.

Create 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"
  }'

RESTful API

Standard REST endpoints with JSON request/response

Webhooks

Real-time notifications for order status updates

SDKs

Official libraries for Node.js, Python, PHP, and more

Available Endpoints

Complete API coverage for hyperlocal delivery

Orders
POST/v1/swift/orders
GET/v1/swift/orders/{id}
GET/v1/swift/orders
POST/v1/swift/orders/{id}/cancel
Tracking
GET/v1/swift/track/{order_id}
GET/v1/swift/track/{order_id}/live
POST/v1/swift/webhooks
GET/v1/swift/eta/{order_id}
Delivery Estimation
POST/v1/swift/estimate
GET/v1/swift/serviceability
GET/v1/swift/delivery-slots
Stores & Drivers
POST/v1/swift/stores
GET/v1/swift/stores/{id}
GET/v1/swift/drivers/available
GET/v1/swift/account/usage

API Pricing

Choose the plan that fits your delivery volume

Starter
Perfect for testing and small restaurants
Free
  • 100 API calls/month
  • Basic order tracking
  • Email support
  • Single API key
  • Standard rate limits
Get Started
Most Popular
Growth
For growing restaurants & dark kitchens
₹9,999/month
  • 25,000 API calls/month
  • Real-time GPS tracking
  • Priority support
  • Multiple API keys
  • Webhook notifications
  • Bulk order API
  • Custom delivery zones
  • Analytics dashboard
Get Started
Enterprise
For food delivery aggregators & chains
Custom
  • Unlimited API calls
  • Dedicated support manager
  • 99.9% SLA guarantee
  • White-label solution
  • Custom integrations
  • Fleet management API
  • Volume discounts
  • On-premise option
Get Started

Register for API Access

Fill out the form below to get your API credentials. We'll review your application and send you the API key within 24 hours.

Need Help Getting Started?

Our developer support team is here to help you integrate Swift Delivery API into your platform.