Rate intelligence and broker reputation for every freight platform.
GET /api/v1/rates/check
Check the real market rate for any US lane. Returns the current per-mile rate, market context, trend data, and confidence level.
originrequired2-letter state code (e.g. "IL")
destinationrequired2-letter state code (e.g. "CA")
truck_typeoptionalDRY_VAN | REEFER | FLATBED (default: DRY_VAN)
curl https://flowtrate.com/api/v1/rates/check?origin=IL&destination=CA&truck_type=DRY_VAN{
"lane": "IL → CA",
"marketRateCents": 291,
"marketRate": "$2.91/mi",
"rateTag": "average",
"trend": "+$0.17 vs last week",
"confidence": "high",
"sampleSize": 847
}GET /api/v1/brokers/score
Get the carrier-sourced reputation score for any broker. Returns the overall score, risk level, average pay days, and review count.
mcrequiredBroker MC number
curl https://flowtrate.com/api/v1/brokers/score?mc=882341{
"broker": "QuickTrans USA",
"overallScore": 1.4,
"risk": "AVOID",
"avgPayDays": 47
}Add Flowtrate broker scores to your site with one line of code. The widget renders a compact reputation badge that updates in real time.
<!-- Add to your HTML -->
<script src="https://flowtrate.com/api/v1/widget?mc=882341"></script>Integrate rate intelligence and broker reputation into your TMS, load board, or dispatch tool in minutes.