GET/v1/vehicles

Free vehicles

Where carriers are heading empty — nothing from Facebook groups.

Search free vehicles

curl "https://api.ajungem.ro/v1/vehicles?fromCountry=IT&toCountry=RO"

Parameters: fromCountry, toCountry, dateFrom, dateTo, vehicle (the kind), limit, cursor.

Only ones published on the platform — never ones pulled from Facebook groups (source: 'facebook'). The source filter is applied before pagination, so they don't show up on the last page either.

Output: id, fromCountry, fromCity, toCountry, toCity, dateFrom, dateTo, vehicle, capacity, seats, volumeM3, payloadT, pallets, via, note, status, createdAt, companyId, displayName. No price, no phone. See the Vehicle object.

A vehicle, by id

curl https://api.ajungem.ro/v1/vehicles/3a7e…

404 not_found for a Facebook-imported vehicle too — it looks the same as one that doesn't exist.

Your vehicles

curl https://api.ajungem.ro/v1/vehicles/mine \
  -H "Authorization: Bearer ajk_live_…"

All of yours, in any status (active, expired, removed), plus requestCount — how many requests each one brought in.

🛠️

POST /vehicles (publishing a free vehicle through the API) is planned for batch 2. Publish for now from the site or through the MCP server (publish_vehicle).