-
Notifications
You must be signed in to change notification settings - Fork 1
/
models.json
50 lines (50 loc) · 1.23 KB
/
models.json
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
[
{
"id": 1,
"name": "Volvo XC40",
"img_url": "https://boiling-chamber-77385.herokuapp.com/img/volvo_xc40.png",
"price": 28965.00
},
{
"id": 2,
"name": "Volkswagen Golf",
"img_url": "https://boiling-chamber-77385.herokuapp.com/img/volkswagen_golf.png",
"price": 22080.00
},
{
"id": 3,
"name": "Mercedes GLC SUV",
"img_url": "https://boiling-chamber-77385.herokuapp.com/img/mercedes_glc_suv.png",
"price": 39820.00
},
{
"id": 4,
"name": "Hyundai i30 N",
"img_url": "https://boiling-chamber-77385.herokuapp.com/img/hyundai_i30_n.png",
"price": 25995.00
},
{
"id": 5,
"name": "Kia Sportage",
"img_url": "https://boiling-chamber-77385.herokuapp.com/img/kia_sportage.png",
"price": 20670.00
},
{
"id": 6,
"name": "Mercedes A-class",
"img_url": "https://boiling-chamber-77385.herokuapp.com/img/mercedes_a_class.png",
"price": 23160.00
},
{
"id": 7,
"name": "SEAT Arona",
"img_url": "https://boiling-chamber-77385.herokuapp.com/img/seat_arona.png",
"price": 17580.00
},
{
"id": 8,
"name": "Skoda Kodiaq",
"img_url": "https://boiling-chamber-77385.herokuapp.com/img/skoda_kodiaq.png",
"price": 26755.00
}
]