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

{
    "count": 37591,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=25632&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=25596&ordering=start_time",
    "results": [
        {
            "id": 24979,
            "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": 23990,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b9aa32e8f684cc2b314ecae2345efb3-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b9aa32e8f684cc2b314ecae2345efb3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2b9aa32e8f684cc2b314ecae2345efb3.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b9aa32e8f684cc2b314ecae2345efb3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b9aa32e8f684cc2b314ecae2345efb3-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b9aa32e8f684cc2b314ecae2345efb3-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b9aa32e8f684cc2b314ecae2345efb3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b9aa32e8f684cc2b314ecae2345efb3-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b9aa32e8f684cc2b314ecae2345efb3-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b9aa32e8f684cc2b314ecae2345efb3-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-25T06:36:31.868793Z",
                "updated_at": "2023-04-25T06:36:31.868829Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8487,
                "name": "Neue Kunstverein Wien",
                "slug": "neue-kunstverein-wien",
                "city": "Vienna",
                "country": {
                    "code": "AT",
                    "name": "Austria"
                },
                "geolocation": "48.1860229,16.4026117",
                "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": "AT",
            "publish_status": "published",
            "published_at": "2023-04-25T06:36:38.537733Z",
            "publish_time": null,
            "slug": "neue-kunstverein-wien-common-sense-gallery-parallel-editions-2023-05-11",
            "created_at": "2023-04-25T06:36:39.457954Z",
            "updated_at": "2023-04-25T06:36:40.209650Z",
            "summary": "common sense gallery | Parallel Editions is an Gallery Shows event starting on 11/05/2023, 00:00 and ending on 14/05/2023, 00:00. Event is in Neue Kunstverein Wien with address Rennweg 110-116.",
            "title": "common sense gallery | Parallel Editions",
            "content": null,
            "start_time": "2023-05-11T00:00:00.000000Z",
            "end_time": "2023-05-14T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Rennweg 110-116",
            "city": "Vienna",
            "geolocation": "50.9256894,8.752311",
            "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": 25023,
            "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": 24029,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/344f3bcc9ff64b8db9c5af2328a7db94-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/344f3bcc9ff64b8db9c5af2328a7db94-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/344f3bcc9ff64b8db9c5af2328a7db94.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/344f3bcc9ff64b8db9c5af2328a7db94-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/344f3bcc9ff64b8db9c5af2328a7db94-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/344f3bcc9ff64b8db9c5af2328a7db94-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/344f3bcc9ff64b8db9c5af2328a7db94-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/344f3bcc9ff64b8db9c5af2328a7db94-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/344f3bcc9ff64b8db9c5af2328a7db94-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/344f3bcc9ff64b8db9c5af2328a7db94-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-25T07:28:22.879034Z",
                "updated_at": "2023-04-25T07:28:22.879094Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6927,
                "name": "Staffordshire St",
                "slug": "staffordshire-st",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.47546320000001,-0.0650917",
                "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-25T07:28:26.937039Z",
            "publish_time": null,
            "slug": "staffordshire-st-the-store-2023-05-11",
            "created_at": "2023-04-25T07:28:27.919513Z",
            "updated_at": "2023-04-25T07:28:28.973389Z",
            "summary": "The Store is an Gallery Shows event starting on 11/05/2023, 00:00 and ending on 14/05/2023, 00:00. Event is in Staffordshire St with address 49 Staffordshire Street.",
            "title": "The Store",
            "content": null,
            "start_time": "2023-05-11T00:00:00.000000Z",
            "end_time": "2023-05-14T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "49 Staffordshire Street",
            "city": "London",
            "geolocation": "52.2054178,0.1364181",
            "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": 25025,
            "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": 8499,
                "name": "Studio 3 Gallery",
                "slug": "studio-3-gallery",
                "city": "Canterbury",
                "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-04-25T07:28:30.732834Z",
            "publish_time": null,
            "slug": "studio-3-gallery-where-are-you-from-from-2023-05-11",
            "created_at": "2023-04-25T07:28:31.644295Z",
            "updated_at": "2023-04-25T07:28:31.683518Z",
            "summary": "Where Are You From From? is an Gallery Shows event starting on 11/05/2023, 00:00 and ending on 26/05/2023, 00:00. Event is in Studio 3 Gallery with address Jarman Building, School of Arts.",
            "title": "Where Are You From From?",
            "content": null,
            "start_time": "2023-05-11T00:00:00.000000Z",
            "end_time": "2023-05-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": "Jarman Building, School of Arts",
            "city": "Canterbury",
            "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": 25097,
            "author": {
                "id": "2c83a774-5ea2-4702-9e29-ffb9740dbb2a",
                "username": "Milos Antonic",
                "slug": "milos-antonic",
                "first_name": "Milos",
                "last_name": "Antonic",
                "display_name": "Milos Antonic",
                "display_name_full": "Milos Antonic",
                "email": "milosantonic5@gmail.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 24100,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abbc081e667e46cca0da9d55c7a91b70-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abbc081e667e46cca0da9d55c7a91b70-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/abbc081e667e46cca0da9d55c7a91b70.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abbc081e667e46cca0da9d55c7a91b70-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abbc081e667e46cca0da9d55c7a91b70-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abbc081e667e46cca0da9d55c7a91b70-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abbc081e667e46cca0da9d55c7a91b70-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abbc081e667e46cca0da9d55c7a91b70-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abbc081e667e46cca0da9d55c7a91b70-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abbc081e667e46cca0da9d55c7a91b70-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-25T12:47:34.681959Z",
                "updated_at": "2023-04-25T12:47:34.681988Z",
                "is_converted_to_webp": true,
                "caption": "",
                "alt_text": null,
                "description": "",
                "uploaded_by": "2c83a774-5ea2-4702-9e29-ffb9740dbb2a"
            },
            "venue": {
                "id": 4831,
                "name": "Korean Cultural Centre UK",
                "slug": "korean-cultural-centre-uk",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5078429,-0.1264047",
                "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-25T12:47:45.493615Z",
            "publish_time": null,
            "slug": "light-weaving-labour-hand-hours",
            "created_at": "2023-04-25T12:47:45.495541Z",
            "updated_at": "2023-04-25T12:51:53.585763Z",
            "summary": "LIGHT OF WEAVING: Labour-Hand-Hours is an Gallery Shows event starting on 11/05/2023, 00:00 and ending on 30/06/2023, 00:00. Event is in Korean Cultural Centre UK with address 1-3 Strand, London, United Kingdom.",
            "title": "LIGHT OF WEAVING: Labour-Hand-Hours",
            "content": "<p>Opening reception: 10 May, 2023 Wednesday 6-8pm (RSVP essential)&nbsp;</p><p>Image credit: Daeyong Cho, Bamboo Blind, Bamboo, Silk, 210x230cm, 2022.<br></p>",
            "start_time": "2023-05-11T00:00:00.000000Z",
            "end_time": "2023-06-30T00: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": "1-3 Strand, London, United Kingdom",
            "city": "London",
            "geolocation": "51.5078429,-0.1264047",
            "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": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 25102,
            "author": {
                "id": "365a9b01-9a24-4787-b4c4-8b89b57364c7",
                "username": "ElenaMartinique",
                "slug": "elenamartinique",
                "first_name": "Jelena",
                "last_name": "Martinović",
                "display_name": "Jelena Martinović",
                "display_name_full": "Jelena Martinović",
                "email": "jelena.martinovic@gmail.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 24105,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/82e2f2926f9a46ea9d36974d54294246-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/82e2f2926f9a46ea9d36974d54294246-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/82e2f2926f9a46ea9d36974d54294246.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/82e2f2926f9a46ea9d36974d54294246-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/82e2f2926f9a46ea9d36974d54294246-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/82e2f2926f9a46ea9d36974d54294246-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/82e2f2926f9a46ea9d36974d54294246-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/82e2f2926f9a46ea9d36974d54294246-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/82e2f2926f9a46ea9d36974d54294246-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/82e2f2926f9a46ea9d36974d54294246-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-26T13:58:41.997357Z",
                "updated_at": "2023-04-26T13:58:41.997424Z",
                "is_converted_to_webp": true,
                "caption": "future fair",
                "alt_text": "future fair",
                "description": "",
                "uploaded_by": "365a9b01-9a24-4787-b4c4-8b89b57364c7"
            },
            "venue": null,
            "category": {
                "id": 3,
                "image": null,
                "slug": "art-fairs",
                "created_at": "2020-06-02T15:33:40.534223Z",
                "updated_at": "2021-03-29T12:18:45.718972Z",
                "name": "Art Fairs",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-04-26T14:00:42.138454Z",
            "publish_time": null,
            "slug": "future-fair-2023",
            "created_at": "2023-04-26T14:00:42.140794Z",
            "updated_at": "2023-04-26T14:03:31.197893Z",
            "summary": "Taking place from May 11th to May 13th, 2023 at Chelsea Industrial, Future Fair 2023 will welcome over 50 local, national, and international exhibitors.",
            "title": "Future Fair 2023",
            "content": "<p style=\"text-align: justify;\">The contemporary art fair with a unique profit-sharing model, Future Fair, has been a relatively new addition to the New York art fair scene. However, with the ethos of community and shared camaraderie, it has become one of the most anticipated events among collectors and art lovers alike.</p>\r\n\r\n<p style=\"text-align: justify;\">Returning for its third edition&nbsp;<span style=\"text-align: justify;\"><b>from May 11th to May 13th, 2023</b></span>, Future Fair 2023 will again take place at Chelsea Industrial. The expansive location of 28,000 square feet will welcome over 50 local, national, and international exhibitors, presenting compelling curated and solo projects.</p><p style=\"text-align: justify;\">For the third edition, the exhibitors come from five continents, with 19 galleries from Austria, Belgium, Canada, France, Italy, Mexico, Norway, Peru, South Africa, South Korea, and the United Kingdom, and 18 from New York. The returning participants include Asya Geisberg Gallery, 5-50 Gallery, Trotter&amp;Sholer, and Massey Klein, among others.</p><p style=\"text-align: justify;\">The selection's global reach proves the strength and resilience of New York's art market and its recognition by international dealers, despite global shifts and inflation.</p>",
            "start_time": "2023-05-11T00:00:00.000000Z",
            "end_time": "2023-05-13T00:00:00.000000Z",
            "is_all_day_event": true,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": true,
            "is_paid_art_fair": false,
            "address": "535-551 W 28th St, New York, NY 10001, United States",
            "city": "New York",
            "geolocation": "40.7517397,-74.00358659999999",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": "https://futurefairs.artsvp.com/f30137",
            "contact_name": null,
            "email": null,
            "external_url": "https://futurefairs.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                25856
            ],
            "additional_images": []
        },
        {
            "id": 25326,
            "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": 4201,
                "name": "Christine König Galerie",
                "slug": "christine-konig-galerie",
                "city": "Wien",
                "country": {
                    "code": "AT",
                    "name": "Austria"
                },
                "geolocation": "48.1964203,16.3664509",
                "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": "AT",
            "publish_status": "published",
            "published_at": "2023-05-03T19:18:13.225518Z",
            "publish_time": null,
            "slug": "christine-konig-galerie-joseph-kosuth-korrektur-uncorrected-2023-05-11",
            "created_at": "2023-05-03T19:18:14.133000Z",
            "updated_at": "2023-05-03T19:18:14.546980Z",
            "summary": "JOSEPH KOSUTH 'Korrektur (Uncorrected)' is an Gallery Shows event starting on 11/05/2023, 00:00 and ending on 29/07/2023, 00:00. Event is in Christine König Galerie with address Schleifmuehlgasse 1A.",
            "title": "JOSEPH KOSUTH 'Korrektur (Uncorrected)'",
            "content": null,
            "start_time": "2023-05-11T00:00:00.000000Z",
            "end_time": "2023-07-29T00: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": "Schleifmuehlgasse 1A",
            "city": "Vienna",
            "geolocation": "48.1964583,16.3665063",
            "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": 25332,
            "author": {
                "id": "1f55c3bb-5c79-4c64-980b-57b6203ebb98",
                "username": "brian@clampart.com",
                "slug": "brianclampartcom",
                "first_name": "Brian",
                "last_name": "Clamp",
                "display_name": null,
                "display_name_full": "Brian Clamp",
                "email": "brian@clampart.com",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 3787,
                "name": "CLAMP",
                "slug": "clampart",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7488306,-73.9947334",
                "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:18:27.633953Z",
            "publish_time": null,
            "slug": "clampart-interlogue-2023-05-11",
            "created_at": "2023-05-03T19:18:28.523435Z",
            "updated_at": "2023-05-03T19:18:29.085580Z",
            "summary": "Interlogue is an Gallery Shows event starting on 11/05/2023, 00:00 and ending on 30/06/2023, 00:00. Event is in CLAMP with address 247 West 29th Street.",
            "title": "Interlogue",
            "content": null,
            "start_time": "2023-05-11T00:00:00.000000Z",
            "end_time": "2023-06-30T00: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": "247 West 29th Street",
            "city": "New York",
            "geolocation": "36.87375475,-76.2859738523442",
            "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": 25334,
            "author": {
                "id": "1f55c3bb-5c79-4c64-980b-57b6203ebb98",
                "username": "brian@clampart.com",
                "slug": "brianclampartcom",
                "first_name": "Brian",
                "last_name": "Clamp",
                "display_name": null,
                "display_name_full": "Brian Clamp",
                "email": "brian@clampart.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 24315,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92878c655130489d8d91ef94816ddf60-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92878c655130489d8d91ef94816ddf60-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/92878c655130489d8d91ef94816ddf60.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92878c655130489d8d91ef94816ddf60-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92878c655130489d8d91ef94816ddf60-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92878c655130489d8d91ef94816ddf60-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92878c655130489d8d91ef94816ddf60-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92878c655130489d8d91ef94816ddf60-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92878c655130489d8d91ef94816ddf60-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92878c655130489d8d91ef94816ddf60-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-03T19:18:28.257444Z",
                "updated_at": "2023-05-03T19:18:28.257483Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3787,
                "name": "CLAMP",
                "slug": "clampart",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7488306,-73.9947334",
                "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:18:30.586698Z",
            "publish_time": null,
            "slug": "clampart-my-velvet-shadow-john-brooks-anthony-goicolea-kris-knight-2023-05-11",
            "created_at": "2023-05-03T19:18:31.527155Z",
            "updated_at": "2023-05-03T19:18:31.943141Z",
            "summary": "\"My Velvet Shadow\" | John Brooks, Anthony Goicolea, Kris Knight is an Gallery Shows event starting on 11/05/2023, 00:00 and ending on 30/06/2023, 00:00. Event is in CLAMP with address 247 West 29th Street.",
            "title": "\"My Velvet Shadow\" | John Brooks, Anthony Goicolea, Kris Knight",
            "content": null,
            "start_time": "2023-05-11T00:00:00.000000Z",
            "end_time": "2023-06-30T00: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": "247 West 29th Street",
            "city": "New York",
            "geolocation": "36.87375475,-76.2859738523442",
            "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": 25336,
            "author": {
                "id": "1f55c3bb-5c79-4c64-980b-57b6203ebb98",
                "username": "brian@clampart.com",
                "slug": "brianclampartcom",
                "first_name": "Brian",
                "last_name": "Clamp",
                "display_name": null,
                "display_name_full": "Brian Clamp",
                "email": "brian@clampart.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 24316,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6d8a1d0963144ac8870d9bd09716edba-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6d8a1d0963144ac8870d9bd09716edba-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6d8a1d0963144ac8870d9bd09716edba.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6d8a1d0963144ac8870d9bd09716edba-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6d8a1d0963144ac8870d9bd09716edba-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6d8a1d0963144ac8870d9bd09716edba-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6d8a1d0963144ac8870d9bd09716edba-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6d8a1d0963144ac8870d9bd09716edba-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6d8a1d0963144ac8870d9bd09716edba-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6d8a1d0963144ac8870d9bd09716edba-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-03T19:18:30.654284Z",
                "updated_at": "2023-05-03T19:18:30.654322Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3787,
                "name": "CLAMP",
                "slug": "clampart",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7488306,-73.9947334",
                "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:18:33.391903Z",
            "publish_time": null,
            "slug": "clampart-jan-rattia-interlogue-2023-05-11",
            "created_at": "2023-05-03T19:18:34.299234Z",
            "updated_at": "2023-05-03T19:18:35.249972Z",
            "summary": "Jan Rattia | Interlogue is an Gallery Shows event starting on 11/05/2023, 00:00 and ending on 30/06/2023, 00:00. Event is in CLAMP with address 247 West 29th Street.",
            "title": "Jan Rattia | Interlogue",
            "content": null,
            "start_time": "2023-05-11T00:00:00.000000Z",
            "end_time": "2023-06-30T00: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": "247 West 29th Street",
            "city": "New York",
            "geolocation": "36.87375475,-76.2859738523442",
            "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": 25367,
            "author": {
                "id": "27bf0b53-6f36-4172-ab68-cbc5b40c39f1",
                "username": "elizabeth_876",
                "slug": "elizabeth_876",
                "first_name": "Hauser &amp; Wirth",
                "last_name": "Angeles",
                "display_name": "Elizabeth Portanova",
                "display_name_full": "Elizabeth Portanova",
                "email": "losangeles@hauserwirth.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 4821,
                "name": "Hauser & Wirth Los Angeles",
                "slug": "hauser-wirth-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0462059,-118.2348186",
                "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:29:07.575859Z",
            "publish_time": null,
            "slug": "hauser-wirth-los-angeles-forever-young-2023-05-11",
            "created_at": "2023-05-03T19:29:08.512313Z",
            "updated_at": "2023-05-03T19:29:10.438903Z",
            "summary": "Forever Young is an Gallery Shows event starting on 11/05/2023, 00:00 and ending on 22/07/2023, 00:00. Event is in Hauser & Wirth Los Angeles with address Hauser & Wirth.",
            "title": "Forever Young",
            "content": null,
            "start_time": "2023-05-11T00:00:00.000000Z",
            "end_time": "2023-07-22T00: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": "Hauser & Wirth",
            "city": "New York",
            "geolocation": "40.7477452,-74.0066653",
            "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": 25375,
            "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": 5502,
                "name": "Helwaser Gallery",
                "slug": "helwaser-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7700197,-73.9664595",
                "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:29:49.595133Z",
            "publish_time": null,
            "slug": "helwaser-gallery-veronique-cauchefer-emoi-entre-deux-murs-2023-05-11",
            "created_at": "2023-05-03T19:29:50.500295Z",
            "updated_at": "2023-05-03T19:29:50.544013Z",
            "summary": "Veronique Cauchefer: Emoi entre Deux Murs is an Gallery Shows event starting on 11/05/2023, 00:00 and ending on 30/06/2023, 00:00. Event is in Helwaser Gallery with address 833 Madison Avenue, 3rd Floor.",
            "title": "Veronique Cauchefer: Emoi entre Deux Murs",
            "content": null,
            "start_time": "2023-05-11T00:00:00.000000Z",
            "end_time": "2023-06-30T00: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": "833 Madison Avenue, 3rd Floor",
            "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": 25381,
            "author": {
                "id": "0e61349c-5e40-4e71-8898-43e8fc33e863",
                "username": "HollisTaggartGalleries",
                "slug": "hollistaggartgalleries",
                "first_name": "",
                "last_name": "",
                "display_name": "HollisTaggartGalleries",
                "display_name_full": "HollisTaggartGalleries",
                "email": "info@hollistaggart.com",
                "telephone": "+1 212 628 4000"
            },
            "price": null,
            "featured_image": {
                "id": 24346,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a21a53b623a14ebe81b441efe48e07b7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a21a53b623a14ebe81b441efe48e07b7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a21a53b623a14ebe81b441efe48e07b7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a21a53b623a14ebe81b441efe48e07b7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a21a53b623a14ebe81b441efe48e07b7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a21a53b623a14ebe81b441efe48e07b7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a21a53b623a14ebe81b441efe48e07b7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a21a53b623a14ebe81b441efe48e07b7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a21a53b623a14ebe81b441efe48e07b7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a21a53b623a14ebe81b441efe48e07b7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-03T19:30:03.040010Z",
                "updated_at": "2023-05-03T19:30:03.040070Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2922,
                "name": "Hollis Taggart",
                "slug": "hollis-taggart",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7501629,-74.0036634",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3010,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/nsna18-install5-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/nsna18-install5-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/nsna18-install5-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/nsna18-install5.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/nsna18-install5-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/nsna18-install5-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/nsna18-install5-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/nsna18-install5-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-09-14T15:23:09.677599Z",
                    "updated_at": "2021-09-14T13:43:59.649636Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "0e61349c-5e40-4e71-8898-43e8fc33e863"
                },
                "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:30:09.100015Z",
            "publish_time": null,
            "slug": "hollis-taggart-troposphere-2023-05-11",
            "created_at": "2023-05-03T19:30:10.014958Z",
            "updated_at": "2023-05-03T19:30:11.106572Z",
            "summary": "Troposphere is an Gallery Shows event starting on 11/05/2023, 00:00 and ending on 24/06/2023, 00:00. Event is in Hollis Taggart with address 521 W 26th Street.",
            "title": "Troposphere",
            "content": null,
            "start_time": "2023-05-11T00:00:00.000000Z",
            "end_time": "2023-06-24T00: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": "521 W 26th Street",
            "city": "New York",
            "geolocation": "41.845143300000004,-87.64085994706754",
            "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": 25386,
            "author": {
                "id": "17112530-5572-4a0a-9759-62a9372e65d7",
                "username": "markel@markelfinearts.com",
                "slug": "markelmarkelfineartscom",
                "first_name": "kathryn",
                "last_name": "markel",
                "display_name": null,
                "display_name_full": "kathryn markel",
                "email": "markel@markelfinearts.com",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 3194,
                "name": "Kathryn Markel Fine Arts",
                "slug": "kathryn-markel-fine-arts",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7127753,-74.0059728",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3280,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/gallery.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2021-03-05T18:33:04.653460Z",
                    "updated_at": "2021-09-14T13:50:48.693262Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "17112530-5572-4a0a-9759-62a9372e65d7"
                },
                "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:31:43.997969Z",
            "publish_time": null,
            "slug": "kathryn-markel-fine-arts-orchids-of-the-anthropocene-2023-05-11",
            "created_at": "2023-05-03T19:31:44.918010Z",
            "updated_at": "2023-05-03T19:31:44.971095Z",
            "summary": "Orchids of the Anthropocene is an Gallery Shows event starting on 11/05/2023, 00:00 and ending on 17/06/2023, 00:00. Event is in Kathryn Markel Fine Arts with address 529 W 20th St, Suite 6W.",
            "title": "Orchids of the Anthropocene",
            "content": null,
            "start_time": "2023-05-11T00:00:00.000000Z",
            "end_time": "2023-06-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": "529 W 20th St, Suite 6W",
            "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": 25388,
            "author": {
                "id": "17112530-5572-4a0a-9759-62a9372e65d7",
                "username": "markel@markelfinearts.com",
                "slug": "markelmarkelfineartscom",
                "first_name": "kathryn",
                "last_name": "markel",
                "display_name": null,
                "display_name_full": "kathryn markel",
                "email": "markel@markelfinearts.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 24349,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30b5c7ce6998408d90bb31e74c5c03ca-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30b5c7ce6998408d90bb31e74c5c03ca-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/30b5c7ce6998408d90bb31e74c5c03ca.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30b5c7ce6998408d90bb31e74c5c03ca-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30b5c7ce6998408d90bb31e74c5c03ca-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30b5c7ce6998408d90bb31e74c5c03ca-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30b5c7ce6998408d90bb31e74c5c03ca-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30b5c7ce6998408d90bb31e74c5c03ca-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30b5c7ce6998408d90bb31e74c5c03ca-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30b5c7ce6998408d90bb31e74c5c03ca-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-03T19:31:44.848965Z",
                "updated_at": "2023-05-03T19:31:44.849004Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3194,
                "name": "Kathryn Markel Fine Arts",
                "slug": "kathryn-markel-fine-arts",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7127753,-74.0059728",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3280,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/gallery.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2021-03-05T18:33:04.653460Z",
                    "updated_at": "2021-09-14T13:50:48.693262Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "17112530-5572-4a0a-9759-62a9372e65d7"
                },
                "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:31:49.683872Z",
            "publish_time": null,
            "slug": "kathryn-markel-fine-arts-rainbow-rococo-curated-by-marilla-palmer-2023-05-11",
            "created_at": "2023-05-03T19:31:50.590576Z",
            "updated_at": "2023-05-03T19:31:51.759526Z",
            "summary": "Rainbow Rococo curated by Marilla Palmer is an Gallery Shows event starting on 11/05/2023, 00:00 and ending on 17/06/2023, 00:00. Event is in Kathryn Markel Fine Arts with address 529 W 20th St.",
            "title": "Rainbow Rococo curated by Marilla Palmer",
            "content": null,
            "start_time": "2023-05-11T00:00:00.000000Z",
            "end_time": "2023-06-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": "529 W 20th St",
            "city": "New York",
            "geolocation": "37.30488085,-120.48225652728449",
            "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": 25389,
            "author": {
                "id": "17112530-5572-4a0a-9759-62a9372e65d7",
                "username": "markel@markelfinearts.com",
                "slug": "markelmarkelfineartscom",
                "first_name": "kathryn",
                "last_name": "markel",
                "display_name": null,
                "display_name_full": "kathryn markel",
                "email": "markel@markelfinearts.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 24351,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25dc393bd49b4903b24658471105e5d6-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25dc393bd49b4903b24658471105e5d6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/25dc393bd49b4903b24658471105e5d6.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25dc393bd49b4903b24658471105e5d6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25dc393bd49b4903b24658471105e5d6-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25dc393bd49b4903b24658471105e5d6-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25dc393bd49b4903b24658471105e5d6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25dc393bd49b4903b24658471105e5d6-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25dc393bd49b4903b24658471105e5d6-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25dc393bd49b4903b24658471105e5d6-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-03T19:31:45.449970Z",
                "updated_at": "2023-05-03T19:31:45.450006Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3194,
                "name": "Kathryn Markel Fine Arts",
                "slug": "kathryn-markel-fine-arts",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7127753,-74.0059728",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3280,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/gallery.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/gallery-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2021-03-05T18:33:04.653460Z",
                    "updated_at": "2021-09-14T13:50:48.693262Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "17112530-5572-4a0a-9759-62a9372e65d7"
                },
                "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:31:49.886778Z",
            "publish_time": null,
            "slug": "kathryn-markel-fine-arts-marilla-palmer-orchids-of-the-anthropocene-2023-05-11",
            "created_at": "2023-05-03T19:31:50.857256Z",
            "updated_at": "2023-05-03T19:31:52.264312Z",
            "summary": "Marilla Palmer: Orchids of the Anthropocene is an Gallery Shows event starting on 11/05/2023, 00:00 and ending on 17/06/2023, 00:00. Event is in Kathryn Markel Fine Arts with address 529 W 20th St.",
            "title": "Marilla Palmer: Orchids of the Anthropocene",
            "content": null,
            "start_time": "2023-05-11T00:00:00.000000Z",
            "end_time": "2023-06-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": "529 W 20th St",
            "city": "New York",
            "geolocation": "37.30488085,-120.48225652728449",
            "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": 25438,
            "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": 24391,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f94c1ffb3c54009986b22fab095c3d6-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f94c1ffb3c54009986b22fab095c3d6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8f94c1ffb3c54009986b22fab095c3d6.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f94c1ffb3c54009986b22fab095c3d6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f94c1ffb3c54009986b22fab095c3d6-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f94c1ffb3c54009986b22fab095c3d6-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f94c1ffb3c54009986b22fab095c3d6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f94c1ffb3c54009986b22fab095c3d6-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f94c1ffb3c54009986b22fab095c3d6-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f94c1ffb3c54009986b22fab095c3d6-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-03T19:40:06.749304Z",
                "updated_at": "2023-05-03T19:40:06.749361Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7171,
                "name": "Aurora Cultural Centre",
                "slug": "aurora-cultural-centre",
                "city": "Aurora",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "43.9973264,-79.4653611",
                "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": "CA",
            "publish_status": "published",
            "published_at": "2023-05-03T19:40:17.720495Z",
            "publish_time": null,
            "slug": "aurora-cultural-centre-seasons-of-being-2023-05-11",
            "created_at": "2023-05-03T19:40:18.608955Z",
            "updated_at": "2023-05-03T19:40:18.953245Z",
            "summary": "Seasons of Being is an Gallery Shows event starting on 11/05/2023, 00:00 and ending on 18/05/2023, 00:00. Event is in Aurora Cultural Centre with address Aurora Town Hall.",
            "title": "Seasons of Being",
            "content": null,
            "start_time": "2023-05-11T00:00:00.000000Z",
            "end_time": "2023-05-18T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Aurora Town Hall",
            "city": "Aurora",
            "geolocation": "44.0067452,-79.4505398",
            "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": 25549,
            "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": 24485,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/88bc97e747be4afd8471cfee3367086e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/88bc97e747be4afd8471cfee3367086e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/88bc97e747be4afd8471cfee3367086e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/88bc97e747be4afd8471cfee3367086e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/88bc97e747be4afd8471cfee3367086e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/88bc97e747be4afd8471cfee3367086e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/88bc97e747be4afd8471cfee3367086e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/88bc97e747be4afd8471cfee3367086e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/88bc97e747be4afd8471cfee3367086e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/88bc97e747be4afd8471cfee3367086e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-04T10:59:50.099211Z",
                "updated_at": "2023-05-04T10:59:50.099247Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7002,
                "name": "Paradise Works",
                "slug": "paradise-works",
                "city": "Salford",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.4900619,-2.2524847",
                "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:59:57.798119Z",
            "publish_time": null,
            "slug": "paradise-works-duncan-poulton-imagine-what-we-can-do-tomorrow-2023-05-11",
            "created_at": "2023-05-04T10:59:58.716286Z",
            "updated_at": "2023-05-04T10:59:59.113035Z",
            "summary": "Duncan Poulton: Imagine What We Can Do Tomorrow is an Gallery Shows event starting on 11/05/2023, 00:00 and ending on 15/07/2023, 00:00. Event is in Paradise Works with address Irwell House.",
            "title": "Duncan Poulton: Imagine What We Can Do Tomorrow",
            "content": null,
            "start_time": "2023-05-11T00:00:00.000000Z",
            "end_time": "2023-07-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": "Irwell House",
            "city": "Salford",
            "geolocation": "53.691769750000006,-2.252629016769664",
            "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": 25621,
            "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": 4970,
                "name": "Galería Leandro Navarro",
                "slug": "galeria-leandro-navarro",
                "city": "Madrid",
                "country": {
                    "code": "ES",
                    "name": "Spain"
                },
                "geolocation": "40.4133866,-3.698134",
                "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-05-05T10:52:46.015881Z",
            "publish_time": null,
            "slug": "galeria-leandro-navarro-miradas-templadas-2023-05-11",
            "created_at": "2023-05-05T10:52:47.442074Z",
            "updated_at": "2023-05-05T10:52:51.547119Z",
            "summary": "Miradas templadas is an Gallery Shows event starting on 11/05/2023, 00:00 and ending on 30/06/2023, 00:00. Event is in Galería Leandro Navarro with address Amor de Dios, 1.",
            "title": "Miradas templadas",
            "content": null,
            "start_time": "2023-05-11T00:00:00.000000Z",
            "end_time": "2023-06-30T00: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": "Amor de Dios, 1",
            "city": "Madrid",
            "geolocation": "-16.5510511,-68.0928113",
            "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": []
        }
    ]
}