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

{
    "count": 37589,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=24840&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=24804&ordering=start_time",
    "results": [
        {
            "id": 25139,
            "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": 24136,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da581cd8077a430c93ae67d253f8e4ad-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da581cd8077a430c93ae67d253f8e4ad-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/da581cd8077a430c93ae67d253f8e4ad.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da581cd8077a430c93ae67d253f8e4ad-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da581cd8077a430c93ae67d253f8e4ad-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da581cd8077a430c93ae67d253f8e4ad-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da581cd8077a430c93ae67d253f8e4ad-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da581cd8077a430c93ae67d253f8e4ad-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da581cd8077a430c93ae67d253f8e4ad-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da581cd8077a430c93ae67d253f8e4ad-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-26T19:01:07.406607Z",
                "updated_at": "2023-04-26T19:01:07.406664Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7178,
                "name": "Bosse & Baum",
                "slug": "bosse-baum",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.46983109999999,-0.0681801",
                "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-04-26T19:01:11.289889Z",
            "publish_time": null,
            "slug": "bosse-baum-mahali-ohare-songbirds-2023-04-26",
            "created_at": "2023-04-26T19:01:12.211839Z",
            "updated_at": "2023-04-26T19:01:12.589497Z",
            "summary": "Mahali O'Hare. Songbirds. is an Gallery Shows event starting on 26/04/2023, 00:00 and ending on 27/05/2023, 00:00. Event is in Bosse & Baum with address Unit BGC, Bussey Building.",
            "title": "Mahali O'Hare. Songbirds.",
            "content": null,
            "start_time": "2023-04-26T00:00:00.000000Z",
            "end_time": "2023-05-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Unit BGC, Bussey Building",
            "city": "London",
            "geolocation": "51.4699259,-0.0670003",
            "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": 25141,
            "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": 24137,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f557d58ef7834830aad4208b5ee66559-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f557d58ef7834830aad4208b5ee66559-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f557d58ef7834830aad4208b5ee66559.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f557d58ef7834830aad4208b5ee66559-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f557d58ef7834830aad4208b5ee66559-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f557d58ef7834830aad4208b5ee66559-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f557d58ef7834830aad4208b5ee66559-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f557d58ef7834830aad4208b5ee66559-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f557d58ef7834830aad4208b5ee66559-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f557d58ef7834830aad4208b5ee66559-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-26T19:01:10.870491Z",
                "updated_at": "2023-04-26T19:01:10.870524Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5744,
                "name": "Brick Lane Gallery - The Annexe",
                "slug": "brick-lane-gallery-annexe",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.523627,-0.0722189",
                "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-04-26T19:01:16.213596Z",
            "publish_time": null,
            "slug": "brick-lane-gallery-the-annexe-abstract-art-in-mind-private-view-2023-04-26",
            "created_at": "2023-04-26T19:01:17.296439Z",
            "updated_at": "2023-04-26T19:01:18.286118Z",
            "summary": "Abstract & Art in Mind Private View is an Gallery Shows event starting on 26/04/2023, 00:00 and ending on 26/04/2023, 00:00. Event is in Brick Lane Gallery - The Annexe with address 93-95 Sclater Street.",
            "title": "Abstract & Art in Mind Private View",
            "content": null,
            "start_time": "2023-04-26T00:00:00.000000Z",
            "end_time": "2023-04-26T00: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": "93-95 Sclater Street",
            "city": "London",
            "geolocation": "51.5236014,-0.0736769",
            "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": 25155,
            "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": 24150,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71ecc12c001e4b36b1d46bad6f4b43b4-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71ecc12c001e4b36b1d46bad6f4b43b4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/71ecc12c001e4b36b1d46bad6f4b43b4.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71ecc12c001e4b36b1d46bad6f4b43b4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71ecc12c001e4b36b1d46bad6f4b43b4-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71ecc12c001e4b36b1d46bad6f4b43b4-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71ecc12c001e4b36b1d46bad6f4b43b4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71ecc12c001e4b36b1d46bad6f4b43b4-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71ecc12c001e4b36b1d46bad6f4b43b4-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71ecc12c001e4b36b1d46bad6f4b43b4-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-26T19:02:29.677952Z",
                "updated_at": "2023-04-26T19:02:29.677990Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4229,
                "name": "Derek Eller Gallery",
                "slug": "derek-eller-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7189237,-73.9921165",
                "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-04-26T19:02:35.683161Z",
            "publish_time": null,
            "slug": "derek-eller-gallery-melissa-brown-windows-and-bars-2023-04-26",
            "created_at": "2023-04-26T19:02:36.610700Z",
            "updated_at": "2023-04-26T19:02:37.231568Z",
            "summary": "Melissa Brown. Windows and Bars. is an Gallery Shows event starting on 26/04/2023, 00:00 and ending on 27/05/2023, 00:00. Event is in Derek Eller Gallery with address 300 Broome Street.",
            "title": "Melissa Brown. Windows and Bars.",
            "content": null,
            "start_time": "2023-04-26T00:00:00.000000Z",
            "end_time": "2023-05-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "300 Broome Street",
            "city": "New York",
            "geolocation": "40.7188203,-73.992177",
            "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": 25157,
            "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": 24152,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b56264b085f41faa6dbd34bc8213112-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b56264b085f41faa6dbd34bc8213112-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6b56264b085f41faa6dbd34bc8213112.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b56264b085f41faa6dbd34bc8213112-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b56264b085f41faa6dbd34bc8213112-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b56264b085f41faa6dbd34bc8213112-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b56264b085f41faa6dbd34bc8213112-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b56264b085f41faa6dbd34bc8213112-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b56264b085f41faa6dbd34bc8213112-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b56264b085f41faa6dbd34bc8213112-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-26T19:02:33.190582Z",
                "updated_at": "2023-04-26T19:02:33.190621Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 717,
                "name": "Dittrich & Schlechtriem Berlin",
                "slug": "dittrich-schlechtriem-berlin",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5276447,13.4123303",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 1197,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/403142_344381648919790_552229071_n-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/403142_344381648919790_552229071_n-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/403142_344381648919790_552229071_n-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/403142_344381648919790_552229071_n.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/403142_344381648919790_552229071_n-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/403142_344381648919790_552229071_n-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/403142_344381648919790_552229071_n-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/403142_344381648919790_552229071_n-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-18T22:23:43.367592Z",
                    "updated_at": "2021-09-14T13:03:14.406516Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "403142_344381648919790_552229071_n",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-04-26T19:02:38.648468Z",
            "publish_time": null,
            "slug": "dittrich-schlechtriem-berlin-arrival-2023-04-26",
            "created_at": "2023-04-26T19:02:39.669019Z",
            "updated_at": "2023-04-26T19:02:40.225668Z",
            "summary": "a(r)rival. is an Gallery Shows event starting on 26/04/2023, 00:00 and ending on 27/04/2023, 00:00. Event is in Dittrich & Schlechtriem Berlin with address LINIENSTRASSE 23.",
            "title": "a(r)rival.",
            "content": null,
            "start_time": "2023-04-26T00:00:00.000000Z",
            "end_time": "2023-04-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "LINIENSTRASSE 23",
            "city": "Berlin",
            "geolocation": "53.07261175,8.824495396749324",
            "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": 25324,
            "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": 24305,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea97898e1f904b3da31a350205b312cf-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea97898e1f904b3da31a350205b312cf-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ea97898e1f904b3da31a350205b312cf.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea97898e1f904b3da31a350205b312cf-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea97898e1f904b3da31a350205b312cf-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea97898e1f904b3da31a350205b312cf-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea97898e1f904b3da31a350205b312cf-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea97898e1f904b3da31a350205b312cf-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea97898e1f904b3da31a350205b312cf-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea97898e1f904b3da31a350205b312cf-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-03T19:12:19.862557Z",
                "updated_at": "2023-05-03T19:12:19.862595Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8532,
                "name": "Buzzer Reeves",
                "slug": "buzzer-reeves",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.500878,13.4399732",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-05-03T19:12:23.700727Z",
            "publish_time": null,
            "slug": "buzzer-reeves-thomas-swinkels-panorama-parking-2023-04-26",
            "created_at": "2023-05-03T19:12:24.600840Z",
            "updated_at": "2023-05-03T19:12:24.988952Z",
            "summary": "Thomas Swinkels. Panorama Parking. is an Gallery Shows event starting on 26/04/2023, 00:00 and ending on 17/05/2023, 00:00. Event is in Buzzer Reeves with address Skalitzerstrasse 76.",
            "title": "Thomas Swinkels. Panorama Parking.",
            "content": null,
            "start_time": "2023-04-26T00:00:00.000000Z",
            "end_time": "2023-05-17T00: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": "Skalitzerstrasse 76",
            "city": "Berlin",
            "geolocation": "50.9721364,11.0447044",
            "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": 25350,
            "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": null,
            "venue": {
                "id": 5653,
                "name": "Galerie Deschler",
                "slug": "galerie-deschler",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5273008,13.397547",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-05-03T19:20:56.785783Z",
            "publish_time": null,
            "slug": "galerie-deschler-der-tiger-im-kafig-die-neuen-wilden-im-berlin-der-70er-und-80er-jahre-2023-04-26",
            "created_at": "2023-05-03T19:20:57.670420Z",
            "updated_at": "2023-05-03T19:20:58.723072Z",
            "summary": "Der Tiger im Käfig. Die Neuen Wilden im Berlin der 70er und 80er Jahre is an Gallery Shows event starting on 26/04/2023, 00:00 and ending on 12/08/2023, 00:00. Event is in Galerie Deschler with address Auguststraße 61.",
            "title": "Der Tiger im Käfig. Die Neuen Wilden im Berlin der 70er und 80er Jahre",
            "content": null,
            "start_time": "2023-04-26T00:00:00.000000Z",
            "end_time": "2023-08-12T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Auguststraße 61",
            "city": "Berlin",
            "geolocation": "51.575638999999995,7.177676099999999",
            "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": 25422,
            "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": null,
            "venue": {
                "id": 8541,
                "name": "artnet demo",
                "slug": "artnet-demo",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "",
                "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-05-03T19:39:36.786987Z",
            "publish_time": null,
            "slug": "artnet-demo-publishing-process-2023-04-26",
            "created_at": "2023-05-03T19:39:37.703877Z",
            "updated_at": "2023-05-03T19:39:38.080212Z",
            "summary": "Publishing process is an Gallery Shows event starting on 26/04/2023, 00:00 and ending on 08/05/2023, 00:00. Event is in artnet demo with address Test location.",
            "title": "Publishing process",
            "content": null,
            "start_time": "2023-04-26T00:00:00.000000Z",
            "end_time": "2023-05-08T00: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": "Test location",
            "city": "New York",
            "geolocation": "44.615445199999996,-1.1199526240989373",
            "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": 25446,
            "author": {
                "id": "89acd003-29d4-4897-929f-0a1bc354bdd3",
                "username": "alienor_1290",
                "slug": "alienor_1290",
                "first_name": "Aliénor",
                "last_name": "Debonneville",
                "display_name": "Aliénor Debonneville",
                "display_name_full": "Aliénor Debonneville",
                "email": "widewalls@perrotin.com",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2865,
                "name": "Perrotin",
                "slug": "perrotin",
                "city": "Seoul",
                "country": {
                    "code": "KR",
                    "name": "South Korea"
                },
                "geolocation": "37.566535,126.97796919999996",
                "artworks_for_sale_count": 416,
                "featured_image": {
                    "id": 2498,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Perrotin-Seoul.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-24T05:13:16.805519Z",
                    "updated_at": "2021-09-14T13:31:04.632198Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Perrotin Seoul",
                    "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": "US",
            "publish_status": "published",
            "published_at": "2023-05-03T19:43:11.368373Z",
            "publish_time": null,
            "slug": "perrotin-danielle-orchard-you-are-a-serpent-wholl-return-to-the-ocean-2023-04-26",
            "created_at": "2023-05-03T19:43:12.284800Z",
            "updated_at": "2023-05-03T19:43:13.833999Z",
            "summary": "Danielle Orchard: You are a Serpent Wholl Return to the Ocean is an Gallery Shows event starting on 26/04/2023, 00:00 and ending on 10/06/2023, 00:00. Event is in Perrotin with address 130 Orchard Street.",
            "title": "Danielle Orchard: You are a Serpent Wholl Return to the Ocean",
            "content": null,
            "start_time": "2023-04-26T00:00:00.000000Z",
            "end_time": "2023-06-10T00: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": "130 Orchard Street",
            "city": "New York",
            "geolocation": "41.3050051,-72.9430309",
            "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": 25449,
            "author": {
                "id": "89acd003-29d4-4897-929f-0a1bc354bdd3",
                "username": "alienor_1290",
                "slug": "alienor_1290",
                "first_name": "Aliénor",
                "last_name": "Debonneville",
                "display_name": "Aliénor Debonneville",
                "display_name_full": "Aliénor Debonneville",
                "email": "widewalls@perrotin.com",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2865,
                "name": "Perrotin",
                "slug": "perrotin",
                "city": "Seoul",
                "country": {
                    "code": "KR",
                    "name": "South Korea"
                },
                "geolocation": "37.566535,126.97796919999996",
                "artworks_for_sale_count": 416,
                "featured_image": {
                    "id": 2498,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Perrotin-Seoul.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-24T05:13:16.805519Z",
                    "updated_at": "2021-09-14T13:31:04.632198Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Perrotin Seoul",
                    "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": "US",
            "publish_status": "published",
            "published_at": "2023-05-03T19:43:15.346361Z",
            "publish_time": null,
            "slug": "perrotin-henry-gundersson-house-painting-and-various-odd-jobs-2023-04-26",
            "created_at": "2023-05-03T19:43:16.274016Z",
            "updated_at": "2023-05-03T19:43:17.668294Z",
            "summary": "Henry Gundersson: House Painting and Various Odd Jobs is an Gallery Shows event starting on 26/04/2023, 00:00 and ending on 10/06/2023, 00:00. Event is in Perrotin with address 130 Orchard Street.",
            "title": "Henry Gundersson: House Painting and Various Odd Jobs",
            "content": null,
            "start_time": "2023-04-26T00:00:00.000000Z",
            "end_time": "2023-06-10T00: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": "130 Orchard Street",
            "city": "New York",
            "geolocation": "41.3050051,-72.9430309",
            "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": 25450,
            "author": {
                "id": "89acd003-29d4-4897-929f-0a1bc354bdd3",
                "username": "alienor_1290",
                "slug": "alienor_1290",
                "first_name": "Aliénor",
                "last_name": "Debonneville",
                "display_name": "Aliénor Debonneville",
                "display_name_full": "Aliénor Debonneville",
                "email": "widewalls@perrotin.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 24405,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdb1f7a3a6cb42c6b2b9651cbd6ca097-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdb1f7a3a6cb42c6b2b9651cbd6ca097-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fdb1f7a3a6cb42c6b2b9651cbd6ca097.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdb1f7a3a6cb42c6b2b9651cbd6ca097-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdb1f7a3a6cb42c6b2b9651cbd6ca097-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdb1f7a3a6cb42c6b2b9651cbd6ca097-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdb1f7a3a6cb42c6b2b9651cbd6ca097-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdb1f7a3a6cb42c6b2b9651cbd6ca097-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdb1f7a3a6cb42c6b2b9651cbd6ca097-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdb1f7a3a6cb42c6b2b9651cbd6ca097-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-03T19:43:14.210007Z",
                "updated_at": "2023-05-03T19:43:14.210069Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2865,
                "name": "Perrotin",
                "slug": "perrotin",
                "city": "Seoul",
                "country": {
                    "code": "KR",
                    "name": "South Korea"
                },
                "geolocation": "37.566535,126.97796919999996",
                "artworks_for_sale_count": 416,
                "featured_image": {
                    "id": 2498,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Perrotin-Seoul.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-24T05:13:16.805519Z",
                    "updated_at": "2021-09-14T13:31:04.632198Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Perrotin Seoul",
                    "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": "US",
            "publish_status": "published",
            "published_at": "2023-05-03T19:43:17.055812Z",
            "publish_time": null,
            "slug": "perrotin-henry-gunderson-house-painting-and-various-odd-jobs-2023-04-26",
            "created_at": "2023-05-03T19:43:17.970740Z",
            "updated_at": "2023-05-03T19:43:19.318911Z",
            "summary": "Henry Gunderson. House Painting and Various Odd Jobs. is an Gallery Shows event starting on 26/04/2023, 00:00 and ending on 10/06/2023, 00:00. Event is in Perrotin with address 130 Orchard Street.",
            "title": "Henry Gunderson. House Painting and Various Odd Jobs.",
            "content": null,
            "start_time": "2023-04-26T00:00:00.000000Z",
            "end_time": "2023-06-10T00: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": "130 Orchard Street",
            "city": "New York",
            "geolocation": "41.3050051,-72.9430309",
            "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": 25451,
            "author": {
                "id": "89acd003-29d4-4897-929f-0a1bc354bdd3",
                "username": "alienor_1290",
                "slug": "alienor_1290",
                "first_name": "Aliénor",
                "last_name": "Debonneville",
                "display_name": "Aliénor Debonneville",
                "display_name_full": "Aliénor Debonneville",
                "email": "widewalls@perrotin.com",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2865,
                "name": "Perrotin",
                "slug": "perrotin",
                "city": "Seoul",
                "country": {
                    "code": "KR",
                    "name": "South Korea"
                },
                "geolocation": "37.566535,126.97796919999996",
                "artworks_for_sale_count": 416,
                "featured_image": {
                    "id": 2498,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Perrotin-Seoul.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Perrotin-Seoul-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-24T05:13:16.805519Z",
                    "updated_at": "2021-09-14T13:31:04.632198Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Perrotin Seoul",
                    "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": "US",
            "publish_status": "published",
            "published_at": "2023-05-03T19:43:24.740287Z",
            "publish_time": null,
            "slug": "perrotin-rina-banerjee-black-noodles-2023-04-26",
            "created_at": "2023-05-03T19:43:25.638619Z",
            "updated_at": "2023-05-03T19:43:26.552480Z",
            "summary": "Rina Banerjee: Black Noodles is an Gallery Shows event starting on 26/04/2023, 00:00 and ending on 10/06/2023, 00:00. Event is in Perrotin with address 130 Orchard Street.",
            "title": "Rina Banerjee: Black Noodles",
            "content": null,
            "start_time": "2023-04-26T00:00:00.000000Z",
            "end_time": "2023-06-10T00: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": "130 Orchard Street",
            "city": "New York",
            "geolocation": "41.3050051,-72.9430309",
            "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": 25529,
            "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": 24474,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51d14ac82f3f4104b02156a081011385-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51d14ac82f3f4104b02156a081011385-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/51d14ac82f3f4104b02156a081011385.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51d14ac82f3f4104b02156a081011385-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51d14ac82f3f4104b02156a081011385-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51d14ac82f3f4104b02156a081011385-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51d14ac82f3f4104b02156a081011385-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51d14ac82f3f4104b02156a081011385-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51d14ac82f3f4104b02156a081011385-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51d14ac82f3f4104b02156a081011385-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-04T10:40:48.311023Z",
                "updated_at": "2023-05-04T10:40:48.311081Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5528,
                "name": "Modern Art | Bury Street",
                "slug": "modern-art-bury-street",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5067092,-0.1381268",
                "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-05-04T10:41:12.105840Z",
            "publish_time": null,
            "slug": "modern-art-bury-street-richard-tuttle-18-x-24-2023-04-26",
            "created_at": "2023-05-04T10:41:13.012161Z",
            "updated_at": "2023-05-04T10:41:13.489690Z",
            "summary": "Richard Tuttle, '18 x 24' is an Gallery Shows event starting on 26/04/2023, 00:00 and ending on 20/05/2023, 00:00. Event is in Modern Art | Bury Street with address 7 Bury Street.",
            "title": "Richard Tuttle, '18 x 24'",
            "content": null,
            "start_time": "2023-04-26T00:00:00.000000Z",
            "end_time": "2023-05-20T00: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": "7 Bury Street",
            "city": "London",
            "geolocation": "52.62260195,1.2758454109853488",
            "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": 25566,
            "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": 24500,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4beb7d7efd3b4f5b8dd6f0eabd9035dd-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4beb7d7efd3b4f5b8dd6f0eabd9035dd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4beb7d7efd3b4f5b8dd6f0eabd9035dd.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4beb7d7efd3b4f5b8dd6f0eabd9035dd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4beb7d7efd3b4f5b8dd6f0eabd9035dd-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4beb7d7efd3b4f5b8dd6f0eabd9035dd-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4beb7d7efd3b4f5b8dd6f0eabd9035dd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4beb7d7efd3b4f5b8dd6f0eabd9035dd-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4beb7d7efd3b4f5b8dd6f0eabd9035dd-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4beb7d7efd3b4f5b8dd6f0eabd9035dd-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-04T13:12:49.957495Z",
                "updated_at": "2023-05-04T13:12:49.957545Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4437,
                "name": "Royal Academy of Arts",
                "slug": "royal-academy-arts",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5092548,-0.1397032",
                "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-05-04T13:12:56.823824Z",
            "publish_time": null,
            "slug": "royal-academy-of-arts-ave-unyimeabasi-udoh-2023-04-26",
            "created_at": "2023-05-04T13:12:57.881219Z",
            "updated_at": "2023-05-04T13:12:59.557301Z",
            "summary": "Ave: Unyimeabasi Udoh is an Gallery Shows event starting on 26/04/2023, 00:00 and ending on 21/05/2023, 00:00. Event is in Royal Academy of Arts with address 6 Burlington Gardens.",
            "title": "Ave: Unyimeabasi Udoh",
            "content": null,
            "start_time": "2023-04-26T00:00:00.000000Z",
            "end_time": "2023-05-21T00: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": "6 Burlington Gardens",
            "city": "London",
            "geolocation": "51.50975085,-0.14015804977759203",
            "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": 25568,
            "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": 24502,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4aea8de05df1426bb31e1bf718249315-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4aea8de05df1426bb31e1bf718249315-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4aea8de05df1426bb31e1bf718249315.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4aea8de05df1426bb31e1bf718249315-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4aea8de05df1426bb31e1bf718249315-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4aea8de05df1426bb31e1bf718249315-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4aea8de05df1426bb31e1bf718249315-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4aea8de05df1426bb31e1bf718249315-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4aea8de05df1426bb31e1bf718249315-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4aea8de05df1426bb31e1bf718249315-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-04T13:12:58.829405Z",
                "updated_at": "2023-05-04T13:12:58.829468Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8554,
                "name": "Rugby Art Gallery and Museum",
                "slug": "rugby-art-gallery-and-museum",
                "city": "Rugby",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "",
                "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-05-04T13:13:02.033088Z",
            "publish_time": null,
            "slug": "rugby-art-gallery-and-museum-rugbys-coronations-2023-04-26",
            "created_at": "2023-05-04T13:13:02.942581Z",
            "updated_at": "2023-05-04T13:13:04.418532Z",
            "summary": "Rugby's Coronations is an Gallery Shows event starting on 26/04/2023, 00:00 and ending on 23/09/2023, 00:00. Event is in Rugby Art Gallery and Museum with address Little Elborow Street.",
            "title": "Rugby's Coronations",
            "content": null,
            "start_time": "2023-04-26T00:00:00.000000Z",
            "end_time": "2023-09-23T00: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": "Little Elborow Street",
            "city": "Rugby",
            "geolocation": "52.3717173,-1.2640257",
            "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": 25595,
            "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": 24523,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8beed5685c8345d3a39d8f94b8bdc964-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8beed5685c8345d3a39d8f94b8bdc964-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8beed5685c8345d3a39d8f94b8bdc964.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8beed5685c8345d3a39d8f94b8bdc964-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8beed5685c8345d3a39d8f94b8bdc964-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8beed5685c8345d3a39d8f94b8bdc964-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8beed5685c8345d3a39d8f94b8bdc964-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8beed5685c8345d3a39d8f94b8bdc964-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8beed5685c8345d3a39d8f94b8bdc964-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8beed5685c8345d3a39d8f94b8bdc964-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-04T13:26:01.241999Z",
                "updated_at": "2023-05-04T13:26:01.242036Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7128,
                "name": "TAYLOR | GRAHAM Gallery",
                "slug": "taylor-graham-gallery",
                "city": "Greenwich",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "41.0295975,-73.62688109999999",
                "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-05-04T13:26:04.488841Z",
            "publish_time": null,
            "slug": "taylor-graham-gallery-holty-dugmore-roth-three-artists-to-know-2023-04-26",
            "created_at": "2023-05-04T13:26:05.411966Z",
            "updated_at": "2023-05-04T13:26:05.915492Z",
            "summary": "Holty, Dugmore, Roth: Three Artists to Know is an Gallery Shows event starting on 26/04/2023, 00:00 and ending on 17/05/2023, 00:00. Event is in TAYLOR | GRAHAM Gallery with address 80 Greenwich Avenue.",
            "title": "Holty, Dugmore, Roth: Three Artists to Know",
            "content": null,
            "start_time": "2023-04-26T00:00:00.000000Z",
            "end_time": "2023-05-17T00: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": "80 Greenwich Avenue",
            "city": "Greenwich",
            "geolocation": "52.98572686111425,-1.1893356563847977",
            "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": 25596,
            "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": 24524,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2277c24a63084b07b6f1b718479a393c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2277c24a63084b07b6f1b718479a393c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2277c24a63084b07b6f1b718479a393c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2277c24a63084b07b6f1b718479a393c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2277c24a63084b07b6f1b718479a393c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2277c24a63084b07b6f1b718479a393c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2277c24a63084b07b6f1b718479a393c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2277c24a63084b07b6f1b718479a393c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2277c24a63084b07b6f1b718479a393c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2277c24a63084b07b6f1b718479a393c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-04T13:26:01.259191Z",
                "updated_at": "2023-05-04T13:26:01.259227Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5616,
                "name": "Sweetwater",
                "slug": "sweetwater",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5100917,13.3868606",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-05-04T13:26:07.951138Z",
            "publish_time": null,
            "slug": "sweetwater-rhea-dillon-we-looked-for-eyes-creased-with-concern-but-saw-only-veils-2023-04-26",
            "created_at": "2023-05-04T13:26:08.852479Z",
            "updated_at": "2023-05-04T13:26:08.888747Z",
            "summary": "Rhea Dillon. We looked for eyes creased with concern, but saw only veils. is an Gallery Shows event starting on 26/04/2023, 00:00 and ending on 10/06/2023, 00:00. Event is in Sweetwater with address Sweetwater, Berlin.",
            "title": "Rhea Dillon. We looked for eyes creased with concern, but saw only veils.",
            "content": null,
            "start_time": "2023-04-26T00:00:00.000000Z",
            "end_time": "2023-06-10T00: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": "Sweetwater, Berlin",
            "city": "Berlin",
            "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": 25644,
            "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": 24574,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f98238b8caa14ed897bcf20ccace1412-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f98238b8caa14ed897bcf20ccace1412-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f98238b8caa14ed897bcf20ccace1412.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f98238b8caa14ed897bcf20ccace1412-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f98238b8caa14ed897bcf20ccace1412-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f98238b8caa14ed897bcf20ccace1412-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f98238b8caa14ed897bcf20ccace1412-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f98238b8caa14ed897bcf20ccace1412-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f98238b8caa14ed897bcf20ccace1412-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f98238b8caa14ed897bcf20ccace1412-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-05T11:16:19.792050Z",
                "updated_at": "2023-05-05T11:16:19.792111Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3846,
                "name": "Mazzoleni Art, London",
                "slug": "mazzoleni-art-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5089666,-0.1406933",
                "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-05-05T11:16:22.543848Z",
            "publish_time": null,
            "slug": "mazzoleni-art-london-oliviero-toscani-toscani-chez-mazzoleni-2023-04-26",
            "created_at": "2023-05-05T11:16:23.516687Z",
            "updated_at": "2023-05-05T11:16:24.779245Z",
            "summary": "Oliviero Toscani. Toscani Chez Mazzoleni. is an Gallery Shows event starting on 26/04/2023, 00:00 and ending on 04/06/2023, 00:00. Event is in Mazzoleni Art, London with address 15 Old Bond Street.",
            "title": "Oliviero Toscani. Toscani Chez Mazzoleni.",
            "content": null,
            "start_time": "2023-04-26T00:00:00.000000Z",
            "end_time": "2023-06-04T00: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": "15 Old Bond Street",
            "city": "London",
            "geolocation": "51.5088868,-0.1406518",
            "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": 25645,
            "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": null,
            "venue": {
                "id": 4043,
                "name": "Mazzoleni Art, Turin",
                "slug": "mazzoleni-art-turin",
                "city": "Turin",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.070063,7.677472700000001",
                "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-05-05T11:16:22.766994Z",
            "publish_time": null,
            "slug": "mazzoleni-art-turin-toscani-chez-mazzoleni-2023-04-26",
            "created_at": "2023-05-05T11:16:23.644005Z",
            "updated_at": "2023-05-05T11:16:24.716362Z",
            "summary": "TOSCANI CHEZ MAZZOLENI is an Gallery Shows event starting on 26/04/2023, 00:00 and ending on 04/06/2023, 00:00. Event is in Mazzoleni Art, Turin with address 15 Old Bond Street.",
            "title": "TOSCANI CHEZ MAZZOLENI",
            "content": null,
            "start_time": "2023-04-26T00:00:00.000000Z",
            "end_time": "2023-06-04T00: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": "15 Old Bond Street",
            "city": "London",
            "geolocation": "51.5088868,-0.1406518",
            "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": []
        }
    ]
}