This API version is deprecated
Please use the latest version for continued support and access to new features. View latest API documentation
Locations API
Search locations
This endpoint allows you to get all locations available within the Travis system. Use parameters to filter on specific settings and return only locations meeting your specifications.
Endpoint
GET - https://api.travisroadservices.com/v1/locations
Copy
Query params
| Parameter | Type | Description |
|---|---|---|
page
|
string | Page number as used in pagination |
itemsPerPage
|
string | Items per page as used in pagination |
arrivalDate
|
string | When given only locations are returned which are open on this date, the format should be Y-m-d (only for tank cleaning) |
services
|
string | Service locations offering the specified service. |
paymentMethodId
|
string | Service locations who accepts your desired payment method. Valid options are 1 (Travis), 2 (Shell), 4 (Hoyer), 5 (Logpay), 6 (Eurowag), 7 (E100), 8 (The Fuel Company), 9 (Plose), 10 (Diesel 24), 11 (DKV), 12 (UTA), 13 (AS24), 14 (UK Fuels). This filter can only be used in combination with the services filter. |
id[]
|
string | Specified service locations by id. |
country
|
string | Service locations for the specified country using 2 letters according ISO 3166. |
geoPoint
|
string | Service locations within a specified radius of a geoPoint. Correct input is latitude and longitude. When this is given the radius parameter is required. |
radius
|
string | Service locations within a specified radius of a geoPoint. Radius in kilometers. Only used when geoPoint is given. |
name
|
string | Service location with a specific location name. |
includeBookable
|
string | Filters locations that are bookable through the TRAVIS platform. |
vehicleCombination
|
string | Filters locations by vehicle combination ID. |
vehicleType[]
|
string | Service locations suitable for the specified vehicle types. Vehicle type id’s can be retrieved via /v1/vehicle_types. Particularly useful if you are looking for a wash program for a specific type of vehicle (eg. tipper semi trailer). |
cleaningType
|
string | Service locations suitable for specified cleaning type. |
option[]
|
string | Filters locations by truck wash service option. |
disinfection
|
string | Service locations who offer disinfection cleaning programs. |
security[]
|
string | Service locations who offer specified security features. |
vehicleFacility[]
|
string | Filters locations by vehicle facility type. |
driverFacility[]
|
string | Service locations who offer specified facilities for drivers. |
boundingBox[]
|
string | Filters locations within a geographic bounding box. Expects four values: south latitude, west longitude, east longitude, north latitude. |
baySize[]
|
string | Filters locations by truck charging bay size. |
chargingCapacity[]
|
string | Charging capacity. This is a range, give minimum and maximum |
cargoType[]
|
string | Filter for tank cleaning, this returns all the locations which support the given cargo type. |
tankCleaningOptions[]
|
string | Filter for tank cleaning, narrow your search by selecting cleaning options. |
options[]
|
string | Options for services. Only available for truck wash programs. |
Request body
No request bodyResponse body
Response 200
OK
Fields
| Field | Type | Description |
|---|---|---|
address
|
object | Physical address of the location. |
address
|
string | Street address of the location. |
city
|
string | City where the location is situated. |
country
|
string | Full country name of the location. |
state
|
string | State or province of the location. |
zip
|
string | Postal code of the location. |
createdAt
|
string (date-time) | Date and time when the location was created. |
id
|
integer (int64) | Unique identifier of the location. |
images
|
array | URL of a location image. |
location
|
object | Geographic coordinates of the location. |
latitude
|
number (float) | Latitude coordinate of the location. |
longitude
|
number (float) | Longitude coordinate of the location. |
name
|
string | Name of the location. |
parking
|
object | Parking service details, if available at this location. |
currency
|
string | ISO 4217 currency code used for parking pricing (e.g. EUR). |
isAcceptingBookings
|
boolean | Whether this location accepts parking bookings made through the TRAVIS platform. |
isAcceptingFuelCards
|
boolean | Whether fuel card payments are accepted at this location. |
facilities
|
object | Available facilities at the parking location. |
cameraSecurity
|
boolean | Whether camera-based security surveillance is available. |
fence
|
boolean | Whether the parking area is fenced. |
guard
|
boolean | Whether a security guard is present. |
hotel
|
boolean | Whether a hotel is available on-site. |
restaurant
|
boolean | Whether a restaurant is available on-site. |
shower
|
boolean | Whether shower facilities are available. |
spreadLighting
|
boolean | Whether spread lighting is available across the parking area. |
toilet
|
boolean | Whether toilet facilities are available. |
wifi
|
boolean | Whether Wi-Fi is available. |
gate
|
string | Gate access status at this location. Possible values: always_open, part_time_closed, always_closed. |
gateClosingHours
|
object | Time slots when the gate is closed. Only present when gate is part_time_closed. |
friday
|
array | Time slots when the gate is closed on Friday. |
monday
|
array | Time slots when the gate is closed on Monday. |
saturday
|
array | Time slots when the gate is closed on Saturday. |
sunday
|
array | Time slots when the gate is closed on Sunday. |
thursday
|
array | Time slots when the gate is closed on Thursday. |
tuesday
|
array | Time slots when the gate is closed on Tuesday. |
wednesday
|
array | Time slots when the gate is closed on Wednesday. |
openingHours
|
object | Entry and exit opening hours of the parking. |
entry
|
object | Entry opening hours for the parking. |
open24h
|
boolean | Whether this service operates 24 hours a day, 7 days a week. |
friday
|
array | Opening time slots for Friday. |
monday
|
array | Opening time slots for Monday. |
saturday
|
array | Opening time slots for Saturday. |
sunday
|
array | Opening time slots for Sunday. |
thursday
|
array | Opening time slots for Thursday. |
tuesday
|
array | Opening time slots for Tuesday. |
wednesday
|
array | Opening time slots for Wednesday. |
exit
|
object | Exit opening hours for the parking. |
open24h
|
boolean | Whether this service operates 24 hours a day, 7 days a week. |
friday
|
array | Opening time slots for Friday. |
monday
|
array | Opening time slots for Monday. |
saturday
|
array | Opening time slots for Saturday. |
sunday
|
array | Opening time slots for Sunday. |
thursday
|
array | Opening time slots for Thursday. |
tuesday
|
array | Opening time slots for Tuesday. |
wednesday
|
array | Opening time slots for Wednesday. |
options
|
object | Additional parking options available at this location. |
adrPossible
|
boolean | Whether ADR (dangerous goods) vehicles are permitted. |
coolingMotorsAllowed
|
boolean | Whether cooling motors are permitted to run while parked. |
decouplingTrailers
|
boolean | Whether trailer decoupling is permitted. |
electricCoolingCharging
|
boolean | Whether electric cooling charging is available. |
longTimeParking
|
boolean | Whether long-term parking is available. |
paymentMethods
|
object | Accepted payment methods at this location. |
as24
|
object | AS24 fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
diesel24
|
object | Diesel 24 fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
dkv
|
object | DKV fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
e100
|
object | E100 fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
eurowag
|
object | Eurowag fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
fuelCompany
|
object | Fuel company fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
hoyer
|
object | Hoyer fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
logpay
|
object | LogPay fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
plose
|
object | Plose fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
shell
|
object | Shell fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
travis
|
object | TRAVIS platform payment acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
uta
|
object | UTA fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
prices
|
object | Parking pricing information. |
duration
|
integer | Parking duration in hours that this price applies to. |
price
|
number (double) | Parking price amount. |
repair
|
object | Truck repair service details, if available at this location. |
openinghours
|
object | Opening hours of the repair service. |
friday
|
array | Opening time slots for Friday. |
monday
|
array | Opening time slots for Monday. |
saturday
|
array | Opening time slots for Saturday. |
sunday
|
array | Opening time slots for Sunday. |
thursday
|
array | Opening time slots for Thursday. |
tuesday
|
array | Opening time slots for Tuesday. |
wednesday
|
array | Opening time slots for Wednesday. |
options
|
object | Truck brands and types supported by the repair service. |
trucks
|
object | Truck brands and types serviced at this repair location. |
cngLng
|
boolean | Whether CNG/LNG-powered trucks are serviced. |
daf
|
boolean | Whether DAF trucks are serviced. |
diesel
|
boolean | Whether diesel-powered trucks are serviced. |
ginaf
|
boolean | Whether Ginaf trucks are serviced. |
iveco
|
boolean | Whether Iveco trucks are serviced. |
man
|
boolean | Whether MAN trucks are serviced. |
mercedes
|
boolean | Whether Mercedes trucks are serviced. |
renault
|
boolean | Whether Renault trucks are serviced. |
scania
|
boolean | Whether Scania trucks are serviced. |
supported
|
boolean | Whether repair service is available for any truck brand. |
terberg
|
boolean | Whether Terberg trucks are serviced. |
volvo
|
boolean | Whether Volvo trucks are serviced. |
paymentMethods
|
object | Accepted payment methods at this location. |
as24
|
object | AS24 fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
diesel24
|
object | Diesel 24 fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
dkv
|
object | DKV fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
e100
|
object | E100 fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
eurowag
|
object | Eurowag fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
fuelCompany
|
object | Fuel company fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
hoyer
|
object | Hoyer fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
logpay
|
object | LogPay fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
plose
|
object | Plose fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
shell
|
object | Shell fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
travis
|
object | TRAVIS platform payment acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
uta
|
object | UTA fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
tankcleaning
|
object | Tankcleaning service |
efctoCleaningCodes
|
array | EFCTO cleaning codes supported by this location. |
isDisinfectionPossible
|
boolean | Whether disinfection cleaning is available. |
isEcdPossible
|
boolean | Whether an ECD (European Cleaning Document) can be issued. |
lanes
|
object | Available cleaning lane types at this location. |
chemical
|
object | Chemical cleaning lane. |
isAvailable
|
boolean | Whether chemical cleaning lanes are available. |
dedicatedFood
|
object | Dedicated food-grade cleaning lane. |
isAvailable
|
boolean | Whether dedicated food-grade cleaning lanes are available. |
feed
|
object | Feed cleaning lane. |
isAvailable
|
boolean | Whether feed cleaning lanes are available. |
other
|
object | Other cleaning lane type. |
isAvailable
|
boolean | Whether other cleaning lanes are available. |
openingHours
|
object | Opening hours of the tank cleaning service. |
friday
|
array | Opening time slots for Friday. |
monday
|
array | Opening time slots for Monday. |
saturday
|
array | Opening time slots for Saturday. |
sunday
|
array | Opening time slots for Sunday. |
thursday
|
array | Opening time slots for Thursday. |
tuesday
|
array | Opening time slots for Tuesday. |
wednesday
|
array | Opening time slots for Wednesday. |
paymentMethods
|
object | Accepted payment methods at this location. |
as24
|
object | AS24 fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
diesel24
|
object | Diesel 24 fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
dkv
|
object | DKV fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
e100
|
object | E100 fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
eurowag
|
object | Eurowag fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
fuelCompany
|
object | Fuel company fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
hoyer
|
object | Hoyer fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
logpay
|
object | LogPay fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
plose
|
object | Plose fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
shell
|
object | Shell fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
travis
|
object | TRAVIS platform payment acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
uta
|
object | UTA fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
timezone
|
string | IANA timezone identifier for the location (e.g. Europe/Amsterdam). |
truckwash
|
object | Truck wash service details, if available at this location. |
airFreshener
|
boolean | Whether air freshener service is available. |
automaticWashPriceCalculation
|
boolean | Whether pricing is calculated automatically based on the wash program. |
certificates
|
object | Quality certificates held by the location. |
haccp
|
object | HACCP certification details. |
actions
|
array | Required HACCP actions for the cleaning process. |
authNumberCleaningProduct
|
string | Authorization number of the cleaning product used. |
certified
|
object | Certifications held by the location. |
nao
|
boolean | Whether the location holds NAO (No Animal Origin) certification. |
cleaning
|
object | Cleaning types available at this location. |
inside
|
boolean | Whether inside cleaning is available. |
outside
|
boolean | Whether outside cleaning is available. |
disinfection
|
object | Disinfection service details. |
enabled
|
boolean | Whether disinfection service is enabled. |
lanes
|
integer | Number of wash lanes available at this location. |
msdsProductName
|
string | Name of the cleaning product as listed in the Material Safety Data Sheet (MSDS). |
openingHours
|
object | Opening hours of the truck wash service. |
friday
|
array | Opening time slots for Friday. |
monday
|
array | Opening time slots for Monday. |
saturday
|
array | Opening time slots for Saturday. |
sunday
|
array | Opening time slots for Sunday. |
thursday
|
array | Opening time slots for Thursday. |
tuesday
|
array | Opening time slots for Tuesday. |
wednesday
|
array | Opening time slots for Wednesday. |
paymentMethods
|
object | Accepted payment methods at this location. |
as24
|
object | AS24 fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
diesel24
|
object | Diesel 24 fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
dkv
|
object | DKV fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
e100
|
object | E100 fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
eurowag
|
object | Eurowag fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
fuelCompany
|
object | Fuel company fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
hoyer
|
object | Hoyer fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
logpay
|
object | LogPay fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
plose
|
object | Plose fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
shell
|
object | Shell fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
travis
|
object | TRAVIS platform payment acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
uta
|
object | UTA fuel card acceptance details. |
logo
|
string | Payment method logo |
name
|
string | Payment method name |
selfServicePrograms
|
boolean | Whether self-service wash programs are available. |
updatedAt
|
string (date-time) | Date and time when the location was last updated. |
locationUrl
|
string | Direct link to the location on the TRAVIS platform |
services
|
array | Active service for the location, can be one of the following values: truckwash, carwash, tankcleaning, repair, parking, truckcharging |
Example
Response 400
Bad Request, invalid parameters supplied
No response body