| URL | GET https://data.inventario.pro/discover3/car-data?vehicle_id=vZGE6eWV0aToyMDE0OmVzdGFuZGFyOmFjdGl2ZTp5ZXRpLTEyLXRzaS0xMTAtY3YtYWN0aXZldmU6YwYXI6c2t3 |
|---|---|
| Category | Discover3 |
Fetch the list of measurements, parts and packs given a vehicleId
Response codes:
200 - Returns measurements, parts and packs
204 - We don't have information for this vehicle_id
404 - No vehicle_id was provided
The measurements array contains the following properties
| Field | Type | Description |
|---|---|---|
| name | string | Category name for the measurements group |
| measurements | object/array | Collection of measurements for the category |
| measurements.slug | string | Unique identifier for the measurement |
| measurements.type | string | Type of measurement ("simple" or "multiple") |
| measurements.name | string | Display name of the measurement |
| measurements.unit | string | Unit of measurement (if applicable) |
| measurements.value | object | Value container object |
| measurements.value.type | string | Type of value ("single" or other) |
| measurements.value.value | number/string | Actual measurement value |
| measurements.scale | string | Scale indicator ("none", "high", "low") |
| measurements.alternatives_value | object | Statistical values object |
| measurements.alternatives_value.min | number | Minimum value in range |
| measurements.alternatives_value.max | number | Maximum value in range |
| measurements.alternatives_value.mean | number | Mean value in range |
| measurements.values | array | Array of values for multiple-type measurements |
The parts array contains the following properties
| Field | Type | Description |
|---|---|---|
| price | object | Price information container |
| price.updated | string | Last price update timestamp (ISO format) |
| price.base | number | Base price of the part |
| price.tax | number | Tax amount |
| price.vat | number | VAT amount |
| price.discount | number | Discount amount |
| id | number | Unique identifier for the part |
| make_id | string | Manufacturer identifier |
| name | string | Name of the part |
| category | string | Main category of the part |
| subcategory | string | Subcategory of the part |
| option | string | Type of option ("optional" or "serial") |
| packs | array | Array of pack IDs where this part is included |
The packs array contains the following properties
| Field | Type | Description |
|---|---|---|
| id | number | Unique identifier for the equipment pack |
| name | string | Descriptive name of the equipment pack in Spanish |
| price | object | Container for all price-related information |
| price.updated | string | Timestamp of last price update (ISO 8601 format) |
| price.base | number | Base price of the pack in currency units |
| price.tax | number | Tax amount applicable to the pack |
| price.vat | number | Value Added Tax amount |
| price.discount | number | Discount amount applicable to the pack |
200 OK
{
"jsonapi": {
"version": "1.0"
},
"data": {
"measurements": [
{
"name": "Prestaciones y consumos homologados",
"measurements": {
"0": {
"slug": "ciclo_de_consumo",
"type": "simple",
"name": "Ciclo de consumo",
"unit": "",
"value": {
"type": "single",
"value": "NEDC"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
"1": {
"slug": "velocidad_maxima",
"type": "simple",
"name": "Velocidad m\u00e1xima",
"unit": "km\/h",
"value": {
"type": "single",
"value": 179
},
"scale": "high",
"alternatives_value": {
"min": 170,
"max": 200,
"mean": 185.35294117647058
}
},
"2": {
"slug": "aceleracion_0_100_km_h",
"type": "simple",
"name": "Aceleraci\u00f3n 0-100 km\/h",
"unit": "s",
"value": {
"type": "single",
"value": 10.9
},
"scale": "low",
"alternatives_value": {
"min": 9.100000381469727,
"max": 13.300000190734863,
"mean": 10.823529467863196
}
},
"3": {
"slug": "consumo_extraurbano",
"type": "simple",
"name": "Consumo extraurbano",
"unit": "l\/100 km",
"value": {
"type": "single",
"value": 4.8
},
"scale": "low",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
"4": {
"slug": "consumo_urbano",
"type": "simple",
"name": "Consumo urbano",
"unit": "l\/100 km",
"value": {
"type": "single",
"value": 6.7
},
"scale": "low",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
"5": {
"slug": "consumo_medio",
"type": "simple",
"name": "Consumo medio",
"unit": "l\/100 km",
"value": {
"type": "single",
"value": 5.5
},
"scale": "low",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
"6": {
"slug": "consumo",
"type": "simple",
"name": "Consumo",
"unit": "l\/100 km",
"value": {
"type": "single",
"value": 5.5
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
"7": {
"slug": "emisiones_de_co2",
"type": "simple",
"name": "Emisiones de CO2",
"unit": "gr\/km",
"value": {
"type": "single",
"value": 128
},
"scale": "low",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
"9": {
"slug": "normativa_de_emisiones",
"type": "simple",
"name": "Normativa de emisiones",
"unit": "",
"value": {
"type": "single",
"value": "Euro 6"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
"10": {
"slug": "distintivo_ambiental_dgt",
"type": "simple",
"name": "Distintivo ambiental DGT",
"unit": "",
"value": {
"type": "single",
"value": "C"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
"11": {
"slug": "unidad_de_consumo",
"type": "simple",
"name": "Unidad de consumo",
"unit": "l\/100 km",
"value": {
"type": "single",
"value": "l\/100 km"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
}
}
},
{
"name": "Dimensiones, peso, capacidades",
"measurements": [
{
"slug": "tipo_de_carroceria",
"type": "simple",
"name": "Tipo de Carrocer\u00eda",
"unit": "",
"value": {
"type": "single",
"value": "Todoterreno"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "numero_de_puertas",
"type": "simple",
"name": "N\u00famero de puertas",
"unit": "",
"value": {
"type": "single",
"value": 5
},
"scale": "none",
"alternatives_value": {
"min": 5,
"max": 5,
"mean": 5
}
},
{
"slug": "largo",
"type": "simple",
"name": "Largo",
"unit": "mm",
"value": {
"type": "single",
"value": 4222
},
"scale": "none",
"alternatives_value": {
"min": 4096,
"max": 4395,
"mean": 4220.64705882353
}
},
{
"slug": "ancho",
"type": "simple",
"name": "Ancho",
"unit": "mm",
"value": {
"type": "single",
"value": 1793
},
"scale": "none",
"alternatives_value": {
"min": 1756,
"max": 1826,
"mean": 1786.4117647058824
}
},
{
"slug": "alto",
"type": "simple",
"name": "Alto",
"unit": "mm",
"value": {
"type": "single",
"value": 1691
},
"scale": "none",
"alternatives_value": {
"min": 1483,
"max": 1693,
"mean": 1572.5294117647059
}
},
{
"slug": "batalla",
"type": "simple",
"name": "Batalla",
"unit": "mm",
"value": {
"type": "single",
"value": 2578
},
"scale": "none",
"alternatives_value": {
"min": 2500,
"max": 2674,
"mean": 2592.176470588235
}
},
{
"slug": "via_delantera",
"type": "simple",
"name": "V\u00eda delantera",
"unit": "mm",
"value": {
"type": "single",
"value": 1541
},
"scale": "none",
"alternatives_value": {
"min": 1503,
"max": 1585,
"mean": 1542.3529411764705
}
},
{
"slug": "via_trasera",
"type": "simple",
"name": "V\u00eda trasera",
"unit": "mm",
"value": {
"type": "single",
"value": 1537
},
"scale": "none",
"alternatives_value": {
"min": 1486,
"max": 1584,
"mean": 1531.7058823529412
}
},
{
"slug": "coeficiente_cx",
"type": "simple",
"name": "Coeficiente Cx",
"unit": "",
"value": {
"type": "single",
"value": 0.368
},
"scale": "low",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "peso",
"type": "simple",
"name": "Peso",
"unit": "kg",
"value": {
"type": "single",
"value": 1340
},
"scale": "low",
"alternatives_value": {
"min": 1180,
"max": 1369,
"mean": 1264.4375
}
},
{
"slug": "numero_de_plazas",
"type": "simple",
"name": "N\u00famero de plazas",
"unit": "",
"value": {
"type": "single",
"value": 5
},
"scale": "none",
"alternatives_value": {
"min": 5,
"max": 5,
"mean": 5
}
},
{
"slug": "distribucion_de_asientos",
"type": "simple",
"name": "Distribuci\u00f3n de asientos",
"unit": "",
"value": {
"type": "single",
"value": "2 + 3"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "volumen_maletero_principal",
"type": "simple",
"name": "Volumen maletero principal",
"unit": "litros",
"value": {
"type": "single",
"value": 405
},
"scale": "high",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "volumen_total_de_maleteros",
"type": "simple",
"name": "Volumen total de maleteros",
"unit": "litros",
"value": {
"type": "single",
"value": 405
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "tipo_de_deposito",
"type": "multiple",
"name": "Tipo de dep\u00f3sito",
"unit": "",
"values": [
{
"name": "Gasolina (litros)",
"value": {
"type": "single",
"value": 55
},
"scale": "high",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
}
]
},
{
"slug": "volumenes_de_maletero",
"type": "multiple",
"name": "Vol\u00famenes de maletero",
"unit": "Litros",
"values": [
{
"name": "Volumen con una fila de asientos disponible",
"value": {
"type": "single",
"value": 1580
},
"scale": "high",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"name": "Volumen m\u00e1ximo con dos filas de asientos disponibles",
"value": {
"type": "single",
"value": 510
},
"scale": "high",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"name": "Volumen m\u00ednimo con dos filas de asientos disponibles",
"value": {
"type": "single",
"value": 405
},
"scale": "high",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
}
]
},
{
"slug": "filtro_de_particulas",
"type": "simple",
"name": "Filtro de part\u00edculas",
"unit": "",
"value": {
"type": "single",
"value": "No"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
}
]
},
{
"name": "Motor de Combusti\u00f3n",
"measurements": [
{
"slug": "proposito",
"type": "simple",
"name": "Prop\u00f3sito",
"unit": "",
"value": {
"type": "single",
"value": "Impulsar el veh\u00edculo"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "combustible",
"type": "simple",
"name": "Combustible",
"unit": "",
"value": {
"type": "single",
"value": "Gasolina"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "situacion",
"type": "simple",
"name": "Situaci\u00f3n",
"unit": "",
"value": {
"type": "single",
"value": "Delantero transversal"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "potencia_maxima",
"type": "simple",
"name": "Potencia m\u00e1xima",
"unit": "kW",
"value": {
"type": "single",
"value": 81
},
"scale": "none",
"alternatives_value": {
"min": 70,
"max": 103,
"mean": 84.8529411764706
}
},
{
"slug": "revoluciones_potencia_maxima",
"type": "simple",
"name": "Revoluciones potencia m\u00e1xima",
"unit": "rpm",
"value": {
"type": "single",
"value": 5600
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "par_maximo",
"type": "simple",
"name": "Par m\u00e1ximo",
"unit": "Nm",
"value": {
"type": "single",
"value": 175
},
"scale": "none",
"alternatives_value": {
"min": 160,
"max": 240,
"mean": 193.35294117647058
}
},
{
"slug": "revoluciones_par_maximo",
"type": "simple",
"name": "Revoluciones par m\u00e1ximo",
"unit": "rpm",
"value": {
"type": "single",
"value": 4000
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "numero_de_cilindros",
"type": "simple",
"name": "N\u00famero de cilindros",
"unit": "",
"value": {
"type": "single",
"value": 4
},
"scale": "none",
"alternatives_value": {
"min": 3,
"max": 4,
"mean": 3.235294117647059
}
},
{
"slug": "disposicion_de_los_cilindros",
"type": "simple",
"name": "Disposici\u00f3n de los cilindros",
"unit": "",
"value": {
"type": "single",
"value": "En l\u00ednea"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "material_del_bloque",
"type": "simple",
"name": "Material del bloque",
"unit": "",
"value": {
"type": "single",
"value": "Aluminio"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "material_de_la_culata",
"type": "simple",
"name": "Material de la culata",
"unit": "",
"value": {
"type": "single",
"value": "Aluminio"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "diametro",
"type": "simple",
"name": "Di\u00e1metro",
"unit": "mm",
"value": {
"type": "single",
"value": 71
},
"scale": "none",
"alternatives_value": {
"min": 70,
"max": 83.5,
"mean": 73.54117629107307
}
},
{
"slug": "carrera",
"type": "simple",
"name": "Carrera",
"unit": "mm",
"value": {
"type": "single",
"value": 75.6
},
"scale": "none",
"alternatives_value": {
"min": 76.4000015258789,
"max": 91.19999694824219,
"mean": 83.43529420740464
}
},
{
"slug": "cilindrada",
"type": "simple",
"name": "Cilindrada",
"unit": "cm3",
"value": {
"type": "single",
"value": 1197
},
"scale": "none",
"alternatives_value": {
"min": 998,
"max": 1998,
"mean": 1156.2941176470588
}
},
{
"slug": "distribucion",
"type": "multiple",
"name": "Distribuci\u00f3n",
"unit": "",
"values": [
{
"name": "V\u00e1lvulas por cilindro",
"value": {
"type": "single",
"value": 4
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"name": "Tipo de distribuci\u00f3n",
"value": {
"type": "single",
"value": "Dos \u00e1rboles de levas en la culata"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
}
]
},
{
"slug": "alimentacion",
"type": "simple",
"name": "Alimentaci\u00f3n",
"unit": "",
"value": {
"type": "single",
"value": "Inyecci\u00f3n directa. Turbo. Intercooler"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "automatismo_de_parada_y_arranque_del_motor",
"type": "simple",
"name": "Automatismo de parada y arranque del motor",
"unit": "",
"value": {
"type": "single",
"value": "S\u00ed"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
}
]
},
{
"name": "Transmisi\u00f3n",
"measurements": [
{
"slug": "traccion",
"type": "simple",
"name": "Tracci\u00f3n",
"unit": "",
"value": {
"type": "single",
"value": "Delantera"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "caja_de_cambios",
"type": "simple",
"name": "Caja de cambios",
"unit": "",
"value": {
"type": "single",
"value": "Manual"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "numero_de_velocidades",
"type": "simple",
"name": "N\u00famero de velocidades",
"unit": "",
"value": {
"type": "single",
"value": 6
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "tipo_de_mando",
"type": "simple",
"name": "Tipo de mando",
"unit": "",
"value": {
"type": "single",
"value": "Selecci\u00f3n"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "tipo_de_embrague",
"type": "simple",
"name": "Tipo de Embrague",
"unit": "",
"value": {
"type": "single",
"value": "Embrague monodisco en seco"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "tipo_de_mecanismo",
"type": "simple",
"name": "Tipo de mecanismo",
"unit": "",
"value": {
"type": "single",
"value": "Pares de engranajes"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
}
]
},
{
"name": "Chasis",
"measurements": [
{
"slug": "estructura_suspension_delantera",
"type": "simple",
"name": "Estructura suspensi\u00f3n delantera",
"unit": "",
"value": {
"type": "single",
"value": "Tipo McPherson"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "muelle_suspension_delantera",
"type": "simple",
"name": "Muelle suspensi\u00f3n delantera",
"unit": "",
"value": {
"type": "single",
"value": "Resorte helicoidal"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "estructura_suspension_trasera",
"type": "simple",
"name": "Estructura suspensi\u00f3n trasera",
"unit": "",
"value": {
"type": "single",
"value": "Paralelogramo deformable"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "muelle_suspension_trasera",
"type": "simple",
"name": "Muelle suspensi\u00f3n trasera",
"unit": "",
"value": {
"type": "single",
"value": "Resorte helicoidal"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "barra_estabilizadora_delantera",
"type": "simple",
"name": "Barra estabilizadora delantera",
"unit": "",
"value": {
"type": "single",
"value": "S\u00ed"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "barra_estabilizadora_trasera",
"type": "simple",
"name": "Barra estabilizadora trasera",
"unit": "",
"value": {
"type": "single",
"value": "S\u00ed"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "tipo_de_frenos_delanteros",
"type": "simple",
"name": "Tipo de frenos delanteros",
"unit": "",
"value": {
"type": "single",
"value": "Disco ventilado"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "tipo_de_frenos_traseros",
"type": "simple",
"name": "Tipo de frenos traseros",
"unit": "",
"value": {
"type": "single",
"value": "Disco"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "direccion",
"type": "multiple",
"name": "Direcci\u00f3n",
"unit": "",
"values": [
{
"name": "Tipo",
"value": {
"type": "single",
"value": "Cremallera"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"name": "Tipo de asistencia",
"value": {
"type": "single",
"value": "El\u00e9ctrica"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"name": "Asistencia en funci\u00f3n de la velocidad",
"value": {
"type": "single",
"value": "No"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"name": "Desmultiplicacion en funci\u00f3n de la velocidad",
"value": {
"type": "single",
"value": "No"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"name": "Desmultiplicaci\u00f3n no lineal",
"value": {
"type": "single",
"value": "No"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"name": "Direcci\u00f3n a las cuatro ruedas",
"value": {
"type": "single",
"value": "No"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"name": "Di\u00e1metro de giro entre paredes",
"value": {
"type": "single",
"value": 10.3
},
"scale": "low",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
}
]
},
{
"slug": "neumaticos_delanteros",
"type": "simple",
"name": "Neum\u00e1ticos delanteros",
"unit": "",
"value": {
"type": "single",
"value": "215\/60 R16 "
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "neumaticos_traseros",
"type": "simple",
"name": "Neum\u00e1ticos traseros",
"unit": "",
"value": {
"type": "single",
"value": "215\/60 R16 "
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "llantas_delanteras",
"type": "simple",
"name": "Llantas delanteras",
"unit": "",
"value": {
"type": "single",
"value": "7 x 16"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "llantas_traseras",
"type": "simple",
"name": "Llantas Traseras",
"unit": "",
"value": {
"type": "single",
"value": "7 x 16"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
}
]
},
{
"name": "Resumen del sistema de propulsi\u00f3n",
"measurements": [
{
"slug": "potencia_maxima",
"type": "simple",
"name": "Potencia m\u00e1xima",
"unit": "kW",
"value": {
"type": "single",
"value": 81
},
"scale": "none",
"alternatives_value": {
"min": 70,
"max": 103,
"mean": 84.8529411764706
}
},
{
"slug": "revoluciones_potencia_maxima",
"type": "simple",
"name": "Revoluciones potencia m\u00e1xima",
"unit": "rpm",
"value": {
"type": "single",
"value": 5600
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "par_maximo",
"type": "simple",
"name": "Par m\u00e1ximo",
"unit": "Nm",
"value": {
"type": "single",
"value": 175
},
"scale": "none",
"alternatives_value": {
"min": 160,
"max": 240,
"mean": 193.35294117647058
}
},
{
"slug": "revoluciones_par_maximo",
"type": "simple",
"name": "Revoluciones par m\u00e1ximo",
"unit": "rpm",
"value": {
"type": "single",
"value": 4000
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "combustible",
"type": "simple",
"name": "Combustible",
"unit": "",
"value": {
"type": "single",
"value": "Gasolina"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
},
{
"slug": "mild_hybrid",
"type": "simple",
"name": "Mild hybrid",
"unit": "",
"value": {
"type": "single",
"value": "No"
},
"scale": "none",
"alternatives_value": {
"min": 0,
"max": 0,
"mean": 0
}
}
]
}
],
"parts": [
{
"price": {
"updated": "2017-01-24T09:47:19+0000",
"base": 326.04,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 10,
"make_id": "?",
"name": "Airbags de cabeza delanteros y traseros",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Airbags de cabeza delanteros y traseros",
"option": "optional",
"packs": [
65731
]
},
{
"price": {
"updated": "2016-06-02T15:33:35+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 11,
"make_id": "?",
"name": "Airbag frontal pasajero",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Airbag frontal pasajero",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:30:18+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 12,
"make_id": "?",
"name": "Airbags laterales delanteros",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Airbags laterales delanteros",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:34:03+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 13,
"make_id": "?",
"name": "Airbag frontal conductor",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Airbag frontal conductor",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:30:29+0000",
"base": 318.09,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 14,
"make_id": "?",
"name": "Airbags laterales traseros",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Airbags laterales traseros",
"option": "on_package",
"packs": [
65731
]
},
{
"price": {
"updated": "2016-06-02T15:33:44+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 17,
"make_id": "?",
"name": "Antibloqueo de frenos (ABS)",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Antibloqueo de frenos (ABS)",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:33:34+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 21,
"make_id": "?",
"name": "Control de estabilidad (ESC)",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Control de estabilidad",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:30:08+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 25,
"make_id": "?",
"name": "Faros antiniebla",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Faros antiniebla",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:30:42+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 26,
"make_id": "?",
"name": "Faros de xen\u00f3n",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Faros de xen\u00f3n",
"option": "unavailable",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:30:10+0000",
"base": 43.74,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 30,
"make_id": "?",
"name": "Ordenador de viaje",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Ordenador de viaje",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:35:47+0000",
"base": 155.07,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 31,
"make_id": "?",
"name": "Control de velocidad de crucero (Tempomat)",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Programador de velocidad",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:30:17+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 34,
"make_id": "?",
"name": "Volante con ajuste vertical",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Volante con ajuste vertical",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:30:21+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 35,
"make_id": "?",
"name": "Volante con ajuste horizontal",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Volante con ajuste horizontal",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:35:51+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 36,
"make_id": "?",
"name": "Control de tracci\u00f3n (ASR)",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Control de tracci\u00f3n",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:12:25+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 37,
"make_id": "?",
"name": "Direcci\u00f3n asistida electromec\u00e1nica",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Direcci\u00f3n asistida",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:08+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 46,
"make_id": "?",
"name": "Cuentavueltas",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Cuentavueltas",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:08+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 50,
"make_id": "?",
"name": "Cinturones delanteros de tres puntos, con pretensores y ajustables en altura",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Cinturones de seguridad delanteros (funci\u00f3n espec\u00edfica)",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:08+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 51,
"make_id": "?",
"name": "Cinturones posteriores de tres puntos",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Cinturones de seguridad 2\u00aa fila (funci\u00f3n espec\u00edfica)",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:33:33+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 80,
"make_id": "?",
"name": "Retrovisores exteriores calefactados",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Retrovisores exteriores con calefacci\u00f3n",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:34:48+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 96,
"make_id": "?",
"name": "Parabrisas t\u00e9rmico",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Parabrisas calefactado",
"option": "on_package",
"packs": [
176165
]
},
{
"price": {
"updated": "2015-10-26T16:07:08+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 97,
"make_id": "?",
"name": "Regulaci\u00f3n de altura de faros",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Regulaci\u00f3n de altura de faros",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:29:38+0000",
"base": 115.31,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 98,
"make_id": "?",
"name": "Lavafaros",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Lavafaros",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:35:51+0000",
"base": 298.21,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 104,
"make_id": "?",
"name": "Sensores de aparcamiento delanteros",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Control de distancia de aparcamiento delantero",
"option": "on_package",
"packs": [
42213
]
},
{
"price": {
"updated": "2016-06-02T15:35:42+0000",
"base": 302.19,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 105,
"make_id": "?",
"name": "Sensores de aparcamiento traseros",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Control de distancia de aparcamiento trasero",
"option": "optional",
"packs": [
42213
]
},
{
"price": {
"updated": "2015-10-26T16:07:08+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 126,
"make_id": "?",
"name": "Asistencia a la frenada de emergencia (HBA)",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Servofreno de emergencia",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2017-01-24T09:51:46+0000",
"base": 230.62,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 132,
"make_id": "?",
"name": "Airbag de rodilla para el conductor",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Airbag de rodilla",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 155,
"make_id": "?",
"name": "Reloj digital",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Reloj horario",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 159,
"make_id": "?",
"name": "Tres reposacabezas posteriores ajustables en altura",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Reposacabezas en plazas traseras (tres)",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:12:57+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 169,
"make_id": "?",
"name": "Limpialuneta",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Limpialuneta",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 193,
"make_id": "?",
"name": "Indicador de temperatura exterior",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Term\u00f3metro exterior",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:33:31+0000",
"base": 43.74,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 200,
"make_id": "?",
"name": "Mandos de radio en volante",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Mandos de radio en volante",
"option": "on_package",
"packs": [
156961
]
},
{
"price": {
"updated": "2016-06-02T17:12:01+0000",
"base": 43.74,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 202,
"make_id": "?",
"name": "Mandos de radio y tel\u00e9fono en volante",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Mandos multifunci\u00f3n en volante",
"option": "on_package",
"packs": [
206420
]
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 203,
"make_id": "?",
"name": "Corte de combustible en caso de accidente",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Corte de combustible en caso de accidente",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 204,
"make_id": "?",
"name": "Dos anclajes Isofix para asientos infantiles traseros",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Fijaci\u00f3n de silla infantil en fila posterior",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 226,
"make_id": "?",
"name": "Ajuste de iluminaci\u00f3n de cuadro de instrumentos",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Reostato",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:12:42+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 234,
"make_id": "?",
"name": "Distribuci\u00f3n electr\u00f3nica de frenado (EBD)",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Distribuci\u00f3n electr\u00f3nica de frenado (EBD)",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:14:29+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 236,
"make_id": "?",
"name": "Reposacabezas activos delanteros",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Reposacabezas activos",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:13:28+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 256,
"make_id": "?",
"name": "Sensor de presi\u00f3n de neum\u00e1ticos (TPM)",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Control de presi\u00f3n en neum\u00e1ticos",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:33:46+0000",
"base": 67.59,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 350,
"make_id": "?",
"name": "Asistente de arranque en pendientes (AUTOHOLD)",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Arrancada f\u00e1cil en rampa",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:13:18+0000",
"base": 27.83,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 357,
"make_id": "?",
"name": "Anclajes Isofix en el asiento del acompa\u00f1ante",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Fijaci\u00f3n de silla infantil en asiento copiloto",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:22:49+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 489,
"make_id": "?",
"name": "Luz diurna (Day Light)",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Iluminaci\u00f3n exterior diurna",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:14:13+0000",
"base": 27.83,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 549,
"make_id": "?",
"name": "Doble parasol",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Parasoles delanteros adicionales",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 637,
"make_id": "?",
"name": "Desactivaci\u00f3n manual airbag frontal pasajero",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Desactivaci\u00f3n de airbag del pasajero delantero",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 35.79,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 741,
"make_id": "?",
"name": "Avisador de fatiga",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Alarma anti fatiga del conductor",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:35:59+0000",
"base": 95.43,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 860,
"make_id": "?",
"name": "Faros antiniebla con funci\u00f3n Cornerlight (alumbrado lateral)",
"category": "Seguridad y conducci\u00f3n",
"subcategory": "Faros antiniebla (2\u00aa opci\u00f3n)",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:08+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 15,
"make_id": "?",
"name": "Aire acondicionado (Climatic)",
"category": "Elementos de confort",
"subcategory": "Aire acondicionado",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2017-01-24T09:55:11+0000",
"base": 453.28,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 16,
"make_id": "?",
"name": "Climatizador bizonal",
"category": "Elementos de confort",
"subcategory": "Climatizador",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:08+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 18,
"make_id": "?",
"name": "Asiento del conductor con ajuste el\u00e9ctrico",
"category": "Elementos de confort",
"subcategory": "Asiento del conductor con ajuste el\u00e9ctrico",
"option": "unavailable",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:29:36+0000",
"base": 167,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 19,
"make_id": "?",
"name": "Asientos delanteros con calefacci\u00f3n",
"category": "Elementos de confort",
"subcategory": "Asientos delanteros con calefacci\u00f3n",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:30:42+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 22,
"make_id": "?",
"name": "Elevalunas electricos delanteros",
"category": "Elementos de confort",
"subcategory": "Elevalunas el\u00e9ctricos delanteros",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:34:02+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 23,
"make_id": "?",
"name": "Elevalunas electricos traseros",
"category": "Elementos de confort",
"subcategory": "Elevalunas el\u00e9ctricos traseros",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:41:08+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 24,
"make_id": "?",
"name": "Retrovisores exteriores ajustables el\u00e9ctricamente",
"category": "Elementos de confort",
"subcategory": "Retrovisores exteriores orientables el\u00e9ctricamente",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:08+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 27,
"make_id": "?",
"name": "Limpiaparabrisas autom\u00e1tico",
"category": "Elementos de confort",
"subcategory": "Limpiaparabrisas autom\u00e1tico",
"option": "unavailable",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:08+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 28,
"make_id": "?",
"name": "Luces autom\u00e1ticas",
"category": "Elementos de confort",
"subcategory": "Luces autom\u00e1ticas",
"option": "unavailable",
"packs": []
},
{
"price": {
"updated": "2015-10-27T10:00:15+0000",
"base": 926.44,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 32,
"make_id": "?",
"name": "Techo solar panor\u00e1mico el\u00e9ctrico",
"category": "Elementos de confort",
"subcategory": "Techo corredizo",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:30:19+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 40,
"make_id": "?",
"name": "Cierre centralizado",
"category": "Elementos de confort",
"subcategory": "Cierre centralizado",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:08+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 53,
"make_id": "?",
"name": "Espejos exteriores plegables el\u00e9ctricamente",
"category": "Elementos de confort",
"subcategory": "Retrovisores exteriores plegables el\u00e9ctricamente",
"option": "unavailable",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:30:12+0000",
"base": 51.69,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 110,
"make_id": "?",
"name": "Asientos delanteros con ajuste de altura",
"category": "Elementos de confort",
"subcategory": "Asiento del conductor con ajuste de altura",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:22:50+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 111,
"make_id": "?",
"name": "Mando de apertura a distancia (dos llaves plegables)",
"category": "Elementos de confort",
"subcategory": "Mando de apertura a distancia",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:22:18+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 151,
"make_id": "?",
"name": "Dos luces de lectura (para conductor y acompa\u00f1ante)",
"category": "Elementos de confort",
"subcategory": "Luz de lectura delantera",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:22:18+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 152,
"make_id": "?",
"name": "Dos luces de lectura para las plazas traseras",
"category": "Elementos de confort",
"subcategory": "Luz de lectura trasera",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 194,
"make_id": "?",
"name": "Filtro antipolen",
"category": "Elementos de confort",
"subcategory": "Filtro antipolen",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:33:43+0000",
"base": 63.62,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 195,
"make_id": "?",
"name": "Asientos delanteros con ajuste lumbar",
"category": "Elementos de confort",
"subcategory": "Asiento del conductor con ajuste lumbar",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:13:47+0000",
"base": 210.74,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 211,
"make_id": "?",
"name": "Reposabrazos delantero con JUMBO BOX",
"category": "Elementos de confort",
"subcategory": "Apoyabrazos central delantero",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 249,
"make_id": "?",
"name": "Toma de corriente de 12V en el maletero y consola central",
"category": "Elementos de confort",
"subcategory": "Toma de corriente el\u00e9ctrica",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2015-10-27T08:05:22+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 260,
"make_id": "?",
"name": "Apertura electromec\u00e1nica del maletero Soft touch",
"category": "Elementos de confort",
"subcategory": "Apertura\/cierre del maletero con sistema de ayuda",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 291,
"make_id": "?",
"name": "Acceso y arranque sin llave",
"category": "Elementos de confort",
"subcategory": "Acceso y arranque sin llave",
"option": "unavailable",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:13:37+0000",
"base": 23.86,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 332,
"make_id": "?",
"name": "Limpiaparabrisas con eyectores calefactados",
"category": "Elementos de confort",
"subcategory": "Eyectores de lavaparabrisas con calefacci\u00f3n",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:35:52+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 351,
"make_id": "?",
"name": "Cristales laterales traseros oscurecidos",
"category": "Elementos de confort",
"subcategory": "Lunas traseras sobretintadas",
"option": "on_package",
"packs": [
65892,
176165
]
},
{
"price": {
"updated": "2016-06-02T15:35:55+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 442,
"make_id": "?",
"name": "Cristal central trasero oscurecido",
"category": "Elementos de confort",
"subcategory": "Luneta trasera sobretintada",
"option": "on_package",
"packs": [
65892,
176165
]
},
{
"price": {
"updated": "2016-06-02T17:22:23+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 565,
"make_id": "?",
"name": "Funci\u00f3n de arranque\/parada autom\u00e1tica",
"category": "Elementos de confort",
"subcategory": "Encendido y parada autom\u00e1ticos del motor",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2017-01-30T11:24:54+0000",
"base": 357.85,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 41,
"make_id": "?",
"name": "Pintura metalizada",
"category": "Decoraci\u00f3n exterior e interior",
"subcategory": "Pintura metalizada",
"option": "optional",
"packs": [
128735
]
},
{
"price": {
"updated": "2016-06-02T15:33:41+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 44,
"make_id": "?",
"name": "Tapiceria de cuero",
"category": "Decoraci\u00f3n exterior e interior",
"subcategory": "Tapicer\u00eda de cuero",
"option": "unavailable",
"packs": []
},
{
"price": {
"updated": "2017-01-24T09:38:18+0000",
"base": 198.81,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 134,
"make_id": "?",
"name": "Volante, palanca de cambio y freno de mano de cuero",
"category": "Decoraci\u00f3n exterior e interior",
"subcategory": "Volante (y pomo) de cuero",
"option": "optional",
"packs": [
156961,
206420
]
},
{
"price": {
"updated": "2016-06-02T17:22:52+0000",
"base": 63.62,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 166,
"make_id": "?",
"name": "Molduras protectoras laterales en color carrocer\u00eda",
"category": "Decoraci\u00f3n exterior e interior",
"subcategory": "Molduras laterales",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:33:45+0000",
"base": 35.79,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 216,
"make_id": "?",
"name": "Alfombrillas",
"category": "Decoraci\u00f3n exterior e interior",
"subcategory": "Alfombrillas",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2017-01-24T09:33:04+0000",
"base": 226.64,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 251,
"make_id": "?",
"name": "Pintura Roja o Blanca",
"category": "Decoraci\u00f3n exterior e interior",
"subcategory": "Pintura s\u00f3lida",
"option": "optional",
"packs": [
206765
]
},
{
"price": {
"updated": "2016-06-02T15:34:09+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 253,
"make_id": "?",
"name": "Retrovisores exteriores en color carroceria",
"category": "Decoraci\u00f3n exterior e interior",
"subcategory": "Elementos ext. diversos pintados o cromados",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2017-01-24T09:32:50+0000",
"base": 310.14,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 304,
"make_id": "?",
"name": "Pintura Blanco L\u00e1ser",
"category": "Decoraci\u00f3n exterior e interior",
"subcategory": "Pintura s\u00f3lida (2\u00aa opci\u00f3n)",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2017-01-30T11:24:54+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 465,
"make_id": "?",
"name": "Techo pintado en color espec\u00edfico",
"category": "Decoraci\u00f3n exterior e interior",
"subcategory": "Techo pintado en color espec\u00edfico",
"option": "on_package",
"packs": [
206765,
128735
]
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 15.9,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 515,
"make_id": "?",
"name": "Guardabarros traseros",
"category": "Decoraci\u00f3n exterior e interior",
"subcategory": "Faldillas traseras",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:22:07+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 48,
"make_id": "?",
"name": "Asientos traseros abatibles y desmontables individualmente (VarioFlex)",
"category": "Equipaje y transporte",
"subcategory": "Asientos posteriores (segunda fila) abatibles",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2017-01-24T09:26:51+0000",
"base": 485.09,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 148,
"make_id": "?",
"name": "Dispositivo gancho remolque con adaptador",
"category": "Equipaje y transporte",
"subcategory": "Bola de remolque",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:22:14+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 150,
"make_id": "?",
"name": "Consola central con compartimento portaobjetos",
"category": "Equipaje y transporte",
"subcategory": "Consola central delantera",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 167,
"make_id": "?",
"name": "Posavasos doble en la consola central",
"category": "Equipaje y transporte",
"subcategory": "Posavasos",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 173,
"make_id": "?",
"name": "Barras de techo en negro",
"category": "Equipaje y transporte",
"subcategory": "Barras exteriores portaequipaje",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:22:09+0000",
"base": 127.24,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 207,
"make_id": "?",
"name": "Barras longitudinales plateadas",
"category": "Equipaje y transporte",
"subcategory": "Barras exteriores portaequipaje (2\u00aa opci\u00f3n)",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 15.9,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 227,
"make_id": "?",
"name": "Papelera en el lateral de la puerta delantera",
"category": "Equipaje y transporte",
"subcategory": "Compartimento no habitual",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 230,
"make_id": "?",
"name": "Fijaci\u00f3n regulable con ganchos ajustables en maletero",
"category": "Equipaje y transporte",
"subcategory": "Maletero: dispositivo de sujeci\u00f3n",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 244,
"make_id": "?",
"name": "Bandeja posterior extra\u00edble",
"category": "Equipaje y transporte",
"subcategory": "Bandeja o lona cubremaletero",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 99.4,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 270,
"make_id": "?",
"name": "Bolsa portaesqu\u00eds",
"category": "Equipaje y transporte",
"subcategory": "Bolsa portaesqu\u00eds",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:41:05+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 323,
"make_id": "?",
"name": "Maletero con iluminaci\u00f3n",
"category": "Equipaje y transporte",
"subcategory": "Maletero con iluminaci\u00f3n",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 39.76,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 361,
"make_id": "?",
"name": "Alfombra del maletero de doble cara (tela y goma)",
"category": "Equipaje y transporte",
"subcategory": "Alfombrilla de maletero reversible",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:13:46+0000",
"base": 91.45,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 402,
"make_id": "?",
"name": "Red de separaci\u00f3n entre habit\u00e1culo y maletero",
"category": "Equipaje y transporte",
"subcategory": "Red de separaci\u00f3n entre habit\u00e1culo y maletero",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:12:58+0000",
"base": 178.93,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 420,
"make_id": "?",
"name": "Maletero de doble fondo",
"category": "Equipaje y transporte",
"subcategory": "Maletero con fondo m\u00f3vil (piso extraible)",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 155.07,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 502,
"make_id": "?",
"name": "Preparaci\u00f3n para dispositivo gancho remolque",
"category": "Equipaje y transporte",
"subcategory": "Preinstalaci\u00f3n de bola de remolque",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 47.71,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 694,
"make_id": "?",
"name": "Paquete de redes en el maletero (2 redes)",
"category": "Equipaje y transporte",
"subcategory": "Maletero: dispositivo de sujeci\u00f3n (2\u00aa opci\u00f3n)",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:29:06+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 29,
"make_id": "?",
"name": "Navegador",
"category": "Equipos de sonido y multimedia",
"subcategory": "Navegador",
"option": "unavailable",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:33:30+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 47,
"make_id": "?",
"name": "Cargador de CD",
"category": "Equipos de sonido y multimedia",
"subcategory": "Cargador de CD",
"option": "unavailable",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:08+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 118,
"make_id": "?",
"name": "Cuatro altavoces delanteros",
"category": "Equipos de sonido y multimedia",
"subcategory": "Altavoces 4 ud.",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2017-01-24T10:01:30+0000",
"base": 87.48,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 119,
"make_id": "?",
"name": "Ocho altavoces (cuatro delante y cuatro detr\u00e1s)",
"category": "Equipos de sonido y multimedia",
"subcategory": "Altavoces 8 ud.",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 160,
"make_id": "?",
"name": "Radio Blues 1 DIN con reproductor de CD y MP3",
"category": "Equipos de sonido y multimedia",
"subcategory": "Radio con lector de CD",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:23:07+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 162,
"make_id": "?",
"name": "Radio SWING + MP3",
"category": "Equipos de sonido y multimedia",
"subcategory": "Radio con lector de CD (2\u00aa opci\u00f3n)",
"option": "on_package",
"packs": [
176176
]
},
{
"price": {
"updated": "2015-10-27T10:03:27+0000",
"base": 147.12,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 219,
"make_id": "?",
"name": "Pantalla multifunci\u00f3n Maxi-DOT",
"category": "Equipos de sonido y multimedia",
"subcategory": "Pantalla informativa en salpicadero",
"option": "optional",
"packs": [
156961,
206420
]
},
{
"price": {
"updated": "2017-01-31T11:01:52+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 284,
"make_id": "?",
"name": "Pantalla t\u00e1ctil de 5\"",
"category": "Equipos de sonido y multimedia",
"subcategory": "Pantalla informativa en salpicadero (2\u00aa opci\u00f3n)",
"option": "on_package",
"packs": [
206838,
176176
]
},
{
"price": {
"updated": "2016-06-02T17:13:32+0000",
"base": 15.9,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 545,
"make_id": "?",
"name": "Clavija de audio en reposabrazos central delantero",
"category": "Equipos de sonido y multimedia",
"subcategory": "Conexi\u00f3n para auriculares",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:35:40+0000",
"base": 91.45,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 647,
"make_id": "?",
"name": "Radio digital DAB",
"category": "Equipos de sonido y multimedia",
"subcategory": "Radio digital",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:30:42+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 665,
"make_id": "?",
"name": "Conexi\u00f3n USB",
"category": "Equipos de sonido y multimedia",
"subcategory": "Conexi\u00f3n USB",
"option": "on_package",
"packs": [
176176
]
},
{
"price": {
"updated": "2016-06-02T15:34:48+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 764,
"make_id": "?",
"name": "Lector de tarjetas SD",
"category": "Equipos de sonido y multimedia",
"subcategory": "Lector de tarjetas de memoria",
"option": "on_package",
"packs": [
176176
]
},
{
"price": {
"updated": "2017-01-24T10:00:25+0000",
"base": 107.36,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 776,
"make_id": "?",
"name": "Conexi\u00f3n Bluetooth para telef\u00f3no m\u00f3vil",
"category": "Equipos de sonido y multimedia",
"subcategory": "Conexi\u00f3n Bluetooth para tel\u00e9fono m\u00f3vil",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:30:30+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 38,
"make_id": "?",
"name": "Llantas de aleaci\u00f3n",
"category": "Llantas y neum\u00e1ticos",
"subcategory": "Llantas de aleaci\u00f3n",
"option": "unavailable",
"packs": []
},
{
"price": {
"updated": "2017-01-31T11:02:15+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 81,
"make_id": "?",
"name": "Rueda de recambio de 40 cm (16\")",
"category": "Llantas y neum\u00e1ticos",
"subcategory": "Rueda de repuesto del mismo tama\u00f1o que las otras cuatro",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T15:34:07+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 161,
"make_id": "?",
"name": "Kit antipinchazos",
"category": "Llantas y neum\u00e1ticos",
"subcategory": "Equipo reparapinchazos",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2015-10-27T09:22:42+0000",
"base": 202.78,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 107,
"make_id": "?",
"name": "Alarma volum\u00e9trica con sensor de inclinaci\u00f3n",
"category": "Varios",
"subcategory": "Alarma antirrobo",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2015-10-26T16:07:09+0000",
"base": 103.38,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 336,
"make_id": "?",
"name": "Protecci\u00f3n adicional de los bajos (Paquete malas carreteras)",
"category": "Varios",
"subcategory": "Protecci\u00f3n de bajos de carrocer\u00eda",
"option": "optional",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:23:01+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 430,
"make_id": "?",
"name": "Paquete fumador (cenicero y encendedor)",
"category": "Varios",
"subcategory": "Cenicero y\/o encendedor",
"option": "serial",
"packs": []
},
{
"price": {
"updated": "2016-06-02T17:13:26+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
},
"id": 739,
"make_id": "?",
"name": "Recuperaci\u00f3n de la energ\u00eda de frenado",
"category": "Varios",
"subcategory": "Recuperaci\u00f3n de la energ\u00eda de frenado",
"option": "serial",
"packs": []
}
],
"packs": [
{
"id": 42213,
"name": "Sensores de aparcamiento delanteros y traseros",
"price": {
"updated": "2017-01-24T09:31:06+0000",
"base": 576.54,
"tax": 0,
"vat": 0,
"discount": 0
}
},
{
"id": 65731,
"name": "Airbags de cabeza y airbags laterales traseros",
"price": {
"updated": "2017-01-24T09:52:11+0000",
"base": 588.47,
"tax": 0,
"vat": 0,
"discount": 0
}
},
{
"id": 65892,
"name": "Sunset",
"price": {
"updated": "2016-06-02T17:11:58+0000",
"base": 115.31,
"tax": 0,
"vat": 0,
"discount": 0
}
},
{
"id": 128735,
"name": "Pintura metalizada con techo pintado",
"price": {
"updated": "2017-01-30T11:24:54+0000",
"base": 671.97,
"tax": 0,
"vat": 0,
"discount": 0
}
},
{
"id": 156961,
"name": "Volante de 3 radios en cuero con control de radio + Maxi-DOT",
"price": {
"updated": "2017-01-24T09:59:21+0000",
"base": 397.61,
"tax": 0,
"vat": 0,
"discount": 0
}
},
{
"id": 176165,
"name": "Parabrisas t\u00e9rmico + Sunset",
"price": {
"updated": "2017-01-24T09:31:33+0000",
"base": 290.26,
"tax": 0,
"vat": 0,
"discount": 0
}
},
{
"id": 176176,
"name": "Radio SWING con pantalla t\u00e1ctil, tarjeta SD y USB",
"price": {
"updated": "2015-10-27T10:17:42+0000",
"base": 151.09,
"tax": 0,
"vat": 0,
"discount": 0
}
},
{
"id": 206420,
"name": "Volante de 3 radios en cuero con control de radio y tel\u00e9fono + Maxi-DOT",
"price": {
"updated": "2017-01-24T09:59:58+0000",
"base": 413.52,
"tax": 0,
"vat": 0,
"discount": 0
}
},
{
"id": 206765,
"name": "Pintura no metalizada con techo pintado",
"price": {
"updated": "2017-01-30T11:24:54+0000",
"base": 473.16,
"tax": 0,
"vat": 0,
"discount": 0
}
},
{
"id": 206838,
"name": "Pantalla t\u00e1ctil de 12.7 cm (5\")",
"price": {
"updated": "2017-01-31T11:01:52+0000",
"base": 0,
"tax": 0,
"vat": 0,
"discount": 0
}
}
]
},
"meta": {
"timestamp": "2025-02-26T10:32:45+00:00",
"hash": "36b3be61d1acf25b927bfe1c2729eb0fe1b8fa70"
}
}
404 Not Found
{
"jsonapi": {
"version": "1.0"
},
"errors": [
"vehicle_id"
],
"meta": {
"timestamp": "2025-02-26T10:33:19+00:00",
"hash": "4e5add72a78c93c29e86619f4bfdc00e73bec862"
}
}