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=3960&ordering=-start_time
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 37604,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=3978&ordering=-start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=3942&ordering=-start_time",
    "results": [
        {
            "id": 34406,
            "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": 32511,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9b2dcc9b6d8848b58f2ec61910ae2a52-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9b2dcc9b6d8848b58f2ec61910ae2a52-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9b2dcc9b6d8848b58f2ec61910ae2a52-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9b2dcc9b6d8848b58f2ec61910ae2a52-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9b2dcc9b6d8848b58f2ec61910ae2a52-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9b2dcc9b6d8848b58f2ec61910ae2a52.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9b2dcc9b6d8848b58f2ec61910ae2a52-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9b2dcc9b6d8848b58f2ec61910ae2a52-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9b2dcc9b6d8848b58f2ec61910ae2a52-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9b2dcc9b6d8848b58f2ec61910ae2a52-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-21T11:53:28.461935Z",
                "updated_at": "2023-12-21T11:53:28.461972Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8656,
                "name": "AKA contemporary",
                "slug": "aka-contemporary",
                "city": "Cambridge",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.1887591,0.1392131",
                "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": "2023-12-21T11:53:34.356958Z",
            "publish_time": null,
            "slug": "aka-contemporary-whispers-of-warmth-2023-12-20",
            "created_at": "2023-12-21T11:53:35.490243Z",
            "updated_at": "2023-12-21T11:53:35.982663Z",
            "summary": "Whispers of Warmth is an Gallery Shows event starting on 20/12/2023, 01:00 and ending on 27/01/2024, 01:00. Event is in AKA contemporary with address The Studio.",
            "title": "Whispers of Warmth",
            "content": null,
            "start_time": "2023-12-20T01:00:00.000000Z",
            "end_time": "2024-01-27T01: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": "The Studio",
            "city": "Cambridge",
            "geolocation": "52.5327961,-1.4453352202153522",
            "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": 34721,
            "author": {
                "id": "c30de939-79c4-4fa9-b93b-25579eed8fea",
                "username": "aimee@maddoxgallery.com",
                "slug": "aimeemaddoxgallerycom",
                "first_name": "Aimee",
                "last_name": "Holmes",
                "display_name": null,
                "display_name_full": "Aimee Holmes",
                "email": "aimee@maddoxgallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 32808,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dc34fc7aeb8e4cb9871ae63a9b10f9a8-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dc34fc7aeb8e4cb9871ae63a9b10f9a8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dc34fc7aeb8e4cb9871ae63a9b10f9a8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dc34fc7aeb8e4cb9871ae63a9b10f9a8-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dc34fc7aeb8e4cb9871ae63a9b10f9a8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/dc34fc7aeb8e4cb9871ae63a9b10f9a8.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dc34fc7aeb8e4cb9871ae63a9b10f9a8-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dc34fc7aeb8e4cb9871ae63a9b10f9a8-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dc34fc7aeb8e4cb9871ae63a9b10f9a8-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dc34fc7aeb8e4cb9871ae63a9b10f9a8-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-05T10:54:42.680985Z",
                "updated_at": "2024-01-05T10:54:42.681021Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2913,
                "name": "Maddox Gallery Mayfair London",
                "slug": "maddox-gallery-mayfair",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5133294,-0.1415974000000233",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2514,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Maddox-Gallery-Mayfair.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-24T09:35:05.412266Z",
                    "updated_at": "2021-09-14T13:31:24.123913Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Maddox Gallery Mayfair",
                    "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": "GB",
            "publish_status": "published",
            "published_at": "2024-01-05T10:54:45.975041Z",
            "publish_time": null,
            "slug": "maddox-gallery-mayfair-london-morpheus-2023-12-20",
            "created_at": "2024-01-05T10:54:46.913201Z",
            "updated_at": "2024-01-05T10:54:48.310515Z",
            "summary": "MORPHEUS is an Gallery Shows event starting on 20/12/2023, 01:00 and ending on 29/02/2024, 01:00. Event is in Maddox Gallery Mayfair London with address 9 Maddox Street.",
            "title": "MORPHEUS",
            "content": null,
            "start_time": "2023-12-20T01:00:00.000000Z",
            "end_time": "2024-02-29T01: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": "9 Maddox Street",
            "city": "London",
            "geolocation": "51.5133581,-0.1415916",
            "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": 34411,
            "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": 32512,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/89c7bd59915f4855821c3900e1d5efbb-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/89c7bd59915f4855821c3900e1d5efbb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/89c7bd59915f4855821c3900e1d5efbb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/89c7bd59915f4855821c3900e1d5efbb-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/89c7bd59915f4855821c3900e1d5efbb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/89c7bd59915f4855821c3900e1d5efbb.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/89c7bd59915f4855821c3900e1d5efbb-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/89c7bd59915f4855821c3900e1d5efbb-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/89c7bd59915f4855821c3900e1d5efbb-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/89c7bd59915f4855821c3900e1d5efbb-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-21T11:53:27.620473Z",
                "updated_at": "2023-12-21T11:53:27.620510Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7776,
                "name": "230 Portobello Road",
                "slug": "230-portobello-road",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4724034,-0.1460852",
                "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": "2023-12-21T11:53:47.003930Z",
            "publish_time": null,
            "slug": "230-portobello-road-the-sequence-of-repetition-2023-12-20",
            "created_at": "2023-12-21T11:53:48.235003Z",
            "updated_at": "2023-12-21T11:53:48.235021Z",
            "summary": null,
            "title": "The Sequence of Repetition",
            "content": null,
            "start_time": "2023-12-20T01:00:00.000000Z",
            "end_time": "2023-12-20T01: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": "London",
            "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": 34720,
            "author": {
                "id": "849f2e87-11af-4dd2-951f-77a9967f8ac6",
                "username": "huw_1420",
                "slug": "huw_1420",
                "first_name": "Huw",
                "last_name": "Lougher",
                "display_name": "Huw Lougher",
                "display_name_full": "Huw Lougher",
                "email": "art@loughercontemporary.com",
                "telephone": "+44 (0) 117 959 6411"
            },
            "price": null,
            "featured_image": {
                "id": 32807,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e17b2ddbb327498b83c55f0476c7d407-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e17b2ddbb327498b83c55f0476c7d407-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e17b2ddbb327498b83c55f0476c7d407-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e17b2ddbb327498b83c55f0476c7d407-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e17b2ddbb327498b83c55f0476c7d407-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e17b2ddbb327498b83c55f0476c7d407.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e17b2ddbb327498b83c55f0476c7d407-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e17b2ddbb327498b83c55f0476c7d407-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e17b2ddbb327498b83c55f0476c7d407-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e17b2ddbb327498b83c55f0476c7d407-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-05T10:54:42.446478Z",
                "updated_at": "2024-01-05T10:54:42.446533Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2990,
                "name": "Lougher Contemporary",
                "slug": "lougher-contemporary",
                "city": "Bristol",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.454513,-2.58791",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3485,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Artsy_Banner_1-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Artsy_Banner_1-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Artsy_Banner_1-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Artsy_Banner_1-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Artsy_Banner_1-crop-c0-5__0-5-558x279.png",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Artsy_Banner_1-crop-c0-5__0-5-760x499.png",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Artsy_Banner_1.png",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Artsy_Banner_1-crop-c0-5__0-5-265x149.png"
                    },
                    "created_at": "2021-09-29T14:59:49.819056Z",
                    "updated_at": "2021-09-29T14:59:49.819108Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "849f2e87-11af-4dd2-951f-77a9967f8ac6"
                },
                "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-01-05T10:54:45.810396Z",
            "publish_time": null,
            "slug": "lougher-contemporary-damien-hirsts-where-the-land-meets-the-sea-2023-12-20",
            "created_at": "2024-01-05T10:54:46.855585Z",
            "updated_at": "2024-01-05T10:54:47.293632Z",
            "summary": "Damien Hirsts Where the Land Meets the Sea is an Gallery Shows event starting on 20/12/2023, 01:00 and ending on 20/01/2024, 01:00. Event is in Lougher Contemporary with address Trym Lodge, 1 Henbury Rd.",
            "title": "Damien Hirsts Where the Land Meets the Sea",
            "content": null,
            "start_time": "2023-12-20T01:00:00.000000Z",
            "end_time": "2024-01-20T01: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": "Trym Lodge, 1 Henbury Rd",
            "city": "Bristol",
            "geolocation": "51.49518675,-2.6182743030008035",
            "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": 20074,
            "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": 19456,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9dcc71c890884adaafb535ff964b5fdb-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9dcc71c890884adaafb535ff964b5fdb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9dcc71c890884adaafb535ff964b5fdb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9dcc71c890884adaafb535ff964b5fdb-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9dcc71c890884adaafb535ff964b5fdb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9dcc71c890884adaafb535ff964b5fdb.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9dcc71c890884adaafb535ff964b5fdb-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9dcc71c890884adaafb535ff964b5fdb-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9dcc71c890884adaafb535ff964b5fdb-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9dcc71c890884adaafb535ff964b5fdb-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-19T09:49:54.538953Z",
                "updated_at": "2023-02-10T15:00:19.894713Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7291,
                "name": "WORLDART",
                "slug": "worldart",
                "city": "Cape Town",
                "country": {
                    "code": "ZA",
                    "name": "South Africa"
                },
                "geolocation": "-33.92312999999999,18.41907",
                "artworks_for_sale_count": 28,
                "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": "ZA",
            "publish_status": "published",
            "published_at": "2023-01-19T09:49:54.792830Z",
            "publish_time": null,
            "slug": "worldart-worldart-summer-group-show-2023-12-20",
            "created_at": "2023-01-19T09:49:55.667052Z",
            "updated_at": "2023-01-19T09:49:55.667071Z",
            "summary": null,
            "title": "WORLDART Summer group show",
            "content": null,
            "start_time": "2023-12-20T01:00:00.000000Z",
            "end_time": "2023-01-27T01: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": "54 Church Street, Cape Town, ZA",
            "city": "Cape Town",
            "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": 34658,
            "author": {
                "id": "04c472fa-6bdc-4ff2-92b8-0ac581e9ce75",
                "username": "genoa@gilmanc.com",
                "slug": "genoagilmanccom",
                "first_name": "Genoa",
                "last_name": "Beiser",
                "display_name": null,
                "display_name_full": "Genoa Beiser",
                "email": "genoa@gilmanc.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 32747,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b6f7d8556704c90a70995f9bcf2fc05-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b6f7d8556704c90a70995f9bcf2fc05-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b6f7d8556704c90a70995f9bcf2fc05-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b6f7d8556704c90a70995f9bcf2fc05-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b6f7d8556704c90a70995f9bcf2fc05-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2b6f7d8556704c90a70995f9bcf2fc05.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b6f7d8556704c90a70995f9bcf2fc05-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b6f7d8556704c90a70995f9bcf2fc05-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b6f7d8556704c90a70995f9bcf2fc05-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b6f7d8556704c90a70995f9bcf2fc05-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-04T18:14:09.220490Z",
                "updated_at": "2024-01-04T18:14:09.220538Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "04c472fa-6bdc-4ff2-92b8-0ac581e9ce75"
            },
            "venue": {
                "id": 8967,
                "name": "Gilman Contemporary",
                "slug": "gilman-contemporary",
                "city": "Sun Valley",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "43.6833153,-114.3608111",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4407,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/47c062f1f4fe44029fcfade57975e170-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/47c062f1f4fe44029fcfade57975e170-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/47c062f1f4fe44029fcfade57975e170-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/47c062f1f4fe44029fcfade57975e170-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/47c062f1f4fe44029fcfade57975e170-crop-c0-5__0-5-558x279-70.jpeg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/47c062f1f4fe44029fcfade57975e170-crop-c0-5__0-5-760x499-70.jpeg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/47c062f1f4fe44029fcfade57975e170.jpeg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/47c062f1f4fe44029fcfade57975e170-crop-c0-5__0-5-265x149-70.jpeg"
                    },
                    "created_at": "2023-07-19T19:46:49.560637Z",
                    "updated_at": "2023-07-19T19:46:49.560675Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "04c472fa-6bdc-4ff2-92b8-0ac581e9ce75"
                },
                "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-01-04T18:14:20.781679Z",
            "publish_time": null,
            "slug": "deck-the-walls",
            "created_at": "2024-01-04T18:14:20.786055Z",
            "updated_at": "2024-01-04T18:14:20.838363Z",
            "summary": "Deck the Walls is an Gallery Shows event starting on 19/12/2023, 10:00 and ending on 24/01/2024, 17:00. Event is in Gilman Contemporary with address 661 Sun Valley Rd, Sun Valley, ID 83353, USA.",
            "title": "Deck the Walls",
            "content": "Each December/January Gilman Contemporary celebrates the diversity of the artists they bring to Sun Valley with their group exhibition, Deck the Walls. This dynamic group show teases upcoming feature exhibitions with works by Joanne Freeman, John Westmark, Matt Duffin and Paul Béliveau, as well as introducing new artists to the gallery Tony Hernandez and Jason Wheatley. We will also feature one of Jill Lear’s newest large scale works alongside Michael Massaia, Kelly Ording, Ellie Davies, Rodney Smith, Thai Mainhard and Frances McCormack.",
            "start_time": "2023-12-19T10:00:00.000000Z",
            "end_time": "2024-01-24T17: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": "661 Sun Valley Rd, Sun Valley, ID 83353, USA",
            "city": "Sun Valley",
            "geolocation": "43.6833153,-114.3608111",
            "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": [
                4711,
                13359,
                8143,
                5606
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 34251,
            "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": 32368,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b831fcc69ac943abb6286280ece43598-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b831fcc69ac943abb6286280ece43598-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b831fcc69ac943abb6286280ece43598-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b831fcc69ac943abb6286280ece43598-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b831fcc69ac943abb6286280ece43598-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b831fcc69ac943abb6286280ece43598.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b831fcc69ac943abb6286280ece43598-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b831fcc69ac943abb6286280ece43598-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b831fcc69ac943abb6286280ece43598-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b831fcc69ac943abb6286280ece43598-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-11T16:49:02.356846Z",
                "updated_at": "2023-12-11T16:49:02.356890Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9524,
                "name": "Centro Cultural San Clemente",
                "slug": "centro-cultural-san-clemente",
                "city": "Toledo",
                "country": {
                    "code": "ES",
                    "name": "Spain"
                },
                "geolocation": "39.85880969999999,-4.0279",
                "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": "ES",
            "publish_status": "published",
            "published_at": "2023-12-11T16:49:07.580085Z",
            "publish_time": null,
            "slug": "centro-cultural-san-clemente-las-estaciones-del-arte-2023-12-19",
            "created_at": "2023-12-11T16:49:08.470274Z",
            "updated_at": "2023-12-11T16:49:09.787336Z",
            "summary": "Las Estaciones del Arte is an Gallery Shows event starting on 19/12/2023, 01:00 and ending on 15/03/2024, 01:00. Event is in Centro Cultural San Clemente with address Centro Cultural San Clemente.",
            "title": "Las Estaciones del Arte",
            "content": null,
            "start_time": "2023-12-19T01:00:00.000000Z",
            "end_time": "2024-03-15T01: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": "Centro Cultural San Clemente",
            "city": "Toledo",
            "geolocation": "39.8588304,-4.027732",
            "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": 32874,
            "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": 31096,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d69a6a2519084258a56746d08c03e1ac-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d69a6a2519084258a56746d08c03e1ac-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d69a6a2519084258a56746d08c03e1ac-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d69a6a2519084258a56746d08c03e1ac-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d69a6a2519084258a56746d08c03e1ac-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d69a6a2519084258a56746d08c03e1ac.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d69a6a2519084258a56746d08c03e1ac-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d69a6a2519084258a56746d08c03e1ac-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d69a6a2519084258a56746d08c03e1ac-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d69a6a2519084258a56746d08c03e1ac-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-10-31T13:39:24.496329Z",
                "updated_at": "2023-10-31T13:39:24.496365Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9377,
                "name": "EXOgallery @ NADA",
                "slug": "exogallery-nada",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.71440980000001,-73.982472",
                "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": "2023-10-31T13:39:28.796550Z",
            "publish_time": null,
            "slug": "exogallery-nada-the-cave-unveiling-illusions-2023-12-19",
            "created_at": "2023-10-31T13:39:29.733235Z",
            "updated_at": "2023-10-31T13:39:34.432577Z",
            "summary": "The Cave | Unveiling Illusions is an Gallery Shows event starting on 19/12/2023, 01:00 and ending on 03/01/2024, 01:00. Event is in EXOgallery @ NADA with address 311 East Broadway.",
            "title": "The Cave | Unveiling Illusions",
            "content": null,
            "start_time": "2023-12-19T01:00:00.000000Z",
            "end_time": "2024-01-03T01: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": "311 East Broadway",
            "city": "New York",
            "geolocation": "41.6520243,-74.6760979",
            "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": 34748,
            "author": {
                "id": "9d7018ed-1db0-41bd-9b84-4af35dca125b",
                "username": "robilantvoena",
                "slug": "robilantvoena",
                "first_name": "Ellie",
                "last_name": "Hustler",
                "display_name": "Ellie Hustler",
                "display_name_full": "Ellie Hustler",
                "email": "ellie@robilantvoena.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 32834,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/866fa178565044c893076d6db3853ba2-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/866fa178565044c893076d6db3853ba2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/866fa178565044c893076d6db3853ba2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/866fa178565044c893076d6db3853ba2-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/866fa178565044c893076d6db3853ba2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/866fa178565044c893076d6db3853ba2.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/866fa178565044c893076d6db3853ba2-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/866fa178565044c893076d6db3853ba2-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/866fa178565044c893076d6db3853ba2-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/866fa178565044c893076d6db3853ba2-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-05T11:00:31.534095Z",
                "updated_at": "2024-01-05T11:00:31.534154Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5233,
                "name": "Robilant+Voena",
                "slug": "robilantvoena",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5083788,-0.1425594",
                "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": "CH",
            "publish_status": "published",
            "published_at": "2024-01-05T11:00:34.739606Z",
            "publish_time": null,
            "slug": "robilantvoena-minjung-kim-2023-12-19",
            "created_at": "2024-01-05T11:00:35.941303Z",
            "updated_at": "2024-01-05T11:00:37.767886Z",
            "summary": "Minjung Kim is an Gallery Shows event starting on 19/12/2023, 01:00 and ending on 28/01/2024, 01:00. Event is in Robilant+Voena with address Plazza Paracelsus 2.",
            "title": "Minjung Kim",
            "content": null,
            "start_time": "2023-12-19T01:00:00.000000Z",
            "end_time": "2024-01-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": "Plazza Paracelsus 2",
            "city": "St. Moritz",
            "geolocation": "46.4832338,9.8356689",
            "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": 34722,
            "author": {
                "id": "c30de939-79c4-4fa9-b93b-25579eed8fea",
                "username": "aimee@maddoxgallery.com",
                "slug": "aimeemaddoxgallerycom",
                "first_name": "Aimee",
                "last_name": "Holmes",
                "display_name": null,
                "display_name_full": "Aimee Holmes",
                "email": "aimee@maddoxgallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 32809,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6bc6669b9b7a43919980ef5bc121d04a-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6bc6669b9b7a43919980ef5bc121d04a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6bc6669b9b7a43919980ef5bc121d04a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6bc6669b9b7a43919980ef5bc121d04a-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6bc6669b9b7a43919980ef5bc121d04a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6bc6669b9b7a43919980ef5bc121d04a.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6bc6669b9b7a43919980ef5bc121d04a-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6bc6669b9b7a43919980ef5bc121d04a-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6bc6669b9b7a43919980ef5bc121d04a-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6bc6669b9b7a43919980ef5bc121d04a-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-05T10:54:44.138739Z",
                "updated_at": "2024-01-05T10:54:44.138802Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2913,
                "name": "Maddox Gallery Mayfair London",
                "slug": "maddox-gallery-mayfair",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5133294,-0.1415974000000233",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2514,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Maddox-Gallery-Mayfair.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-24T09:35:05.412266Z",
                    "updated_at": "2021-09-14T13:31:24.123913Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Maddox Gallery Mayfair",
                    "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": "CH",
            "publish_status": "published",
            "published_at": "2024-01-05T10:54:47.037927Z",
            "publish_time": null,
            "slug": "maddox-gallery-mayfair-london-slide-2023-12-19",
            "created_at": "2024-01-05T10:54:47.976046Z",
            "updated_at": "2024-01-05T10:54:48.611306Z",
            "summary": "SLIDE is an Gallery Shows event starting on 19/12/2023, 01:00 and ending on 31/01/2024, 01:00. Event is in Maddox Gallery Mayfair London with address Promenade 7.",
            "title": "SLIDE",
            "content": null,
            "start_time": "2023-12-19T01:00:00.000000Z",
            "end_time": "2024-01-31T01: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": "Promenade 7",
            "city": "Gstaad",
            "geolocation": "52.888848499999995,12.458033472713552",
            "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": 34482,
            "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": 32584,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91a00795bc044f80bd127d3ce2ec514a-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91a00795bc044f80bd127d3ce2ec514a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91a00795bc044f80bd127d3ce2ec514a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91a00795bc044f80bd127d3ce2ec514a-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91a00795bc044f80bd127d3ce2ec514a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/91a00795bc044f80bd127d3ce2ec514a.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91a00795bc044f80bd127d3ce2ec514a-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91a00795bc044f80bd127d3ce2ec514a-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91a00795bc044f80bd127d3ce2ec514a-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91a00795bc044f80bd127d3ce2ec514a-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-21T12:02:58.237529Z",
                "updated_at": "2023-12-21T12:02:58.237588Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3578,
                "name": "Willesden Gallery",
                "slug": "willesden-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5907741,-0.1649604",
                "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": "2023-12-21T12:03:02.588372Z",
            "publish_time": null,
            "slug": "willesden-gallery-down-to-the-sunless-sea-2023-12-19",
            "created_at": "2023-12-21T12:03:03.492524Z",
            "updated_at": "2023-12-21T12:03:04.639139Z",
            "summary": "Down to the Sunless Sea is an Gallery Shows event starting on 19/12/2023, 01:00 and ending on 06/01/2024, 01:00. Event is in Willesden Gallery with address 95 High Road.",
            "title": "Down to the Sunless Sea",
            "content": null,
            "start_time": "2023-12-19T01:00:00.000000Z",
            "end_time": "2024-01-06T01: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": "95 High Road",
            "city": "London",
            "geolocation": "52.3860568,1.27137083191248",
            "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": 34417,
            "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": 32522,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e32993eefaad4b90971297146cb3633a-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e32993eefaad4b90971297146cb3633a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e32993eefaad4b90971297146cb3633a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e32993eefaad4b90971297146cb3633a-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e32993eefaad4b90971297146cb3633a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e32993eefaad4b90971297146cb3633a.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e32993eefaad4b90971297146cb3633a-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e32993eefaad4b90971297146cb3633a-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e32993eefaad4b90971297146cb3633a-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e32993eefaad4b90971297146cb3633a-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-21T11:54:02.053185Z",
                "updated_at": "2023-12-21T11:54:02.053220Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5363,
                "name": "Bloc Projects",
                "slug": "bloc-projects",
                "city": "Sheffield",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.37445989999999,-1.4714704",
                "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": "2023-12-21T11:54:06.128935Z",
            "publish_time": null,
            "slug": "bloc-projects-toni-buckby-re-embroidering-blackwork-an-unstitched-coif-other-works-2023-12-19",
            "created_at": "2023-12-21T11:54:07.045267Z",
            "updated_at": "2023-12-21T11:54:07.951465Z",
            "summary": "Toni Buckby. Re-embroidering Blackwork, 'an unstitched coif...' & other works is an Gallery Shows event starting on 19/12/2023, 01:00 and ending on 23/12/2023, 01:00. Event is in Bloc Projects with address 71 Eyre Lane.",
            "title": "Toni Buckby. Re-embroidering Blackwork, 'an unstitched coif...' & other works",
            "content": null,
            "start_time": "2023-12-19T01:00:00.000000Z",
            "end_time": "2023-12-23T01: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": "71 Eyre Lane",
            "city": "Sheffield",
            "geolocation": "40.87230819917328,-73.59707246611552",
            "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": 34718,
            "author": {
                "id": "c30de939-79c4-4fa9-b93b-25579eed8fea",
                "username": "aimee@maddoxgallery.com",
                "slug": "aimeemaddoxgallerycom",
                "first_name": "Aimee",
                "last_name": "Holmes",
                "display_name": null,
                "display_name_full": "Aimee Holmes",
                "email": "aimee@maddoxgallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 32805,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/111bcf6baac540e683aa12c696d5e5bb-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/111bcf6baac540e683aa12c696d5e5bb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/111bcf6baac540e683aa12c696d5e5bb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/111bcf6baac540e683aa12c696d5e5bb-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/111bcf6baac540e683aa12c696d5e5bb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/111bcf6baac540e683aa12c696d5e5bb.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/111bcf6baac540e683aa12c696d5e5bb-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/111bcf6baac540e683aa12c696d5e5bb-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/111bcf6baac540e683aa12c696d5e5bb-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/111bcf6baac540e683aa12c696d5e5bb-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-05T10:54:40.467338Z",
                "updated_at": "2024-01-05T10:54:40.467376Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2913,
                "name": "Maddox Gallery Mayfair London",
                "slug": "maddox-gallery-mayfair",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5133294,-0.1415974000000233",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2514,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Maddox-Gallery-Mayfair.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-24T09:35:05.412266Z",
                    "updated_at": "2021-09-14T13:31:24.123913Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Maddox Gallery Mayfair",
                    "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": "CH",
            "publish_status": "published",
            "published_at": "2024-01-05T10:54:43.924024Z",
            "publish_time": null,
            "slug": "maddox-gallery-mayfair-london-dairo-vargas-recall-2023-12-19",
            "created_at": "2024-01-05T10:54:44.874470Z",
            "updated_at": "2024-01-05T10:54:47.034439Z",
            "summary": "DAIRO VARGAS: RECALL is an Gallery Shows event starting on 19/12/2023, 01:00 and ending on 09/02/2024, 01:00. Event is in Maddox Gallery Mayfair London with address Promenade 7.",
            "title": "DAIRO VARGAS: RECALL",
            "content": null,
            "start_time": "2023-12-19T01:00:00.000000Z",
            "end_time": "2024-02-09T01: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": "Promenade 7",
            "city": "Gstaad",
            "geolocation": "52.888848499999995,12.458033472713552",
            "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": 34448,
            "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": 32552,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f31ad9c95c99484e992ef1d7d06d41df-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f31ad9c95c99484e992ef1d7d06d41df-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f31ad9c95c99484e992ef1d7d06d41df-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f31ad9c95c99484e992ef1d7d06d41df-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f31ad9c95c99484e992ef1d7d06d41df-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f31ad9c95c99484e992ef1d7d06d41df.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f31ad9c95c99484e992ef1d7d06d41df-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f31ad9c95c99484e992ef1d7d06d41df-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f31ad9c95c99484e992ef1d7d06d41df-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f31ad9c95c99484e992ef1d7d06d41df-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-21T11:59:15.211914Z",
                "updated_at": "2023-12-21T11:59:15.211950Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4279,
                "name": "The Metropolitan Museum of Art",
                "slug": "metropolitan-museum-art",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7791865,-73.96353479999999",
                "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": "2023-12-21T11:59:20.468299Z",
            "publish_time": null,
            "slug": "the-metropolitan-museum-of-art-dont-forget-to-call-your-mother-2023-12-18",
            "created_at": "2023-12-21T11:59:21.378038Z",
            "updated_at": "2023-12-21T11:59:21.431063Z",
            "summary": "Don't Forget to Call Your Mother is an Gallery Shows event starting on 18/12/2023, 01:00 and ending on 15/09/2024, 00:00. Event is in The Metropolitan Museum of Art with address 1000 Fifth Avenue (at 82nd Street).",
            "title": "Don't Forget to Call Your Mother",
            "content": null,
            "start_time": "2023-12-18T01:00:00.000000Z",
            "end_time": "2024-09-15T00: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": "1000 Fifth Avenue (at 82nd Street)",
            "city": "New York",
            "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": 32997,
            "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": 31213,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0dec7c8e14c641cbbce2a5f1bf9f2ead-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0dec7c8e14c641cbbce2a5f1bf9f2ead-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0dec7c8e14c641cbbce2a5f1bf9f2ead-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0dec7c8e14c641cbbce2a5f1bf9f2ead-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0dec7c8e14c641cbbce2a5f1bf9f2ead-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0dec7c8e14c641cbbce2a5f1bf9f2ead.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0dec7c8e14c641cbbce2a5f1bf9f2ead-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0dec7c8e14c641cbbce2a5f1bf9f2ead-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0dec7c8e14c641cbbce2a5f1bf9f2ead-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0dec7c8e14c641cbbce2a5f1bf9f2ead-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-01T11:56:57.891505Z",
                "updated_at": "2023-11-01T11:56:57.891546Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3392,
                "name": "Colonnade House",
                "slug": "colonnade-house",
                "city": "Worthing",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.8119806,-0.3676237999999999",
                "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": "2023-11-01T11:57:05.071597Z",
            "publish_time": null,
            "slug": "colonnade-house-walter-wall-multi-ply-2023-12-18",
            "created_at": "2023-11-01T11:57:05.987057Z",
            "updated_at": "2023-11-01T11:57:06.420465Z",
            "summary": "Walter Wall 'Multi Ply' is an Gallery Shows event starting on 18/12/2023, 01:00 and ending on 07/01/2024, 01:00. Event is in Colonnade House with address Colonnade House.",
            "title": "Walter Wall 'Multi Ply'",
            "content": null,
            "start_time": "2023-12-18T01:00:00.000000Z",
            "end_time": "2024-01-07T01: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": "Colonnade House",
            "city": "Worthing",
            "geolocation": "50.96326985,0.020770453697222413",
            "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": 18715,
            "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": 18265,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fd33a4c8d3bd4a1991c85f3d81e66dd1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fd33a4c8d3bd4a1991c85f3d81e66dd1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fd33a4c8d3bd4a1991c85f3d81e66dd1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fd33a4c8d3bd4a1991c85f3d81e66dd1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fd33a4c8d3bd4a1991c85f3d81e66dd1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fd33a4c8d3bd4a1991c85f3d81e66dd1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fd33a4c8d3bd4a1991c85f3d81e66dd1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fd33a4c8d3bd4a1991c85f3d81e66dd1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fd33a4c8d3bd4a1991c85f3d81e66dd1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fd33a4c8d3bd4a1991c85f3d81e66dd1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-02T20:28:02.115185Z",
                "updated_at": "2023-01-02T20:28:02.115219Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7257,
                "name": "Cuenco Blanco Galería",
                "slug": "cuenco-blanco-galeria",
                "city": "Buenos Aires",
                "country": {
                    "code": "AR",
                    "name": "Argentina"
                },
                "geolocation": "-34.5892773,-58.44027690000001",
                "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": "AR",
            "publish_status": "published",
            "published_at": "2023-01-02T20:28:04.030753Z",
            "publish_time": null,
            "slug": "cuenco-blanco-galeria-introducing-susana-2023-12-18",
            "created_at": "2023-01-02T20:28:04.893552Z",
            "updated_at": "2023-01-02T20:28:05.246337Z",
            "summary": "Introducing Susana is an Gallery Shows event starting on 18/12/2023, 01:00 and ending on 18/01/2023, 01:00. Event is in Cuenco Blanco Galería with address Villa Crespo, Buenos Aires, AR.",
            "title": "Introducing Susana",
            "content": null,
            "start_time": "2023-12-18T01:00:00.000000Z",
            "end_time": "2023-01-18T01: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": "Villa Crespo, Buenos Aires, AR",
            "city": "Buenos Aires",
            "geolocation": "-34.5983947,-58.4424743",
            "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": 18703,
            "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": 18255,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc9cfab20aed41a285ead6d139305553-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc9cfab20aed41a285ead6d139305553-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc9cfab20aed41a285ead6d139305553-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc9cfab20aed41a285ead6d139305553-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc9cfab20aed41a285ead6d139305553-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fc9cfab20aed41a285ead6d139305553.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc9cfab20aed41a285ead6d139305553-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc9cfab20aed41a285ead6d139305553-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc9cfab20aed41a285ead6d139305553-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc9cfab20aed41a285ead6d139305553-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-02T20:24:05.499914Z",
                "updated_at": "2023-01-02T20:24:05.499951Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5340,
                "name": "Zilberman Gallery",
                "slug": "zilberman-gallery",
                "city": "Istanbul",
                "country": {
                    "code": "TR",
                    "name": "Turkey"
                },
                "geolocation": "41.035616,28.982484",
                "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": "TR",
            "publish_status": "published",
            "published_at": "2023-01-02T20:24:25.786746Z",
            "publish_time": null,
            "slug": "zilberman-gallery-i-will-die-as-will-you-2023-12-17",
            "created_at": "2023-01-02T20:24:26.653474Z",
            "updated_at": "2023-01-02T20:24:26.698506Z",
            "summary": "I will die... As will you is an Gallery Shows event starting on 17/12/2023, 01:00 and ending on 11/02/2023, 01:00. Event is in Zilberman Gallery with address İstiklal Cad. Mısır Apt. No: 163 K. 2&3 D. 5&10, Istanbul, TR.",
            "title": "I will die... As will you",
            "content": null,
            "start_time": "2023-12-17T01:00:00.000000Z",
            "end_time": "2023-02-11T01: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": "İstiklal Cad. Mısır Apt. No: 163 K. 2&3 D. 5&10, Istanbul, TR",
            "city": "Istanbul",
            "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": 18750,
            "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": 18300,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2ed6eaafd64482597487e48f0347d2e-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2ed6eaafd64482597487e48f0347d2e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2ed6eaafd64482597487e48f0347d2e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2ed6eaafd64482597487e48f0347d2e-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2ed6eaafd64482597487e48f0347d2e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d2ed6eaafd64482597487e48f0347d2e.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2ed6eaafd64482597487e48f0347d2e-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2ed6eaafd64482597487e48f0347d2e-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2ed6eaafd64482597487e48f0347d2e-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2ed6eaafd64482597487e48f0347d2e-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-02T20:47:00.235322Z",
                "updated_at": "2023-01-02T20:47:00.235376Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7166,
                "name": "Harman Projects",
                "slug": "harman-projects",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7184699,-73.9826586",
                "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": "2023-01-02T20:47:02.304755Z",
            "publish_time": null,
            "slug": "harman-projects-felicia-chiao-strange-pain-2023-12-17",
            "created_at": "2023-01-02T20:47:03.179856Z",
            "updated_at": "2023-01-02T20:47:03.599366Z",
            "summary": "Felicia Chiao: Strange Pain is an Gallery Shows event starting on 17/12/2023, 01:00 and ending on 07/01/2023, 01:00. Event is in Harman Projects with address 210 Rivington Street, New York, US.",
            "title": "Felicia Chiao: Strange Pain",
            "content": null,
            "start_time": "2023-12-17T01:00:00.000000Z",
            "end_time": "2023-01-07T01: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": "210 Rivington Street, New York, US",
            "city": "New York",
            "geolocation": "40.7184242,-73.9826176",
            "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": []
        }
    ]
}