Api documentation

Api documentation

Get Transmissions for a Car Style

Spec: Engine and Transmission
 
 
v2 v1
 
 

Response format

JSON Response

{
  "transmissions": [
    {
	  "id": {integer},
	  "name": {string},
	  "equipmentType": "TRANSMISSION",
	  "availability": {string},
	  "automaticType": {string},
	  "transmissionType": {string},
	  "numberOfSpeeds": {integer},
	  "options": {array of objects}
    }
  ],
  "transmissionsCount": {integer}
}
Property Description Visibility
id The transmission ID Edmunds, Partners, Public
name The transmission name Edmunds, Partners, Public
equipmentType Always “TRANSMISSION” Edmunds, Partners, Public
availability The availability of the equipment (see overview) Edmunds, Partners, Public
automaticType The type of automatic transmission Edmunds, Partners, Public
transmissionType The transmission type (automatic, manual, ..etc) Edmunds, Partners, Public
numberOfSpeeds The number of speed the car has Edmunds, Partners, Public
options The list of options associated with this transmission (available only for optional transmissions) Edmunds, Partners, Public