forked from vagnnermartins/FTPR-Car-Api-Node-Express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.json
82 lines (82 loc) · 1.95 KB
/
content.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
[
{
"id": "001",
"imageUrl": "https://example.com/car1.jpg",
"year": "2020/2021",
"name": "Carro A",
"licence": "ABC-1234",
"place": { "lat": -23.5505, "long": -46.6333 }
},
{
"id": "002",
"imageUrl": "https://example.com/car2.jpg",
"year": "2019/2020",
"name": "Carro B",
"licence": "DEF-5678",
"place": { "lat": -22.9068, "long": -43.1729 }
},
{
"id": "003",
"imageUrl": "https://example.com/car3.jpg",
"year": "2018/2018",
"name": "Carro C",
"licence": "GHI-9012",
"place": { "lat": -19.9167, "long": -43.9345 }
},
{
"id": "004",
"imageUrl": "https://example.com/car4.jpg",
"year": "2021/2021",
"name": "Carro D",
"licence": "JKL-3456",
"place": { "lat": -15.7801, "long": -47.9292 }
},
{
"id": "005",
"imageUrl": "https://example.com/car5.jpg",
"year": "2020/2020",
"name": "Carro E",
"licence": "MNO-7890",
"place": { "lat": -12.9714, "long": -38.5014 }
},
{
"id": "006",
"imageUrl": "https://example.com/car6.jpg",
"year": "2017/2018",
"name": "Carro F",
"licence": "PQR-2345",
"place": { "lat": -8.0476, "long": -34.8770 }
},
{
"id": "007",
"imageUrl": "https://example.com/car7.jpg",
"year": "2019/2020",
"name": "Carro G",
"licence": "STU-6789",
"place": { "lat": -1.4558, "long": -48.4902 }
},
{
"id": "008",
"imageUrl": "https://example.com/car8.jpg",
"year": "2022/2023",
"name": "Carro H",
"licence": "VWX-1234",
"place": { "lat": -3.1190, "long": -60.0217 }
},
{
"id": "009",
"imageUrl": "https://example.com/car9.jpg",
"year": "2020/2021",
"name": "Carro I",
"licence": "YZA-5678",
"place": { "lat": -25.4284, "long": -49.2733 }
},
{
"id": "010",
"imageUrl": "https://example.com/car10.jpg",
"year": "2021/2022",
"name": "Carro J",
"licence": "BCD-9012",
"place": { "lat": -27.5954, "long": -48.5480 }
}
]