This API works after fetching vehicle details from the Vehicle Suite APIs (Makers, Models, Fuel & Capacities). Developers must pass the correct combination of:
π Maker (string) β Vehicle manufacturer name
π Model (string) β Model name linked to the maker
β½ Fuel Type (string) β Accepted values: "petrol", "diesel", "cng"
βοΈ Cubic Capacity (integer) β Engine displacement (in cc)
πΊοΈ State Name (string) β The userβs state, required to map fuel prices and calculate cost per km
The API returns:
π A unique model_id for downstream calculations
Cost per km (fuel cost factored from userβs state)
COβ emissions
π With this information, developers can integrate personalized and location-based vehicle performance into routing, pricing, and sustainability features.
API Details
API Version
1.0.0
This is the current version of the API available for use.
ssrapi/get-vehicle-info
POSTssrapi/get-vehicle-info
This API provides vehicle-specific performance data based on:
β Maker
β Model
β Fuel Type
β Engine Cubic Capacity
β User's State Name
It returns:
β A unique model_id to be used in downstream fuel-efficient route calculations
β Maker name, Model name, fuel type, cubic capacity
β Speed-wise mileage, cost per km, and COβ emissions
Parameters
Parameter
Type
Description
Example
maker*
Text (String)
Vehicle manufacturer name (e.g., "Tata")
Tata , BMW
model*
Text (String)
Model name (e.g., "Ace"), should be based on the maker.