Events. list: API endpoint that allows events to be viewed. retrieve: API endpoint that allows single event to be viewed. create: API endpoint that allows event to be created. update: API endpoint that allows events to be updated. partial_update: API endpoint that allows events to be partially updated. delete: API endpoint that allows events to be deleted.

GET /api/v1/events/?format=api&offset=35568&ordering=start_time
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 37601,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=35586&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=35550&ordering=start_time",
    "results": [
        {
            "id": 36397,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34463,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a618d098623f451db141634874045d67-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a618d098623f451db141634874045d67-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a618d098623f451db141634874045d67-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a618d098623f451db141634874045d67-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a618d098623f451db141634874045d67-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a618d098623f451db141634874045d67.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a618d098623f451db141634874045d67-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a618d098623f451db141634874045d67-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a618d098623f451db141634874045d67-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a618d098623f451db141634874045d67-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-27T18:37:59.797440Z",
                "updated_at": "2024-02-27T18:37:59.797477Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6455,
                "name": "Palazzo Malipiero",
                "slug": "palazzo-malipiero",
                "city": "Venice",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.433509,12.3278554",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2024-02-27T18:38:11.921123Z",
            "publish_time": null,
            "slug": "palazzo-malipiero-metagoon-chronicles-of-future-geographies-2024-03-01",
            "created_at": "2024-02-27T18:38:12.852575Z",
            "updated_at": "2024-02-27T18:38:27.194175Z",
            "summary": "Metagoon: Chronicles of Future Geographies is an Gallery Shows event starting on 01/03/2024, 01:00 and ending on 01/04/2024, 00:00. Event is in Palazzo Malipiero with address San Marco 3078-3079/A.",
            "title": "Metagoon: Chronicles of Future Geographies",
            "content": null,
            "start_time": "2024-03-01T01:00:00.000000Z",
            "end_time": "2024-04-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "San Marco 3078-3079/A",
            "city": "Venice",
            "geolocation": "46.1961666,8.1507692",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36486,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34590,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b402ed30d8104eeb9158409fcdd811aa-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b402ed30d8104eeb9158409fcdd811aa-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b402ed30d8104eeb9158409fcdd811aa-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b402ed30d8104eeb9158409fcdd811aa-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b402ed30d8104eeb9158409fcdd811aa-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b402ed30d8104eeb9158409fcdd811aa.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b402ed30d8104eeb9158409fcdd811aa-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b402ed30d8104eeb9158409fcdd811aa-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b402ed30d8104eeb9158409fcdd811aa-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b402ed30d8104eeb9158409fcdd811aa-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-06T12:10:22.690943Z",
                "updated_at": "2024-03-06T12:10:22.691000Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6810,
                "name": "Akademie der Künste | Pariser Platz",
                "slug": "akademie-der-kunste-pariser-platz",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.51535759999999,13.3790605",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2024-03-06T12:10:28.227517Z",
            "publish_time": null,
            "slug": "akademie-der-kunste-pariser-platz-the-breath-of-a-house-is-the-sound-of-voices-within-2024-03-01",
            "created_at": "2024-03-06T12:10:29.119509Z",
            "updated_at": "2024-03-06T12:10:29.793217Z",
            "summary": "The Breath of a House is the Sound of Voices Within is an Gallery Shows event starting on 01/03/2024, 01:00 and ending on 01/04/2024, 00:00. Event is in Akademie der Künste | Pariser Platz with address Pariser Platz 4.",
            "title": "The Breath of a House is the Sound of Voices Within",
            "content": null,
            "start_time": "2024-03-01T01:00:00.000000Z",
            "end_time": "2024-04-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Pariser Platz 4",
            "city": "Berlin",
            "geolocation": "52.5154125,13.379618031158628",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36505,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34606,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d19310a692a48cc964c7b9b84a2bf0c-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d19310a692a48cc964c7b9b84a2bf0c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d19310a692a48cc964c7b9b84a2bf0c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d19310a692a48cc964c7b9b84a2bf0c-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d19310a692a48cc964c7b9b84a2bf0c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4d19310a692a48cc964c7b9b84a2bf0c.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d19310a692a48cc964c7b9b84a2bf0c-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d19310a692a48cc964c7b9b84a2bf0c-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d19310a692a48cc964c7b9b84a2bf0c-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d19310a692a48cc964c7b9b84a2bf0c-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-06T12:13:26.488713Z",
                "updated_at": "2024-03-06T12:13:26.488757Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4526,
                "name": "Bookstein Projects",
                "slug": "bookstein-projects",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7674233,-73.9674263",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-03-06T12:14:06.750042Z",
            "publish_time": null,
            "slug": "bookstein-projects-olive-ayhens-metabolic-metropolis-2024-03-01",
            "created_at": "2024-03-06T12:14:07.660212Z",
            "updated_at": "2024-03-06T12:14:13.835138Z",
            "summary": "Olive Ayhens. Metabolic Metropolis is an Gallery Shows event starting on 01/03/2024, 01:00 and ending on 12/04/2024, 00:00. Event is in Bookstein Projects with address 60 East 66th Street.",
            "title": "Olive Ayhens. Metabolic Metropolis",
            "content": null,
            "start_time": "2024-03-01T01:00:00.000000Z",
            "end_time": "2024-04-12T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "60 East 66th Street",
            "city": "New York",
            "geolocation": "40.76742865,-73.96741438599064",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36507,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34609,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b30d0207f294c70ada25d4c5226e554-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b30d0207f294c70ada25d4c5226e554-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b30d0207f294c70ada25d4c5226e554-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b30d0207f294c70ada25d4c5226e554-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b30d0207f294c70ada25d4c5226e554-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4b30d0207f294c70ada25d4c5226e554.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b30d0207f294c70ada25d4c5226e554-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b30d0207f294c70ada25d4c5226e554-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b30d0207f294c70ada25d4c5226e554-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b30d0207f294c70ada25d4c5226e554-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-06T12:14:01.219293Z",
                "updated_at": "2024-03-06T12:14:01.219331Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4944,
                "name": "Bozo Mag",
                "slug": "bozo-mag",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.12153,-118.178213",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-03-06T12:14:13.969575Z",
            "publish_time": null,
            "slug": "bozo-mag-jonathan-casella-rippy-bits-2024-03-01",
            "created_at": "2024-03-06T12:14:14.861865Z",
            "updated_at": "2024-03-06T12:14:19.893495Z",
            "summary": "Jonathan Casella. Rippy Bits is an Gallery Shows event starting on 01/03/2024, 01:00 and ending on 07/04/2024, 00:00. Event is in Bozo Mag with address 815 Cresthaven Drive.",
            "title": "Jonathan Casella. Rippy Bits",
            "content": null,
            "start_time": "2024-03-01T01:00:00.000000Z",
            "end_time": "2024-04-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "815 Cresthaven Drive",
            "city": "Los Angeles",
            "geolocation": "43.09378542857143,-89.20173514285715",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36521,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34620,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c928ca6dfe2a47d291a4d49ce79768f4-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c928ca6dfe2a47d291a4d49ce79768f4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c928ca6dfe2a47d291a4d49ce79768f4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c928ca6dfe2a47d291a4d49ce79768f4-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c928ca6dfe2a47d291a4d49ce79768f4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c928ca6dfe2a47d291a4d49ce79768f4.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c928ca6dfe2a47d291a4d49ce79768f4-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c928ca6dfe2a47d291a4d49ce79768f4-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c928ca6dfe2a47d291a4d49ce79768f4-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c928ca6dfe2a47d291a4d49ce79768f4-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-06T12:16:42.445705Z",
                "updated_at": "2024-03-06T12:16:42.445764Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4571,
                "name": "Collective Edinburgh",
                "slug": "collective-edinburgh",
                "city": "Edinburgh",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.95419700000001,-3.185118",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-03-06T12:16:49.776639Z",
            "publish_time": null,
            "slug": "collective-edinburgh-u-scantu-a-disorderly-tale-2024-03-01",
            "created_at": "2024-03-06T12:16:50.716600Z",
            "updated_at": "2024-03-06T12:16:51.203506Z",
            "summary": "\"U Scantu\": A Disorderly Tale is an Gallery Shows event starting on 01/03/2024, 01:00 and ending on 19/05/2024, 00:00. Event is in Collective Edinburgh with address City Observatory.",
            "title": "\"U Scantu\": A Disorderly Tale",
            "content": null,
            "start_time": "2024-03-01T01:00:00.000000Z",
            "end_time": "2024-05-19T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "City Observatory",
            "city": "Edinburgh",
            "geolocation": "55.9549705,-3.1835284250655844",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36523,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34618,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/117e3d9921df42da9d80c3a668e471ab-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/117e3d9921df42da9d80c3a668e471ab-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/117e3d9921df42da9d80c3a668e471ab-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/117e3d9921df42da9d80c3a668e471ab-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/117e3d9921df42da9d80c3a668e471ab-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/117e3d9921df42da9d80c3a668e471ab.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/117e3d9921df42da9d80c3a668e471ab-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/117e3d9921df42da9d80c3a668e471ab-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/117e3d9921df42da9d80c3a668e471ab-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/117e3d9921df42da9d80c3a668e471ab-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-06T12:16:40.029199Z",
                "updated_at": "2024-03-06T12:16:40.029258Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9043,
                "name": "Clavé Fine Art",
                "slug": "clave-fine-art",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8356751,2.3267534",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "FR",
            "publish_status": "published",
            "published_at": "2024-03-06T12:16:59.013750Z",
            "publish_time": null,
            "slug": "clave-fine-art-lexposition-small-is-still-beautiful-est-presentee-a-la-galerie-clave-fine-art-2024-03-01",
            "created_at": "2024-03-06T12:16:59.968566Z",
            "updated_at": "2024-03-06T12:17:09.303071Z",
            "summary": "L'exposition « Small is « still » beautiful » est présentée à la galerie Clavé Fine Art is an Gallery Shows event starting on 01/03/2024, 01:00 and ending on 27/04/2024, 00:00. Event is in Clavé Fine Art with address 10 bis rue Roger.",
            "title": "L'exposition « Small is « still » beautiful » est présentée à la galerie Clavé Fine Art",
            "content": null,
            "start_time": "2024-03-01T01:00:00.000000Z",
            "end_time": "2024-04-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "10 bis rue Roger",
            "city": "Paris",
            "geolocation": "48.8356101,2.3267061",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36534,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34632,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77490b68f53844ad91ebf083d3ec29ab-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77490b68f53844ad91ebf083d3ec29ab-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77490b68f53844ad91ebf083d3ec29ab-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77490b68f53844ad91ebf083d3ec29ab-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77490b68f53844ad91ebf083d3ec29ab-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/77490b68f53844ad91ebf083d3ec29ab.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77490b68f53844ad91ebf083d3ec29ab-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77490b68f53844ad91ebf083d3ec29ab-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77490b68f53844ad91ebf083d3ec29ab-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77490b68f53844ad91ebf083d3ec29ab-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-06T12:19:04.648301Z",
                "updated_at": "2024-03-06T12:19:04.648340Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5648,
                "name": "FACT",
                "slug": "fact",
                "city": "Liverpool",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.40229530000001,-2.9774818",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-03-06T12:19:15.769698Z",
            "publish_time": null,
            "slug": "fact-on-the-other-side-2024-03-01",
            "created_at": "2024-03-06T12:19:16.651500Z",
            "updated_at": "2024-03-06T12:19:38.716984Z",
            "summary": "On the other side is an Gallery Shows event starting on 01/03/2024, 01:00 and ending on 02/06/2024, 00:00. Event is in FACT with address 88 Wood Street.",
            "title": "On the other side",
            "content": null,
            "start_time": "2024-03-01T01:00:00.000000Z",
            "end_time": "2024-06-02T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "88 Wood Street",
            "city": "Liverpool",
            "geolocation": "51.5170736,-0.0943803",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36569,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34669,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72f8b474ccd848c993fd934024705373-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72f8b474ccd848c993fd934024705373-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72f8b474ccd848c993fd934024705373-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72f8b474ccd848c993fd934024705373-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72f8b474ccd848c993fd934024705373-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/72f8b474ccd848c993fd934024705373.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72f8b474ccd848c993fd934024705373-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72f8b474ccd848c993fd934024705373-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72f8b474ccd848c993fd934024705373-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72f8b474ccd848c993fd934024705373-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-06T12:23:36.796970Z",
                "updated_at": "2024-03-06T12:23:36.797007Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6943,
                "name": "Islington Arts Factory",
                "slug": "islington-arts-factory",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.55412339999999,-0.1225057",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-03-06T12:23:45.374134Z",
            "publish_time": null,
            "slug": "islington-arts-factory-kimia-amini-alexia-marmara-residuals-2024-03-01",
            "created_at": "2024-03-06T12:23:46.266332Z",
            "updated_at": "2024-03-06T12:23:50.609783Z",
            "summary": "Kimia Amini & Alexia Marmara. Residuals is an Gallery Shows event starting on 01/03/2024, 01:00 and ending on 12/03/2024, 01:00. Event is in Islington Arts Factory with address 2 Parkhurst Road.",
            "title": "Kimia Amini & Alexia Marmara. Residuals",
            "content": null,
            "start_time": "2024-03-01T01:00:00.000000Z",
            "end_time": "2024-03-12T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2 Parkhurst Road",
            "city": "London",
            "geolocation": "51.2493613,-0.589885",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36579,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34677,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac7333132f124035853f64dd420dcb1e-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac7333132f124035853f64dd420dcb1e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac7333132f124035853f64dd420dcb1e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac7333132f124035853f64dd420dcb1e-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac7333132f124035853f64dd420dcb1e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ac7333132f124035853f64dd420dcb1e.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac7333132f124035853f64dd420dcb1e-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac7333132f124035853f64dd420dcb1e-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac7333132f124035853f64dd420dcb1e-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac7333132f124035853f64dd420dcb1e-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-06T12:24:09.359757Z",
                "updated_at": "2024-03-06T12:24:09.359796Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8052,
                "name": "Kai Matsumiya",
                "slug": "kai-matsumiya",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7186427,-74.0012596",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-03-06T12:24:15.757821Z",
            "publish_time": null,
            "slug": "kai-matsumiya-zoe-pettijohn-schade-attempts-at-self-organization-prevailing-bonds-2024-03-01",
            "created_at": "2024-03-06T12:24:16.697158Z",
            "updated_at": "2024-03-06T12:24:26.621791Z",
            "summary": "Zoe Pettijohn Schade. Attempts at Self-Organization: Prevailing Bonds is an Gallery Shows event starting on 01/03/2024, 01:00 and ending on 30/03/2024, 01:00. Event is in Kai Matsumiya with address 153 ½ Stanton Street.",
            "title": "Zoe Pettijohn Schade. Attempts at Self-Organization: Prevailing Bonds",
            "content": null,
            "start_time": "2024-03-01T01:00:00.000000Z",
            "end_time": "2024-03-30T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "153 ½ Stanton Street",
            "city": "New York",
            "geolocation": "40.720247650000005,-73.98520139197318",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36583,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34682,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18e65ec4609743769c9e677a8bb2504c-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18e65ec4609743769c9e677a8bb2504c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18e65ec4609743769c9e677a8bb2504c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18e65ec4609743769c9e677a8bb2504c-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18e65ec4609743769c9e677a8bb2504c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/18e65ec4609743769c9e677a8bb2504c.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18e65ec4609743769c9e677a8bb2504c-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18e65ec4609743769c9e677a8bb2504c-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18e65ec4609743769c9e677a8bb2504c-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18e65ec4609743769c9e677a8bb2504c-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-06T12:24:33.458783Z",
                "updated_at": "2024-03-06T12:24:33.458819Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5432,
                "name": "Kerlin Gallery",
                "slug": "kerlin-gallery",
                "city": "Dublin",
                "country": {
                    "code": "IE",
                    "name": "Ireland"
                },
                "geolocation": "53.3407303,-6.2597942",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IE",
            "publish_status": "published",
            "published_at": "2024-03-06T12:24:39.284585Z",
            "publish_time": null,
            "slug": "kerlin-gallery-samuel-laurence-cunnane-late-spring-2024-03-01",
            "created_at": "2024-03-06T12:24:40.221925Z",
            "updated_at": "2024-03-06T12:24:40.274541Z",
            "summary": "Samuel Laurence Cunnane. Late Spring is an Gallery Shows event starting on 01/03/2024, 01:00 and ending on 06/04/2024, 00:00. Event is in Kerlin Gallery with address Anne's Lane South Anne Street.",
            "title": "Samuel Laurence Cunnane. Late Spring",
            "content": null,
            "start_time": "2024-03-01T01:00:00.000000Z",
            "end_time": "2024-04-06T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Anne's Lane South Anne Street",
            "city": "Dublin",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36593,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34693,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/308b91e73475496fa9147e95319f7f58-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/308b91e73475496fa9147e95319f7f58-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/308b91e73475496fa9147e95319f7f58-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/308b91e73475496fa9147e95319f7f58-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/308b91e73475496fa9147e95319f7f58-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/308b91e73475496fa9147e95319f7f58.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/308b91e73475496fa9147e95319f7f58-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/308b91e73475496fa9147e95319f7f58-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/308b91e73475496fa9147e95319f7f58-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/308b91e73475496fa9147e95319f7f58-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-07T14:44:08.221787Z",
                "updated_at": "2024-03-07T14:44:08.221843Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5349,
                "name": "Artists Space",
                "slug": "artists-space",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7177184,-74.0023033",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-03-07T14:44:13.064975Z",
            "publish_time": null,
            "slug": "artists-space-terry-fox-all-these-different-things-are-sculpture-2024-03-01",
            "created_at": "2024-03-07T14:44:14.217848Z",
            "updated_at": "2024-03-07T14:44:15.882757Z",
            "summary": "Terry Fox. All These Different Things Are Sculpture is an Gallery Shows event starting on 01/03/2024, 01:00 and ending on 11/05/2024, 00:00. Event is in Artists Space with address 55 Walker Street.",
            "title": "Terry Fox. All These Different Things Are Sculpture",
            "content": null,
            "start_time": "2024-03-01T01:00:00.000000Z",
            "end_time": "2024-05-11T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "55 Walker Street",
            "city": "New York",
            "geolocation": "52.9540357,-1.1332593882121809",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36596,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34692,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1bf8becd3173440a803ce4283609e85e-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1bf8becd3173440a803ce4283609e85e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1bf8becd3173440a803ce4283609e85e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1bf8becd3173440a803ce4283609e85e-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1bf8becd3173440a803ce4283609e85e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1bf8becd3173440a803ce4283609e85e.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1bf8becd3173440a803ce4283609e85e-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1bf8becd3173440a803ce4283609e85e-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1bf8becd3173440a803ce4283609e85e-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1bf8becd3173440a803ce4283609e85e-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-07T14:44:07.395293Z",
                "updated_at": "2024-03-07T14:44:07.395352Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5349,
                "name": "Artists Space",
                "slug": "artists-space",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7177184,-74.0023033",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-03-07T14:44:23.483114Z",
            "publish_time": null,
            "slug": "artists-space-marian-zazeela-dream-lines-2024-03-01",
            "created_at": "2024-03-07T14:44:24.371100Z",
            "updated_at": "2024-03-07T14:44:26.230717Z",
            "summary": "Marian Zazeela. Dream Lines is an Gallery Shows event starting on 01/03/2024, 01:00 and ending on 11/05/2024, 00:00. Event is in Artists Space with address 55 Walker Street.",
            "title": "Marian Zazeela. Dream Lines",
            "content": null,
            "start_time": "2024-03-01T01:00:00.000000Z",
            "end_time": "2024-05-11T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "55 Walker Street",
            "city": "New York",
            "geolocation": "52.9540357,-1.1332593882121809",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36612,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34710,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd6c879a4d4449559d007f413e801cc0-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd6c879a4d4449559d007f413e801cc0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd6c879a4d4449559d007f413e801cc0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd6c879a4d4449559d007f413e801cc0-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd6c879a4d4449559d007f413e801cc0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bd6c879a4d4449559d007f413e801cc0.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd6c879a4d4449559d007f413e801cc0-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd6c879a4d4449559d007f413e801cc0-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd6c879a4d4449559d007f413e801cc0-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd6c879a4d4449559d007f413e801cc0-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-07T14:45:58.939565Z",
                "updated_at": "2024-03-07T14:45:58.939624Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4953,
                "name": "David Hill Gallery",
                "slug": "david-hill-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5237779,-0.2139367",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-03-07T14:46:07.405302Z",
            "publish_time": null,
            "slug": "david-hill-gallery-street-life-2024-03-01",
            "created_at": "2024-03-07T14:46:08.309436Z",
            "updated_at": "2024-03-07T14:46:09.135016Z",
            "summary": "Street Life is an Gallery Shows event starting on 01/03/2024, 01:00 and ending on 18/05/2024, 00:00. Event is in David Hill Gallery with address 345 Ladbroke Grove.",
            "title": "Street Life",
            "content": null,
            "start_time": "2024-03-01T01:00:00.000000Z",
            "end_time": "2024-05-18T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "345 Ladbroke Grove",
            "city": "London",
            "geolocation": "51.5237574,-0.21398985363145634",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36613,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34714,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6fb4b779b33d4534b3c584b1eac24e71-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6fb4b779b33d4534b3c584b1eac24e71-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6fb4b779b33d4534b3c584b1eac24e71-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6fb4b779b33d4534b3c584b1eac24e71-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6fb4b779b33d4534b3c584b1eac24e71-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6fb4b779b33d4534b3c584b1eac24e71.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6fb4b779b33d4534b3c584b1eac24e71-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6fb4b779b33d4534b3c584b1eac24e71-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6fb4b779b33d4534b3c584b1eac24e71-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6fb4b779b33d4534b3c584b1eac24e71-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-07T14:46:04.166639Z",
                "updated_at": "2024-03-07T14:46:04.166696Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 717,
                "name": "Dittrich & Schlechtriem Berlin",
                "slug": "dittrich-schlechtriem-berlin",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5276447,13.4123303",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 1197,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/403142_344381648919790_552229071_n-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/403142_344381648919790_552229071_n-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/403142_344381648919790_552229071_n-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/403142_344381648919790_552229071_n-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/403142_344381648919790_552229071_n-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/403142_344381648919790_552229071_n-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/403142_344381648919790_552229071_n.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/403142_344381648919790_552229071_n-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-18T22:23:43.367592Z",
                    "updated_at": "2021-09-14T13:03:14.406516Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "403142_344381648919790_552229071_n",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2024-03-07T14:46:09.102608Z",
            "publish_time": null,
            "slug": "dittrich-schlechtriem-berlin-bernhard-martin-probleme-war-gestern-2024-03-01",
            "created_at": "2024-03-07T14:46:10.011365Z",
            "updated_at": "2024-03-07T14:46:12.231996Z",
            "summary": "Bernhard Martin. Probleme war gestern is an Gallery Shows event starting on 01/03/2024, 01:00 and ending on 14/04/2024, 00:00. Event is in Dittrich & Schlechtriem Berlin with address LINIENSTRASSE 23.",
            "title": "Bernhard Martin. Probleme war gestern",
            "content": null,
            "start_time": "2024-03-01T01:00:00.000000Z",
            "end_time": "2024-04-14T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "LINIENSTRASSE 23",
            "city": "Berlin",
            "geolocation": "52.5276077,13.4123477",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36635,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34732,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c7685ca8e833464e83654681bb73efbd-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c7685ca8e833464e83654681bb73efbd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c7685ca8e833464e83654681bb73efbd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c7685ca8e833464e83654681bb73efbd-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c7685ca8e833464e83654681bb73efbd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c7685ca8e833464e83654681bb73efbd.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c7685ca8e833464e83654681bb73efbd-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c7685ca8e833464e83654681bb73efbd-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c7685ca8e833464e83654681bb73efbd-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c7685ca8e833464e83654681bb73efbd-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-07T14:48:24.888936Z",
                "updated_at": "2024-03-07T14:48:24.888995Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6937,
                "name": "Hua International Berlin",
                "slug": "hua-international-berlin",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.50222369999999,13.3655288",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2024-03-07T14:49:06.556504Z",
            "publish_time": null,
            "slug": "hua-international-berlin-fanny-gicquel-haunt-2024-03-01",
            "created_at": "2024-03-07T14:49:07.441557Z",
            "updated_at": "2024-03-07T14:49:08.615080Z",
            "summary": "Fanny Gicquel. Haunt is an Gallery Shows event starting on 01/03/2024, 01:00 and ending on 06/04/2024, 00:00. Event is in Hua International Berlin with address Potsdamerstr. 81 b.",
            "title": "Fanny Gicquel. Haunt",
            "content": null,
            "start_time": "2024-03-01T01:00:00.000000Z",
            "end_time": "2024-04-06T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Potsdamerstr. 81 b",
            "city": "Berlin",
            "geolocation": "52.4032325,12.777912",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36652,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34745,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/757b5d8095254675ae80ea35513b8f13-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/757b5d8095254675ae80ea35513b8f13-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/757b5d8095254675ae80ea35513b8f13-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/757b5d8095254675ae80ea35513b8f13-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/757b5d8095254675ae80ea35513b8f13-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/757b5d8095254675ae80ea35513b8f13.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/757b5d8095254675ae80ea35513b8f13-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/757b5d8095254675ae80ea35513b8f13-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/757b5d8095254675ae80ea35513b8f13-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/757b5d8095254675ae80ea35513b8f13-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-07T14:54:26.806135Z",
                "updated_at": "2024-03-07T14:54:26.806173Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4842,
                "name": "Meno Parkas Gallery",
                "slug": "meno-parkas-gallery",
                "city": "Kaunas",
                "country": {
                    "code": "LT",
                    "name": "Lithuania"
                },
                "geolocation": "54.8972653,23.8869434",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "LT",
            "publish_status": "published",
            "published_at": "2024-03-07T14:54:37.230005Z",
            "publish_time": null,
            "slug": "meno-parkas-gallery-karolina-latvyte-bibiano-me-my-fear-and-other-stories-2024-03-01",
            "created_at": "2024-03-07T14:54:38.190260Z",
            "updated_at": "2024-03-07T14:54:38.664204Z",
            "summary": "Karolina Latvytė-Bibiano. Me, My Fear and Other Stories is an Gallery Shows event starting on 01/03/2024, 01:00 and ending on 28/03/2024, 01:00. Event is in Meno Parkas Gallery with address Rotušės a. 27.",
            "title": "Karolina Latvytė-Bibiano. Me, My Fear and Other Stories",
            "content": null,
            "start_time": "2024-03-01T01:00:00.000000Z",
            "end_time": "2024-03-28T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Rotušės a. 27",
            "city": "Kaunas",
            "geolocation": "54.89723415,23.887301485380775",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36653,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34744,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/224b3bb4903d4883b33fb038b2660d55-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/224b3bb4903d4883b33fb038b2660d55-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/224b3bb4903d4883b33fb038b2660d55-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/224b3bb4903d4883b33fb038b2660d55-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/224b3bb4903d4883b33fb038b2660d55-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/224b3bb4903d4883b33fb038b2660d55.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/224b3bb4903d4883b33fb038b2660d55-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/224b3bb4903d4883b33fb038b2660d55-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/224b3bb4903d4883b33fb038b2660d55-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/224b3bb4903d4883b33fb038b2660d55-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-07T14:54:26.636349Z",
                "updated_at": "2024-03-07T14:54:26.636409Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4842,
                "name": "Meno Parkas Gallery",
                "slug": "meno-parkas-gallery",
                "city": "Kaunas",
                "country": {
                    "code": "LT",
                    "name": "Lithuania"
                },
                "geolocation": "54.8972653,23.8869434",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "LT",
            "publish_status": "published",
            "published_at": "2024-03-07T14:54:37.301739Z",
            "publish_time": null,
            "slug": "meno-parkas-gallery-loreta-svaikauskiene-the-human-was-happy-in-the-garden-of-eden-but-2024-03-01",
            "created_at": "2024-03-07T14:54:38.427301Z",
            "updated_at": "2024-03-07T14:54:39.170478Z",
            "summary": "Loreta Švaikauskienė. The Human Was Happy in the Garden of Eden But… is an Gallery Shows event starting on 01/03/2024, 01:00 and ending on 28/03/2024, 01:00. Event is in Meno Parkas Gallery with address Rotušės a. 27.",
            "title": "Loreta Švaikauskienė. The Human Was Happy in the Garden of Eden But…",
            "content": null,
            "start_time": "2024-03-01T01:00:00.000000Z",
            "end_time": "2024-03-28T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Rotušės a. 27",
            "city": "Kaunas",
            "geolocation": "54.89723415,23.887301485380775",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36654,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34749,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ffb517ad651494db2079d3fa28a267c-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ffb517ad651494db2079d3fa28a267c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ffb517ad651494db2079d3fa28a267c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ffb517ad651494db2079d3fa28a267c-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ffb517ad651494db2079d3fa28a267c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5ffb517ad651494db2079d3fa28a267c.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ffb517ad651494db2079d3fa28a267c-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ffb517ad651494db2079d3fa28a267c-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ffb517ad651494db2079d3fa28a267c-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ffb517ad651494db2079d3fa28a267c-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-07T14:54:39.744136Z",
                "updated_at": "2024-03-07T14:54:39.744175Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6278,
                "name": "Miart Gallery London",
                "slug": "miart-gallery-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5065541,-0.1393195",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-03-07T14:54:45.055176Z",
            "publish_time": null,
            "slug": "miart-gallery-london-chroma-2024-03-01",
            "created_at": "2024-03-07T14:54:45.989238Z",
            "updated_at": "2024-03-07T14:54:55.012372Z",
            "summary": "Chroma is an Gallery Shows event starting on 01/03/2024, 01:00 and ending on 05/04/2024, 00:00. Event is in Miart Gallery London with address 31-32 St James's St.",
            "title": "Chroma",
            "content": null,
            "start_time": "2024-03-01T01:00:00.000000Z",
            "end_time": "2024-04-05T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "31-32 St James's St",
            "city": "London",
            "geolocation": "50.9484125,-2.807216",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        }
    ]
}