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

{
    "count": 37601,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=9126&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=9090&ordering=-end_time",
    "results": [
        {
            "id": 30233,
            "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": 28637,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4c8d1057b10542dba60507bd036b8adb-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4c8d1057b10542dba60507bd036b8adb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4c8d1057b10542dba60507bd036b8adb.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4c8d1057b10542dba60507bd036b8adb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4c8d1057b10542dba60507bd036b8adb-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4c8d1057b10542dba60507bd036b8adb-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4c8d1057b10542dba60507bd036b8adb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4c8d1057b10542dba60507bd036b8adb-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4c8d1057b10542dba60507bd036b8adb-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4c8d1057b10542dba60507bd036b8adb-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-11T07:39:12.463630Z",
                "updated_at": "2023-08-11T07:39:12.463668Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9040,
                "name": "Cairo Contemporary Budapest",
                "slug": "cairo-contemporary-budapest",
                "city": "Budapest",
                "country": {
                    "code": "HU",
                    "name": "Hungary"
                },
                "geolocation": "47.506804,19.07209",
                "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": "HU",
            "publish_status": "published",
            "published_at": "2023-08-11T07:39:16.834203Z",
            "publish_time": null,
            "slug": "cairo-contemporary-budapest-monika-uveges-bouquet-of-2023-07-13",
            "created_at": "2023-08-11T07:39:17.747371Z",
            "updated_at": "2023-08-11T07:39:17.801425Z",
            "summary": "Mónika Üveges: BOUQUET OF is an Gallery Shows event starting on 13/07/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in Cairo Contemporary Budapest with address Lövölde sq 7..",
            "title": "Mónika Üveges: BOUQUET OF",
            "content": null,
            "start_time": "2023-07-13T00:00:00.000000Z",
            "end_time": "2023-09-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Lövölde sq 7.",
            "city": "Budapest",
            "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": 29885,
            "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": 28339,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abc45f906fc344139aeb02404f51aae1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abc45f906fc344139aeb02404f51aae1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/abc45f906fc344139aeb02404f51aae1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abc45f906fc344139aeb02404f51aae1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abc45f906fc344139aeb02404f51aae1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abc45f906fc344139aeb02404f51aae1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abc45f906fc344139aeb02404f51aae1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abc45f906fc344139aeb02404f51aae1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abc45f906fc344139aeb02404f51aae1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abc45f906fc344139aeb02404f51aae1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-02T14:21:59.366672Z",
                "updated_at": "2023-08-02T14:21:59.366742Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8435,
                "name": "Lux Gallery & Photography Studio",
                "slug": "lux-gallery-photography-studio",
                "city": "Birmingham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.4699949,-1.9223",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-08-02T14:22:05.522951Z",
            "publish_time": null,
            "slug": "lux-gallery-photography-studio-summer-scenes-from-the-cities-to-the-seas-2023-07-25",
            "created_at": "2023-08-02T14:22:06.590182Z",
            "updated_at": "2023-08-02T14:22:08.810082Z",
            "summary": "Summer Scenes: From The Cities to the Seas is an Gallery Shows event starting on 25/07/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in Lux Gallery & Photography Studio with address 13 Greenfield Crescent.",
            "title": "Summer Scenes: From The Cities to the Seas",
            "content": null,
            "start_time": "2023-07-25T00:00:00.000000Z",
            "end_time": "2023-09-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "13 Greenfield Crescent",
            "city": "Birmingham",
            "geolocation": "52.46993485,-1.9223111566313456",
            "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": 30312,
            "author": {
                "id": "a2476e12-00da-4b81-934f-d723ad3c2e29",
                "username": "max_1303",
                "slug": "max_1303",
                "first_name": "max",
                "last_name": "koffler",
                "display_name": "max koffler",
                "display_name_full": "max koffler",
                "email": "info@galerie-son.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 28704,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c7fac6495f64fbd84d93c9b08377110-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c7fac6495f64fbd84d93c9b08377110-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7c7fac6495f64fbd84d93c9b08377110.JPG",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c7fac6495f64fbd84d93c9b08377110-crop-c0-5__0-5-270x152-70.JPG",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c7fac6495f64fbd84d93c9b08377110-crop-c0-5__0-5-555x312-70.JPG",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c7fac6495f64fbd84d93c9b08377110-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c7fac6495f64fbd84d93c9b08377110-crop-c0-5__0-5-524x294-70.JPG",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c7fac6495f64fbd84d93c9b08377110-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c7fac6495f64fbd84d93c9b08377110-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c7fac6495f64fbd84d93c9b08377110-crop-c0-5__0-5-179x179-70.JPG"
                },
                "created_at": "2023-08-11T11:15:28.811635Z",
                "updated_at": "2023-08-11T11:15:28.811671Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "a2476e12-00da-4b81-934f-d723ad3c2e29"
            },
            "venue": {
                "id": 2951,
                "name": "galerie son",
                "slug": "galerie-son",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.51672984130539,13.398186411639472",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2758,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Son-profile-image-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Son-profile-image-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Son-profile-image-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Galerie-Son-profile-image.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Son-profile-image-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Son-profile-image-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Son-profile-image-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Son-profile-image-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-05-07T21:41:06.159301Z",
                    "updated_at": "2021-09-14T13:37:49.733699Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2023-08-11T11:15:33.411186Z",
            "publish_time": null,
            "slug": "group-show-richter-fischer-oh-christo-kaws-spann-park",
            "created_at": "2023-08-11T11:15:33.414690Z",
            "updated_at": "2023-08-11T11:17:06.844270Z",
            "summary": "group show - Richter Fischer Oh Christo KAWS Spann Park is an Gallery Shows event starting on 01/06/2023, 11:00 and ending on 02/09/2023, 18:10. Event is in galerie son with address Schinkelplatz 4.",
            "title": "group show - Condo Richter Fischer Oh Christo KAWS Spann Park",
            "content": "group show with established artists",
            "start_time": "2023-06-01T11:00:00.000000Z",
            "end_time": "2023-09-02T18:10: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": "Schinkelplatz 4",
            "city": "",
            "geolocation": "52.51672984130539,13.398186411639472",
            "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": [
                58,
                349,
                428,
                132,
                532
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 27737,
            "author": {
                "id": "ea9f5c93-b6c0-4e6d-aa1e-3792fef059d5",
                "username": "info@loislambertgallery.com",
                "slug": "infoloislambertgallerycom",
                "first_name": "Lois",
                "last_name": "Lambert",
                "display_name": null,
                "display_name_full": "Lois Lambert",
                "email": "info@loislambertgallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 26465,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/514f1f0453d942829c0de4820800024e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/514f1f0453d942829c0de4820800024e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/514f1f0453d942829c0de4820800024e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/514f1f0453d942829c0de4820800024e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/514f1f0453d942829c0de4820800024e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/514f1f0453d942829c0de4820800024e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/514f1f0453d942829c0de4820800024e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/514f1f0453d942829c0de4820800024e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/514f1f0453d942829c0de4820800024e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/514f1f0453d942829c0de4820800024e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-16T00:16:40.744419Z",
                "updated_at": "2023-06-16T00:16:40.744497Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "ea9f5c93-b6c0-4e6d-aa1e-3792fef059d5"
            },
            "venue": {
                "id": 4387,
                "name": "Lois Lambert Gallery",
                "slug": "lois-lambert-gallery",
                "city": "Santa Monica",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0283148,-118.4676457",
                "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": "",
            "publish_status": "published",
            "published_at": "2023-06-16T00:17:02.093646Z",
            "publish_time": null,
            "slug": "martin-bruinsma-dignity-of-silence",
            "created_at": "2023-06-16T00:17:02.099044Z",
            "updated_at": "2023-06-16T00:32:27.787036Z",
            "summary": "MARTIN BRUINSMA Dignity of Silence is an Gallery Shows event starting on 15/07/2023, 06:00 and ending on 09/09/2023, 06:00. Event is in Lois Lambert Gallery with address 2525 Michigan Avenue, Santa Monica, CA, USA.",
            "title": "MARTIN BRUINSMA Dignity of Silence",
            "content": "Opening reception for Martin Bruinsma at Lois Lambert Gallery.",
            "start_time": "2023-07-15T06:00:00.000000Z",
            "end_time": "2023-09-02T06: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": "2525 Michigan Avenue, Santa Monica, CA, USA",
            "city": "",
            "geolocation": "34.0283148,-118.4676457",
            "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": 29745,
            "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": 3829,
                "name": "Annka Kultys Gallery",
                "slug": "annka-kultys-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5323091,-0.0580893",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-08-02T14:04:25.414420Z",
            "publish_time": null,
            "slug": "annka-kultys-gallery-horacio-quiroz-goddesses-of-spoiled-lands-2023-08-04",
            "created_at": "2023-08-02T14:04:26.364998Z",
            "updated_at": "2023-08-02T14:04:28.096443Z",
            "summary": "HORACIO QUIROZ: GODDESSES OF SPOILED LANDS is an Gallery Shows event starting on 04/08/2023, 00:00 and ending on 02/09/2023, 00:00. Event is in Annka Kultys Gallery with address Unit 9.",
            "title": "HORACIO QUIROZ: GODDESSES OF SPOILED LANDS",
            "content": null,
            "start_time": "2023-08-04T00:00:00.000000Z",
            "end_time": "2023-09-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": "Unit 9",
            "city": "London",
            "geolocation": "20.2891146,85.8383075",
            "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": 30521,
            "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": 4361,
                "name": "Huxley-Parlour Gallery",
                "slug": "huxley-parlour-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5092136,-0.1373926",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-08-23T08:44:12.005980Z",
            "publish_time": null,
            "slug": "huxley-parlour-gallery-shir-cohen-olivia-sterling-rage-comics-2023-07-14",
            "created_at": "2023-08-23T08:44:13.026351Z",
            "updated_at": "2023-08-23T08:44:13.449240Z",
            "summary": "Shir Cohen + Olivia Sterling: Rage Comics is an Gallery Shows event starting on 14/07/2023, 00:00 and ending on 02/09/2023, 00:00. Event is in Huxley-Parlour Gallery with address 3-5 Swallow Street.",
            "title": "Shir Cohen + Olivia Sterling: Rage Comics",
            "content": null,
            "start_time": "2023-07-14T00:00:00.000000Z",
            "end_time": "2023-09-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": "3-5 Swallow Street",
            "city": "London",
            "geolocation": "51.50921445,-0.13743427580853065",
            "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": 30478,
            "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": 28841,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7935a63f3a844801aedbd324bbed0260-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7935a63f3a844801aedbd324bbed0260-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7935a63f3a844801aedbd324bbed0260.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7935a63f3a844801aedbd324bbed0260-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7935a63f3a844801aedbd324bbed0260-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7935a63f3a844801aedbd324bbed0260-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7935a63f3a844801aedbd324bbed0260-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7935a63f3a844801aedbd324bbed0260-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7935a63f3a844801aedbd324bbed0260-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7935a63f3a844801aedbd324bbed0260-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-17T10:37:57.558758Z",
                "updated_at": "2023-08-17T10:37:57.558794Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9071,
                "name": "Galerie Antoine Dupin",
                "slug": "galerie-antoine-dupin",
                "city": "Saint-Méloir-des-Ondes",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.6406737,-1.8741655",
                "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": "2023-08-17T10:38:03.536827Z",
            "publish_time": null,
            "slug": "galerie-antoine-dupin-olivier-masmonteil-la-memoire-de-lhorizon-2023-07-14",
            "created_at": "2023-08-17T10:38:04.635568Z",
            "updated_at": "2023-08-17T10:38:06.744340Z",
            "summary": "Olivier Masmonteil - La mémoire de l'horizon is an Gallery Shows event starting on 14/07/2023, 00:00 and ending on 02/09/2023, 00:00. Event is in Galerie Antoine Dupin with address Le Buot 35350.",
            "title": "Olivier Masmonteil - La mémoire de l'horizon",
            "content": null,
            "start_time": "2023-07-14T00:00:00.000000Z",
            "end_time": "2023-09-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": "Le Buot 35350",
            "city": "Saint-Méloir-des-Ondes",
            "geolocation": "48.6411736,-1.8753067",
            "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": 27451,
            "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": 26206,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75aa99ab406c4287bc427669ff3bf2f7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75aa99ab406c4287bc427669ff3bf2f7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/75aa99ab406c4287bc427669ff3bf2f7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75aa99ab406c4287bc427669ff3bf2f7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75aa99ab406c4287bc427669ff3bf2f7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75aa99ab406c4287bc427669ff3bf2f7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75aa99ab406c4287bc427669ff3bf2f7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75aa99ab406c4287bc427669ff3bf2f7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75aa99ab406c4287bc427669ff3bf2f7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75aa99ab406c4287bc427669ff3bf2f7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-08T13:32:52.574080Z",
                "updated_at": "2023-06-08T13:32:52.574119Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3829,
                "name": "Annka Kultys Gallery",
                "slug": "annka-kultys-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5323091,-0.0580893",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-06-08T13:32:57.312154Z",
            "publish_time": null,
            "slug": "annka-kultys-gallery-horacio-quiroz-2023-08-04",
            "created_at": "2023-06-08T13:32:58.237686Z",
            "updated_at": "2023-06-08T13:32:59.441449Z",
            "summary": "Horacio Quiroz is an Gallery Shows event starting on 04/08/2023, 00:00 and ending on 02/09/2023, 00:00. Event is in Annka Kultys Gallery with address Unit 3, 1st Floor.",
            "title": "Horacio Quiroz",
            "content": null,
            "start_time": "2023-08-04T00:00:00.000000Z",
            "end_time": "2023-09-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": "Unit 3, 1st Floor",
            "city": "London",
            "geolocation": "32.7764843,-117.0686474",
            "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": 29952,
            "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": 4592,
                "name": "Robischon Gallery",
                "slug": "robischon-gallery",
                "city": "Denver",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.752608,-104.997751",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-08-03T10:18:51.606209Z",
            "publish_time": null,
            "slug": "robischon-gallery-gary-komarin-from-the-vessel-series-2023-05-25",
            "created_at": "2023-08-03T10:18:52.560746Z",
            "updated_at": "2023-08-03T10:18:54.002188Z",
            "summary": "GARY KOMARIN | From the Vessel Series is an Gallery Shows event starting on 25/05/2023, 00:00 and ending on 02/09/2023, 00:00. Event is in Robischon Gallery with address 1740 Wazee Street.",
            "title": "GARY KOMARIN | From the Vessel Series",
            "content": null,
            "start_time": "2023-05-25T00:00:00.000000Z",
            "end_time": "2023-09-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": "1740 Wazee Street",
            "city": "Denver",
            "geolocation": "39.75250348635651,-104.99822903976953",
            "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": 27692,
            "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": 5717,
                "name": "Filser & Gräf",
                "slug": "filser-graf",
                "city": "Munich",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "48.14352900000001,11.581414",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-06-15T19:53:20.722778Z",
            "publish_time": null,
            "slug": "filser-graf-johanna-flammer-phonixgrau-2023-06-16",
            "created_at": "2023-06-15T19:53:21.628828Z",
            "updated_at": "2023-06-15T19:53:22.104443Z",
            "summary": "Johanna Flammer: Phönixgrau is an Gallery Shows event starting on 16/06/2023, 00:00 and ending on 02/09/2023, 00:00. Event is in Filser & Gräf with address Galeriestraße 6.",
            "title": "Johanna Flammer: Phönixgrau",
            "content": null,
            "start_time": "2023-06-16T00:00:00.000000Z",
            "end_time": "2023-09-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": "Galeriestraße 6",
            "city": "Munich",
            "geolocation": "48.1435903,11.581133",
            "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": 28707,
            "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": 27319,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/539e76e638d747ed9a581f3e3a668889-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/539e76e638d747ed9a581f3e3a668889-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/539e76e638d747ed9a581f3e3a668889.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/539e76e638d747ed9a581f3e3a668889-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/539e76e638d747ed9a581f3e3a668889-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/539e76e638d747ed9a581f3e3a668889-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/539e76e638d747ed9a581f3e3a668889-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/539e76e638d747ed9a581f3e3a668889-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/539e76e638d747ed9a581f3e3a668889-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/539e76e638d747ed9a581f3e3a668889-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-03T11:46:45.507012Z",
                "updated_at": "2023-07-03T11:46:45.507049Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5470,
                "name": "Tierra Del Sol Gallery",
                "slug": "tierra-del-sol-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0659358,-118.2385942",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-07-03T11:46:50.357016Z",
            "publish_time": null,
            "slug": "tierra-del-sol-gallery-sarit-halo-its-a-colorful-world-2023-07-08",
            "created_at": "2023-07-03T11:46:51.270701Z",
            "updated_at": "2023-07-03T11:46:51.663061Z",
            "summary": "Sarit Halo: It's a Colorful World is an Gallery Shows event starting on 08/07/2023, 00:00 and ending on 02/09/2023, 00:00. Event is in Tierra Del Sol Gallery with address 945 Chung King Road.",
            "title": "Sarit Halo: It's a Colorful World",
            "content": null,
            "start_time": "2023-07-08T00:00:00.000000Z",
            "end_time": "2023-09-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": "945 Chung King Road",
            "city": "Los Angeles",
            "geolocation": "34.065853836734696,-118.23871110204081",
            "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": 27704,
            "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": 26432,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9260c8faacc941cda623ca1d610b73d9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9260c8faacc941cda623ca1d610b73d9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9260c8faacc941cda623ca1d610b73d9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9260c8faacc941cda623ca1d610b73d9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9260c8faacc941cda623ca1d610b73d9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9260c8faacc941cda623ca1d610b73d9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9260c8faacc941cda623ca1d610b73d9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9260c8faacc941cda623ca1d610b73d9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9260c8faacc941cda623ca1d610b73d9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9260c8faacc941cda623ca1d610b73d9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-15T19:53:44.061838Z",
                "updated_at": "2023-06-15T19:53:44.061896Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3760,
                "name": "Four Corners",
                "slug": "four-corners",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.528741,-0.04883579999999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-06-15T19:53:50.444665Z",
            "publish_time": null,
            "slug": "four-corners-conditions-of-living-home-and-homelessness-in-londons-east-end-2023-06-30",
            "created_at": "2023-06-15T19:53:51.353918Z",
            "updated_at": "2023-06-15T19:53:52.092985Z",
            "summary": "Conditions of Living: Home and Homelessness in London’s East End is an Gallery Shows event starting on 30/06/2023, 00:00 and ending on 02/09/2023, 00:00. Event is in Four Corners with address 121 Roman Road.",
            "title": "Conditions of Living: Home and Homelessness in London’s East End",
            "content": null,
            "start_time": "2023-06-30T00:00:00.000000Z",
            "end_time": "2023-09-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": "121 Roman Road",
            "city": "London",
            "geolocation": "51.020359049999996,-3.074604000000001",
            "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": 28199,
            "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": 26876,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7001e0b9800847f089763e325e3569ac-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7001e0b9800847f089763e325e3569ac-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7001e0b9800847f089763e325e3569ac.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7001e0b9800847f089763e325e3569ac-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7001e0b9800847f089763e325e3569ac-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7001e0b9800847f089763e325e3569ac-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7001e0b9800847f089763e325e3569ac-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7001e0b9800847f089763e325e3569ac-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7001e0b9800847f089763e325e3569ac-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7001e0b9800847f089763e325e3569ac-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-23T14:30:14.728118Z",
                "updated_at": "2023-06-23T14:30:14.728154Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2378,
                "name": "Peres Projects",
                "slug": "peres-projects",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5172369,13.438921299999947",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2198,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/peres-gallery-outer-1600x822-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/peres-gallery-outer-1600x822-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/peres-gallery-outer-1600x822-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/peres-gallery-outer-1600x822.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/peres-gallery-outer-1600x822-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/peres-gallery-outer-1600x822-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/peres-gallery-outer-1600x822-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/peres-gallery-outer-1600x822-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T15:47:30.339255Z",
                    "updated_at": "2021-09-14T13:24:31.770601Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "peres-gallery-outer-1600x822",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-06-23T14:30:17.257324Z",
            "publish_time": null,
            "slug": "peres-projects-anton-munar-the-garden-dies-with-the-gardener-2023-06-23",
            "created_at": "2023-06-23T14:30:18.184338Z",
            "updated_at": "2023-06-23T14:30:18.582075Z",
            "summary": "Anton Munar. The Garden Dies With The Gardener is an Gallery Shows event starting on 23/06/2023, 00:00 and ending on 02/09/2023, 00:00. Event is in Peres Projects with address Karl-Marx-Allee 82.",
            "title": "Anton Munar. The Garden Dies With The Gardener",
            "content": null,
            "start_time": "2023-06-23T00:00:00.000000Z",
            "end_time": "2023-09-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": "Karl-Marx-Allee 82",
            "city": "Berlin",
            "geolocation": "52.592636549999995,14.257236699999996",
            "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": 28166,
            "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": 26843,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46713da9a43a43ce8e45493a93c81460-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46713da9a43a43ce8e45493a93c81460-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/46713da9a43a43ce8e45493a93c81460.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46713da9a43a43ce8e45493a93c81460-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46713da9a43a43ce8e45493a93c81460-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46713da9a43a43ce8e45493a93c81460-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46713da9a43a43ce8e45493a93c81460-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46713da9a43a43ce8e45493a93c81460-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46713da9a43a43ce8e45493a93c81460-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46713da9a43a43ce8e45493a93c81460-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-23T14:14:41.195601Z",
                "updated_at": "2023-06-23T14:14:41.195636Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6613,
                "name": "Galerie Mehdi Chouakri - Fasanenplatz",
                "slug": "galerie-mehdi-chouakri-fasanenplatz",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.4977781,13.327119",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-06-23T14:14:48.699508Z",
            "publish_time": null,
            "slug": "galerie-mehdi-chouakri-fasanenplatz-claude-closky-tomorrows-shadow-its-a-win-win-2023-06-30",
            "created_at": "2023-06-23T14:14:49.624067Z",
            "updated_at": "2023-06-23T14:14:50.339815Z",
            "summary": "Claude Closky. Tomorrow’s shadow it’s a win-win is an Gallery Shows event starting on 30/06/2023, 00:00 and ending on 02/09/2023, 00:00. Event is in Galerie Mehdi Chouakri - Fasanenplatz with address Fasanenplatz.",
            "title": "Claude Closky. Tomorrow’s shadow it’s a win-win",
            "content": null,
            "start_time": "2023-06-30T00:00:00.000000Z",
            "end_time": "2023-09-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": "Fasanenplatz",
            "city": "Berlin",
            "geolocation": "52.4987579,13.3271683",
            "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": 28722,
            "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": 27332,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff9351d5342846768b2131f069e4ab5a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff9351d5342846768b2131f069e4ab5a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ff9351d5342846768b2131f069e4ab5a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff9351d5342846768b2131f069e4ab5a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff9351d5342846768b2131f069e4ab5a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff9351d5342846768b2131f069e4ab5a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff9351d5342846768b2131f069e4ab5a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff9351d5342846768b2131f069e4ab5a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff9351d5342846768b2131f069e4ab5a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff9351d5342846768b2131f069e4ab5a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-03T11:48:34.700302Z",
                "updated_at": "2023-07-03T11:48:34.700343Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6179,
                "name": "PSM",
                "slug": "schoneberger-ufer-61",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5055946,13.3658014",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-07-03T11:48:36.931633Z",
            "publish_time": null,
            "slug": "psm-dudu-quintanilha-prophetic-complaints-2023-06-30",
            "created_at": "2023-07-03T11:48:37.831938Z",
            "updated_at": "2023-07-03T11:48:38.176314Z",
            "summary": "Dudu Quintanilha: Prophetic Complaints is an Gallery Shows event starting on 30/06/2023, 00:00 and ending on 02/09/2023, 00:00. Event is in PSM with address Schöneberger Ufer 61.",
            "title": "Dudu Quintanilha: Prophetic Complaints",
            "content": null,
            "start_time": "2023-06-30T00:00:00.000000Z",
            "end_time": "2023-09-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": "Schöneberger Ufer 61",
            "city": "Berlin",
            "geolocation": "52.5056157,13.3657899",
            "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": 30497,
            "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": 28857,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a47f78a2b9a3451fbfbd6c26b2775f57-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a47f78a2b9a3451fbfbd6c26b2775f57-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a47f78a2b9a3451fbfbd6c26b2775f57.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a47f78a2b9a3451fbfbd6c26b2775f57-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a47f78a2b9a3451fbfbd6c26b2775f57-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a47f78a2b9a3451fbfbd6c26b2775f57-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a47f78a2b9a3451fbfbd6c26b2775f57-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a47f78a2b9a3451fbfbd6c26b2775f57-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a47f78a2b9a3451fbfbd6c26b2775f57-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a47f78a2b9a3451fbfbd6c26b2775f57-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-23T08:38:17.290642Z",
                "updated_at": "2023-08-23T08:38:17.290697Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4503,
                "name": "Backslash Gallery",
                "slug": "backslash-gallery",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8673234,2.3588624",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-08-23T08:38:22.651726Z",
            "publish_time": null,
            "slug": "backslash-gallery-replacing-memory-2023-09-02",
            "created_at": "2023-08-23T08:38:23.734656Z",
            "updated_at": "2023-08-23T08:38:29.360186Z",
            "summary": "Re/placing Memory is an Gallery Shows event starting on 02/09/2023, 00:00 and ending on 02/09/2023, 00:00. Event is in Backslash Gallery with address Weserstr. 168.",
            "title": "Re/placing Memory",
            "content": null,
            "start_time": "2023-09-02T00:00:00.000000Z",
            "end_time": "2023-09-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": "Weserstr. 168",
            "city": "Berlin",
            "geolocation": "52.4835754,13.4407166",
            "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": 29955,
            "author": {
                "id": "08a7e100-951c-4a8f-bbdd-a944b75af28f",
                "username": "ariadna_1094",
                "slug": "ariadna_1094",
                "first_name": "Rosenbaum",
                "last_name": "Contemporary",
                "display_name": "Ariadna Rivero",
                "display_name_full": "Ariadna Rivero",
                "email": "info@rosenbaumcontemporary.com",
                "telephone": "561-994-9180"
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 430,
                "name": "ROSENBAUM CONTEMPORARY Boca Raton",
                "slug": "rosenbaum-contemporary",
                "city": "Boca Raton",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "26.3944436,-80.0826725",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2570,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-04-29T16:20:20.302731Z",
                    "updated_at": "2021-09-14T13:32:42.957833Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-08-03T10:18:56.660582Z",
            "publish_time": null,
            "slug": "rosenbaum-contemporary-boca-raton-the-lost-landscapeslos-pasajes-perdidos-2023-07-27",
            "created_at": "2023-08-03T10:18:57.619208Z",
            "updated_at": "2023-08-03T10:18:58.539584Z",
            "summary": "The Lost Landscapes/Los Pasajes Perdidos is an Gallery Shows event starting on 27/07/2023, 00:00 and ending on 02/09/2023, 00:00. Event is in ROSENBAUM CONTEMPORARY Boca Raton with address 150 Yamato Road.",
            "title": "The Lost Landscapes/Los Pasajes Perdidos",
            "content": null,
            "start_time": "2023-07-27T00:00:00.000000Z",
            "end_time": "2023-09-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": "150 Yamato Road",
            "city": "Boca Raton",
            "geolocation": "26.394444693877553,-80.08284955102042",
            "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": 30520,
            "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": 4361,
                "name": "Huxley-Parlour Gallery",
                "slug": "huxley-parlour-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5092136,-0.1373926",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-08-23T08:44:11.984107Z",
            "publish_time": null,
            "slug": "huxley-parlour-eileen-cooper-ambivalence-and-desire-2023-07-14",
            "created_at": "2023-08-23T08:44:12.957257Z",
            "updated_at": "2023-08-23T08:44:14.777027Z",
            "summary": "Eileen Cooper: Ambivalence and Desire is an Gallery Shows event starting on 14/07/2023, 00:00 and ending on 02/09/2023, 00:00. Event is in Huxley-Parlour Gallery with address 3-5 Swallow Street.",
            "title": "Eileen Cooper: Ambivalence and Desire",
            "content": null,
            "start_time": "2023-07-14T00:00:00.000000Z",
            "end_time": "2023-09-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": "3-5 Swallow Street",
            "city": "London",
            "geolocation": "51.50921445,-0.13743427580853065",
            "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": []
        }
    ]
}