{"id":16966964,"url":"https://github.com/cyberboysumanjay/courierapi","last_synced_at":"2025-04-11T23:43:08.627Z","repository":{"id":86765920,"uuid":"405938250","full_name":"cyberboysumanjay/CourierAPI","owner":"cyberboysumanjay","description":"API for getting tracking updates of Courier Service Providers","archived":false,"fork":false,"pushed_at":"2023-09-02T19:06:32.000Z","size":20,"stargazers_count":17,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T19:40:15.141Z","etag":null,"topics":["api","courier","courier-service","courier-tracking","deta","fastapi","python3"],"latest_commit_sha":null,"homepage":"https://courier.deta.dev/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cyberboysumanjay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-13T11:06:12.000Z","updated_at":"2023-09-30T08:14:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"9c31d93d-f2e5-4c13-a5b7-7d2af92bfabd","html_url":"https://github.com/cyberboysumanjay/CourierAPI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberboysumanjay%2FCourierAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberboysumanjay%2FCourierAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberboysumanjay%2FCourierAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberboysumanjay%2FCourierAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyberboysumanjay","download_url":"https://codeload.github.com/cyberboysumanjay/CourierAPI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248497902,"owners_count":21113982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","courier","courier-service","courier-tracking","deta","fastapi","python3"],"created_at":"2024-10-14T00:06:53.037Z","updated_at":"2025-04-11T23:43:08.608Z","avatar_url":"https://github.com/cyberboysumanjay.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Courier Tracking API\n![-----------------------------------------------------](https://raw.githubusercontent.com/cyberboysumanjay/web/master/colored.png)\n\nThis API is capable of fetching tracking details from multiple courier service providers.\n\n## Show some :heart: and :star: the repo to support the project\n[![GitHub stars](https://img.shields.io/github/stars/cyberboysumanjay/CourierAPI.svg?style=social\u0026label=Star)](https://github.com/cyberboysumanjay/CourierAPI) ![GitHub followers](https://img.shields.io/github/followers/cyberboysumanjay.svg?style=social\u0026label=Follow)\n[![Telegram Channel](https://img.shields.io/endpoint?color=neon\u0026style=flat-square\u0026url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fsjprojects)](https://telegram.dog/sjprojects)\n![-----------------------------------------------------](https://raw.githubusercontent.com/cyberboysumanjay/web/master/colored.png)\n## Supported Courier Services\nThis API supports multiple courier services. \nHere is a complete list of supported services.\n1. Ekart Logistics (ekart)\n2. DTDC (dtdc)\n3. Gati Express (gati)\n4. Bluedart (bluedart)\n5. More to be added soon..\n\nFeel free to create a PR for adding support for more courier service providers or wait for them to ship an order to me :smile:\n![-----------------------------------------------------](https://raw.githubusercontent.com/cyberboysumanjay/web/master/colored.png)\n## Usage\nMake a get request specifying the service provider name and the tracking id\n```\nhttps://courier.deta.dev/{courier_name}/{tracking_id}\n```\nExample - https://courier.deta.dev/dtdc/Z74562053\n\n![-----------------------------------------------------](https://raw.githubusercontent.com/cyberboysumanjay/web/master/colored.png)\n\n## Response Format\n\nThe response JSON Object looks something like this - \n\n```JSON\n{\n  \"status\": true,\n  \"data\": [\n    {\n      \"tracking_id\": \"Z74562053\",\n      \"activity\": \"Successfully Delivered\",\n      \"date\": \"09-05-2022\",\n      \"time\": \"14:35\",\n      \"status\": \"Delivered\",\n      \"origin\": \"gachibowli master franchisee\",\n      \"destination\": \"\"\n    },\n    {\n      \"tracking_id\": \"Z74562053\",\n      \"activity\": \"Out For Delivery\",\n      \"date\": \"09-05-2022\",\n      \"time\": \"11:11\",\n      \"status\": \"Out For Delivery\",\n      \"origin\": \"gachibowli master franchisee(KONDAPUR - MASID BANDA)\",\n      \"destination\": \"\"\n    },\n    {\n      \"tracking_id\": \"Z74562053\",\n      \"activity\": \"Received at Facility\",\n      \"date\": \"08-05-2022\",\n      \"time\": \"18:06\",\n      \"status\": \"In Transit\",\n      \"origin\": \"gachibowli master franchisee\",\n      \"destination\": \"\"\n    },\n    {\n      \"tracking_id\": \"Z74562053\",\n      \"activity\": \"Received at Facility\",\n      \"date\": \"08-05-2022\",\n      \"time\": \"18:04\",\n      \"status\": \"In Transit\",\n      \"origin\": \"gachibowli master franchisee\",\n      \"destination\": \"gachibowli master franchisee\"\n    },\n    {\n      \"tracking_id\": \"Z74562053\",\n      \"activity\": \"Processed \u0026 Forwarded From Hub\",\n      \"date\": \"08-05-2022\",\n      \"time\": \"14:45\",\n      \"status\": \"In Transit\",\n      \"origin\": \"hyderabad shamshabad apex\",\n      \"destination\": \"gachibowli master franchisee\"\n    },\n    {\n      \"tracking_id\": \"Z74562053\",\n      \"activity\": \"Processed \u0026 Forwarded to Hub\",\n      \"date\": \"08-05-2022\",\n      \"time\": \"08:24\",\n      \"status\": \"In Transit\",\n      \"origin\": \"hyderabad shamshabad apex\",\n      \"destination\": \"gachibowli master franchisee\"\n    },\n    {\n      \"tracking_id\": \"Z74562053\",\n      \"activity\": \"Received at Hub\",\n      \"date\": \"08-05-2022\",\n      \"time\": \"07:53\",\n      \"status\": \"In Transit\",\n      \"origin\": \"hyderabad shamshabad apex\",\n      \"destination\": \"\"\n    },\n    {\n      \"tracking_id\": \"Z74562053\",\n      \"activity\": \"Received at Hub\",\n      \"date\": \"08-05-2022\",\n      \"time\": \"02:58\",\n      \"status\": \"In Transit\",\n      \"origin\": \"delhi samalkha apex\",\n      \"destination\": \"hyderabad shamshabad apex\"\n    },\n    {\n      \"tracking_id\": \"Z74562053\",\n      \"activity\": \"Received at Hub\",\n      \"date\": \"08-05-2022\",\n      \"time\": \"02:26\",\n      \"status\": \"In Transit\",\n      \"origin\": \"delhi samalkha apex\",\n      \"destination\": \"hyderabad shamshabad apex\"\n    },\n    {\n      \"tracking_id\": \"Z74562053\",\n      \"activity\": \"Processed \u0026 Forwarded From Facility\",\n      \"date\": \"07-05-2022\",\n      \"time\": \"15:15\",\n      \"status\": \"In Transit\",\n      \"origin\": \"delhi samalkha apex\",\n      \"destination\": \"hyderabad shamshabad apex\"\n    },\n    {\n      \"tracking_id\": \"Z74562053\",\n      \"activity\": \"Received at Hub\",\n      \"date\": \"07-05-2022\",\n      \"time\": \"12:04\",\n      \"status\": \"In Transit\",\n      \"origin\": \"gurgaon apex\",\n      \"destination\": \"delhi samalkha apex\"\n    },\n    {\n      \"tracking_id\": \"Z74562053\",\n      \"activity\": \"Processed \u0026 Forwarded From Hub\",\n      \"date\": \"07-05-2022\",\n      \"time\": \"03:22\",\n      \"status\": \"In Transit\",\n      \"origin\": \"gurgaon apex\",\n      \"destination\": \"delhi samalkha apex\"\n    },\n    {\n      \"tracking_id\": \"Z74562053\",\n      \"activity\": \"Processed \u0026 Forwarded to Hub\",\n      \"date\": \"07-05-2022\",\n      \"time\": \"02:21\",\n      \"status\": \"In Transit\",\n      \"origin\": \"gurgaon apex\",\n      \"destination\": \"hyderabad shamshabad apex\"\n    },\n    {\n      \"tracking_id\": \"Z74562053\",\n      \"activity\": \"Booked At Hub\",\n      \"date\": \"06-05-2022\",\n      \"time\": \"20:03\",\n      \"status\": \"Booked\",\n      \"origin\": \"gurgaon apex\",\n      \"destination\": \"Booked to HYDERABAD\"\n    },\n    {\n      \"tracking_id\": \"Z74562053\",\n      \"activity\": \"Softdata Upload\",\n      \"date\": \"06-05-2022\",\n      \"time\": \"19:10\",\n      \"status\": \"Softdata Upload\",\n      \"origin\": \"first mile\",\n      \"destination\": \"Booking Initiated\"\n    }\n  ]\n}\n```\n## Deployment\n[![Deploy](https://button.deta.dev/1/svg)](https://go.deta.dev/deploy?repo=https://github.com/cyberboysumanjay/CourierAPI)\n##### :star: the Repo in case you liked it :)\n##### Made with :heart: in India\n\n#### © [Sumanjay](https://cyberboysumanjay.github.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberboysumanjay%2Fcourierapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyberboysumanjay%2Fcourierapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberboysumanjay%2Fcourierapi/lists"}