Places and cost estimate
Searching places and estimating cost on a route.
Place search
curl "https://api.ajungem.ro/v1/places?q=Bucur"
q — at least 2 characters. Response: { "data": [{ "city", "country", "county", "slug" }] }. No export of the full place list.
Cost estimate
curl "https://api.ajungem.ro/v1/cost-estimate?fromCountry=IT&toCountry=RO&from=Torino&to=Iași&vehicle=semi"
Parameters: fromCountry, toCountry (required), from, to (places; missing = the country's reference city), vehicle, category, price (to learn how far it is from the estimate), currency (RON or EUR).
Output: between, reference (whether reference cities were used), distance (km, source), estimate (total, components), vehicles (available profiles), fuelWeek, gap (the difference from price, if sent), loads, perLoad.
It's information, not a recommended rate — the platform doesn't set prices. See Product rules.
It has a separate limit from the rest of the routes: 10 requests/minute/key or address (each response costs a call to a routing provider).