-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.json
48 lines (48 loc) · 1.97 KB
/
server.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
{
"attractions": [
{
"id": 1,
"name": "Projeto Tamar - Unidade Florianópolis",
"address": "R. Prof. Ademir Francisco, s/n - Barra da Lagoa, Florianópolis - SC, 88061-160",
"number": "(48) 3236-2015",
"hours": "10:00 - 17:00, de Qua - Seg",
"site": "https://www.tamar.org.br/centros_visitantes.php?cod=8",
"price": "Inteira - R$ 24,00 Meia - R$ 12,00",
"images": "https://www.tamar.org.br/fotos/DN09_C_1637.jpg",
"liked": false
},
{
"id": 2,
"name": "Parque Municipal do Corrego Grande",
"address": "R. João Pio Duarte Silva, 535 - Córrego Grande, Florianópolis - SC, 88037-000",
"number": "(48) 3269-9551",
"hours": "6:30 - 18:30, Seg - Seg",
"site": "https://m.facebook.com/profile.php?id=173592826039725",
"price": "Gratuito",
"images": "https://dacampos.com.br/artigos/0984a6d8b585d98598a6c1b242c63793.jpg",
"liked": false
},
{
"id": 3,
"name": "Água Show Park",
"address": "Rodovia Armando Calil Bullos, SC-403, 3868 - Ingleses Norte, Florianópolis - SC, 88058-000",
"number": "(48) 3369-2354",
"hours": "10:00 - 20:00, Qua - Dom",
"site": "https://www.aguashowpark.com.br/",
"price": "Inteira - R$ 100,00 Meia - R$ 50,00",
"images": "https://i0.wp.com/viajandoem321.com/wp-content/uploads/2016/01/9-blog-viajando-em-3-2-1-agua-show-park-florian%C3%B3polis-ingleses-santa-catarina-melhor-parque-aqu%C3%A1tico.jpg",
"liked": false
},
{
"id": 4,
"name": "Ponte Hercílio Luz",
"address": "Centro, Florianópolis - SC, 88010-400",
"number": " ",
"hours": "Pedestres: 0:00 - 0:00, Seg - Seg \n Automóveis: Seg - Sex ",
"site": "https://www.sc.gov.br/noticias/temas/ponte-hercilio-luz",
"price": "Gratuito",
"images": "https://www.sc.gov.br/images/joomgallery/details/setoriais_6457/ponte_hercilio_luz_95_anos_20210513_1160242365.jpg",
"liked": false
}
]
}