The Vehicle object

The shape of a free vehicle, field by field.

{
  "id": "3a7e5b1c-...",
  "fromCountry": "IT",
  "fromCity": "Torino",
  "toCountry": "RO",
  "toCity": null,
  "dateFrom": "2026-10-01",
  "dateTo": "2026-10-04",
  "vehicle": "Full truck",
  "capacity": null,
  "seats": null,
  "volumeM3": "80.0",
  "payloadT": "22.0",
  "pallets": 33,
  "via": null,
  "note": "Prefer palletized cargo.",
  "status": "active",
  "createdAt": "2026-09-20T08:00:00Z",
  "companyId": "2c9a...",
  "displayName": "Transport Popescu SRL"
}

toCity: null means "anywhere in the destination country" — a truck heading back takes anything. No price, no phone, no requestCount or externalReference on public vehicles (those only show up at /vehicles/mine, for the owner).

Vehicles pulled from Facebook groups never appear here.