The IMPARGO Planner URL is structured so that various parameters are dynamically appended to enable customized route planning. Below is an explanation of the URL structure and the meaning of each parameter:
IMPARGO Knowledge Center
Unleash the full potential of our software with our comprehensive Knowledge Center, offering detailed information on its functionality and features.
The IMPARGO Planner URL is structured so that various parameters are dynamically appended to enable customized route planning. Below is an explanation of the URL structure and the meaning of each parameter:
The base URL is:
https://apps.impargo.de/planner?
After the question mark (?
), the parameters follow in a specific order, connected by the ampersand (&
).
The parameters in the URL use URL-encoded characters:
Encoding | Meaning |
---|---|
%2C | Comma (, ) |
%25C3%259F | ß |
%3A | Colon (: ) |
%2520 | Space ( ) |
departureDate
)&departureDate=[Timestamp in milliseconds]
&departureDate=1737792000000
withTimeManagement
)true
.&withTimeManagement=true
enableRestStopsRecommendation
)&enableRestStopsRecommendation=true
minutesDrivenBeforeRouteStart
)&minutesDrivenBeforeRouteStart=[Number of Minutes]
&minutesDrivenBeforeRouteStart=10
stops[x]
)stops[x]
, where x
indicates the sequence (0 = Start, 1 = Destination).&stops[x]=[Address or Coordinates]
&stops[0]=Gottschedstra%C3%9Fe%2034%2C13357%2CDeutschland%2C52.551400%2C13.370670
&stops[1]=52.537565%2C13.396637
timeWindows[x]
)&timeWindows[x]=[Start Time 1],[End Time 1],[Start Time 2],[End Time 2]
&timeWindows[0]=10%3A00%2C12%3A00%2C13%3A00%2C15%3A00
waitingTimes[x]
)&waitingTimes[x]=[Minutes]
&waitingTimes[0]=75
via[x]
)via[x]
.&via[x]=[Latitude],[Longitude]
&via[0]=49.807393,8.70762
https://apps.impargo.de/planner?departureDate=1737792000000&enableRestStopsRecommendation=true&minutesDrivenBeforeRouteStart=10&stops[0]=Gottschedstra%C3%9Fe%2034%2C13357%2CDeutschland%2C52.551400%2C13.370670&stops[1]=52.537565%2C13.396637&timeWindows[0]=10%3A00%2C12%3A00%2C13%3A00%2C15%3A00&waitingTimes[0]=75&withTimeManagement=true
© IMPARGO 2025, All rights reserved.