The Ajungem.ro API

The Ajungem.ro freight exchange, through an API. Batch 1 — contract and reading.

Ajungem.ro is a freight exchange: the client posts what needs moving, carriers send offers, the client picks one. The public API gives programmatic access to the same data, at https://api.ajungem.ro/v1.

🛠️

This is batch 1 of four: contract and reading. Publishing, offering through the API, and event webhooks are planned for later batches — they appear below marked "planned", not as available now.

What you can do now

  • Read public listings, offers received on your own listings, free vehicles published on the platform, public company profiles, a cost estimate, and a place search.
  • With an API key (Authorization: Bearer ajk_live_…), also read your own listings, offers and vehicles.

What you can't do yet

  • You can't publish a listing or send an offer through the API — those stay in the site for batch 1.
  • There are no webhooks yet: to learn about changes, request the resource again.
  • There's no full sandbox yet — test_ajk_ keys are refused in production.

Where to start

  1. Authenticating with keys — how to get a key and send it.
  2. Quickstart — your first call, in cURL and Node.
  3. API reference — every route, field by field.
  4. Product rules — what never changes, no matter what you ask: no phone numbers, no fixed prices.