Detailed Specifications Data
Use this if you have a configuration to receive detailed specifications
Catalogue Support
Detailed Specifications using AutoGrab ID
curl --location 'https://api.autograb.com.au/v2/vehicles/7837072107620328/detailed-specs?region=au' \
--header 'Apikey: ••••••'Example Response
{
"success": true,
"specs": [
{
"category": "Weights",
"id": "kerb_weight",
"description": "kerb weight",
"value": "1442",
"int_value": 1442,
"location": null
},
{
"category": "Weights",
"id": "tare_weight",
"description": "tare weight",
"value": "1411",
"int_value": 1411,
"location": null
}
],
"confidence": "standard"
}Detailed Specifications with alternative Catalogue Codes
Detailed Specifications using JATO Codes
Example Request
Example Response
Last updated
Was this helpful?