All Projects → rajatdhoot123 → Indian Courier Api

rajatdhoot123 / Indian Courier Api

API to track parcel from various Indian Logistics Providers

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Indian Courier Api

Instatrack
Convert Instagram user ID to username & vice versa
Stars: ✭ 70 (+169.23%)
Mutual labels:  api, tracking
Parcel Plugin Asset Copier
Copy static assets to your bundle dir
Stars: ✭ 25 (-3.85%)
Mutual labels:  parcel
Forge Server Utils
Tools for accessing Autodesk Forge APIs from modern Node.js apps.
Stars: ✭ 23 (-11.54%)
Mutual labels:  api
Neanderthal
Fast Clojure Matrix Library
Stars: ✭ 927 (+3465.38%)
Mutual labels:  api
Swaddle
Automagically create API clients/wrappers in JavaScript
Stars: ✭ 23 (-11.54%)
Mutual labels:  api
Go Base
Go RESTful API Boilerplate with JWT Authentication backed by PostgreSQL
Stars: ✭ 928 (+3469.23%)
Mutual labels:  api
Cortex4py
Python API Client for Cortex
Stars: ✭ 22 (-15.38%)
Mutual labels:  api
Offit
Simple but powerful API mocking library. Make mocks great again.
Stars: ✭ 25 (-3.85%)
Mutual labels:  api
Platform Documentation
Core Platform API Documentation & Tutorials
Stars: ✭ 25 (-3.85%)
Mutual labels:  api
Vk To Telegram
Utility to forward posts from VK through callback API to telegram channel or chat
Stars: ✭ 24 (-7.69%)
Mutual labels:  api
Kona
a node.js service framework built on koa.js (generators)
Stars: ✭ 23 (-11.54%)
Mutual labels:  api
Resolutejs
Finally get to retry during a Promise operation (works in modern browsers as well as nodejs), zero dependencies.
Stars: ✭ 23 (-11.54%)
Mutual labels:  api
Lor
a fast, minimalist web framework for lua based on OpenResty
Stars: ✭ 930 (+3476.92%)
Mutual labels:  api
Geocoder
🌎 GoLang package that provides an easy way to use the Google Geocoding API
Stars: ✭ 23 (-11.54%)
Mutual labels:  api
Django apistar
Django App to integrate API Star's routes and views into Django's ecossystem.
Stars: ✭ 25 (-3.85%)
Mutual labels:  api
Media Tracker
Self-hosted open source media-tracker for tv shows and movies. (React, Redux)
Stars: ✭ 21 (-19.23%)
Mutual labels:  tracking
Yet Another Rest Client
YARC (Yet Another REST Client) is an easy-to-use REST Client for Google Chrome.
Stars: ✭ 23 (-11.54%)
Mutual labels:  api
Doc Hunt
Keep your documentation up to date by tracking changes in your source code
Stars: ✭ 24 (-7.69%)
Mutual labels:  tracking
Norfair
Lightweight Python library for adding real-time 2D object tracking to any detector.
Stars: ✭ 933 (+3488.46%)
Mutual labels:  tracking
Cryptocompare Api
Jupyter Notebook with examples of useful CryptoCompare API calls
Stars: ✭ 25 (-3.85%)
Mutual labels:  api

Indian Courier Tracking Service API

V2 Version is in Progress

Track your Parcels directly here (Still WIP)

--> https://indian-courier-api-premium.vercel.app

Getting Started

This project is based on nodejs help to track the courier servies provider in India.

You can use this project to build your courier tracking app as it return the response in json format.

How to Start

-->You can download zip or git clone https://github.com/rajatdhoot123/indian-courier-api.git

-->You can install all dependency by running command on bash(Terminal): npm install

-->Then run: yarn start or npm start

-->Then Open Browser and hit url mentioned below like

Example

If You want to track Ekart with Tracking Id: FMPC0279658213 then in chrome visit url localhost:5050/ekart/FMPC0279658213

And then you will get Json Object with all tracking Details

Current Supported Courier service and their endpoints

Service Providers Status
Ekart Working
Ecom Working
Delhivery Working
Xpressbees NA
Bluedart Working
Gati NA
DTDC Working
Shadowfax NA
DHL Working
Maruti(Beta) Working
Tip: Directly insert tracking id in api end point instead of {TrackingId}
API Respone Format

If your request is successfull then response will contain three keys i.e. location, detail, date. Check the example below.

Example

    {
        "location": "BENGALURU",
        "detail": "Shipment delivered",
        "date": "26 Mar, 2018 12:50 hrs"
    },

Deployed on Heroku

Now you can use directly heroku end point and get the tracking details as json response

courier_provider = ekart | ecom | delhivery | xpressbees | bluedart | dtdc | gati | shadowfax

trackingId = Your Parcel Tracking id like-> FMPC0279658213

https://indian-courier-api-premium.vercel.app/api/{courier_provider}/{trackingId}

Replace courier_provider and trackingId in above api to get your tracking json response

Example ->

https://indian-courier-api-premium.vercel.app/api/ekart/FMPC0279658213

@rrjanbiah Thanks for helping in adding more and more vendors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].