Cargado API is in beta. The API may change in breaking ways.
{
"type": "DATA",
"id": "<string>",
"rateHistory": {
"dayRange": {
"start": "2023-12-25",
"end": "2023-12-25"
},
"pricingLane": {
"origin": {
"type": "MARKET",
"market": {
"id": "<string>",
"name": "<string>",
"code": "<string>",
"countryCode": "US",
"centroid": {
"latitude": 0,
"longitude": 0
}
}
},
"destination": {
"type": "MARKET",
"market": {
"id": "<string>",
"name": "<string>",
"code": "<string>",
"countryCode": "US",
"centroid": {
"latitude": 0,
"longitude": 0
}
}
},
"trailerCategory": "DRY_VAN",
"usMxBorderCrossing": "LAREDO_INTL_BRIDGE"
},
"currencyCode": "USD",
"latestSuggestedRate": {
"dayRange": {
"start": "2023-12-25",
"end": "2023-12-25"
},
"amountDistribution": {
"p25": 123,
"p50": 123,
"p75": 123
},
"marginOfError": 123,
"relativeMarginOfError": 123,
"confidenceScore": 123,
"confidence": "STRONG"
},
"suggestedRates": [
{
"dayRange": {
"start": "2023-12-25",
"end": "2023-12-25"
},
"amountDistribution": {
"p25": 123,
"p50": 123,
"p75": 123
},
"marginOfError": 123,
"relativeMarginOfError": 123,
"confidenceScore": 123,
"confidence": "STRONG"
}
],
"perMileRates": [
{
"dayRange": {
"start": "2023-12-25",
"end": "2023-12-25"
},
"amountDistribution": {
"p25": 123,
"p50": 123,
"p75": 123
},
"marginOfError": 123,
"relativeMarginOfError": 123,
"confidenceScore": 123,
"confidence": "STRONG"
}
],
"latestAllInRate": {
"dayRange": {
"start": "2023-12-25",
"end": "2023-12-25"
},
"amountDistribution": {
"p25": 123,
"p50": 123,
"p75": 123
},
"marginOfError": 123,
"relativeMarginOfError": 123,
"confidenceScore": 123,
"confidence": "STRONG"
},
"allInRates": [
{
"dayRange": {
"start": "2023-12-25",
"end": "2023-12-25"
},
"amountDistribution": {
"p25": 123,
"p50": 123,
"p75": 123
},
"marginOfError": 123,
"relativeMarginOfError": 123,
"confidenceScore": 123,
"confidence": "STRONG"
}
],
"routeMiles": 123,
"routeMilesWithDeadhead": 123,
"latestPerMileRate": {
"dayRange": {
"start": "2023-12-25",
"end": "2023-12-25"
},
"amountDistribution": {
"p25": 123,
"p50": 123,
"p75": 123
},
"marginOfError": 123,
"relativeMarginOfError": 123,
"confidenceScore": 123,
"confidence": "STRONG"
}
},
"alternateRateHistories": [
{
"dayRange": {
"start": "2023-12-25",
"end": "2023-12-25"
},
"pricingLane": {
"origin": {
"type": "MARKET",
"market": {
"id": "<string>",
"name": "<string>",
"code": "<string>",
"countryCode": "US",
"centroid": {
"latitude": 0,
"longitude": 0
}
}
},
"destination": {
"type": "MARKET",
"market": {
"id": "<string>",
"name": "<string>",
"code": "<string>",
"countryCode": "US",
"centroid": {
"latitude": 0,
"longitude": 0
}
}
},
"trailerCategory": "DRY_VAN",
"usMxBorderCrossing": "LAREDO_INTL_BRIDGE"
},
"currencyCode": "USD",
"latestSuggestedRate": {
"dayRange": {
"start": "2023-12-25",
"end": "2023-12-25"
},
"amountDistribution": {
"p25": 123,
"p50": 123,
"p75": 123
},
"marginOfError": 123,
"relativeMarginOfError": 123,
"confidenceScore": 123,
"confidence": "STRONG"
},
"suggestedRates": [
{
"dayRange": {
"start": "2023-12-25",
"end": "2023-12-25"
},
"amountDistribution": {
"p25": 123,
"p50": 123,
"p75": 123
},
"marginOfError": 123,
"relativeMarginOfError": 123,
"confidenceScore": 123,
"confidence": "STRONG"
}
],
"perMileRates": [
{
"dayRange": {
"start": "2023-12-25",
"end": "2023-12-25"
},
"amountDistribution": {
"p25": 123,
"p50": 123,
"p75": 123
},
"marginOfError": 123,
"relativeMarginOfError": 123,
"confidenceScore": 123,
"confidence": "STRONG"
}
],
"latestAllInRate": {
"dayRange": {
"start": "2023-12-25",
"end": "2023-12-25"
},
"amountDistribution": {
"p25": 123,
"p50": 123,
"p75": 123
},
"marginOfError": 123,
"relativeMarginOfError": 123,
"confidenceScore": 123,
"confidence": "STRONG"
},
"allInRates": [
{
"dayRange": {
"start": "2023-12-25",
"end": "2023-12-25"
},
"amountDistribution": {
"p25": 123,
"p50": 123,
"p75": 123
},
"marginOfError": 123,
"relativeMarginOfError": 123,
"confidenceScore": 123,
"confidence": "STRONG"
}
],
"routeMiles": 123,
"routeMilesWithDeadhead": 123,
"latestPerMileRate": {
"dayRange": {
"start": "2023-12-25",
"end": "2023-12-25"
},
"amountDistribution": {
"p25": 123,
"p50": 123,
"p75": 123
},
"marginOfError": 123,
"relativeMarginOfError": 123,
"confidenceScore": 123,
"confidence": "STRONG"
}
}
]
}DATA The Rate History suggested by Cargado.
Show child attributes
Alternate Rate Histories also calculated by Cargado, using different methodology. May be empty.
Show child attributes