File size: 4,863 Bytes
204c58c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "tenant_id": "atlanta_ga",
    "city_name": "Atlanta",
    "state": "GA",
    "timezone": "America/New_York",
    "source": "https://www.atlantaga.gov/i-want-to-/advanced-components/event-list-view",
    "last_updated": "2025-01-15T00:00:00Z",
    "data_version": "1.0",
    "notes": "Official Atlanta 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": "ATL_PARK_101",
            "name": "Piedmont Park Farmer's Market",
            "description": "Weekly market featuring local produce, artisan foods, and community vendors. Held outdoors, rain or shine.",
            "start_time": "2025-11-23T08:00:00Z",
            "end_time": "2025-11-23T12:00:00Z",
            "location": {
                "name": "Piedmont Park, Green Meadow",
                "address": "1342 Piedmont Ave NE, Atlanta, GA 30309",
                "city": "Atlanta",
                "state": "GA",
                "zip_code": "30309",
                "latitude": 33.7915,
                "longitude": -84.3734
            },
            "category": "outdoor_market",
            "tags": ["farmers_market", "local_food", "community", "outdoor", "weekly"],
            "url": "https://www.piedmontpark.org/market/",
            "is_paid": false,
            "is_recurring": true,
            "recurrence_pattern": "weekly_sunday",
            "accessibility": {
                "wheelchair_accessible": true,
                "public_transit_accessible": true,
                "parking_available": true
            },
            "contact": {
                "email": "info@piedmontpark.org",
                "phone": null
            },
            "age_restriction": "all_ages",
            "registration_required": false
        },
        {
            "event_id": "ATL_TOWN_205",
            "name": "City Council Town Hall Meeting on Zoning",
            "description": "Public forum to discuss proposed changes to residential and commercial zoning ordinances in District 5. Community input welcomed.",
            "start_time": "2025-11-25T18:30:00Z",
            "end_time": "2025-11-25T20:00:00Z",
            "location": {
                "name": "Atlanta City Hall, Council Chambers",
                "address": "55 Trinity Ave SW, Atlanta, GA 30303",
                "city": "Atlanta",
                "state": "GA",
                "zip_code": "30303",
                "latitude": 33.7547,
                "longitude": -84.3912
            },
            "category": "indoor_civic",
            "tags": ["town_hall", "city_council", "zoning", "public_forum", "civic_engagement"],
            "url": "https://www.atlantaga.gov/meetings",
            "is_paid": false,
            "is_recurring": false,
            "recurrence_pattern": null,
            "accessibility": {
                "wheelchair_accessible": true,
                "public_transit_accessible": true,
                "parking_available": true
            },
            "contact": {
                "email": "citycouncil@atlantaga.gov",
                "phone": "404-330-6030"
            },
            "age_restriction": "all_ages",
            "registration_required": false
        },
        {
            "event_id": "ATL_ARTS_310",
            "name": "High Museum Free Admission Day",
            "description": "Enjoy free admission to all exhibits at the High Museum of Art. Perfect for families and art lovers. Indoor venue ideal for any weather.",
            "start_time": "2025-11-28T10:00:00Z",
            "end_time": "2025-11-28T17:00:00Z",
            "location": {
                "name": "High Museum of Art",
                "address": "1280 Peachtree St NE, Atlanta, GA 30309",
                "city": "Atlanta",
                "state": "GA",
                "zip_code": "30309",
                "latitude": 33.7909,
                "longitude": -84.3837
            },
            "category": "indoor_leisure",
            "tags": ["museum", "art", "free_admission", "indoor", "family_friendly", "cultural"],
            "url": "https://high.org/visit/",
            "is_paid": false,
            "is_recurring": true,
            "recurrence_pattern": "monthly_second_thursday",
            "accessibility": {
                "wheelchair_accessible": true,
                "public_transit_accessible": true,
                "parking_available": true
            },
            "contact": {
                "email": "information@high.org",
                "phone": "404-733-4400"
            },
            "age_restriction": "all_ages",
            "registration_required": false
        }
    ]
}