-
Notifications
You must be signed in to change notification settings - Fork 0
/
parts_import.json
162 lines (152 loc) · 4.08 KB
/
parts_import.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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
[
{
"part_name": "Engine",
"price": 2000,
"description": "High-performance engine",
"car": "Tesla Model S",
"year": 2022,
"seller_name": "John Doe",
"imageUrl": "images/engine.webp",
"seller_location": {
"street": "123 Main St",
"city": "New York",
"state": "NY",
"zipcode": "10001"
}
},
{
"part_name": "Transmission",
"price": 1000,
"description": "Automatic transmission",
"car": "BMW 3 Series",
"year": 2021,
"seller_name": "Jane Smith",
"imageUrl": "images/engine.webp",
"seller_location": {
"street": "456 Elm St",
"city": "Los Angeles",
"state": "CA",
"zipcode": "90001"
}
},
{
"part_name": "Brakes",
"price": 500,
"description": "High-performance brakes",
"car": "Audi A4",
"year": 2020,
"seller_name": "Sarah Johnson",
"imageUrl": "images/engine.webp",
"seller_location": {
"street": "789 Oak St",
"city": "Chicago",
"state": "IL",
"zipcode": "60601"
}
},
{
"part_name": "Steering Wheel",
"price": 750,
"description": "Ergonomic steering wheel",
"car": "Mercedes-Benz",
"year": 2019,
"seller_name": "Mike Brown",
"imageUrl": "images/engine.webp",
"seller_location": {
"street": "321 Pine St",
"city": "Miami",
"state": "FL",
"zipcode": "33101"
}
},
{
"part_name": "Alternator",
"price": 450,
"description": "High-efficiency alternator",
"car": "Ford Focus",
"year": 2018,
"seller_name": "Emily Wilson",
"imageUrl": "images/engine.webp",
"seller_location": {
"street": "654 Maple St",
"city": "Houston",
"state": "TX",
"zipcode": "77001"
}
},
{
"part_name": "Suspension",
"price": 1500,
"description": "Suspension system",
"car": "Lexus RX",
"year": 2022,
"seller_name": "Alex Martinez",
"imageUrl": "images/engine.webp",
"seller_location": {
"street": "987 Cedar St",
"city": "San Francisco",
"state": "CA",
"zipcode": "94101"
}
},
{
"part_name": "Tires",
"price": 800,
"description": "All-season tires",
"car": "Honda Accord",
"year": 2022,
"seller_name": "Linda Harris",
"imageUrl": "images/engine.webp",
"seller_location": {
"street": "321 Willow St",
"city": "Seattle",
"state": "WA",
"zipcode": "98101"
}
},
{
"part_name": "Headlights",
"price": 300,
"description": "LED headlights",
"car": "Volkswagen Golf",
"year": 2020,
"seller_name": "Robert Lee",
"imageUrl": "images/engine.webp",
"seller_location": {
"street": "123 Birch St",
"city": "Boston",
"state": "MA",
"zipcode": "02101"
}
},
{
"part_name": "Windshield",
"price": 400,
"description": "Durable windshield",
"car": "Toyota Camry",
"year": 2021,
"seller_name": "Diane Morales",
"imageUrl": "images/engine.webp",
"seller_location": {
"street": "456 Pine St",
"city": "Philadelphia",
"state": "PA",
"zipcode": "19101"
}
},
{
"part_name": "Battery",
"price": 250,
"description": "Long-lasting car battery",
"car": "Nissan Leaf",
"year": 2019,
"seller_name": "Gary Young",
"imageUrl": "images/engine.webp",
"seller_location": {
"street": "789 Maple St",
"city": "Atlanta",
"state": "GA",
"zipcode": "30301"
}
}
]