---
title: "List loads"
method: GET
path: "/api/v2/load-offers/loads/"
tags: ["Load Offers"]
---

# List loads

`GET /api/v2/load-offers/loads/`

List accepted loads

## Response `200`

Success

- object
  - `count` number — Number of objects found
  - `next` string, url — URL for next page of results
  - `previous` string, url — URL for previous page of results
  - `results` object[]
    - `id` string — Load unique identifier (UUID)
    - `active_offer` object — Offer associated to the load
      - `id` string — Offer unique identifier (UUID)
      - `price` number, float — Offer price (USD)
    - `carrier` object — Carrier assigned to the load
      - `id` string, uuid — Carrier id
      - `dot` string, integer — Carrier DOT number
      - `mc` string, integer — Carrier MC number
    - `equipment_type` 'DRV' | 'FBE' | 'RFR' | 'CON' | 'CUR' | 'DDP' | 'IMC' | 'SDK' | 'STK' | 'LTL' | 'BLK' | 'TNK' | 'OTH', required — The type of truck used to transport the load. Allowed values are DRV (dry van), FBE (flatbed), RFR (reefer), CON (conestoga), CUR (curtainside), DDP (double drop), IMC (intermodal), SDK (step deck), STK (straight truck), LTL (less than truckload), BLK (bulk), TNK (tanker) and OTH for others.
    - `commodity` string — Name or description of the commodity that is being shipped.
    - `weight` number — Weight of the cargo in pounds (lbs).
    - `dimensions` object — Dimensions of the cargo in feet (ft). A `null` dimension means that the information is unavailable.
      - `weight` number, nullable
      - `height` number, nullable
      - `width` number, nullable
    - `distance` number — Total distance of the shipment, in miles. This counts all stops.
    - `stops` object[]
      - `type` 'PU' | 'DEL' — Type of the stop. Pickup (PU) or Delivery (DEL).
      - `address` string
      - `city` string
      - `state` string — Up to 3-alphanumeric characters representing state or equivalent administrative boundary, from the second part of ISO 3166-2 code definition. For example, Florida is FL, since its ISO 3166-2 is US-FL.
      - `country` string — 3 letter country code (ISO-3166-1 alpha3).
      - `latitude` number — Latitude coordinate of the stop
      - `longitude` number — Longitude coordinate of the stop
      - `zipcode` string — Zipcode of the stop (first five digits)
      - `window_start` string, naive date-time — A datetime that represents the start of a time window for this stop (pickup or delivery). In local time.
      - `window_end` string, naive date-time — A datetime that represents the start of a time window for this stop (pickup or delivery). In local time.
      - `window_timezone` string — A timezone identifier for the stop.
      - `requirements` unknown[] — A list of requirements for the Stop, such as drop_trailer, etc.
        - unknown
      - `facility_info` object — Detention rate and average waiting time on the facility
        - `avg_time_spent` object — Average waiting on facility
          - `pickup` number — Average waiting time in minutes for pickup
          - `delivery` number — Average waiting time in minutes for delivery
        - `detention_rate` number — Facility detention rate (0 to 100)
    - `requirements` object — Requirements for the load
      - `beer` boolean
      - `chemicals` boolean
      - `ctpat` boolean
      - `food_grade` boolean
      - `frozen` boolean
      - `hazmat` boolean
      - `hvhr` boolean
      - `pharmaceuticals` boolean
      - `produce` boolean
      - `teams` boolean
      - `tsa` boolean
      - `twic` boolean
      - `vented_vans` boolean
    - `ref_number` string, required — Human readable Load reference number.

## Other responses

- `400` — Invalid parameters
- `404` — Load not found

---

[API](https://skmtc.dev/loadsmart/apis/loadsmart-api.md) · [All operations](https://skmtc.dev/loadsmart/apis/loadsmart-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loadsmart/loadsmart-api/revisions/6021c5806fe9/schema)
