Detect shipping carrier from tracking number format and provide tracking URLs. S...
https://api.strale.io/x402/v2/shipping-trackOverview
Detect shipping carrier from tracking number format and provide tracking URLs. Supports UPS, FedEx, USPS, DHL, Royal Mail, PostNord, and more. Algorithmic.
Protocol
x402
Price
$0.02
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-09-19 16:14:06
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"tracking_number": {
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"best_match": {
"type": "object"
},
"detected_carriers": {
"type": "array"
},
"tracking_number": {
"type": "string"
},
"universal_tracking_urls": {
"type": "array"
}
}