-
Notifications
You must be signed in to change notification settings - Fork 7
/
vaccine_locations.json
74 lines (74 loc) · 1.72 KB
/
vaccine_locations.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
{
"locations": [
{
"zip": "77055-6209",
"url": null,
"type": "store",
"street": "9710 KATY FREEWAY",
"storeNumber": 109,
"state": "TX",
"openTimeslots": 0,
"openAppointmentSlots": 0,
"name": "Bunker Hill H-E-B",
"longitude": -95.53206,
"latitude": 29.78485,
"city": "HOUSTON"
},
{
"zip": "77459-6931",
"url": null,
"type": "store",
"street": "8900 HWY 6",
"storeNumber": 110,
"state": "TX",
"openTimeslots": 0,
"openAppointmentSlots": 0,
"name": "Sienna Market H-E-B",
"longitude": -95.53497,
"latitude": 29.53928,
"city": "MISSOURI CITY"
},
{
"zip": "78550-7708",
"url": null,
"type": "store",
"street": "1213 S. COMMERCE",
"storeNumber": 136,
"state": "TX",
"openTimeslots": 0,
"openAppointmentSlots": 0,
"name": "Southland and 12th St H-E-B",
"longitude": -97.68171,
"latitude": 26.18251,
"city": "HARLINGEN"
},
{
"zip": "78413-3966",
"url": null,
"type": "store",
"street": "5801 WEBER ROAD",
"storeNumber": 139,
"state": "TX",
"openTimeslots": 0,
"openAppointmentSlots": 0,
"name": "Weber and Holly H-E-B",
"longitude": -97.40529,
"latitude": 27.71118,
"city": "CORPUS CHRISTI"
},
{
"zip": "78723-2924",
"url": null,
"type": "store",
"street": "7112 ED BLUESTEIN_#125",
"storeNumber": 161,
"state": "TX",
"openTimeslots": 0,
"openAppointmentSlots": 0,
"name": "Ed Blustein H-E-B",
"longitude": -97.66465,
"latitude": 30.31211,
"city": "AUSTIN"
}
]
}