Developer API

Nonstop Courier API

Integrate powerful shipping capabilities into your application. Create shipments, track packages, and manage deliveries with our RESTful API.

Lightning Fast

Sub-100ms response times for all API endpoints

Enterprise Security

OAuth 2.0, API key rotation, and IP whitelisting

Pan-India Coverage

Access to 155,000+ serviceable pincodes

Real-time Tracking

Webhooks for live shipment status updates

Quick Start Guide

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

Create Shipment
curl -X POST "https://api.nonstop.asia/v1/shipments" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "sender": {
      "name": "Sender Name",
      "phone": "9876543210",
      "address": "123 Main Street",
      "pincode": "400001"
    },
    "receiver": {
      "name": "Receiver Name",
      "phone": "9876543211",
      "address": "456 Market Road",
      "pincode": "560001"
    },
    "package": {
      "weight": 2.5,
      "dimensions": { "length": 30, "width": 20, "height": 15 },
      "type": "parcel"
    },
    "service_type": "express"
  }'

RESTful API

Standard REST endpoints with JSON request/response

Webhooks

Real-time notifications for shipment status updates

SDKs

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

Available Endpoints

Complete API coverage for all your shipping needs

Shipments
POST/v1/shipments
GET/v1/shipments/{id}
GET/v1/shipments
DELETE/v1/shipments/{id}/cancel
Tracking
GET/v1/track/{tracking_id}
POST/v1/webhooks
GET/v1/webhooks
DELETE/v1/webhooks/{id}
Serviceability
GET/v1/serviceability/check
GET/v1/rates/calculate
GET/v1/pincode/{pincode}
Account
GET/v1/account/balance
GET/v1/account/usage
POST/v1/account/keys/rotate

API Pricing

Choose the plan that fits your shipping volume

Starter
Perfect for testing and small businesses
Free
  • 100 API calls/month
  • Basic tracking
  • Email support
  • Single API key
  • Standard rate limits
Get Started
Most Popular
Growth
For growing e-commerce businesses
₹4,999/month
  • 10,000 API calls/month
  • Advanced tracking & webhooks
  • Priority support
  • Multiple API keys
  • Higher rate limits
  • Bulk shipment API
  • Custom labels
Get Started
Enterprise
For high-volume shippers
Custom
  • Unlimited API calls
  • Dedicated support manager
  • SLA guarantee
  • IP whitelisting
  • Custom integrations
  • On-premise deployment
  • Volume discounts
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.

By submitting this form, you agree to our Terms of Service and API Usage Policy. We'll review your application and send your API credentials within 24 hours.

Need Help Getting Started?

Our developer support team is here to help you integrate our API seamlessly.