---
title: "Get shipper lanes based on coordinates and radius"
method: GET
path: "/shipper/lanes"
---

# Get shipper lanes based on coordinates and radius

`GET /shipper/lanes`

## Query parameters

- `testing_new_param` number, required
- `origin_lat` number, required
- `origin_lon` number, required
- `destination_lat` number, required
- `destination_lon` number, required
- `origin_radius` number, required
- `destination_radius` number, required

## Headers

- `accept` string, required
- `Access-Token` string, required
- `x-api-key` string, required

## Response `200`

List of shipper lanes

- ShipperLaneResponse
  - `shippers_in_destination` Shipper[], required
    - `contact_phone` string, nullable
    - `contact_url` string, nullable
    - `facility_name` string, required
    - `formatted_address` string, required
    - `id` string, required
    - `lat` number, required
    - `lon` number, required
    - `operating_hours` string, nullable
    - `place_category` string, required
    - `equipment_pairings` string[], nullable — Equipment types paired with this shipper based on observed carrier activity. Values are Title Case display strings (e.g. "Dry Van", "Box Truck", "Reefer"). Empty array when no pairing data is available.
  - `shippers_in_origin` Shipper[], required
    - `contact_phone` string, nullable
    - `contact_url` string, nullable
    - `facility_name` string, required
    - `formatted_address` string, required
    - `id` string, required
    - `lat` number, required
    - `lon` number, required
    - `operating_hours` string, nullable
    - `place_category` string, required
    - `equipment_pairings` string[], nullable — Equipment types paired with this shipper based on observed carrier activity. Values are Title Case display strings (e.g. "Dry Van", "Box Truck", "Reefer"). Empty array when no pairing data is available.

---

[API](https://skmtc.net/genlogs/apis/auth-api-create-token.md) · [All operations](https://skmtc.net/genlogs/apis/auth-api-create-token/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/genlogs/auth-api-create-token/versions/bf34c2431a21/schema)
