Overview
API call to mapbox
Protocol
x402
Price
$0.12
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
gateway
Source
bazaar
Indexed
2026-06-29 12:15:03
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": {
"properties": {
"alternatives": {
"description": "Whether to try to return alternative routes in addition to the optimal one. Defaults to false.",
"example": false,
"type": "boolean"
},
"coordinates": {
"description": "Semicolon-separated list of {longitude},{latitude} coordinate pairs (2 to 25 pairs), in WGS84 decimal degrees. The first pair is the origin and the last is the destination.",
"example": "-122.42,37.78;-77.03,38.91",
"type": "string"
},
"geometries": {
"description": "Format of the returned route geometry. Defaults to polyline.",
"enum": [
"polyline",
"polyline6",
"geojson"
],
"example": "polyline",
"type": "string"
},
"overview": {
"description": "Level of detail of the returned overview geometry. Defaults to simplified.",
"enum": [
"full",
"simplified",
"false"
],
"example": "simplified",
"type": "string"
},
"profile": {
"description": "Routing/travel profile that determines the road network and costing used.",
"enum": [
"driving",
"driving-traffic",
"walking",
"cycling"
],
"example": "driving",
"type": "string"
},
"steps": {
"description": "Whether to return per-step turn-by-turn instructions within each leg. Defaults to false.",
"example": false,
"type": "boolean"
}
},
"required": [
"profile",
"coordinates"
],
"type": "object"
},
"type": "http"
}
Output Schema
{
"code": "Ok",
"routes": [
{
"distance": 4538142,
"duration": 155332.75,
"geometry": "s|qeFbdejV}hhG{jbHqa|A_enIsnrGsh{H`apAekuCqv`B{xzI",
"legs": [
{
"distance": 4538142,
"duration": 155332.75,
"steps": [],
"summary": "I 80, I 80 East",
"weight": 155793.359
}
],
"weight": 155793.359,
"weight_name": "auto"
}
],
"waypoints": [
{
"distance": 11.321,
"location": [
-122.420019,
37.780101
],
"name": "McAllister Street"
},
{
"distance": 11.763,
"location": [
-77.030091,
38.910078
],
"name": "Logan Circle Northwest"
}
]
}