ConsoleCatalog
Sign in
Avis logo

Avis

avis.comTravelno auth

Car rental search, vehicle classes, location details, and pricing.

Location Details

ASYNCREADNo auth

Returns a rental location's address, coordinates, hours, and contact details.

ParametersFormJSON

Locale code for the Avis site context (e.g. en-US)

Location mnemonic code for the pickup or drop-off station (e.g. airport code LAX)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_avis_com_location_detail",
    "params": {
      "locale": "en-US",
      "mnemonic": "LAX"
    }
  }'