Loading market headlines...

Developer Portal

Integrate freight intelligence into your applications with the Freight Data Watch API

Get Started in Minutes

Generate an API key from your account settings, add it to the Authorization header, and start pulling carrier data and market intelligence.

Get API Key

Authentication

All API requests require a valid API key sent in the Authorization header as a Bearer token. API keys are tied to your account and can be created and revoked from your Account Settings.

header
Authorization: Bearer fdw_your_api_key_here
Keep your key secret. Do not expose it in client-side code, public repos, or share it with others. If a key is compromised, revoke it immediately from your account settings and generate a new one.

Rate Limits

Rate limits are enforced per API key on a daily basis (resets at midnight UTC). Every response includes an X-RateLimit-Remaining header showing your remaining requests for the day.

50
Requests / Day
Free Tier

For evaluation and personal projects

500
Requests / Day
Pro Tier

For production applications

Need higher limits? Contact us

Base URL

url
https://app.freightdatawatch.com/api/v1

All endpoints are relative to this base URL. Responses are JSON with UTF-8 encoding.

API Endpoints

GET/api/v1/carriers/searchGET/api/v1/carriers/:dotGET/api/v1/carriers/:dot/snapshotsGET/api/v1/market

Website-Exclusive Features

The following features are available exclusively on the Freight Data Watch website and are not exposed through the API:

πŸ€–
AI Advisor & Predictions
AI-powered market analysis and forecasts
πŸ””
Custom Alert System
Threshold-based notifications and alerts
πŸ“Š
Interactive Charts & Maps
Visual dashboards and freight map
βš–οΈ
Period Benchmarking
Historical comparison tools

Error Responses

All errors return a consistent JSON structure with an HTTP status code:

json
{
  "error": "Description of what went wrong"
}
StatusMeaning
400Bad request β€” missing or invalid parameters
401Unauthorized β€” missing or invalid API key
403Forbidden β€” account suspended or key revoked
404Not found β€” resource does not exist
429Rate limit exceeded β€” daily quota reached
500Internal server error β€” try again later

Ready to Build?

Generate your API key, explore the endpoints above, and start integrating freight intelligence into your workflow.