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

{
    "count": 37587,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=24156&ordering=-start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=24120&ordering=-start_time",
    "results": [
        {
            "id": 10422,
            "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": 11048,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffabf63052c54e68859160f7344d3345-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffabf63052c54e68859160f7344d3345-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ffabf63052c54e68859160f7344d3345.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffabf63052c54e68859160f7344d3345-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffabf63052c54e68859160f7344d3345-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffabf63052c54e68859160f7344d3345-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffabf63052c54e68859160f7344d3345-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffabf63052c54e68859160f7344d3345-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffabf63052c54e68859160f7344d3345-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffabf63052c54e68859160f7344d3345-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-11T15:19:25.831745Z",
                "updated_at": "2022-07-11T15:19:25.831798Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5528,
                "name": "Modern Art | Bury Street",
                "slug": "modern-art-bury-street",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5067092,-0.1381268",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-07-11T15:19:29.719257Z",
            "publish_time": null,
            "slug": "modern-art-bury-street-andrew-cranston-if-you-see-something-that-doesnt-look-right-2022-07-01",
            "created_at": "2022-07-11T15:19:30.511863Z",
            "updated_at": "2022-07-11T15:19:30.885334Z",
            "summary": "Andrew Cranston: If you see something that doesn’t look right is an Gallery Shows event starting on 01/07/2022, 00:00 and ending on 06/08/2022, 00:00. Event is in Modern Art | Bury Street with address 7 Bury Street.",
            "title": "Andrew Cranston: If you see something that doesn’t look right",
            "content": null,
            "start_time": "2022-07-01T00:00:00.000000Z",
            "end_time": "2022-08-06T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "7 Bury Street",
            "city": "London",
            "geolocation": "52.62260195,1.2758454109853488",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 10444,
            "author": {
                "id": "835cd7d4-f7ef-479a-8498-b53ebf799c61",
                "username": "Priska",
                "slug": "priska",
                "first_name": "Priska",
                "last_name": "Pasquer",
                "display_name": "Priska Pasquer",
                "display_name_full": "Priska Pasquer",
                "email": "Art@priskapasquer.de",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2465,
                "name": "Priska Pasquer",
                "slug": "priska-pasquer",
                "city": "Cologne",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "50.93952849999999,6.944864199999984",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2226,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20150701-130141-V-Kopie-2-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20150701-130141-V-Kopie-2-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20150701-130141-V-Kopie-2-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/20150701-130141-V-Kopie-2.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20150701-130141-V-Kopie-2-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20150701-130141-V-Kopie-2-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20150701-130141-V-Kopie-2-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20150701-130141-V-Kopie-2-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T19:26:36.617392Z",
                    "updated_at": "2021-09-14T13:25:09.419582Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "20150701-130141-V-Kopie-2",
                    "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": "FR",
            "publish_status": "published",
            "published_at": "2022-07-12T19:28:48.580314Z",
            "publish_time": null,
            "slug": "priska-pasquer-radenko-milak-navigating-the-unkown-2022-07-01",
            "created_at": "2022-07-12T19:28:49.382355Z",
            "updated_at": "2022-08-03T08:41:55.819993Z",
            "summary": "Radenko Milak: Navigating the Unkown is an Gallery Shows event starting on 01/07/2022, 00:00 and ending on 05/07/2022, 00:00. Event is in Priska Pasquer with address PRISKA PASQUER PARIS.",
            "title": "Radenko Milak: Navigating the Unkown",
            "content": null,
            "start_time": "2022-07-01T00:00:00.000000Z",
            "end_time": "2022-07-05T00: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": "PRISKA PASQUER PARIS",
            "city": "Paris",
            "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": 10565,
            "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": 11177,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc4f2ba3fd574f819763ace81f843912-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc4f2ba3fd574f819763ace81f843912-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bc4f2ba3fd574f819763ace81f843912.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc4f2ba3fd574f819763ace81f843912-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc4f2ba3fd574f819763ace81f843912-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc4f2ba3fd574f819763ace81f843912-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc4f2ba3fd574f819763ace81f843912-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc4f2ba3fd574f819763ace81f843912-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc4f2ba3fd574f819763ace81f843912-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc4f2ba3fd574f819763ace81f843912-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-13T19:36:49.031083Z",
                "updated_at": "2022-07-13T19:36:49.031115Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5581,
                "name": "WappART",
                "slug": "wappart",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5085378,-0.0665214",
                "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": "2022-07-13T19:36:52.422956Z",
            "publish_time": null,
            "slug": "wappart-vision-2022-07-01",
            "created_at": "2022-07-13T19:36:53.259917Z",
            "updated_at": "2022-07-13T19:36:53.301143Z",
            "summary": "VISION is an Gallery Shows event starting on 01/07/2022, 00:00 and ending on 31/08/2022, 00:00. Event is in WappART with address Unit 4 Counter House Gauging Square.",
            "title": "VISION",
            "content": null,
            "start_time": "2022-07-01T00:00:00.000000Z",
            "end_time": "2022-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": "Unit 4 Counter House Gauging Square",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 10589,
            "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": 11199,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b495ad0337c54c4cad956f4d39899c8a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b495ad0337c54c4cad956f4d39899c8a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b495ad0337c54c4cad956f4d39899c8a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b495ad0337c54c4cad956f4d39899c8a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b495ad0337c54c4cad956f4d39899c8a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b495ad0337c54c4cad956f4d39899c8a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b495ad0337c54c4cad956f4d39899c8a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b495ad0337c54c4cad956f4d39899c8a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b495ad0337c54c4cad956f4d39899c8a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b495ad0337c54c4cad956f4d39899c8a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-13T20:12:35.140888Z",
                "updated_at": "2022-07-13T20:12:35.140943Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5590,
                "name": "The Koppel Project Hive",
                "slug": "koppel-project-hive",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5171406,-0.1054715",
                "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": "2022-07-13T20:12:37.745629Z",
            "publish_time": null,
            "slug": "the-koppel-project-hive-e70-75-2022-07-01",
            "created_at": "2022-07-13T20:12:38.588310Z",
            "updated_at": "2022-07-13T20:12:39.132138Z",
            "summary": "E70-75 is an Gallery Shows event starting on 01/07/2022, 00:00 and ending on 29/07/2022, 00:00. Event is in The Koppel Project Hive with address 26 Holborn Viaduct.",
            "title": "E70-75",
            "content": null,
            "start_time": "2022-07-01T00:00:00.000000Z",
            "end_time": "2022-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": "26 Holborn Viaduct",
            "city": "London",
            "geolocation": "51.5171564,-0.1046518",
            "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": 10632,
            "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": 11237,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dec5f622224345f58ff25a4ae1ad6141-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dec5f622224345f58ff25a4ae1ad6141-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/dec5f622224345f58ff25a4ae1ad6141.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dec5f622224345f58ff25a4ae1ad6141-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dec5f622224345f58ff25a4ae1ad6141-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dec5f622224345f58ff25a4ae1ad6141-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dec5f622224345f58ff25a4ae1ad6141-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dec5f622224345f58ff25a4ae1ad6141-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dec5f622224345f58ff25a4ae1ad6141-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dec5f622224345f58ff25a4ae1ad6141-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-17T21:01:45.554720Z",
                "updated_at": "2022-07-17T21:01:45.554756Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5610,
                "name": "TASCHEN",
                "slug": "taschen",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5077605,-0.1357836",
                "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": "2022-07-17T21:01:47.980542Z",
            "publish_time": null,
            "slug": "taschen-annie-leibovitz-artist-focus-2022-07-01",
            "created_at": "2022-07-17T21:01:48.824516Z",
            "updated_at": "2022-07-17T21:01:49.882769Z",
            "summary": "Annie Leibovitz. Artist Focus is an Gallery Shows event starting on 01/07/2022, 00:00 and ending on 15/07/2022, 00:00. Event is in TASCHEN with address 12 Duke of York Square.",
            "title": "Annie Leibovitz. Artist Focus",
            "content": null,
            "start_time": "2022-07-01T00:00:00.000000Z",
            "end_time": "2022-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": "12 Duke of York Square",
            "city": "London",
            "geolocation": "51.491297900000006,-0.15950601595315456",
            "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": 10670,
            "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": 11273,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28cea31e774c452399943b08a1484c3e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28cea31e774c452399943b08a1484c3e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/28cea31e774c452399943b08a1484c3e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28cea31e774c452399943b08a1484c3e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28cea31e774c452399943b08a1484c3e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28cea31e774c452399943b08a1484c3e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28cea31e774c452399943b08a1484c3e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28cea31e774c452399943b08a1484c3e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28cea31e774c452399943b08a1484c3e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28cea31e774c452399943b08a1484c3e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-18T20:40:34.824354Z",
                "updated_at": "2022-07-18T20:40:34.824408Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5627,
                "name": "Peyton Wright Gallery",
                "slug": "peyton-wright-gallery",
                "city": "Santa Fe",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "35.6869263,-105.934027",
                "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": "2022-07-18T20:40:37.597731Z",
            "publish_time": null,
            "slug": "peyton-wright-gallery-peter-miller-coming-home-again-2022-07-01",
            "created_at": "2022-07-18T20:40:38.376529Z",
            "updated_at": "2022-07-18T20:40:38.704967Z",
            "summary": "Peter Miller: Coming Home Again is an Gallery Shows event starting on 01/07/2022, 00:00 and ending on 02/08/2022, 00:00. Event is in Peyton Wright Gallery with address 237 E. Palace Avenue.",
            "title": "Peter Miller: Coming Home Again",
            "content": null,
            "start_time": "2022-07-01T00:00:00.000000Z",
            "end_time": "2022-08-02T00: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": "237 E. Palace Avenue",
            "city": "Santa Fe, NM",
            "geolocation": "35.686963950000006,-105.93400467112006",
            "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": 10813,
            "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": 5655,
                "name": "Gallery Jones",
                "slug": "gallery-jones",
                "city": "Vancouver",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "49.2689057,-123.0985513",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "CA",
            "publish_status": "published",
            "published_at": "2022-07-25T10:08:59.626952Z",
            "publish_time": null,
            "slug": "gallery-jones-how-to-swim-2022-07-01",
            "created_at": "2022-07-25T10:09:00.417583Z",
            "updated_at": "2022-07-25T10:09:00.461815Z",
            "summary": "How To Swim is an Gallery Shows event starting on 01/07/2022, 00:00 and ending on 30/07/2022, 00:00. Event is in Gallery Jones with address 258 East First Ave, Unit 1.",
            "title": "How To Swim",
            "content": null,
            "start_time": "2022-07-01T00:00:00.000000Z",
            "end_time": "2022-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": "258 East First Ave, Unit 1",
            "city": "Vancouver, BC",
            "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": 10851,
            "author": {
                "id": "c30de939-79c4-4fa9-b93b-25579eed8fea",
                "username": "aimee@maddoxgallery.com",
                "slug": "aimeemaddoxgallerycom",
                "first_name": "Aimee",
                "last_name": "Holmes",
                "display_name": null,
                "display_name_full": "Aimee Holmes",
                "email": "aimee@maddoxgallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 11421,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e881efa0bf74bbeaef5d8a5e3b24d34-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e881efa0bf74bbeaef5d8a5e3b24d34-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3e881efa0bf74bbeaef5d8a5e3b24d34.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e881efa0bf74bbeaef5d8a5e3b24d34-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e881efa0bf74bbeaef5d8a5e3b24d34-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e881efa0bf74bbeaef5d8a5e3b24d34-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e881efa0bf74bbeaef5d8a5e3b24d34-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e881efa0bf74bbeaef5d8a5e3b24d34-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e881efa0bf74bbeaef5d8a5e3b24d34-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e881efa0bf74bbeaef5d8a5e3b24d34-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-25T10:33:26.380191Z",
                "updated_at": "2022-07-25T10:33:26.380226Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2917,
                "name": "Maddox Gallery Gstaad",
                "slug": "maddox-gallery-gstaad",
                "city": "Gstaad",
                "country": {
                    "code": "CH",
                    "name": "Switzerland"
                },
                "geolocation": "46.4725747,7.2863969",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2518,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Gstaad-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Gstaad-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Gstaad-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Maddox-Gallery-Gstaad.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Gstaad-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Gstaad-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Gstaad-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Gstaad-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-24T09:35:16.726039Z",
                    "updated_at": "2021-09-14T13:31:30.287423Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Maddox Gallery Gstaad",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "CH",
            "publish_status": "published",
            "published_at": "2022-07-25T10:33:29.535799Z",
            "publish_time": null,
            "slug": "maddox-gallery-gstaad-post-pop-2022-07-01",
            "created_at": "2022-07-25T10:33:30.326761Z",
            "updated_at": "2022-08-03T08:41:57.629792Z",
            "summary": "Post-Pop! is an Gallery Shows event starting on 01/07/2022, 00:00 and ending on 28/08/2022, 00:00. Event is in Maddox Gallery Gstaad with address Promenade 7.",
            "title": "Post-Pop!",
            "content": null,
            "start_time": "2022-07-01T00:00:00.000000Z",
            "end_time": "2022-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": "Promenade 7",
            "city": "Gstaad",
            "geolocation": "35.6266895,139.778523",
            "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": 10865,
            "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": 11428,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00d837d5f6164ef2acdeda367be5561b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00d837d5f6164ef2acdeda367be5561b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/00d837d5f6164ef2acdeda367be5561b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00d837d5f6164ef2acdeda367be5561b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00d837d5f6164ef2acdeda367be5561b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00d837d5f6164ef2acdeda367be5561b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00d837d5f6164ef2acdeda367be5561b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00d837d5f6164ef2acdeda367be5561b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00d837d5f6164ef2acdeda367be5561b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00d837d5f6164ef2acdeda367be5561b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-25T10:46:37.879962Z",
                "updated_at": "2022-07-25T10:46:37.879998Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5684,
                "name": "Porthminster Gallery, St Ives",
                "slug": "porthminster-gallery-st-ives",
                "city": "Saint Ives",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.2134604,-5.4804736",
                "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": "2022-07-25T10:46:42.273253Z",
            "publish_time": null,
            "slug": "porthminster-gallery-st-ives-safe-harbour-summer-collection-1-2022-07-01",
            "created_at": "2022-07-25T10:46:43.081758Z",
            "updated_at": "2022-07-25T10:46:43.600125Z",
            "summary": "Safe Harbour: Summer Collection 1 is an Gallery Shows event starting on 01/07/2022, 00:00 and ending on 30/09/2022, 00:00. Event is in Porthminster Gallery, St Ives with address 22 Fore Street.",
            "title": "Safe Harbour: Summer Collection 1",
            "content": null,
            "start_time": "2022-07-01T00:00:00.000000Z",
            "end_time": "2022-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": "22 Fore Street",
            "city": "St Ives",
            "geolocation": "51.2637313,-2.1823377",
            "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": 11118,
            "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": 5759,
                "name": "HELENE BAILLY GALLERY",
                "slug": "helene-bailly-gallery",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.871472,2.314937999999999",
                "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": "FR",
            "publish_status": "published",
            "published_at": "2022-07-27T19:53:38.147033Z",
            "publish_time": null,
            "slug": "helene-bailly-gallery-the-cruise-2022-07-01",
            "created_at": "2022-07-27T19:53:38.977574Z",
            "updated_at": "2022-07-27T19:53:39.343525Z",
            "summary": "THE CRUISE is an Gallery Shows event starting on 01/07/2022, 00:00 and ending on 26/08/2022, 00:00. Event is in HELENE BAILLY GALLERY with address 71 Rue du Faubourg Saint-Honoré.",
            "title": "THE CRUISE",
            "content": null,
            "start_time": "2022-07-01T00:00:00.000000Z",
            "end_time": "2022-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": "71 Rue du Faubourg Saint-Honoré",
            "city": "Paris",
            "geolocation": "48.8714551,2.3150138",
            "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": 11141,
            "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": 11681,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1484dc6a7aab4541afec082afaaa07e9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1484dc6a7aab4541afec082afaaa07e9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1484dc6a7aab4541afec082afaaa07e9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1484dc6a7aab4541afec082afaaa07e9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1484dc6a7aab4541afec082afaaa07e9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1484dc6a7aab4541afec082afaaa07e9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1484dc6a7aab4541afec082afaaa07e9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1484dc6a7aab4541afec082afaaa07e9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1484dc6a7aab4541afec082afaaa07e9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1484dc6a7aab4541afec082afaaa07e9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-27T20:16:27.385556Z",
                "updated_at": "2022-07-27T20:16:27.385596Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5785,
                "name": "Signature Brew Haggerston",
                "slug": "signature-brew-haggerston",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5367064,-0.0758493",
                "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": "2022-07-27T20:16:32.427539Z",
            "publish_time": null,
            "slug": "signature-brew-haggerston-dopamine-art-2022-07-01",
            "created_at": "2022-07-27T20:16:33.232970Z",
            "updated_at": "2022-07-27T20:16:33.781944Z",
            "summary": "Dopamine Art is an Gallery Shows event starting on 01/07/2022, 00:00 and ending on 25/08/2022, 00:00. Event is in Signature Brew Haggerston with address Railway Arches.",
            "title": "Dopamine Art",
            "content": null,
            "start_time": "2022-07-01T00:00:00.000000Z",
            "end_time": "2022-08-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": "Railway Arches",
            "city": "London",
            "geolocation": "51.532299,-0.0572372",
            "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": 11827,
            "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": 12228,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e02c1256847f428d85618ab4f25ef457-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e02c1256847f428d85618ab4f25ef457-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e02c1256847f428d85618ab4f25ef457.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e02c1256847f428d85618ab4f25ef457-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e02c1256847f428d85618ab4f25ef457-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e02c1256847f428d85618ab4f25ef457-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e02c1256847f428d85618ab4f25ef457-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e02c1256847f428d85618ab4f25ef457-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e02c1256847f428d85618ab4f25ef457-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e02c1256847f428d85618ab4f25ef457-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-04T18:19:26.614345Z",
                "updated_at": "2022-08-04T18:19:26.614381Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6010,
                "name": "Porter Brook Gallery",
                "slug": "porter-brook-gallery",
                "city": "Sheffield",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.3680603,-1.4972551",
                "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": "2022-08-04T18:19:30.299938Z",
            "publish_time": null,
            "slug": "porter-brook-gallery-andrew-hunt-new-works-summer-2022-2022-07-01",
            "created_at": "2022-08-04T18:19:31.091207Z",
            "updated_at": "2022-08-04T18:19:31.459886Z",
            "summary": "Andrew Hunt New Works Summer 2022 is an Gallery Shows event starting on 01/07/2022, 00:00 and ending on 31/08/2022, 00:00. Event is in Porter Brook Gallery with address 24a Hickmott Road.",
            "title": "Andrew Hunt New Works Summer 2022",
            "content": null,
            "start_time": "2022-07-01T00:00:00.000000Z",
            "end_time": "2022-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": "24a Hickmott Road",
            "city": "Sheffield",
            "geolocation": "-35.1144008,142.1545974",
            "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": 12675,
            "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": 5335,
                "name": "Galerie Buchholz",
                "slug": "galerie-buchholz",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.500676,13.3265488",
                "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": "2022-08-18T18:16:51.281395Z",
            "publish_time": null,
            "slug": "galerie-buchholz-adam-martin-post-hardcore-2022-07-01",
            "created_at": "2022-08-18T18:16:52.072979Z",
            "updated_at": "2022-08-18T18:16:52.465329Z",
            "summary": "Adam Martin: Post-Hardcore is an Gallery Shows event starting on 01/07/2022, 00:00 and ending on 10/09/2022, 00:00. Event is in Galerie Buchholz with address Neven-DuMont Straße 17.",
            "title": "Adam Martin: Post-Hardcore",
            "content": null,
            "start_time": "2022-07-01T00:00:00.000000Z",
            "end_time": "2022-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": "Neven-DuMont Straße 17",
            "city": "Cologne",
            "geolocation": "50.9403196,6.9502447",
            "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": 8830,
            "author": {
                "id": "ab9c9b30-cb62-4ec0-af0c-62fd20643371",
                "username": "GazelliArtHouse",
                "slug": "gazelliarthouse",
                "first_name": "Gazelli",
                "last_name": "Art House",
                "display_name": "Gazelli ArtHouse",
                "display_name_full": "Gazelli ArtHouse",
                "email": "intern@gazelliarthouse.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 9671,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adf8da4139bb4d3b80bd0f906ae44408-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adf8da4139bb4d3b80bd0f906ae44408-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/adf8da4139bb4d3b80bd0f906ae44408.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adf8da4139bb4d3b80bd0f906ae44408-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adf8da4139bb4d3b80bd0f906ae44408-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adf8da4139bb4d3b80bd0f906ae44408-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adf8da4139bb4d3b80bd0f906ae44408-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adf8da4139bb4d3b80bd0f906ae44408-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adf8da4139bb4d3b80bd0f906ae44408-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adf8da4139bb4d3b80bd0f906ae44408-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-07T14:31:20.981447Z",
                "updated_at": "2022-06-07T14:31:20.981481Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "ab9c9b30-cb62-4ec0-af0c-62fd20643371"
            },
            "venue": {
                "id": 1895,
                "name": "GAZELLI ART HOUSE",
                "slug": "gazelli-art-house",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5083853,-0.14220960000000105",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2022-06-07T14:31:27.835301Z",
            "publish_time": null,
            "slug": "preview-khaleb-brooks-can-i-get-a-witness",
            "created_at": "2022-06-07T14:31:27.840371Z",
            "updated_at": "2022-06-07T14:42:53.287910Z",
            "summary": "Preview | Khaleb Brooks: Can I Get A Witness is an Museum Exhibitions event starting on 30/06/2022, 18:00 and ending on 30/06/2022, 20:00. Event is in GAZELLI ART HOUSE with address 39 DOVER STREET.",
            "title": "Preview | Khaleb Brooks: Can I Get A Witness",
            "content": "Gazelli Art House proudly announces Can I Get A Witness, the debut solo exhibition of gallery represented artist, Khaleb Brooks.\r\n\r\nBrooks is an interdisciplinary artist, researcher and writer exploring blackness, transness and collective memory. Rooted in personal experience, Can I Get A Witness offers a new range of mixed media, oil paintings, installations and sound-based works that chart the various angles and journeys of the artist’s life.\r\n\r\nAn intimate display of medical scans that memorialise the artist’s body before undergoing gender-affirming surgery is placed alongside mixed media imagery grappling with the historical policing of black women, here too exploring empowerment as a tool of survival. Informed by and reflective of Brooks’ characteristically multifaceted approach, the exhibition weaves themes such as femininity, girlhood, queerness, family, and the black church through these elements.",
            "start_time": "2022-06-30T18:00:00.000000Z",
            "end_time": "2022-06-30T20: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": "39 DOVER STREET",
            "city": "",
            "geolocation": "51.5083853,-0.14220960000000105",
            "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": 9989,
            "author": {
                "id": "e545b462-5486-47b1-86b1-6bf27ba652c4",
                "username": "office@whistlerart.com",
                "slug": "officewhistlerartcom",
                "first_name": "Whistler",
                "last_name": "Gallery",
                "display_name": null,
                "display_name_full": "Whistler Gallery",
                "email": "info@whistlerart.com",
                "telephone": "6049383001"
            },
            "price": null,
            "featured_image": {
                "id": 10678,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca175de7eb3440c394577220c82aea2a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca175de7eb3440c394577220c82aea2a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ca175de7eb3440c394577220c82aea2a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca175de7eb3440c394577220c82aea2a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca175de7eb3440c394577220c82aea2a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca175de7eb3440c394577220c82aea2a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca175de7eb3440c394577220c82aea2a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca175de7eb3440c394577220c82aea2a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca175de7eb3440c394577220c82aea2a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca175de7eb3440c394577220c82aea2a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-28T04:01:29.381585Z",
                "updated_at": "2022-06-28T04:01:29.381651Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "e545b462-5486-47b1-86b1-6bf27ba652c4"
            },
            "venue": {
                "id": 3143,
                "name": "Off-Piste Fine Arts",
                "slug": "whistler-contemporary-gallery",
                "city": "Whistler",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "56.130366,-106.346771",
                "artworks_for_sale_count": 874,
                "featured_image": {
                    "id": 4638,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/0baee46b51b7425699f23d4187f535a6-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/0baee46b51b7425699f23d4187f535a6-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/0baee46b51b7425699f23d4187f535a6-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/0baee46b51b7425699f23d4187f535a6.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/0baee46b51b7425699f23d4187f535a6-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/0baee46b51b7425699f23d4187f535a6-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/0baee46b51b7425699f23d4187f535a6-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/0baee46b51b7425699f23d4187f535a6-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2023-11-06T17:18:19.291730Z",
                    "updated_at": "2023-11-06T17:18:19.291769Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "e545b462-5486-47b1-86b1-6bf27ba652c4"
                },
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2022-06-28T04:02:07.497515Z",
            "publish_time": null,
            "slug": "david-yarrow-wild-life-and-storytelling",
            "created_at": "2022-06-28T04:02:07.501343Z",
            "updated_at": "2022-06-28T04:02:07.546403Z",
            "summary": "David Yarrow, Wild life and Storytelling is an Museum Exhibitions event starting on 30/06/2022, 03:57 and ending on 30/09/2022, 03:57. Event is in Whistler Contemporary Gallery with address 110-4293 Mountain Square.",
            "title": "David Yarrow, Wild life and Storytelling",
            "content": "We are proud to announce David Yarrow to the Gallery! \r\n\r\nDriven by a passion for sharing and preserving the Earth’s last great wild cultures and species, Yarrow is as much a conservationist as a photographer and artist. His work has transcended wildlife photography, and is now collected and shown as fine art in some of the most famed galleries around the world.\r\n\r\nDavid Yarrow was born in Glasgow, Scotland in 1966. He took up photography at an early age and as a 20-year-old found himself working as a photographer for The London Times on the pitch at the World Cup Final in Mexico City. On that day, David took the famous picture of Diego Maradona holding the World Cup and, as a result, was subsequently asked to cover the Olympics and numerous other sporting events. Many years later David established himself as a fine art photographer by documenting the natural world from new perspectives and the last nine years have been career-defining.",
            "start_time": "2022-06-30T03:57:00.000000Z",
            "end_time": "2022-09-30T03:57: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": "110-4293 Mountain Square",
            "city": "",
            "geolocation": "56.130366,-106.346771",
            "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": [
                5184
            ],
            "artworks": [
                67055,
                92300,
                92302,
                92364,
                92365,
                92366,
                92367,
                92368,
                92369,
                92371,
                92372,
                92375,
                92376,
                92377,
                94450,
                94451
            ],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 8679,
            "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": 9528,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28647b8feeeb4392bc37de48d86f6207-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28647b8feeeb4392bc37de48d86f6207-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/28647b8feeeb4392bc37de48d86f6207.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28647b8feeeb4392bc37de48d86f6207-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28647b8feeeb4392bc37de48d86f6207-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28647b8feeeb4392bc37de48d86f6207-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28647b8feeeb4392bc37de48d86f6207-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28647b8feeeb4392bc37de48d86f6207-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28647b8feeeb4392bc37de48d86f6207-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28647b8feeeb4392bc37de48d86f6207-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-01T17:19:02.378163Z",
                "updated_at": "2022-06-01T17:19:02.378200Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4812,
                "name": "Kunsthalle Wien Museumsquartier",
                "slug": "kunsthalle-wien-museumsquartier",
                "city": "Vienna",
                "country": {
                    "code": "AT",
                    "name": "Austria"
                },
                "geolocation": "48.2026499,16.3591421",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "AT",
            "publish_status": "published",
            "published_at": "2022-06-01T17:19:05.475593Z",
            "publish_time": null,
            "slug": "kunsthalle-wien-museumsquartier-katrina-daschner-burn-gloom-glow-moon-2022-06-30",
            "created_at": "2022-06-01T17:19:09.493001Z",
            "updated_at": "2022-06-01T17:19:09.846154Z",
            "summary": "Katrina Daschner. Burn & Gloom! Glow & Moon! is an Gallery Shows event starting on 30/06/2022, 00:00 and ending on 23/10/2022, 00:00. Event is in Kunsthalle Wien Museumsquartier with address Museumsquartier.",
            "title": "Katrina Daschner. Burn & Gloom! Glow & Moon!",
            "content": null,
            "start_time": "2022-06-30T00:00:00.000000Z",
            "end_time": "2022-10-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": "Museumsquartier",
            "city": "Vienna",
            "geolocation": "48.2031942,16.35834217139453",
            "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": 8762,
            "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": 9602,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67c7e99681f34fba95c7c2283ea743e3-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67c7e99681f34fba95c7c2283ea743e3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/67c7e99681f34fba95c7c2283ea743e3.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67c7e99681f34fba95c7c2283ea743e3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67c7e99681f34fba95c7c2283ea743e3-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67c7e99681f34fba95c7c2283ea743e3-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67c7e99681f34fba95c7c2283ea743e3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67c7e99681f34fba95c7c2283ea743e3-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67c7e99681f34fba95c7c2283ea743e3-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67c7e99681f34fba95c7c2283ea743e3-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-01T21:03:07.381987Z",
                "updated_at": "2022-06-01T21:03:07.382023Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4419,
                "name": "New Museum",
                "slug": "new-museum",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7224101,-73.992874",
                "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": "2022-06-01T21:03:10.987054Z",
            "publish_time": null,
            "slug": "new-museum-kapwani-kiwanga-off-grid-2022-06-30",
            "created_at": "2022-06-01T21:03:11.730955Z",
            "updated_at": "2022-06-01T21:03:12.117710Z",
            "summary": "Kapwani Kiwanga: Off-grid is an Gallery Shows event starting on 30/06/2022, 00:00 and ending on 09/10/2022, 00:00. Event is in New Museum with address 235 Bowery.",
            "title": "Kapwani Kiwanga: Off-grid",
            "content": null,
            "start_time": "2022-06-30T00:00:00.000000Z",
            "end_time": "2022-10-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": "235 Bowery",
            "city": "New York",
            "geolocation": "40.7223414,-73.99283154963459",
            "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": 8764,
            "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": 9604,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4263a12e4e5f47e08e6007b9c1b142f5-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4263a12e4e5f47e08e6007b9c1b142f5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4263a12e4e5f47e08e6007b9c1b142f5.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4263a12e4e5f47e08e6007b9c1b142f5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4263a12e4e5f47e08e6007b9c1b142f5-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4263a12e4e5f47e08e6007b9c1b142f5-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4263a12e4e5f47e08e6007b9c1b142f5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4263a12e4e5f47e08e6007b9c1b142f5-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4263a12e4e5f47e08e6007b9c1b142f5-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4263a12e4e5f47e08e6007b9c1b142f5-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-01T21:03:10.650091Z",
                "updated_at": "2022-06-01T21:03:10.650147Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4419,
                "name": "New Museum",
                "slug": "new-museum",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7224101,-73.992874",
                "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": "2022-06-01T21:03:13.784784Z",
            "publish_time": null,
            "slug": "new-museum-doreen-lynette-garner-revolted-2022-06-30",
            "created_at": "2022-06-01T21:03:14.520842Z",
            "updated_at": "2022-06-01T21:03:14.897152Z",
            "summary": "Doreen Lynette Garner: Revolted is an Gallery Shows event starting on 30/06/2022, 00:00 and ending on 09/10/2022, 00:00. Event is in New Museum with address 235 Bowery.",
            "title": "Doreen Lynette Garner: Revolted",
            "content": null,
            "start_time": "2022-06-30T00:00:00.000000Z",
            "end_time": "2022-10-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": "235 Bowery",
            "city": "New York",
            "geolocation": "40.7223414,-73.99283154963459",
            "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": []
        }
    ]
}