forked from gdscwce/Vehicle-Model-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
76 lines (74 loc) · 2.04 KB
/
data.json
File metadata and controls
76 lines (74 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[
{
"id":1,
"companyName": "BMW",
"category": "Bike",
"modelName":"G 310R",
"mileage": "32kmpl",
"approx.Cost": "2.85-2.99 lakh Rs",
"website":"https://www.bikewale.com/bmw-bikes/g-310-r/"
},
{
"id":2,
"companyName": "Mercedes-Benz",
"category": "Car",
"modelName":"G 350d 4Matic",
"mileage": "9kmpl",
"approx.Cost": "1.31 Cr Rs.",
"website":"https://www.carwale.com/mercedes-benz-cars/g-class/"
},
{
"id":3,
"companyName": "Jagur",
"category": "Car",
"modelName":"Porsche F-TYPE",
"mileage": "9-11kmpl",
"approx.Cost": "1 crore",
"website":"https://www.jaguar.in/jaguar-range/f-type/index.html"
},
{
"id":4,
"companyName": "Jagur",
"category": "Car",
"modelName":"Porsche XF",
"mileage": "9-11kmpl",
"approx.Cost": "76-80 lakhs",
"website":"https://www.jaguar.in/jaguar-range/f-type/index.html"
},
{
"id":5,
"companyName": "Porsche",
"category": "Car",
"modelName":"Porsche 911",
"mileage": "9-11kmpl",
"approx.Cost": "1.72 lakh Rs",
"website":"https://www.carwale.com/porsche-cars/911/"
},
{
"id":6,
"companyName": "Maruti Suzuki",
"category": "car",
"modelName":"Swift dzire",
"mileage": "10kmpl",
"approx.Cost": "10 lakh rs",
"website":"https://www.marutisuzuki.com/dzire"
},
{
"id":7,
"companyName": "swift",
"category": "Car",
"modelName":"desir" ,
"mileage": "9-11kmpl",
"approx.Cost": "10 lakhs",
"website":"https://www.jaguar.in/jaguar-range/f-type/index.html"
},
{
"id":8,
"companyName": "Volvo",
"category": "Car",
"modelName":"XC90" ,
"mileage": "9-11kmpl",
"approx.Cost": "30 lakhs",
"website":"https://www.cardekho.com/volvo/xc-90"
}
]