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

{
    "count": 37601,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=9378&ordering=-start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=9342&ordering=-start_time",
    "results": [
        {
            "id": 26510,
            "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": 25361,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92ba3f92b3be468dae90e91ac556c632-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92ba3f92b3be468dae90e91ac556c632-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92ba3f92b3be468dae90e91ac556c632-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92ba3f92b3be468dae90e91ac556c632-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92ba3f92b3be468dae90e91ac556c632-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/92ba3f92b3be468dae90e91ac556c632.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92ba3f92b3be468dae90e91ac556c632-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92ba3f92b3be468dae90e91ac556c632-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92ba3f92b3be468dae90e91ac556c632-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92ba3f92b3be468dae90e91ac556c632-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-05-23T19:20:36.383365Z",
                "updated_at": "2023-05-23T19:20:36.383422Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5747,
                "name": "Copeland Gallery",
                "slug": "copeland-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4698124,-0.06521239999999999",
                "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-23T19:20:41.453196Z",
            "publish_time": null,
            "slug": "copeland-gallery-by-all-means-by-west-dean-college-students-2023-07-12",
            "created_at": "2023-05-23T19:20:42.371515Z",
            "updated_at": "2023-05-23T19:20:58.445236Z",
            "summary": "'By All Means' by West Dean College students is an Gallery Shows event starting on 12/07/2023, 00:00 and ending on 16/07/2023, 00:00. Event is in Copeland Gallery with address 133 Copeland Road.",
            "title": "'By All Means' by West Dean College students",
            "content": null,
            "start_time": "2023-07-12T00: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": "133 Copeland Road",
            "city": "London",
            "geolocation": "51.469524500000006,-0.0667936096986764",
            "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": 26428,
            "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": 25296,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/458e4bf3d19049fd9532f1b10127c8b3-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/458e4bf3d19049fd9532f1b10127c8b3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/458e4bf3d19049fd9532f1b10127c8b3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/458e4bf3d19049fd9532f1b10127c8b3-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/458e4bf3d19049fd9532f1b10127c8b3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/458e4bf3d19049fd9532f1b10127c8b3.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/458e4bf3d19049fd9532f1b10127c8b3-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/458e4bf3d19049fd9532f1b10127c8b3-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/458e4bf3d19049fd9532f1b10127c8b3-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/458e4bf3d19049fd9532f1b10127c8b3-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-05-23T18:47:44.429938Z",
                "updated_at": "2023-05-23T18:47:44.429975Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4560,
                "name": "CICA Museum",
                "slug": "cica-museum",
                "city": "Gyeonggi-do",
                "country": {
                    "code": "KR",
                    "name": "South Korea"
                },
                "geolocation": "37.6152464,126.7156325",
                "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": "KR",
            "publish_status": "published",
            "published_at": "2023-05-23T18:47:47.424053Z",
            "publish_time": null,
            "slug": "cica-museum-text-ure-2023-07-12",
            "created_at": "2023-05-23T18:47:48.347012Z",
            "updated_at": "2023-05-23T18:47:48.758219Z",
            "summary": "“Text-ure” is an Gallery Shows event starting on 12/07/2023, 00:00 and ending on 30/07/2023, 00:00. Event is in CICA Museum with address 196-30, Samdo-ro, Yangchon-eup.",
            "title": "“Text-ure”",
            "content": null,
            "start_time": "2023-07-12T00: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": "196-30, Samdo-ro, Yangchon-eup",
            "city": "Gimpo-si",
            "geolocation": "37.6065534,126.5856239",
            "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": 26883,
            "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": 25704,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/045d3013e48648f4ae6bd646387f4587-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/045d3013e48648f4ae6bd646387f4587-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/045d3013e48648f4ae6bd646387f4587-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/045d3013e48648f4ae6bd646387f4587-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/045d3013e48648f4ae6bd646387f4587-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/045d3013e48648f4ae6bd646387f4587.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/045d3013e48648f4ae6bd646387f4587-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/045d3013e48648f4ae6bd646387f4587-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/045d3013e48648f4ae6bd646387f4587-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/045d3013e48648f4ae6bd646387f4587-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-05-29T15:53:18.280162Z",
                "updated_at": "2023-05-29T15:53:18.280238Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4454,
                "name": "Studio Voltaire",
                "slug": "studio-voltaire",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4619157,-0.1342092",
                "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-29T15:53:30.000329Z",
            "publish_time": null,
            "slug": "studio-voltaire-gabriel-chaile-in-collaboration-with-laura-ojeda-bar-2023-07-12",
            "created_at": "2023-05-29T15:53:31.251376Z",
            "updated_at": "2023-05-29T15:53:31.652925Z",
            "summary": "Gabriel Chaile in collaboration with Laura Ojeda Bär is an Gallery Shows event starting on 12/07/2023, 00:00 and ending on 10/09/2023, 00:00. Event is in Studio Voltaire with address 1a Nelson's Row.",
            "title": "Gabriel Chaile in collaboration with Laura Ojeda Bär",
            "content": null,
            "start_time": "2023-07-12T00:00:00.000000Z",
            "end_time": "2023-09-10T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1a Nelson's Row",
            "city": "London",
            "geolocation": "51.4622444,-0.1349427",
            "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": 26430,
            "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": 25297,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8c776f82c404590946bd5466b708c6d-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8c776f82c404590946bd5466b708c6d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8c776f82c404590946bd5466b708c6d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8c776f82c404590946bd5466b708c6d-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8c776f82c404590946bd5466b708c6d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e8c776f82c404590946bd5466b708c6d.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8c776f82c404590946bd5466b708c6d-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8c776f82c404590946bd5466b708c6d-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8c776f82c404590946bd5466b708c6d-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8c776f82c404590946bd5466b708c6d-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-05-23T18:47:47.405506Z",
                "updated_at": "2023-05-23T18:47:47.405542Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4560,
                "name": "CICA Museum",
                "slug": "cica-museum",
                "city": "Gyeonggi-do",
                "country": {
                    "code": "KR",
                    "name": "South Korea"
                },
                "geolocation": "37.6152464,126.7156325",
                "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": "KR",
            "publish_status": "published",
            "published_at": "2023-05-23T18:47:49.807240Z",
            "publish_time": null,
            "slug": "cica-museum-cica-experimental-film-and-video-2023-2023-07-12",
            "created_at": "2023-05-23T18:47:50.748644Z",
            "updated_at": "2023-05-23T18:47:51.115531Z",
            "summary": "CICA Experimental Film and Video 2023 is an Gallery Shows event starting on 12/07/2023, 00:00 and ending on 30/07/2023, 00:00. Event is in CICA Museum with address 196-30, Samdo-ro, Yangchon-eup.",
            "title": "CICA Experimental Film and Video 2023",
            "content": null,
            "start_time": "2023-07-12T00: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": "196-30, Samdo-ro, Yangchon-eup",
            "city": "Gimpo-si",
            "geolocation": "37.6065534,126.5856239",
            "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": 27541,
            "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": 4440,
                "name": "Sadie Coles HQ",
                "slug": "sadie-coles-hq",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5067336,-0.1381435",
                "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-06-08T13:45:52.698496Z",
            "publish_time": null,
            "slug": "sadie-coles-hq-paloma-varga-weisz-2023-07-12",
            "created_at": "2023-06-08T13:45:53.644766Z",
            "updated_at": "2023-06-08T13:45:54.053504Z",
            "summary": "Paloma Varga Weisz is an Gallery Shows event starting on 12/07/2023, 00:00 and ending on 19/08/2023, 00:00. Event is in Sadie Coles HQ with address 8 Bury Street.",
            "title": "Paloma Varga Weisz",
            "content": null,
            "start_time": "2023-07-12T00:00:00.000000Z",
            "end_time": "2023-08-19T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "8 Bury Street",
            "city": "London",
            "geolocation": "52.6226382,1.2762948031971355",
            "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": 29340,
            "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": 27893,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/38fd54954d5f4bdeb98ec72e0ccf263e-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/38fd54954d5f4bdeb98ec72e0ccf263e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/38fd54954d5f4bdeb98ec72e0ccf263e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/38fd54954d5f4bdeb98ec72e0ccf263e-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/38fd54954d5f4bdeb98ec72e0ccf263e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/38fd54954d5f4bdeb98ec72e0ccf263e.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/38fd54954d5f4bdeb98ec72e0ccf263e-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/38fd54954d5f4bdeb98ec72e0ccf263e-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/38fd54954d5f4bdeb98ec72e0ccf263e-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/38fd54954d5f4bdeb98ec72e0ccf263e-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-14T12:08:31.412596Z",
                "updated_at": "2023-07-14T12:08:31.412633Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6417,
                "name": "Gallery Lock In",
                "slug": "gallery-lock",
                "city": "Brighton",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.8246522,-0.1556299",
                "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-14T12:08:36.049364Z",
            "publish_time": null,
            "slug": "gallery-lock-in-spit-roast-2023-07-12",
            "created_at": "2023-07-14T12:08:36.998815Z",
            "updated_at": "2023-07-14T12:08:37.341956Z",
            "summary": "Spit Roast is an Gallery Shows event starting on 12/07/2023, 00:00 and ending on 16/07/2023, 00:00. Event is in Gallery Lock In with address Little Western Street.",
            "title": "Spit Roast",
            "content": null,
            "start_time": "2023-07-12T00: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": "Little Western Street",
            "city": "Brighton",
            "geolocation": "50.8246641,-0.1556452",
            "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": 26890,
            "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": 25714,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60a5fd6fdacb45fead16d5ebfa5a9d15-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60a5fd6fdacb45fead16d5ebfa5a9d15-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60a5fd6fdacb45fead16d5ebfa5a9d15-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60a5fd6fdacb45fead16d5ebfa5a9d15-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60a5fd6fdacb45fead16d5ebfa5a9d15-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/60a5fd6fdacb45fead16d5ebfa5a9d15.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60a5fd6fdacb45fead16d5ebfa5a9d15-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60a5fd6fdacb45fead16d5ebfa5a9d15-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60a5fd6fdacb45fead16d5ebfa5a9d15-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60a5fd6fdacb45fead16d5ebfa5a9d15-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-05-29T15:57:22.717176Z",
                "updated_at": "2023-05-29T15:57:22.717214Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8713,
                "name": "The Last Tuesday Society",
                "slug": "last-tuesday-society",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.53467029999999,-0.0575498",
                "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-29T15:57:29.201779Z",
            "publish_time": null,
            "slug": "the-last-tuesday-society-shapeshifters-the-work-of-london-based-tattoo-artists-2023-07-12",
            "created_at": "2023-05-29T15:57:30.137536Z",
            "updated_at": "2023-05-29T15:57:31.071978Z",
            "summary": "Shapeshifters: The Work of London-based Tattoo Artists is an Gallery Shows event starting on 12/07/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in The Last Tuesday Society with address 11 Mare Street.",
            "title": "Shapeshifters: The Work of London-based Tattoo Artists",
            "content": null,
            "start_time": "2023-07-12T00: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": "11 Mare Street",
            "city": "London",
            "geolocation": "51.5346988,-0.0576431",
            "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": 29323,
            "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": 27882,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/32cad47a1dc941f3a8460e944bb5ba00-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/32cad47a1dc941f3a8460e944bb5ba00-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/32cad47a1dc941f3a8460e944bb5ba00-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/32cad47a1dc941f3a8460e944bb5ba00-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/32cad47a1dc941f3a8460e944bb5ba00-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/32cad47a1dc941f3a8460e944bb5ba00.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/32cad47a1dc941f3a8460e944bb5ba00-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/32cad47a1dc941f3a8460e944bb5ba00-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/32cad47a1dc941f3a8460e944bb5ba00-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/32cad47a1dc941f3a8460e944bb5ba00-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-14T12:07:58.644650Z",
                "updated_at": "2023-07-14T12:07:58.644688Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8782,
                "name": "DIMIN",
                "slug": "dimin",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7187913,-74.00203979999999",
                "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-07-14T12:08:02.727425Z",
            "publish_time": null,
            "slug": "dimin-dimin-2023-07-12",
            "created_at": "2023-07-14T12:08:03.624135Z",
            "updated_at": "2023-07-14T12:08:03.661896Z",
            "summary": "Dimin is an Gallery Shows event starting on 12/07/2023, 00:00 and ending on 18/08/2023, 00:00. Event is in DIMIN with address 406 Broadway, Fl 2,.",
            "title": "Dimin",
            "content": null,
            "start_time": "2023-07-12T00:00:00.000000Z",
            "end_time": "2023-08-18T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "406 Broadway, Fl 2,",
            "city": "New York",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 29124,
            "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": 27691,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab38b1d3684a42e4b5ecb65ff5313170-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab38b1d3684a42e4b5ecb65ff5313170-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab38b1d3684a42e4b5ecb65ff5313170-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab38b1d3684a42e4b5ecb65ff5313170-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab38b1d3684a42e4b5ecb65ff5313170-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ab38b1d3684a42e4b5ecb65ff5313170.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab38b1d3684a42e4b5ecb65ff5313170-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab38b1d3684a42e4b5ecb65ff5313170-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab38b1d3684a42e4b5ecb65ff5313170-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab38b1d3684a42e4b5ecb65ff5313170-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-06T18:48:15.762937Z",
                "updated_at": "2023-07-06T18:48:15.762972Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5205,
                "name": "The Sylvia Wald and Po Kim Gallery",
                "slug": "sylvia-wald-and-po-kim-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7285467,-73.99209789999999",
                "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-07-06T18:48:22.412600Z",
            "publish_time": null,
            "slug": "the-sylvia-wald-and-po-kim-gallery-kyung-ae-hur-sillages-2023-07-12",
            "created_at": "2023-07-06T18:48:23.323734Z",
            "updated_at": "2023-07-06T18:48:25.137814Z",
            "summary": "Kyung-Ae Hur: Sillages is an Gallery Shows event starting on 12/07/2023, 00:00 and ending on 30/09/2023, 00:00. Event is in The Sylvia Wald and Po Kim Gallery with address 417 Lafayette Street.",
            "title": "Kyung-Ae Hur: Sillages",
            "content": null,
            "start_time": "2023-07-12T00:00:00.000000Z",
            "end_time": "2023-09-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": "417 Lafayette Street",
            "city": "New York",
            "geolocation": "41.1689099,-73.1890754",
            "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": 29560,
            "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": 8863,
                "name": "SAA Collective",
                "slug": "saa-collective",
                "city": "Springfield",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.80198639999999,-89.649459",
                "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-07-19T10:08:24.235628Z",
            "publish_time": null,
            "slug": "saa-collective-light-on-the-journey-2023-07-12",
            "created_at": "2023-07-19T10:08:25.227240Z",
            "updated_at": "2023-07-19T10:08:31.488491Z",
            "summary": "Light on the Journey is an Gallery Shows event starting on 12/07/2023, 00:00 and ending on 31/08/2023, 00:00. Event is in SAA Collective with address 105 N. 5th Street.",
            "title": "Light on the Journey",
            "content": null,
            "start_time": "2023-07-12T00:00:00.000000Z",
            "end_time": "2023-08-31T00: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": "105 N. 5th Street",
            "city": "Chicago",
            "geolocation": "33.98631035,-101.33675950748378",
            "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": 26625,
            "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": 25464,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84bfdcb6b4814858888a3a4bf1c28a4d-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84bfdcb6b4814858888a3a4bf1c28a4d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84bfdcb6b4814858888a3a4bf1c28a4d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84bfdcb6b4814858888a3a4bf1c28a4d-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84bfdcb6b4814858888a3a4bf1c28a4d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/84bfdcb6b4814858888a3a4bf1c28a4d.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84bfdcb6b4814858888a3a4bf1c28a4d-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84bfdcb6b4814858888a3a4bf1c28a4d-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84bfdcb6b4814858888a3a4bf1c28a4d-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84bfdcb6b4814858888a3a4bf1c28a4d-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-05-24T07:14:02.425971Z",
                "updated_at": "2023-05-24T07:14:02.426009Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4065,
                "name": "Belmacz",
                "slug": "belmacz",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5124186,-0.148321",
                "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-24T07:14:07.565637Z",
            "publish_time": null,
            "slug": "belmacz-morten-skrder-lund-and-laura-ni-fhlaibhin-wet-suction-spins-forever-2023-07-12",
            "created_at": "2023-05-24T07:14:08.498654Z",
            "updated_at": "2023-05-24T07:14:14.731817Z",
            "summary": "Morten Skrøder Lund and Laura Ní Fhlaibhín: Wet Suction Spins Forever is an Gallery Shows event starting on 12/07/2023, 00:00 and ending on 01/09/2023, 00:00. Event is in Belmacz with address 45 Davies Street.",
            "title": "Morten Skrøder Lund and Laura Ní Fhlaibhín: Wet Suction Spins Forever",
            "content": null,
            "start_time": "2023-07-12T00:00:00.000000Z",
            "end_time": "2023-09-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "45 Davies Street",
            "city": "London",
            "geolocation": "-27.5557127,152.9753904",
            "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": 29246,
            "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": 27810,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e7affcaffd04aeca3b065e3cba81926-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e7affcaffd04aeca3b065e3cba81926-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e7affcaffd04aeca3b065e3cba81926-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e7affcaffd04aeca3b065e3cba81926-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e7affcaffd04aeca3b065e3cba81926-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8e7affcaffd04aeca3b065e3cba81926.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e7affcaffd04aeca3b065e3cba81926-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e7affcaffd04aeca3b065e3cba81926-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e7affcaffd04aeca3b065e3cba81926-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e7affcaffd04aeca3b065e3cba81926-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-12T18:49:53.691908Z",
                "updated_at": "2023-07-12T18:49:53.691950Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3303,
                "name": "Chart",
                "slug": "chart",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7179816,-74.004243",
                "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-07-12T18:49:57.914583Z",
            "publish_time": null,
            "slug": "chart-bellyache-2023-07-12",
            "created_at": "2023-07-12T18:49:58.805515Z",
            "updated_at": "2023-07-12T18:50:02.010652Z",
            "summary": "BELLYACHE is an Gallery Shows event starting on 12/07/2023, 00:00 and ending on 18/08/2023, 00:00. Event is in Chart with address 74 FRANKLIN STREET.",
            "title": "BELLYACHE",
            "content": null,
            "start_time": "2023-07-12T00:00:00.000000Z",
            "end_time": "2023-08-18T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "74 FRANKLIN STREET",
            "city": "New York",
            "geolocation": "44.8441816,-74.3012984",
            "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": 29354,
            "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": 27902,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ee04613be434a65a677acf9dc841d8c-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ee04613be434a65a677acf9dc841d8c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ee04613be434a65a677acf9dc841d8c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ee04613be434a65a677acf9dc841d8c-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ee04613be434a65a677acf9dc841d8c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7ee04613be434a65a677acf9dc841d8c.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ee04613be434a65a677acf9dc841d8c-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ee04613be434a65a677acf9dc841d8c-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ee04613be434a65a677acf9dc841d8c-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ee04613be434a65a677acf9dc841d8c-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-14T12:11:06.087134Z",
                "updated_at": "2023-07-14T12:11:06.087171Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3565,
                "name": "Phoenix Art Space",
                "slug": "phoenix-art-space",
                "city": "Brighton",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.8288618,-0.1340882",
                "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-14T12:11:11.519272Z",
            "publish_time": null,
            "slug": "phoenix-art-space-inscapes-2023-07-12",
            "created_at": "2023-07-14T12:11:12.443110Z",
            "updated_at": "2023-07-14T12:11:12.854767Z",
            "summary": "Inscapes is an Gallery Shows event starting on 12/07/2023, 00:00 and ending on 17/07/2023, 00:00. Event is in Phoenix Art Space with address 10-14 Waterloo Place.",
            "title": "Inscapes",
            "content": null,
            "start_time": "2023-07-12T00:00:00.000000Z",
            "end_time": "2023-07-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": "10-14 Waterloo Place",
            "city": "Brighton",
            "geolocation": "50.828805,-0.1337769",
            "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": 29538,
            "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": 28075,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dfba5c238f88439ba6a04ab2311618aa-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dfba5c238f88439ba6a04ab2311618aa-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dfba5c238f88439ba6a04ab2311618aa-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dfba5c238f88439ba6a04ab2311618aa-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dfba5c238f88439ba6a04ab2311618aa-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/dfba5c238f88439ba6a04ab2311618aa.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dfba5c238f88439ba6a04ab2311618aa-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dfba5c238f88439ba6a04ab2311618aa-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dfba5c238f88439ba6a04ab2311618aa-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dfba5c238f88439ba6a04ab2311618aa-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-19T10:04:57.498551Z",
                "updated_at": "2023-07-19T10:04:57.498610Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8289,
                "name": "Lisson Gallery LA",
                "slug": "lisson-gallery-la",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0899906,-118.343294",
                "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-19T10:05:00.893542Z",
            "publish_time": null,
            "slug": "lisson-gallery-la-sarah-cunningham-the-crystal-forest-2023-07-12",
            "created_at": "2023-07-19T10:05:01.771463Z",
            "updated_at": "2023-07-19T10:05:02.123037Z",
            "summary": "Sarah Cunningham: The Crystal Forest is an Gallery Shows event starting on 12/07/2023, 00:00 and ending on 26/08/2023, 00:00. Event is in Lisson Gallery LA with address 67 Lisson Street.",
            "title": "Sarah Cunningham: The Crystal Forest",
            "content": null,
            "start_time": "2023-07-12T00:00:00.000000Z",
            "end_time": "2023-08-26T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "67 Lisson Street",
            "city": "London",
            "geolocation": "51.5211026,-0.16836417877420756",
            "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": 28990,
            "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": 27582,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab661b7c227a45119a8ed6a702289483-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab661b7c227a45119a8ed6a702289483-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab661b7c227a45119a8ed6a702289483-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab661b7c227a45119a8ed6a702289483-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab661b7c227a45119a8ed6a702289483-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ab661b7c227a45119a8ed6a702289483.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab661b7c227a45119a8ed6a702289483-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab661b7c227a45119a8ed6a702289483-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab661b7c227a45119a8ed6a702289483-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab661b7c227a45119a8ed6a702289483-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-06T18:04:47.310671Z",
                "updated_at": "2023-07-06T18:04:47.310713Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8507,
                "name": "Turps Gallery",
                "slug": "turps-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-07-06T18:04:51.819734Z",
            "publish_time": null,
            "slug": "turps-hq-turps-studio-programme-leavers-show-2023-07-12",
            "created_at": "2023-07-06T18:04:52.764183Z",
            "updated_at": "2023-07-06T18:04:53.687539Z",
            "summary": "Turps Studio Programme Leavers Show is an Gallery Shows event starting on 12/07/2023, 00:00 and ending on 23/07/2023, 00:00. Event is in Turps Gallery with address Taplow House (1st floor).",
            "title": "Turps Studio Programme Leavers Show",
            "content": null,
            "start_time": "2023-07-12T00:00:00.000000Z",
            "end_time": "2023-07-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": "Taplow House (1st floor)",
            "city": "London",
            "geolocation": "51.5228271,-0.6969040512864058",
            "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": 29381,
            "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": 27929,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e177ee819f8430bb7a286e2aaa7e034-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e177ee819f8430bb7a286e2aaa7e034-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e177ee819f8430bb7a286e2aaa7e034-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e177ee819f8430bb7a286e2aaa7e034-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e177ee819f8430bb7a286e2aaa7e034-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0e177ee819f8430bb7a286e2aaa7e034.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e177ee819f8430bb7a286e2aaa7e034-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e177ee819f8430bb7a286e2aaa7e034-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e177ee819f8430bb7a286e2aaa7e034-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e177ee819f8430bb7a286e2aaa7e034-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-14T12:21:10.847579Z",
                "updated_at": "2023-07-14T12:21:10.847615Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4315,
                "name": "Deanna Evans Projects",
                "slug": "deanna-evans-projects",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7062335,-73.92119389999999",
                "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-07-14T12:21:16.779794Z",
            "publish_time": null,
            "slug": "deanna-evans-projects-buddy-system-iii-2023-07-12",
            "created_at": "2023-07-14T12:21:17.746380Z",
            "updated_at": "2023-07-14T12:21:24.286748Z",
            "summary": "Buddy System III is an Gallery Shows event starting on 12/07/2023, 00:00 and ending on 11/08/2023, 00:00. Event is in Deanna Evans Projects with address 373 Broadway.",
            "title": "Buddy System III",
            "content": null,
            "start_time": "2023-07-12T00:00:00.000000Z",
            "end_time": "2023-08-11T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "373 Broadway",
            "city": "New York",
            "geolocation": "44.8150767,-68.7713499",
            "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": 29064,
            "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": 4440,
                "name": "Sadie Coles HQ",
                "slug": "sadie-coles-hq",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5067336,-0.1381435",
                "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-06T18:26:51.431169Z",
            "publish_time": null,
            "slug": "sadie-coles-hq-paloma-varga-weisz-glass-2023-07-12",
            "created_at": "2023-07-06T18:26:52.477109Z",
            "updated_at": "2023-07-06T18:26:53.038042Z",
            "summary": "Paloma Varga Weisz: Glass is an Gallery Shows event starting on 12/07/2023, 00:00 and ending on 19/08/2023, 00:00. Event is in Sadie Coles HQ with address 8 Bury Street.",
            "title": "Paloma Varga Weisz: Glass",
            "content": null,
            "start_time": "2023-07-12T00:00:00.000000Z",
            "end_time": "2023-08-19T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "8 Bury Street",
            "city": "London",
            "geolocation": "52.6226382,1.2762948031971355",
            "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": 28853,
            "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": 27460,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da8a466458da4351b5b78d97d6442ce7-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da8a466458da4351b5b78d97d6442ce7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da8a466458da4351b5b78d97d6442ce7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da8a466458da4351b5b78d97d6442ce7-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da8a466458da4351b5b78d97d6442ce7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/da8a466458da4351b5b78d97d6442ce7.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da8a466458da4351b5b78d97d6442ce7-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da8a466458da4351b5b78d97d6442ce7-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da8a466458da4351b5b78d97d6442ce7-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da8a466458da4351b5b78d97d6442ce7-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-06T17:25:31.928592Z",
                "updated_at": "2023-07-06T17:25:31.928632Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8722,
                "name": "86 Orchard street",
                "slug": "86-orchard-street",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7179122,-73.9901004",
                "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-07-06T17:25:36.345275Z",
            "publish_time": null,
            "slug": "86-orchard-street-menagerie-art-in-the-mind-of-the-poet-2023-07-12",
            "created_at": "2023-07-06T17:25:37.251724Z",
            "updated_at": "2023-07-06T17:25:39.385974Z",
            "summary": "Menagerie -Art in the Mind of the Poet is an Gallery Shows event starting on 12/07/2023, 00:00 and ending on 12/07/2023, 00:00. Event is in 86 Orchard street with address 86 Orchard street.",
            "title": "Menagerie -Art in the Mind of the Poet",
            "content": null,
            "start_time": "2023-07-12T00:00:00.000000Z",
            "end_time": "2023-07-12T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "86 Orchard street",
            "city": "New York",
            "geolocation": "41.3037418,-72.9426369",
            "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": []
        }
    ]
}