Spaces:
No application file
No application file
File size: 5,868 Bytes
711fe39 | 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 | {
"tenant_id": "chesterfield_va",
"city_name": "Chesterfield",
"state": "VA",
"timezone": "America/New_York",
"source": "https://www.chesterfield.gov/5932/Things-to-Do",
"last_updated": "2025-01-15T00:00:00Z",
"data_version": "1.0",
"notes": "Official Chesterfield County civic events cache. Includes community events, county government meetings, library activities, and recreation programs. All times in ISO 8601 UTC format. Remove past events during monthly maintenance.",
"event_categories": [
"library_programs",
"parks_and_rec_outdoor",
"public_meetings_indoor",
"civic_holidays",
"family_events"
],
"how_to_access": {
"general": "Residents can browse events at the county website. Penny provides summaries and recommendations for accessibility.",
"rss": "https://www.chesterfield.gov/RSSFeed.aspx?ModID=93&CID=All-0",
"calendar_link": "https://www.chesterfield.gov/5932/Things-to-Do"
},
"events": [
{
"event_id": "CHF_LIB_1201",
"name": "Family Game Night at Central Library",
"description": "Bring the whole family for classic board games, light snacks, and community fun at Central Library. Perfect indoor activity for any weather.",
"start_time": "2025-12-01T17:00:00Z",
"end_time": "2025-12-01T19:00:00Z",
"location": {
"name": "Central Library",
"address": "9501 Lori Rd, Chesterfield, VA 23832",
"city": "Chesterfield",
"state": "VA",
"zip_code": "23832",
"latitude": 37.3824,
"longitude": -77.5878
},
"category": "library_programs",
"tags": ["library", "family_friendly", "board_games", "indoor", "free", "community", "evening"],
"url": "https://library.chesterfield.gov/",
"is_paid": false,
"is_recurring": true,
"recurrence_pattern": "monthly_first_sunday",
"accessibility": {
"wheelchair_accessible": true,
"public_transit_accessible": true,
"parking_available": true
},
"contact": {
"email": "library@chesterfield.gov",
"phone": "804-751-4940"
},
"age_restriction": "all_ages",
"registration_required": false
},
{
"event_id": "CHF_BOS_1205",
"name": "Board of Supervisors Public Meeting",
"description": "Monthly open meeting for public comments and county updates. Community members welcome to attend and participate. Meeting minutes available afterward.",
"start_time": "2025-12-05T18:00:00Z",
"end_time": "2025-12-05T21:00:00Z",
"location": {
"name": "Chesterfield County Government Complex",
"address": "10001 Iron Bridge Rd, Chesterfield, VA 23832",
"city": "Chesterfield",
"state": "VA",
"zip_code": "23832",
"latitude": 37.3695,
"longitude": -77.5992
},
"category": "public_meetings_indoor",
"tags": ["government", "board_of_supervisors", "public_meeting", "civic_engagement", "indoor", "monthly"],
"url": "https://www.chesterfield.gov/meetings",
"is_paid": false,
"is_recurring": true,
"recurrence_pattern": "monthly_first_wednesday",
"accessibility": {
"wheelchair_accessible": true,
"public_transit_accessible": true,
"parking_available": true
},
"contact": {
"email": "bos@chesterfield.gov",
"phone": "804-748-1241"
},
"age_restriction": "all_ages",
"registration_required": false,
"special_notes": "Public comment period available. Meeting minutes published online after session."
},
{
"event_id": "CHF_FEST_1210",
"name": "Winter Holiday Festival",
"description": "Celebrate the holidays with crafts, music, and food trucks. Free and open to all ages! Primarily outdoor event - dress warmly for winter weather.",
"start_time": "2025-12-10T16:00:00Z",
"end_time": "2025-12-10T20:00:00Z",
"location": {
"name": "Ettrick Recreation Center Grounds",
"address": "20400 Laurel Rd, Petersburg, VA 23803",
"city": "Petersburg",
"state": "VA",
"zip_code": "23803",
"latitude": 37.2475,
"longitude": -77.4589
},
"category": "parks_and_rec_outdoor",
"tags": ["festival", "holiday", "outdoor", "family_friendly", "free", "music", "food_trucks", "crafts", "winter"],
"url": "https://www.chesterfield.gov/",
"is_paid": false,
"is_recurring": false,
"recurrence_pattern": null,
"accessibility": {
"wheelchair_accessible": true,
"public_transit_accessible": false,
"parking_available": true
},
"contact": {
"email": "parks@chesterfield.gov",
"phone": "804-748-1623"
},
"age_restriction": "all_ages",
"registration_required": false,
"requirements": ["dress_for_cold_weather"],
"special_notes": "Near Ettrick community. Check weather forecast before attending."
}
]
} |