Discover/fedex.com API
live

fedex.com APIfedex.com

Access FedEx shipment tracking, address validation, country data, and location search via 4 endpoints. Get event history, delivery estimates, and more.

Endpoints
4
Updated
11d ago
Try it
FedEx tracking number
api.parse.bot/scraper/9ed4e97f-a431-48ab-93c9-b3fb85713a29/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/9ed4e97f-a431-48ab-93c9-b3fb85713a29/track_by_tracking_number' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Track a FedEx shipment by tracking number. Returns shipment status, estimated delivery date, and event history.

Input
ParamTypeDescription
tracking_numberrequiredstringFedEx tracking number
Response
{
  "type": "object",
  "fields": {
    "output": "object",
    "transactionId": "string"
  },
  "sample": {
    "output": {
      "complete": true,
      "trackingNumber": "774212513411"
    },
    "transactionId": "123-456-789"
  }
}

About the fedex.com API

This API exposes 4 endpoints covering FedEx shipment tracking, address validation, country/territory data, and location search. The track_by_tracking_number endpoint returns full event history, current shipment status, and estimated delivery date for any FedEx tracking number. Additional endpoints let you validate postal codes, list all FedEx-supported countries with their currency and shipping capabilities, and find nearby FedEx drop-off and service locations.

Shipment Tracking

The track_by_tracking_number endpoint accepts a single tracking_number string and returns an output object containing shipment status, estimated delivery date, and a timestamped event history. Each response also includes a transactionId for correlating requests on your end. This is the primary endpoint for building order-tracking workflows or monitoring shipment progress.

Address and Location Validation

The validate_address endpoint takes a postal_code and an optional country_code (ISO format, e.g. US, CA, GB) and confirms whether the combination is recognized by FedEx. The find_locations endpoint uses the same inputs to return nearby FedEx service points — useful for building store-locator features or letting users select a pickup location at checkout.

Country and Territory Coverage

The get_countries endpoint requires no inputs and returns a full array of every country and territory FedEx supports. Each entry includes countryCode, countryName, regionCode, currencyCode, and flags for capabilities such as domestic shipping availability and postal awareness. This is useful for populating shipping-destination dropdowns or programmatically filtering by region or currency before presenting shipping options to a user.

Common use cases
  • Display real-time shipment status and delivery estimates in an e-commerce order tracking page using track_by_tracking_number
  • Validate customer-entered postal codes against FedEx's accepted address data before checkout submission
  • Build a store locator that surfaces nearby FedEx drop-off points from find_locations based on a user's ZIP code
  • Populate a shipping destination dropdown with only the countries where FedEx supports domestic delivery using get_countries
  • Filter available shipping destinations by regionCode or currencyCode to restrict checkout to specific geographic zones
  • Automate shipment monitoring by polling track_by_tracking_number and alerting when event history updates
  • Cross-reference postal_code input against FedEx's postal-aware countries before calculating shipping rates in a third-party system
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does FedEx have an official developer API?+
Yes. FedEx offers an official developer platform at developer.fedex.com, which includes APIs for tracking, rating, ship, and more. This Parse API surfaces a subset of that data through a unified interface without requiring you to manage FedEx developer credentials directly.
What does the `track_by_tracking_number` endpoint return beyond the current status?+
It returns an output object that includes shipment status, estimated delivery date, and a full event history showing each scan or update along the shipment's journey. The transactionId field in the response can be used to match the response to your originating request.
What country data does `get_countries` include for each entry?+
Each country object includes countryCode, countryName, regionCode, and currencyCode, plus boolean-style flags for domestic shipping support and postal code awareness. It does not currently include per-country rate tables or service-level availability. You can fork this API on Parse and revise it to add an endpoint that retrieves rate or service data for a specific country.
Does the API support tracking shipments from other carriers (UPS, USPS, DHL)?+
No — all four endpoints are scoped exclusively to FedEx data. The track_by_tracking_number endpoint only resolves FedEx tracking numbers. You can fork this API on Parse and revise it to point at additional carrier sources if multi-carrier tracking is needed.
Is there a way to get estimated shipping rates or delivery time windows for a route?+
Not currently. The API covers tracking, address validation, country metadata, and location search. Rate quotes and transit time estimates are not exposed by the current endpoints. You can fork this API on Parse and revise it to add a rate-estimation endpoint.
Page content last updated . Spec covers 4 endpoints from fedex.com.
Related APIs in EcommerceSee all →
mouser.com API
mouser.com API
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
FedEx API – Track Shipments & Find Locations · Parse