Spaces:
Paused
Paused
File size: 4,865 Bytes
97065bb | 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 | {
"tenant_id": "norfolk_va",
"city_name": "Norfolk",
"state": "VA",
"timezone": "America/New_York",
"source": "https://www.norfolk.gov/Calendar",
"last_updated": "2025-01-15T00:00:00Z",
"data_version": "1.0",
"notes": "Official Norfolk civic events cache. Events sourced from city calendar and verified community partners. All times in ISO 8601 UTC format. Remove past events during monthly maintenance.",
"events": [
{
"event_id": "NORF_WATER_1124",
"name": "Norfolk Waterfront Festival",
"description": "Celebrate Norfolk's maritime heritage with live music, food vendors, boat tours, and family activities along the Elizabeth River waterfront.",
"start_time": "2025-11-24T12:00:00Z",
"end_time": "2025-11-24T18:00:00Z",
"location": {
"name": "Town Point Park",
"address": "113 Waterside Dr, Norfolk, VA 23510",
"city": "Norfolk",
"state": "VA",
"zip_code": "23510",
"latitude": 36.8444,
"longitude": -76.2903
},
"category": "outdoor_festival",
"tags": ["waterfront", "maritime", "music", "food", "family_friendly", "outdoor", "free"],
"url": "https://www.festevents.org/",
"is_paid": false,
"is_recurring": true,
"recurrence_pattern": "annual_november",
"accessibility": {
"wheelchair_accessible": true,
"public_transit_accessible": true,
"parking_available": true
},
"contact": {
"email": "info@festevents.org",
"phone": "757-441-2345"
},
"age_restriction": "all_ages",
"registration_required": false
},
{
"event_id": "NORF_COUNCIL_1126",
"name": "City Council Public Hearing",
"description": "Public hearing on proposed budget amendments and infrastructure projects. Residents are encouraged to attend and provide input.",
"start_time": "2025-11-26T18:00:00Z",
"end_time": "2025-11-26T20:00:00Z",
"location": {
"name": "Norfolk City Hall, City Council Chambers",
"address": "810 Union St, Norfolk, VA 23510",
"city": "Norfolk",
"state": "VA",
"zip_code": "23510",
"latitude": 36.8467,
"longitude": -76.2852
},
"category": "indoor_civic",
"tags": ["city_council", "public_hearing", "budget", "infrastructure", "civic_engagement", "indoor"],
"url": "https://www.norfolk.gov/Calendar",
"is_paid": false,
"is_recurring": false,
"recurrence_pattern": null,
"accessibility": {
"wheelchair_accessible": true,
"public_transit_accessible": true,
"parking_available": true
},
"contact": {
"email": "cityclerk@norfolk.gov",
"phone": "757-664-4253"
},
"age_restriction": "all_ages",
"registration_required": false
},
{
"event_id": "NORF_MUSEUM_1128",
"name": "Chrysler Museum Free Admission Day",
"description": "Free admission to all exhibits at the Chrysler Museum of Art. Perfect for families and art enthusiasts. Indoor venue ideal for any weather.",
"start_time": "2025-11-28T10:00:00Z",
"end_time": "2025-11-28T17:00:00Z",
"location": {
"name": "Chrysler Museum of Art",
"address": "1 Memorial Pl, Norfolk, VA 23510",
"city": "Norfolk",
"state": "VA",
"zip_code": "23510",
"latitude": 36.8578,
"longitude": -76.2931
},
"category": "indoor_leisure",
"tags": ["museum", "art", "free_admission", "indoor", "family_friendly", "cultural"],
"url": "https://chrysler.org/",
"is_paid": false,
"is_recurring": true,
"recurrence_pattern": "monthly_first_sunday",
"accessibility": {
"wheelchair_accessible": true,
"public_transit_accessible": true,
"parking_available": true
},
"contact": {
"email": "info@chrysler.org",
"phone": "757-664-6200"
},
"age_restriction": "all_ages",
"registration_required": false
}
]
}
|