Skip to main content

Get Default Profiles

Contents

GET /routingprofiles/default

Returns all of the preset (default) Vehicle Routing Profiles for your worldwide region.

Resource URL

https://api.trimblemaps.com/routing/v1/routingprofiles/default

Request

Name Description Data Type
units (Optional) Units of measure for the custom profile vehicle dimensions.
0: English (Default for North America)
1: Metric (Default for Europe)
int

Sample Request

https://api.trimblemaps.com/routing/v1/routingprofiles/default?units=0

Sample Response

{
  "message": "Successfully retrieved default routing profile templates.",
  "data": {
    "profiles": [
      {
        "name": "Auto",
        "vehicleType": "Auto",
        "units": 0,
        "vehicleOptions": {
          "vehicleConfig": {
            "height": 70.0,
            "width": 75.0,
            "length": 200.0,
            "weight": 3300.0,
            "maxWeightPerAxleGroup": 3300.0
          },
          "governorSpeedLimit": null,
          "hazmatType": 0,
          "isPropaneRestricted": null,
          "tunnelCategory": 0
        },
        "routingOptions": {
          "ferries": "Use",
          "restrictionZones": {
            "allow": [],
            "avoid": [],
            "warn": ["congestionZones", "environmentalZones"]
          },
          "useStateAndNationalNetwork": false,
          "routeType": 0,
          "tollRoads": 3,
          "useOpenBorders": true,
          "elevationLimit": 7500
        },
        "copilotOptions": {
          "displayRestrictions": 2
        }
      },
      {
        "name": "Full-size Van",
        "vehicleType": "Auto",
        "units": 0,
        "vehicleOptions": {
          "vehicleConfig": {
            "height": 84.0,
            "width": 96.0,
            "length": 240.0,
            "weight": 8500.0,
            "maxWeightPerAxleGroup": 8500.0
          },
          "governorSpeedLimit": null,
          "hazmatType": 0,
          "isPropaneRestricted": null,
          "tunnelCategory": 0
        },
        "routingOptions": {
          "ferries": "Use",
          "restrictionZones": {
            "allow": [],
            "avoid": [],
            "warn": ["congestionZones", "environmentalZones"]
          },
          "useStateAndNationalNetwork": false,
          "routeType": 0,
          "tollRoads": 3,
          "useOpenBorders": true,
          "elevationLimit": 7500
        },
        "copilotOptions": {
          "displayRestrictions": 2
        }
      },
      {
        "name": "Conventional School Bus",
        "vehicleType": "Bus",
        "units": 0,
        "vehicleOptions": {
          "vehicleConfig": {
            "height": 129.0,
            "width": 96.0,
            "length": 480.0,
            "weight": 33000.0,
            "maxWeightPerAxleGroup": 33000.0
          },
          "governorSpeedLimit": null,
          "hazmatType": 0,
          "isPropaneRestricted": null,
          "tunnelCategory": 0
        },
        "routingOptions": {
          "ferries": "Use",
          "restrictionZones": {
            "allow": [],
            "avoid": [],
            "warn": ["congestionZones", "environmentalZones"]
          },
          "useStateAndNationalNetwork": false,
          "routeType": 2,
          "tollRoads": 3,
          "useOpenBorders": false,
          "elevationLimit": 7500
        },
        "copilotOptions": {
          "displayRestrictions": 2
        }
      },
      {
        "name": "Small School Bus",
        "vehicleType": "Bus",
        "units": 0,
        "vehicleOptions": {
          "vehicleConfig": {
            "height": 118.0,
            "width": 96.0,
            "length": 296.0,
            "weight": 14500.0,
            "maxWeightPerAxleGroup": 14500.0
          },
          "governorSpeedLimit": null,
          "hazmatType": 0,
          "isPropaneRestricted": null,
          "tunnelCategory": 0
        },
        "routingOptions": {
          "ferries": "Use",
          "restrictionZones": {
            "allow": [],
            "avoid": [],
            "warn": ["congestionZones", "environmentalZones"]
          },
          "useStateAndNationalNetwork": false,
          "routeType": 2,
          "tollRoads": 3,
          "useOpenBorders": false,
          "elevationLimit": 7500
        },
        "copilotOptions": {
          "displayRestrictions": 2
        }
      },
      {
        "name": "Commercial Light",
        "vehicleType": "Light Duty",
        "units": 0,
        "vehicleOptions": {
          "vehicleConfig": {
            "height": 84.0,
            "width": 96.0,
            "length": 240.0,
            "weight": 8500.0,
            "maxWeightPerAxleGroup": 8500.0
          },
          "governorSpeedLimit": null,
          "hazmatType": 0,
          "isPropaneRestricted": null,
          "tunnelCategory": 0
        },
        "routingOptions": {
          "ferries": "Use",
          "restrictionZones": {
            "allow": [],
            "avoid": [],
            "warn": ["congestionZones", "environmentalZones"]
          },
          "useStateAndNationalNetwork": false,
          "routeType": 0,
          "tollRoads": 3,
          "useOpenBorders": true,
          "elevationLimit": 7500
        },
        "copilotOptions": {
          "displayRestrictions": 2
        }
      },
      {
        "name": "Default Rating",
        "vehicleType": "Heavy Duty",
        "units": 0,
        "vehicleOptions": {
          "vehicleConfig": {
            "height": 162.0,
            "width": 96.0,
            "length": 576.0,
            "weight": 80000.0,
            "maxWeightPerAxleGroup": 80000.0
          },
          "governorSpeedLimit": null,
          "hazmatType": 0,
          "isPropaneRestricted": null,
          "tunnelCategory": 0
        },
        "routingOptions": {
          "ferries": "Use",
          "restrictionZones": {
            "allow": [],
            "avoid": [],
            "warn": ["congestionZones", "environmentalZones"]
          },
          "useStateAndNationalNetwork": false,
          "routeType": 0,
          "tollRoads": 3,
          "useOpenBorders": true,
          "elevationLimit": 7500
        },
        "copilotOptions": {
          "displayRestrictions": 2
        }
      },
      {
        "name": "Heavy Duty Doubles",
        "vehicleType": "Heavy Duty",
        "units": 0,
        "vehicleOptions": {
          "vehicleConfig": {
            "height": 162.0,
            "width": 102.0,
            "length": 672.0,
            "weight": 80000.0,
            "maxWeightPerAxleGroup": 80000.0
          },
          "governorSpeedLimit": null,
          "hazmatType": 0,
          "isPropaneRestricted": null,
          "tunnelCategory": 0
        },
        "routingOptions": {
          "ferries": "Use",
          "restrictionZones": {
            "allow": [],
            "avoid": [],
            "warn": ["congestionZones", "environmentalZones"]
          },
          "useStateAndNationalNetwork": false,
          "routeType": 0,
          "tollRoads": 3,
          "useOpenBorders": true,
          "elevationLimit": 7500
        },
        "copilotOptions": {
          "displayRestrictions": 2
        }
      },
      {
        "name": "Heavy Duty Semitrailer",
        "vehicleType": "Heavy Duty",
        "units": 0,
        "vehicleOptions": {
          "vehicleConfig": {
            "height": 162.0,
            "width": 102.0,
            "length": 636.0,
            "weight": 80000.0,
            "maxWeightPerAxleGroup": 80000.0
          },
          "governorSpeedLimit": null,
          "hazmatType": 0,
          "isPropaneRestricted": null,
          "tunnelCategory": 0
        },
        "routingOptions": {
          "ferries": "Use",
          "restrictionZones": {
            "allow": [],
            "avoid": [],
            "warn": ["congestionZones", "environmentalZones"]
          },
          "useStateAndNationalNetwork": false,
          "routeType": 0,
          "tollRoads": 3,
          "useOpenBorders": true,
          "elevationLimit": 7500
        },
        "copilotOptions": {
          "displayRestrictions": 2
        }
      },
      {
        "name": "Heavy Duty Semitrailer (48' x 96\")",
        "vehicleType": "Heavy Duty",
        "units": 0,
        "vehicleOptions": {
          "vehicleConfig": {
            "height": 162.0,
            "width": 96.0,
            "length": 576.0,
            "weight": 80000.0,
            "maxWeightPerAxleGroup": 80000.0
          },
          "governorSpeedLimit": null,
          "hazmatType": 0,
          "isPropaneRestricted": null,
          "tunnelCategory": 0
        },
        "routingOptions": {
          "ferries": "Use",
          "restrictionZones": {
            "allow": [],
            "avoid": [],
            "warn": ["congestionZones", "environmentalZones"]
          },
          "useStateAndNationalNetwork": false,
          "routeType": 0,
          "tollRoads": 3,
          "useOpenBorders": true,
          "elevationLimit": 7500
        },
        "copilotOptions": {
          "displayRestrictions": 2
        }
      },
      {
        "name": "Heavy Duty Straight",
        "vehicleType": "Heavy Duty",
        "units": 0,
        "vehicleOptions": {
          "vehicleConfig": {
            "height": 162.0,
            "width": 96.0,
            "length": 480.0,
            "weight": 45000.0,
            "maxWeightPerAxleGroup": 45000.0
          },
          "governorSpeedLimit": null,
          "hazmatType": 0,
          "isPropaneRestricted": null,
          "tunnelCategory": 0
        },
        "routingOptions": {
          "ferries": "Use",
          "restrictionZones": {
            "allow": [],
            "avoid": [],
            "warn": ["congestionZones", "environmentalZones"]
          },
          "useStateAndNationalNetwork": false,
          "routeType": 0,
          "tollRoads": 3,
          "useOpenBorders": true,
          "elevationLimit": 7500
        },
        "copilotOptions": {
          "displayRestrictions": 2
        }
      },
      {
        "name": "Medium Duty Straight",
        "vehicleType": "Medium Duty",
        "units": 0,
        "vehicleOptions": {
          "vehicleConfig": {
            "height": 162.0,
            "width": 96.0,
            "length": 312.0,
            "weight": 26000.0,
            "maxWeightPerAxleGroup": 26000.0
          },
          "governorSpeedLimit": null,
          "hazmatType": 0,
          "isPropaneRestricted": null,
          "tunnelCategory": 0
        },
        "routingOptions": {
          "ferries": "Use",
          "restrictionZones": {
            "allow": [],
            "avoid": [],
            "warn": ["congestionZones", "environmentalZones"]
          },
          "useStateAndNationalNetwork": false,
          "routeType": 0,
          "tollRoads": 3,
          "useOpenBorders": true,
          "elevationLimit": 7500
        },
        "copilotOptions": {
          "displayRestrictions": 2
        }
      }
    ],
    "vehicleDimensionMinMax": [
      {
        "vehicleType": "Auto",
        "vehicleDimensionMin": {
          "units": 0,
          "height": 50.0,
          "length": 96.0,
          "width": 60.0,
          "weight": 1500.0,
          "weightaxle": 1500.0
        },
        "vehicleDimensionMax": {
          "units": 0,
          "height": 120.0,
          "length": 312.0,
          "width": 96.0,
          "weight": 10000.0,
          "weightaxle": 10000.0
        }
      },
      {
        "vehicleType": "Bus",
        "vehicleDimensionMin": {
          "units": 0,
          "height": 118.0,
          "length": 96.0,
          "width": 60.0,
          "weight": 3500.0,
          "weightaxle": 3500.0
        },
        "vehicleDimensionMax": {
          "units": 0,
          "height": 132.0,
          "length": 540.0,
          "width": 102.0,
          "weight": 45000.0,
          "weightaxle": 45000.0
        }
      },
      {
        "vehicleType": "Light Duty",
        "vehicleDimensionMin": {
          "units": 0,
          "height": 60.0,
          "length": 96.0,
          "width": 60.0,
          "weight": 1500.0,
          "weightaxle": 1500.0
        },
        "vehicleDimensionMax": {
          "units": 0,
          "height": 144.0,
          "length": 312.0,
          "width": 96.0,
          "weight": 10000.0,
          "weightaxle": 10000.0
        }
      },
      {
        "vehicleType": "Heavy Duty",
        "vehicleDimensionMin": {
          "units": 0,
          "height": 60.0,
          "length": 96.0,
          "width": 60.0,
          "weight": 26000.0,
          "weightaxle": 26000.0
        },
        "vehicleDimensionMax": {
          "units": 0,
          "height": 180.0,
          "length": 840.0,
          "width": 102.0,
          "weight": 156750.0,
          "weightaxle": 156750.0
        }
      },
      {
        "vehicleType": "Medium Duty",
        "vehicleDimensionMin": {
          "units": 0,
          "height": 60.0,
          "length": 96.0,
          "width": 60.0,
          "weight": 10000.0,
          "weightaxle": 10000.0
        },
        "vehicleDimensionMax": {
          "units": 0,
          "height": 162.0,
          "length": 480.0,
          "width": 96.0,
          "weight": 26010.0,
          "weightaxle": 26010.0
        }
      }
    ]
  }
}
Last updated November 16, 2023.
API Endpoint:

Contents