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

{
    "count": 37575,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=26622&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=26586&ordering=start_time",
    "results": [
        {
            "id": 28592,
            "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": 27218,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56e4d5c13dc148b0b9adfbba5b5b64ed-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56e4d5c13dc148b0b9adfbba5b5b64ed-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/56e4d5c13dc148b0b9adfbba5b5b64ed.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56e4d5c13dc148b0b9adfbba5b5b64ed-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56e4d5c13dc148b0b9adfbba5b5b64ed-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56e4d5c13dc148b0b9adfbba5b5b64ed-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56e4d5c13dc148b0b9adfbba5b5b64ed-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56e4d5c13dc148b0b9adfbba5b5b64ed-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56e4d5c13dc148b0b9adfbba5b5b64ed-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56e4d5c13dc148b0b9adfbba5b5b64ed-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-03T11:10:07.470417Z",
                "updated_at": "2023-07-03T11:10:07.470454Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8893,
                "name": "Hillhead Library",
                "slug": "hillhead-library",
                "city": "Glasgow",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.8767235,-4.2914818",
                "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-07-03T11:10:11.983951Z",
            "publish_time": null,
            "slug": "hillhead-library-robert-burns-a-window-on-ukraine-2023-06-02",
            "created_at": "2023-07-03T11:10:12.889073Z",
            "updated_at": "2023-07-03T11:10:13.260576Z",
            "summary": "Robert Burns – A Window on Ukraine is an Gallery Shows event starting on 02/06/2023, 00:00 and ending on 16/07/2023, 00:00. Event is in Hillhead Library with address 348 Byres Rd.",
            "title": "Robert Burns – A Window on Ukraine",
            "content": null,
            "start_time": "2023-06-02T00:00:00.000000Z",
            "end_time": "2023-07-16T00: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": "348 Byres Rd",
            "city": "Glasgow",
            "geolocation": "55.876783,-4.291532253377343",
            "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": 28961,
            "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": 8457,
                "name": "Pace Gallery Seoul",
                "slug": "pace-gallery-seoul",
                "city": "Seoul",
                "country": {
                    "code": "KR",
                    "name": "South Korea"
                },
                "geolocation": "37.5384336,127.0013658",
                "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-07-06T17:51:05.080280Z",
            "publish_time": null,
            "slug": "pace-gallery-seoul-lee-ufan-and-claude-viallat-encounter-2023-06-02",
            "created_at": "2023-07-06T17:51:06.002956Z",
            "updated_at": "2023-07-06T17:51:06.858179Z",
            "summary": "Lee Ufan and Claude Viallat: Encounter is an Gallery Shows event starting on 02/06/2023, 00:00 and ending on 29/07/2023, 00:00. Event is in Pace Gallery Seoul with address 5 Hanover Square.",
            "title": "Lee Ufan and Claude Viallat: Encounter",
            "content": null,
            "start_time": "2023-06-02T00: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": "5 Hanover Square",
            "city": "London",
            "geolocation": "51.51392085,-0.14281930942791737",
            "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": 24070,
            "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": 23134,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c461ee827ce5470faa734672a2aa9571-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c461ee827ce5470faa734672a2aa9571-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c461ee827ce5470faa734672a2aa9571.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c461ee827ce5470faa734672a2aa9571-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c461ee827ce5470faa734672a2aa9571-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c461ee827ce5470faa734672a2aa9571-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c461ee827ce5470faa734672a2aa9571-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c461ee827ce5470faa734672a2aa9571-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c461ee827ce5470faa734672a2aa9571-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c461ee827ce5470faa734672a2aa9571-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-05T18:12:40.107632Z",
                "updated_at": "2023-04-08T21:08:19.634036Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6673,
                "name": "Akademie der Künste | Hanseatenweg",
                "slug": "akademie-der-kunste-hanseatenweg",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "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": "DE",
            "publish_status": "published",
            "published_at": "2023-04-05T18:12:40.295053Z",
            "publish_time": null,
            "slug": "akademie-der-kunste-hanseatenweg-broken-machines-wild-imaginings-2023-06-02",
            "created_at": "2023-04-05T18:12:41.290113Z",
            "updated_at": "2023-04-05T18:12:41.290132Z",
            "summary": null,
            "title": "Broken Machines & Wild Imaginings",
            "content": null,
            "start_time": "2023-06-02T00:00:00.000000Z",
            "end_time": "2023-07-09T00: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": "Hanseatenweg 10",
            "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": 24103,
            "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": 23165,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40252d054b2c419db6681a133c73b37b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40252d054b2c419db6681a133c73b37b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/40252d054b2c419db6681a133c73b37b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40252d054b2c419db6681a133c73b37b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40252d054b2c419db6681a133c73b37b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40252d054b2c419db6681a133c73b37b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40252d054b2c419db6681a133c73b37b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40252d054b2c419db6681a133c73b37b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40252d054b2c419db6681a133c73b37b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40252d054b2c419db6681a133c73b37b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-05T18:45:05.783347Z",
                "updated_at": "2023-04-08T21:08:26.024396Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2955,
                "name": "Eastern Projects",
                "slug": "eastern-projects",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0644266,-118.2369572",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2761,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Eastern-Projects-profile-image-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Eastern-Projects-profile-image-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Eastern-Projects-profile-image-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Eastern-Projects-profile-image.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Eastern-Projects-profile-image-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Eastern-Projects-profile-image-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Eastern-Projects-profile-image-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Eastern-Projects-profile-image-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-05-07T21:41:11.082855Z",
                    "updated_at": "2021-09-14T13:37:54.272358Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-04-05T18:45:06.029018Z",
            "publish_time": null,
            "slug": "eastern-projects-god-pocket-2023-06-02",
            "created_at": "2023-04-05T18:45:06.915656Z",
            "updated_at": "2023-04-05T18:45:06.915675Z",
            "summary": null,
            "title": "GOD-POCKET",
            "content": null,
            "start_time": "2023-06-02T00: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": "86 Heath Mill Lane",
            "city": "Birmingham",
            "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": 24207,
            "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": 23261,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e291933034f472689bb6fb71b4e626b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e291933034f472689bb6fb71b4e626b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8e291933034f472689bb6fb71b4e626b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e291933034f472689bb6fb71b4e626b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e291933034f472689bb6fb71b4e626b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e291933034f472689bb6fb71b4e626b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e291933034f472689bb6fb71b4e626b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e291933034f472689bb6fb71b4e626b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e291933034f472689bb6fb71b4e626b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e291933034f472689bb6fb71b4e626b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-06T20:07:19.185368Z",
                "updated_at": "2023-04-10T14:47:01.777273Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3422,
                "name": "HOURS",
                "slug": "hours",
                "city": "Bristol",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4571385,-2.596779",
                "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-06T20:07:19.452958Z",
            "publish_time": null,
            "slug": "hours-my-roots-are-in-the-ocean-2023-06-02",
            "created_at": "2023-04-06T20:07:20.462338Z",
            "updated_at": "2023-04-06T20:07:20.462357Z",
            "summary": null,
            "title": "My Roots are in the Ocean",
            "content": null,
            "start_time": "2023-06-02T00:00:00.000000Z",
            "end_time": "2023-06-25T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "10 Colston Yard",
            "city": "Bristol",
            "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": 24308,
            "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": 23368,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c827c25f25cf49eba88b92e2e217410b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c827c25f25cf49eba88b92e2e217410b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c827c25f25cf49eba88b92e2e217410b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c827c25f25cf49eba88b92e2e217410b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c827c25f25cf49eba88b92e2e217410b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c827c25f25cf49eba88b92e2e217410b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c827c25f25cf49eba88b92e2e217410b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c827c25f25cf49eba88b92e2e217410b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c827c25f25cf49eba88b92e2e217410b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c827c25f25cf49eba88b92e2e217410b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-10T20:03:12.286003Z",
                "updated_at": "2023-04-10T20:03:12.286036Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4117,
                "name": "Gallery 456 | Chinese American Arts Council",
                "slug": "gallery-456-chinese-american-arts-council",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "42.8895726,-78.856841",
                "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-10T20:03:16.682333Z",
            "publish_time": null,
            "slug": "gallery-456-chinese-american-arts-council-cindy-leung-to-go-2023-06-02",
            "created_at": "2023-04-10T20:03:19.227794Z",
            "updated_at": "2023-04-10T20:03:21.043885Z",
            "summary": "Cindy Leung: To Go is an Gallery Shows event starting on 02/06/2023, 00:00 and ending on 23/06/2023, 00:00. Event is in Gallery 456 | Chinese American Arts Council with address 456 Broadway.",
            "title": "Cindy Leung: To Go",
            "content": null,
            "start_time": "2023-06-02T00:00:00.000000Z",
            "end_time": "2023-06-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": "456 Broadway",
            "city": "New York",
            "geolocation": "41.0164672,-73.8689542",
            "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": 24369,
            "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": 3866,
                "name": "Sprüth Magers London",
                "slug": "spruth-magers-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5099391,-0.1437853",
                "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-10T20:45:43.980579Z",
            "publish_time": null,
            "slug": "spruth-magers-london-andro-wekua-2023-06-02",
            "created_at": "2023-04-10T20:45:45.078450Z",
            "updated_at": "2023-04-10T20:45:50.651855Z",
            "summary": "Andro Wekua is an Gallery Shows event starting on 02/06/2023, 00:00 and ending on 29/07/2023, 00:00. Event is in Sprüth Magers London with address 7A Grafton Street.",
            "title": "Andro Wekua",
            "content": null,
            "start_time": "2023-06-02T00: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": "7A Grafton Street",
            "city": "London",
            "geolocation": "51.5099663,-0.14384487556894363",
            "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": 24370,
            "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": 3866,
                "name": "Sprüth Magers London",
                "slug": "spruth-magers-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5099391,-0.1437853",
                "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-10T20:45:55.101695Z",
            "publish_time": null,
            "slug": "spruth-magers-london-jean-luc-mylayne-2023-06-02",
            "created_at": "2023-04-10T20:45:55.983612Z",
            "updated_at": "2023-04-10T20:45:58.170652Z",
            "summary": "Jean-Luc Mylayne is an Gallery Shows event starting on 02/06/2023, 00:00 and ending on 29/07/2023, 00:00. Event is in Sprüth Magers London with address 7A Grafton Street.",
            "title": "Jean-Luc Mylayne",
            "content": null,
            "start_time": "2023-06-02T00: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": "7A Grafton Street",
            "city": "London",
            "geolocation": "51.5099663,-0.14384487556894363",
            "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": 24439,
            "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": 23497,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6afd09d506ca42058cdfb855d5a7112e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6afd09d506ca42058cdfb855d5a7112e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6afd09d506ca42058cdfb855d5a7112e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6afd09d506ca42058cdfb855d5a7112e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6afd09d506ca42058cdfb855d5a7112e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6afd09d506ca42058cdfb855d5a7112e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6afd09d506ca42058cdfb855d5a7112e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6afd09d506ca42058cdfb855d5a7112e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6afd09d506ca42058cdfb855d5a7112e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6afd09d506ca42058cdfb855d5a7112e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-11T20:10:52.758028Z",
                "updated_at": "2023-04-11T20:10:52.758066Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5771,
                "name": "Tangent Projects",
                "slug": "tangent-projects",
                "city": "L'Hospitalet de Llobregat",
                "country": {
                    "code": "ES",
                    "name": "Spain"
                },
                "geolocation": "41.3682368,2.1297012",
                "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-04-11T20:10:57.492188Z",
            "publish_time": null,
            "slug": "tangent-projects-como-me-converti-en-lava-maria-monegro-2023-06-02",
            "created_at": "2023-04-11T20:10:58.376484Z",
            "updated_at": "2023-04-11T20:10:58.412693Z",
            "summary": "Cómo me Convertí en Lava - María Monegro is an Gallery Shows event starting on 02/06/2023, 00:00 and ending on 14/07/2023, 00:00. Event is in Tangent Projects with address Tangent Projects.",
            "title": "Cómo me Convertí en Lava - María Monegro",
            "content": null,
            "start_time": "2023-06-02T00:00:00.000000Z",
            "end_time": "2023-07-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": "Tangent Projects",
            "city": "L'Hospitalet de Llobregat",
            "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": 24700,
            "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": 23744,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17501b0056c547308188d227adf8d401-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17501b0056c547308188d227adf8d401-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/17501b0056c547308188d227adf8d401.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17501b0056c547308188d227adf8d401-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17501b0056c547308188d227adf8d401-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17501b0056c547308188d227adf8d401-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17501b0056c547308188d227adf8d401-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17501b0056c547308188d227adf8d401-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17501b0056c547308188d227adf8d401-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17501b0056c547308188d227adf8d401-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-14T17:20:59.619484Z",
                "updated_at": "2023-04-14T17:20:59.619521Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5482,
                "name": "Chisenhale Gallery",
                "slug": "chisenhale-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.53319579999999,-0.0394934",
                "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-14T17:21:16.622949Z",
            "publish_time": null,
            "slug": "chisenhale-gallery-lotus-laurie-kang-2023-06-02",
            "created_at": "2023-04-14T17:21:17.753792Z",
            "updated_at": "2023-04-14T17:21:18.583296Z",
            "summary": "Lotus Laurie Kang is an Gallery Shows event starting on 02/06/2023, 00:00 and ending on 30/07/2023, 00:00. Event is in Chisenhale Gallery with address 64 Chisenhale Road.",
            "title": "Lotus Laurie Kang",
            "content": null,
            "start_time": "2023-06-02T00:00:00.000000Z",
            "end_time": "2023-07-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": "64 Chisenhale Road",
            "city": "London",
            "geolocation": "51.533028200000004,-0.039700305114754544",
            "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": 24934,
            "author": {
                "id": "265b70be-de89-4979-9da3-bc3a0be5c730",
                "username": "helena@saatchigallery.com",
                "slug": "helenasaatchigallerycom",
                "first_name": "Helena",
                "last_name": "Zeidler",
                "display_name": null,
                "display_name_full": "Helena Zeidler",
                "email": "helena@saatchigallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 23945,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65aad93ac8164f0b803225c395257c22-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65aad93ac8164f0b803225c395257c22-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/65aad93ac8164f0b803225c395257c22.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65aad93ac8164f0b803225c395257c22-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65aad93ac8164f0b803225c395257c22-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65aad93ac8164f0b803225c395257c22-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65aad93ac8164f0b803225c395257c22-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65aad93ac8164f0b803225c395257c22-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65aad93ac8164f0b803225c395257c22-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65aad93ac8164f0b803225c395257c22-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-20T20:51:21.194556Z",
                "updated_at": "2023-04-20T20:51:21.194592Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 432,
                "name": "SAATCHI GALLERY London",
                "slug": "saatchi-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4850694,-0.174564700000019",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 86,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/saatchi_gallery_night-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/saatchi_gallery_night-crop-c0-5__0-5-558x279-70.jpeg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/saatchi_gallery_night-crop-c0-5__0-5-265x149-70.jpeg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/saatchi_gallery_night.jpeg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/saatchi_gallery_night-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/saatchi_gallery_night-crop-c0-5__0-5-760x499-70.jpeg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/saatchi_gallery_night-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/saatchi_gallery_night-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-17T20:58:15.671165Z",
                    "updated_at": "2021-09-14T12:38:33.776459Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "saatchi_gallery_night",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-04-20T20:51:26.338103Z",
            "publish_time": null,
            "slug": "saatchi-gallery-london-civilization-the-way-we-live-now-2023-06-02",
            "created_at": "2023-04-20T20:51:27.202075Z",
            "updated_at": "2023-04-20T20:51:27.784500Z",
            "summary": "CIVILIZATION: The Way We Live Now. is an Gallery Shows event starting on 02/06/2023, 00:00 and ending on 17/09/2023, 00:00. Event is in SAATCHI GALLERY London with address Duke of York's HQ.",
            "title": "CIVILIZATION: The Way We Live Now.",
            "content": null,
            "start_time": "2023-06-02T00:00:00.000000Z",
            "end_time": "2023-09-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": "Duke of York's HQ",
            "city": "London",
            "geolocation": "51.490648300000004,-0.15879433516259905",
            "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": 25040,
            "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": 24043,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30cd9f24321e4f6b9c0d5fb77104ecea-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30cd9f24321e4f6b9c0d5fb77104ecea-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/30cd9f24321e4f6b9c0d5fb77104ecea.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30cd9f24321e4f6b9c0d5fb77104ecea-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30cd9f24321e4f6b9c0d5fb77104ecea-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30cd9f24321e4f6b9c0d5fb77104ecea-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30cd9f24321e4f6b9c0d5fb77104ecea-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30cd9f24321e4f6b9c0d5fb77104ecea-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30cd9f24321e4f6b9c0d5fb77104ecea-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30cd9f24321e4f6b9c0d5fb77104ecea-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-25T07:33:29.382097Z",
                "updated_at": "2023-04-25T07:33:29.382153Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4897,
                "name": "The Drawing Center",
                "slug": "drawing-center",
                "city": "https://drawingcenter.org/",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7224391,-74.0028823",
                "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-25T07:33:49.220388Z",
            "publish_time": null,
            "slug": "the-drawing-center-a-greater-beauty-the-drawings-of-kahlil-gibran-2023-06-02",
            "created_at": "2023-04-25T07:33:50.105807Z",
            "updated_at": "2023-04-25T07:33:51.199193Z",
            "summary": "A Greater Beauty: The Drawings of Kahlil Gibran is an Gallery Shows event starting on 02/06/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in The Drawing Center with address 35 Wooster St.",
            "title": "A Greater Beauty: The Drawings of Kahlil Gibran",
            "content": null,
            "start_time": "2023-06-02T00:00:00.000000Z",
            "end_time": "2023-09-03T00: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": "35 Wooster St",
            "city": "New York",
            "geolocation": "40.7224462,-74.00289198732156",
            "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": 25043,
            "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": 24041,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ab1d1e8163947369de4252b87850f5a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ab1d1e8163947369de4252b87850f5a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6ab1d1e8163947369de4252b87850f5a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ab1d1e8163947369de4252b87850f5a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ab1d1e8163947369de4252b87850f5a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ab1d1e8163947369de4252b87850f5a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ab1d1e8163947369de4252b87850f5a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ab1d1e8163947369de4252b87850f5a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ab1d1e8163947369de4252b87850f5a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ab1d1e8163947369de4252b87850f5a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-25T07:33:28.875780Z",
                "updated_at": "2023-04-25T07:33:28.875841Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4897,
                "name": "The Drawing Center",
                "slug": "drawing-center",
                "city": "https://drawingcenter.org/",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7224391,-74.0028823",
                "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-25T07:33:50.114403Z",
            "publish_time": null,
            "slug": "the-drawing-center-naudline-pierre-this-is-not-all-there-is-2023-06-02",
            "created_at": "2023-04-25T07:33:51.015539Z",
            "updated_at": "2023-04-25T07:33:51.421175Z",
            "summary": "Naudline Pierre: This Is Not All There Is is an Gallery Shows event starting on 02/06/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in The Drawing Center with address 35 Wooster St.",
            "title": "Naudline Pierre: This Is Not All There Is",
            "content": null,
            "start_time": "2023-06-02T00:00:00.000000Z",
            "end_time": "2023-09-03T00: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": "35 Wooster St",
            "city": "New York",
            "geolocation": "40.7224462,-74.00289198732156",
            "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": 25196,
            "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": 24186,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d844ab700e042b19abd4691d9afb068-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d844ab700e042b19abd4691d9afb068-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7d844ab700e042b19abd4691d9afb068.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d844ab700e042b19abd4691d9afb068-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d844ab700e042b19abd4691d9afb068-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d844ab700e042b19abd4691d9afb068-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d844ab700e042b19abd4691d9afb068-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d844ab700e042b19abd4691d9afb068-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d844ab700e042b19abd4691d9afb068-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d844ab700e042b19abd4691d9afb068-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-26T19:17:49.111182Z",
                "updated_at": "2023-04-26T19:17:49.111219Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5394,
                "name": "Kate MacGarry Gallery",
                "slug": "kate-macgarry-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.52469749999999,-0.0755724",
                "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:17:52.630769Z",
            "publish_time": null,
            "slug": "kate-macgarry-gallery-correspondance-lisa-milroy-2023-06-02",
            "created_at": "2023-04-26T19:17:53.572917Z",
            "updated_at": "2023-04-26T19:17:54.269737Z",
            "summary": "Correspondance - Lisa Milroy is an Gallery Shows event starting on 02/06/2023, 00:00 and ending on 15/07/2023, 00:00. Event is in Kate MacGarry Gallery with address 27 Old Nichol Street.",
            "title": "Correspondance - Lisa Milroy",
            "content": null,
            "start_time": "2023-06-02T00: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": "27 Old Nichol Street",
            "city": "London",
            "geolocation": "51.5249212,-0.0738978",
            "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": 26808,
            "author": {
                "id": "6711bff9-9848-4bf9-9466-8a56816283a5",
                "username": "info@vossgallery.art",
                "slug": "infovossgalleryart",
                "first_name": "Ashley",
                "last_name": "Voss",
                "display_name": null,
                "display_name_full": "Ashley Voss",
                "email": "info@vossgallery.art",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 25640,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/feba11fca442478180107cf862c4d3f8-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/feba11fca442478180107cf862c4d3f8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/feba11fca442478180107cf862c4d3f8.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/feba11fca442478180107cf862c4d3f8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/feba11fca442478180107cf862c4d3f8-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/feba11fca442478180107cf862c4d3f8-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/feba11fca442478180107cf862c4d3f8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/feba11fca442478180107cf862c4d3f8-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/feba11fca442478180107cf862c4d3f8-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/feba11fca442478180107cf862c4d3f8-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-29T05:31:43.157140Z",
                "updated_at": "2023-05-29T05:31:43.157174Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "6711bff9-9848-4bf9-9466-8a56816283a5"
            },
            "venue": {
                "id": 3179,
                "name": "Voss Gallery",
                "slug": "voss-gallery",
                "city": "San Francisco",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.7749295,-122.4194155",
                "artworks_for_sale_count": 318,
                "featured_image": {
                    "id": 3236,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Voss_Gallery_The_Tracy_Piper_San_Francisco-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Voss_Gallery_The_Tracy_Piper_San_Francisco-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Voss_Gallery_The_Tracy_Piper_San_Francisco-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Voss_Gallery_The_Tracy_Piper_San_Francisco.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Voss_Gallery_The_Tracy_Piper_San_Francisco-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Voss_Gallery_The_Tracy_Piper_San_Francisco-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Voss_Gallery_The_Tracy_Piper_San_Francisco-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Voss_Gallery_The_Tracy_Piper_San_Francisco-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2021-01-22T20:08:10.222768Z",
                    "updated_at": "2021-09-14T13:49:36.700163Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "6711bff9-9848-4bf9-9466-8a56816283a5"
                },
                "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": "",
            "publish_status": "published",
            "published_at": "2023-05-29T05:31:50.138475Z",
            "publish_time": null,
            "slug": "the-tracy-piper-seen-volume-2-pop-up-show-book-signing",
            "created_at": "2023-05-29T05:31:50.142622Z",
            "updated_at": "2023-05-29T05:37:09.663974Z",
            "summary": "The Tracy Piper \"SEEN Volume 2\" Pop-Up Show & Book Signing is an Gallery Shows event starting on 02/06/2023, 05:00 and ending on 02/06/2023, 08:00. Event is in Voss Gallery with address 3344 24th St, San Francisco, CA 94110, USA.",
            "title": "The Tracy Piper \"SEEN Volume 2\" Pop-Up Show & Book Signing",
            "content": "Enjoy the first look of The Tracy Piper's \"SEEN Volume 2\" pop-up show on Friday, June 2nd, 5-8PM at Voss Gallery! \"SEEN Volume 2\" is the artist's second iteration of a collaborative art project of 50 eye paintings that were made during the Spring of 2023.",
            "start_time": "2023-06-02T05:00:00.000000Z",
            "end_time": "2023-06-02T08: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": "3344 24th St, San Francisco, CA 94110, USA",
            "city": "",
            "geolocation": "37.7749295,-122.4194155",
            "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": [
                1562
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 26301,
            "author": {
                "id": "cc170560-b36f-44ca-957e-86e9701ea3f5",
                "username": "Cell63artplatform",
                "slug": "cell63artplatform",
                "first_name": "Luisa",
                "last_name": "Catucci Gallery",
                "display_name": "Luisa Catucci",
                "display_name_full": "Luisa Catucci",
                "email": "info@luisacatucci.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 25170,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ddce80a8437c4cec8a4945d489872f50-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ddce80a8437c4cec8a4945d489872f50-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ddce80a8437c4cec8a4945d489872f50.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ddce80a8437c4cec8a4945d489872f50-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ddce80a8437c4cec8a4945d489872f50-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ddce80a8437c4cec8a4945d489872f50-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ddce80a8437c4cec8a4945d489872f50-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ddce80a8437c4cec8a4945d489872f50-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ddce80a8437c4cec8a4945d489872f50-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ddce80a8437c4cec8a4945d489872f50-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-17T11:27:51.957507Z",
                "updated_at": "2023-05-17T11:27:51.957543Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "cc170560-b36f-44ca-957e-86e9701ea3f5"
            },
            "venue": {
                "id": 2986,
                "name": "Luisa Catucci Gallery",
                "slug": "luisa-catucci-gallery-2",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.53342199999999,13.3982782",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4827,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/8fc92a6cf3274f6b81c67b84d819ef01-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/8fc92a6cf3274f6b81c67b84d819ef01-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/8fc92a6cf3274f6b81c67b84d819ef01-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/8fc92a6cf3274f6b81c67b84d819ef01.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/8fc92a6cf3274f6b81c67b84d819ef01-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/8fc92a6cf3274f6b81c67b84d819ef01-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/8fc92a6cf3274f6b81c67b84d819ef01-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/8fc92a6cf3274f6b81c67b84d819ef01-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2024-04-11T12:58:03.736316Z",
                    "updated_at": "2024-04-11T12:58:03.736375Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "cc170560-b36f-44ca-957e-86e9701ea3f5"
                },
                "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": "",
            "publish_status": "published",
            "published_at": "2023-05-17T11:27:56.596483Z",
            "publish_time": null,
            "slug": "hyperconnections",
            "created_at": "2023-05-17T11:27:56.599823Z",
            "updated_at": "2023-05-17T11:27:56.639028Z",
            "summary": "HYPERCONNECTIONS is an Gallery Shows event starting on 02/06/2023, 18:00 and ending on 07/07/2023, 18:00. Event is in Luisa Catucci Gallery with address Allerstr 38.",
            "title": "HYPERCONNECTIONS",
            "content": "Alessandro Zannier, Italian artist with an international career, already renown for a double participation in the Venice Biennale (Architecture 2021, Art 2022), is now taking Berlin by storm by participating in the biennial 'Latitudes of Art' - curated by Virginia Monteverde - which will open its doors at Kunsthaus Bethanien on the very day after the opening of his solo exhibition HYPERCONNECTIONS at the Luisa Catucci Gallery. \r\nA double exhibition for the Italian artist, not by chance! \r\nZannier's double Berlin actions create tangible connection between three distinct artistic realities: Luisa Catucci Gallery, Virginia Monteverde, and Zannier's mother gallery, ARTandide in Verona. Three realities that share a similar vision on art, recognising its role as instigator for fundamental reflections to the implementation of a better future.\r\nZannier is an atypical conceptual artist, who straddles - and with equal intensity - between visual arts and electronic auteur music - this one under the",
            "start_time": "2023-06-02T18:00:00.000000Z",
            "end_time": "2023-07-07T18: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": "Allerstr 38",
            "city": "",
            "geolocation": "52.4747742,13.424074000000019",
            "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": 25770,
            "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": 24694,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76c9c28eeecc44529731c484ac0f67f5-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76c9c28eeecc44529731c484ac0f67f5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/76c9c28eeecc44529731c484ac0f67f5.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76c9c28eeecc44529731c484ac0f67f5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76c9c28eeecc44529731c484ac0f67f5-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76c9c28eeecc44529731c484ac0f67f5-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76c9c28eeecc44529731c484ac0f67f5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76c9c28eeecc44529731c484ac0f67f5-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76c9c28eeecc44529731c484ac0f67f5-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76c9c28eeecc44529731c484ac0f67f5-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-08T19:38:42.390447Z",
                "updated_at": "2023-05-08T19:38:42.390505Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8575,
                "name": "The Musical Museum",
                "slug": "musical-museum",
                "city": "Brentford",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.487832,-0.2931374",
                "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-08T19:38:47.238477Z",
            "publish_time": null,
            "slug": "the-musical-museum-spandex-synths-and-stadium-rock-back-to-the-80s-with-art-sol-2023-06-03",
            "created_at": "2023-05-08T19:38:48.138982Z",
            "updated_at": "2023-05-08T19:38:55.515149Z",
            "summary": "Spandex, synths and stadium rock: Back to the '80s with Art & Sol is an Gallery Shows event starting on 03/06/2023, 00:00 and ending on 28/08/2023, 00:00. Event is in The Musical Museum with address 399 High Street.",
            "title": "Spandex, synths and stadium rock: Back to the '80s with Art & Sol",
            "content": null,
            "start_time": "2023-06-03T00:00:00.000000Z",
            "end_time": "2023-08-28T00: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": "399 High Street",
            "city": "Brentford",
            "geolocation": "51.53945755,0.00012340458715152255",
            "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": 25843,
            "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": 24759,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d3824b1296e0475aacb68adb61055421-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d3824b1296e0475aacb68adb61055421-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d3824b1296e0475aacb68adb61055421.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d3824b1296e0475aacb68adb61055421-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d3824b1296e0475aacb68adb61055421-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d3824b1296e0475aacb68adb61055421-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d3824b1296e0475aacb68adb61055421-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d3824b1296e0475aacb68adb61055421-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d3824b1296e0475aacb68adb61055421-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d3824b1296e0475aacb68adb61055421-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-10T10:19:57.016682Z",
                "updated_at": "2023-05-10T10:19:57.016720Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4568,
                "name": "Close Ltd",
                "slug": "close-ltd",
                "city": "Hatch Beauchamp",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.9752678,-2.9900253",
                "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-10T10:20:03.658633Z",
            "publish_time": null,
            "slug": "close-ltd-lines-of-empathy-2023-06-03",
            "created_at": "2023-05-10T10:20:04.761406Z",
            "updated_at": "2023-05-10T10:20:05.972110Z",
            "summary": "Lines Of Empathy is an Gallery Shows event starting on 03/06/2023, 00:00 and ending on 22/07/2023, 00:00. Event is in Close Ltd with address Close House.",
            "title": "Lines Of Empathy",
            "content": null,
            "start_time": "2023-06-03T00: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": "Close House",
            "city": "Hatch Beauchamp",
            "geolocation": "55.15940945,-1.95665403863853",
            "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": []
        }
    ]
}