{
  "x402Version": 2,
  "id": 816,
  "slug": "816",
  "resource": "https://keyronne.com/api/route",
  "description": "Point-to-point directions between 2-10 stops by car, bike, or on foot: total and per-leg distance and travel time, plus route geometry as an encoded polyline. Stops can be place names (geocoded automatically) or lat/lon coordinates. Generic travel and delivery routing on OpenStreetMap road data, global coverage. POST a JSON body like: {\"stops\":[\"paris\",\"lyon\"],\"mode\":\"car\"}",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xB86F95EF5FA904318Ea9Df3b59AdCe099b478fC4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "mode": "car",
            "stops": [
              "paris",
              "lyon"
            ]
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "attribution": "Geodata © OpenStreetMap contributors (ODbL)",
            "distanceKm": 465.9,
            "durationMinutes": 273.5,
            "geometryPolyline": "<encoded polyline>",
            "legs": [
              {
                "distanceKm": 465.9,
                "durationMinutes": 273.5,
                "from": 0,
                "to": 1
              }
            ],
            "mode": "car",
            "stops": [
              {
                "lat": 48.86,
                "lon": 2.35,
                "name": "paris"
              },
              {
                "lat": 45.76,
                "lon": 4.84,
                "name": "lyon"
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "body": {
                "properties": {
                  "mode": {
                    "default": "car",
                    "enum": [
                      "car",
                      "bike",
                      "foot"
                    ],
                    "type": "string"
                  },
                  "stops": {
                    "description": "Places to visit in order: name strings or {lat, lon} objects.",
                    "items": {},
                    "maxItems": 10,
                    "minItems": 2,
                    "type": "array"
                  }
                },
                "required": [
                  "stops"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "type": "object"
          },
          "output": {
            "properties": {
              "attribution": {
                "type": "string"
              },
              "distanceKm": {
                "type": "number"
              },
              "durationMinutes": {
                "type": "number"
              },
              "geometryPolyline": {
                "type": "string"
              },
              "legs": {
                "items": {
                  "properties": {
                    "distanceKm": {
                      "type": "number"
                    },
                    "durationMinutes": {
                      "type": "number"
                    },
                    "from": {
                      "type": "integer"
                    },
                    "to": {
                      "type": "integer"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              },
              "mode": {
                "type": "string"
              },
              "stops": {
                "items": {
                  "properties": {
                    "lat": {
                      "type": "number"
                    },
                    "lon": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "snappedName": {
                      "description": "Road the stop snapped to.",
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              }
            },
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "keyronne.com",
  "lastUpdated": "2026-08-30T13:37:00.634Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-30T13:37:00.377Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "keyronne.com",
    "manifest_name": "keyronne.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}