{"id":19095750,"url":"https://github.com/shahen94/logistics-api","last_synced_at":"2026-05-26T10:30:17.597Z","repository":{"id":143099101,"uuid":"614802642","full_name":"shahen94/logistics-api","owner":"shahen94","description":"Track your packages from all over the world. Supports logicsitcs from DHL, UPS, FedEx, USPS, and more.","archived":false,"fork":false,"pushed_at":"2023-03-27T16:44:20.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-03T11:41:40.410Z","etag":null,"topics":["async","dhl","dhl-api","fedex","fedex-api","logistics","rust","ups","ups-api"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/shahen94.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-03-16T10:57:31.000Z","updated_at":"2023-04-12T11:05:14.000Z","dependencies_parsed_at":"2024-11-09T03:35:08.389Z","dependency_job_id":null,"html_url":"https://github.com/shahen94/logistics-api","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/shahen94%2Flogistics-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahen94%2Flogistics-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahen94%2Flogistics-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahen94%2Flogistics-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shahen94","download_url":"https://codeload.github.com/shahen94/logistics-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240146180,"owners_count":19755240,"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":["async","dhl","dhl-api","fedex","fedex-api","logistics","rust","ups","ups-api"],"created_at":"2024-11-09T03:34:58.983Z","updated_at":"2026-05-26T10:30:17.555Z","avatar_url":"https://github.com/shahen94.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logistics API\n\n## Supported APIs\n* DHL   (✅)\n* UPS   (🕒)\n* Fedex (🕒)\n\n### Usage\n\n**With Blocking I/O**\n\n```rust\nuse logistics_api::DHL;\n\nfn main() {\n  let dhl = DHL::new(\"YOUR_API_KEY\");\n\n  let tracking = dhl.tracking.get_tracking_sync(\"YOUR_TRACKING_NUMBER\");\n\n  match tracking {\n    Ok(tracking) =\u003e println!(\"{:#?}\", tracking),\n    Err(err) =\u003e println!(\"{:#?}\", err),\n  }\n}\n```\n\n**Using Async I/O**\n\n```rust\nuse logistics_api::DHL;\n\n#[tokio::main]\nasync fn main() {\n  let dhl = DHL::new(\"YOUR_API_KEY\");\n\n  let tracking = dhl.tracking.get_tracking(\"YOUR_TRACKING_NUMBER\").await;\n\n  match tracking {\n    Ok(tracking) =\u003e println!(\"{:#?}\", tracking),\n    Err(err) =\u003e println!(\"{:#?}\", err),\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahen94%2Flogistics-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshahen94%2Flogistics-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahen94%2Flogistics-api/lists"}