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

{
    "count": 37579,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=7560&ordering=-start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=7524&ordering=-start_time",
    "results": [
        {
            "id": 31002,
            "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": 29339,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5b4b196d7d3b48a4b18f1e0b1c6563d7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5b4b196d7d3b48a4b18f1e0b1c6563d7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5b4b196d7d3b48a4b18f1e0b1c6563d7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5b4b196d7d3b48a4b18f1e0b1c6563d7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5b4b196d7d3b48a4b18f1e0b1c6563d7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5b4b196d7d3b48a4b18f1e0b1c6563d7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5b4b196d7d3b48a4b18f1e0b1c6563d7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5b4b196d7d3b48a4b18f1e0b1c6563d7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5b4b196d7d3b48a4b18f1e0b1c6563d7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5b4b196d7d3b48a4b18f1e0b1c6563d7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-11T16:57:49.116047Z",
                "updated_at": "2023-09-11T16:57:49.116085Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6252,
                "name": "Schinkel Pavillon",
                "slug": "schinkel-pavillon",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5163036,13.3968946",
                "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-09-11T16:57:59.601418Z",
            "publish_time": null,
            "slug": "schinkel-pavillon-der-angriff-der-gegenwart-auf-die-ubrige-zeit-2023-09-14",
            "created_at": "2023-09-11T16:58:00.506143Z",
            "updated_at": "2023-09-11T16:58:00.979088Z",
            "summary": "Der Angriff der Gegenwart auf die Übrige Zeit is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 07/01/2024, 01:00. Event is in Schinkel Pavillon with address Oberwallstr. 32.",
            "title": "Der Angriff der Gegenwart auf die Übrige Zeit",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2024-01-07T01: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": "Oberwallstr. 32",
            "city": "Berlin",
            "geolocation": "50.2939015,18.662526506758958",
            "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": 30721,
            "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": 29054,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4633bb7fda754e51ad30fc19547e2fa7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4633bb7fda754e51ad30fc19547e2fa7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4633bb7fda754e51ad30fc19547e2fa7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4633bb7fda754e51ad30fc19547e2fa7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4633bb7fda754e51ad30fc19547e2fa7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4633bb7fda754e51ad30fc19547e2fa7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4633bb7fda754e51ad30fc19547e2fa7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4633bb7fda754e51ad30fc19547e2fa7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4633bb7fda754e51ad30fc19547e2fa7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4633bb7fda754e51ad30fc19547e2fa7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-30T07:15:09.025078Z",
                "updated_at": "2023-08-30T07:15:09.025115Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3352,
                "name": "ADVOCARTSY",
                "slug": "advocartsy",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0791194,-118.3763029",
                "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-30T07:15:12.044626Z",
            "publish_time": null,
            "slug": "advocartsy-farideh-lashai-studies-for-crystal-and-glass-design-and-other-works-2023-09-14",
            "created_at": "2023-08-30T07:15:13.109540Z",
            "updated_at": "2023-08-30T07:15:14.006469Z",
            "summary": "Farideh Lashai: Studies for Crystal and Glass Design and other works is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 07/10/2023, 00:00. Event is in ADVOCARTSY with address 434 North La Cienega Blvd..",
            "title": "Farideh Lashai: Studies for Crystal and Glass Design and other works",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-10-07T00: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": "434 North La Cienega Blvd.",
            "city": "West Hollywood",
            "geolocation": "34.07896604878049,-118.3764683902439",
            "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": 30798,
            "author": {
                "id": "c91627e1-1ddf-4753-8560-d1c20b8ca9d3",
                "username": "julian.usher@redeightgallery.com",
                "slug": "julianusherredeightgallerycom",
                "first_name": "julian",
                "last_name": "usher",
                "display_name": null,
                "display_name_full": "julian usher",
                "email": "julian.usher@redeightgallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 29129,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0881c82bad744f14bb65d94e9e33d62f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0881c82bad744f14bb65d94e9e33d62f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0881c82bad744f14bb65d94e9e33d62f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0881c82bad744f14bb65d94e9e33d62f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0881c82bad744f14bb65d94e9e33d62f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0881c82bad744f14bb65d94e9e33d62f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0881c82bad744f14bb65d94e9e33d62f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0881c82bad744f14bb65d94e9e33d62f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0881c82bad744f14bb65d94e9e33d62f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0881c82bad744f14bb65d94e9e33d62f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-30T07:32:45.524698Z",
                "updated_at": "2023-08-30T07:32:45.524736Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3926,
                "name": "Red Eight Gallery",
                "slug": "royal-exchange-london",
                "city": null,
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.513687,-0.086147",
                "artworks_for_sale_count": 2,
                "featured_image": {
                    "id": 3473,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/DSC02083-min-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/DSC02083-min-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/DSC02083-min-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/DSC02083-min.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/DSC02083-min-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/DSC02083-min-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/DSC02083-min-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/DSC02083-min-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2021-09-24T14:14:57.805565Z",
                    "updated_at": "2021-09-24T14:14:57.805620Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "c91627e1-1ddf-4753-8560-d1c20b8ca9d3"
                },
                "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-30T07:32:50.396134Z",
            "publish_time": null,
            "slug": "red-eight-gallery-modern-angels-beyond-the-algorithm-2023-09-14",
            "created_at": "2023-08-30T07:32:51.468840Z",
            "updated_at": "2023-08-30T07:32:51.836420Z",
            "summary": "Modern Angels   - Beyond the Algorithm is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 20/10/2023, 00:00. Event is in Red Eight Gallery with address 9 Royal Exchange.",
            "title": "Modern Angels   - Beyond the Algorithm",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-10-20T00: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": "9 Royal Exchange",
            "city": "London",
            "geolocation": "50.6999997,-1.2847451211392737",
            "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": 31267,
            "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": 29585,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0188f16e7dd4c94bb84f10264132675-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0188f16e7dd4c94bb84f10264132675-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a0188f16e7dd4c94bb84f10264132675.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0188f16e7dd4c94bb84f10264132675-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0188f16e7dd4c94bb84f10264132675-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0188f16e7dd4c94bb84f10264132675-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0188f16e7dd4c94bb84f10264132675-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0188f16e7dd4c94bb84f10264132675-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0188f16e7dd4c94bb84f10264132675-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0188f16e7dd4c94bb84f10264132675-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-15T13:48:15.680535Z",
                "updated_at": "2023-09-15T13:48:15.680573Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3298,
                "name": "Brücke-Museum",
                "slug": "brucke-museum",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.46682000000001,13.27455",
                "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-09-15T13:48:22.584540Z",
            "publish_time": null,
            "slug": "brucke-museum-the-attack-of-the-present-on-the-rest-of-time-artistic-evidence-of-war-and-repression-2023-09-14",
            "created_at": "2023-09-15T13:48:23.513041Z",
            "updated_at": "2023-09-15T13:48:24.067604Z",
            "summary": "The attack of the present on the rest of time. Artistic evidence of war and repression is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 07/01/2024, 01:00. Event is in Brücke-Museum with address Bussardsteig 9.",
            "title": "The attack of the present on the rest of time. Artistic evidence of war and repression",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2024-01-07T01: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": "Bussardsteig 9",
            "city": "Berlin",
            "geolocation": "52.4669327,13.274753893246444",
            "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": 31560,
            "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": 29853,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d6f4b7f35e8444aae5c176132efc1c5-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d6f4b7f35e8444aae5c176132efc1c5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1d6f4b7f35e8444aae5c176132efc1c5.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d6f4b7f35e8444aae5c176132efc1c5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d6f4b7f35e8444aae5c176132efc1c5-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d6f4b7f35e8444aae5c176132efc1c5-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d6f4b7f35e8444aae5c176132efc1c5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d6f4b7f35e8444aae5c176132efc1c5-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d6f4b7f35e8444aae5c176132efc1c5-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d6f4b7f35e8444aae5c176132efc1c5-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-22T11:17:25.369580Z",
                "updated_at": "2023-09-22T11:17:25.369616Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4584,
                "name": "daadgalerie",
                "slug": "daadgalerie",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5026243,13.4137635",
                "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-09-22T11:17:30.581772Z",
            "publish_time": null,
            "slug": "daadgalerie-if-the-berlin-wind-blows-my-flag-2023-09-14",
            "created_at": "2023-09-22T11:17:31.476618Z",
            "updated_at": "2023-09-22T11:17:32.542673Z",
            "summary": "If the Berlin Wind Blows My Flag is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 14/01/2024, 01:00. Event is in daadgalerie with address Oranienstraße 161.",
            "title": "If the Berlin Wind Blows My Flag",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2024-01-14T01: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": "Oranienstraße 161",
            "city": "Berlin",
            "geolocation": "52.5026724,13.413786",
            "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": 29985,
            "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": 28421,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a6e5921ef3149fc83667141c1b8a0cd-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a6e5921ef3149fc83667141c1b8a0cd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4a6e5921ef3149fc83667141c1b8a0cd.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a6e5921ef3149fc83667141c1b8a0cd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a6e5921ef3149fc83667141c1b8a0cd-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a6e5921ef3149fc83667141c1b8a0cd-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a6e5921ef3149fc83667141c1b8a0cd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a6e5921ef3149fc83667141c1b8a0cd-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a6e5921ef3149fc83667141c1b8a0cd-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a6e5921ef3149fc83667141c1b8a0cd-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-03T10:22:47.522324Z",
                "updated_at": "2023-08-03T10:22:47.522390Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4135,
                "name": "The RYDER Projects",
                "slug": "ryder-projects",
                "city": "Madrid",
                "country": {
                    "code": "ES",
                    "name": "Spain"
                },
                "geolocation": "40.4065489,-3.701225399999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "ES",
            "publish_status": "published",
            "published_at": "2023-08-03T10:22:55.432197Z",
            "publish_time": null,
            "slug": "the-ryder-projects-la-yegua-de-santiago-2023-09-14",
            "created_at": "2023-08-03T10:22:56.430080Z",
            "updated_at": "2023-08-03T10:22:57.447302Z",
            "summary": "La Yegua de Santiago is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 11/11/2023, 01:00. Event is in The RYDER Projects with address Calle Miguel Servet 13.",
            "title": "La Yegua de Santiago",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-11-11T01: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": "Calle Miguel Servet 13",
            "city": "Madrid",
            "geolocation": "39.5043175,-6.3683904",
            "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": 30254,
            "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": 28654,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5c20ff36f9f4baf90e65cb6f2b4a96d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5c20ff36f9f4baf90e65cb6f2b4a96d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e5c20ff36f9f4baf90e65cb6f2b4a96d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5c20ff36f9f4baf90e65cb6f2b4a96d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5c20ff36f9f4baf90e65cb6f2b4a96d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5c20ff36f9f4baf90e65cb6f2b4a96d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5c20ff36f9f4baf90e65cb6f2b4a96d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5c20ff36f9f4baf90e65cb6f2b4a96d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5c20ff36f9f4baf90e65cb6f2b4a96d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5c20ff36f9f4baf90e65cb6f2b4a96d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-11T07:53:34.470767Z",
                "updated_at": "2023-08-11T07:53:34.470835Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4814,
                "name": "KVOST - Kunstverein Ost",
                "slug": "kvost-kunstverein-ost",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.510273,13.3975789",
                "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-11T07:53:38.403791Z",
            "publish_time": null,
            "slug": "kvost-kunstverein-ost-larisa-sitar-hope-swapping-fixed-2023-09-14",
            "created_at": "2023-08-11T07:53:39.298663Z",
            "updated_at": "2023-08-11T07:53:43.915485Z",
            "summary": "Larisa Sitar . Hope swapping, fixed is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 19/11/2023, 01:00. Event is in KVOST - Kunstverein Ost with address Leipziger Strasse 47.",
            "title": "Larisa Sitar . Hope swapping, fixed",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-11-19T01: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": "Leipziger Strasse 47",
            "city": "Berlin",
            "geolocation": "51.3582494,12.2958622",
            "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": 32066,
            "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": 30326,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0a96bda83794281a4b9f2ada158aa2e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0a96bda83794281a4b9f2ada158aa2e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b0a96bda83794281a4b9f2ada158aa2e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0a96bda83794281a4b9f2ada158aa2e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0a96bda83794281a4b9f2ada158aa2e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0a96bda83794281a4b9f2ada158aa2e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0a96bda83794281a4b9f2ada158aa2e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0a96bda83794281a4b9f2ada158aa2e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0a96bda83794281a4b9f2ada158aa2e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0a96bda83794281a4b9f2ada158aa2e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-05T09:36:45.549914Z",
                "updated_at": "2023-10-05T09:36:45.549963Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3642,
                "name": "Galerie Kornfeld",
                "slug": "galerie-kornfeld",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5014222,13.3268844",
                "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-10-05T09:36:53.167328Z",
            "publish_time": null,
            "slug": "galerie-kornfeld-martin-spengler-creatio-ex-aliquo-2023-09-14",
            "created_at": "2023-10-05T09:36:54.135983Z",
            "updated_at": "2023-10-05T09:36:56.639669Z",
            "summary": "Martin Spengler: Creatio Ex Aliquo is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 11/11/2023, 01:00. Event is in Galerie Kornfeld with address 26 Fasanenstraße.",
            "title": "Martin Spengler: Creatio Ex Aliquo",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-11-11T01: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 Fasanenstraße",
            "city": "Berlin",
            "geolocation": "52.5014417,13.3270553",
            "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": 31035,
            "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": 29370,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e03e02b7354428482f4e2d2452ed764-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e03e02b7354428482f4e2d2452ed764-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4e03e02b7354428482f4e2d2452ed764.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e03e02b7354428482f4e2d2452ed764-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e03e02b7354428482f4e2d2452ed764-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e03e02b7354428482f4e2d2452ed764-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e03e02b7354428482f4e2d2452ed764-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e03e02b7354428482f4e2d2452ed764-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e03e02b7354428482f4e2d2452ed764-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e03e02b7354428482f4e2d2452ed764-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-12T10:43:08.787252Z",
                "updated_at": "2023-09-12T10:43:08.787309Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5380,
                "name": "Galerie Bernet Bertram",
                "slug": "galerie-bernet-bertram",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5088757,13.3238822",
                "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-09-12T10:43:25.800058Z",
            "publish_time": null,
            "slug": "galerie-bernet-bertram-elena-karakitsou-cyanotypes-sculptures-polaroids-2023-09-14",
            "created_at": "2023-09-12T10:43:26.695127Z",
            "updated_at": "2023-09-12T10:43:26.739851Z",
            "summary": "Elena Karakitsou - Cyanotypes, Sculptures, Polaroids is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 28/10/2023, 00:00. Event is in Galerie Bernet Bertram with address Goethestraße 2-3.",
            "title": "Elena Karakitsou - Cyanotypes, Sculptures, Polaroids",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-10-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": "Goethestraße 2-3",
            "city": "Berlin",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 31238,
            "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": 29563,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35a5d52a1af94751b6179f549017ccc1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35a5d52a1af94751b6179f549017ccc1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/35a5d52a1af94751b6179f549017ccc1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35a5d52a1af94751b6179f549017ccc1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35a5d52a1af94751b6179f549017ccc1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35a5d52a1af94751b6179f549017ccc1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35a5d52a1af94751b6179f549017ccc1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35a5d52a1af94751b6179f549017ccc1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35a5d52a1af94751b6179f549017ccc1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35a5d52a1af94751b6179f549017ccc1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-15T13:45:29.125201Z",
                "updated_at": "2023-09-15T13:45:29.125253Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4457,
                "name": "The Approach Gallery",
                "slug": "approach-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.53127689999999,-0.0514061",
                "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-09-15T13:45:33.898603Z",
            "publish_time": null,
            "slug": "the-approach-gallery-john-maclean-new-paintings-part-i-2023-09-14",
            "created_at": "2023-09-15T13:45:34.789060Z",
            "updated_at": "2023-09-15T13:45:34.833735Z",
            "summary": "John Maclean. New Paintings. Part I is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 28/10/2023, 00:00. Event is in The Approach Gallery with address 1st Floor, 47 Approach Rd.",
            "title": "John Maclean. New Paintings. Part I",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-10-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": "1st Floor, 47 Approach Rd",
            "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": 30763,
            "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": 29094,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/240d22c425154424bc0193089e16ce33-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/240d22c425154424bc0193089e16ce33-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/240d22c425154424bc0193089e16ce33.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/240d22c425154424bc0193089e16ce33-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/240d22c425154424bc0193089e16ce33-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/240d22c425154424bc0193089e16ce33-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/240d22c425154424bc0193089e16ce33-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/240d22c425154424bc0193089e16ce33-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/240d22c425154424bc0193089e16ce33-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/240d22c425154424bc0193089e16ce33-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-30T07:25:57.025515Z",
                "updated_at": "2023-08-30T07:25:57.025551Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4980,
                "name": "Galerie Thomas Schulte",
                "slug": "galerie-thomas-schulte",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.51015050000001,13.3920928",
                "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-30T07:26:00.884326Z",
            "publish_time": null,
            "slug": "galerie-thomas-schulte-juan-usle-norte-abierto-2023-09-14",
            "created_at": "2023-08-30T07:26:01.777521Z",
            "updated_at": "2023-08-30T07:26:02.650970Z",
            "summary": "Juan Uslé: Norte Abierto is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 28/10/2023, 00:00. Event is in Galerie Thomas Schulte with address Charlottenstraße 24.",
            "title": "Juan Uslé: Norte Abierto",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-10-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": "Charlottenstraße 24",
            "city": "Berlin",
            "geolocation": "51.57447465,7.001084718391176",
            "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": 31814,
            "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": 30083,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9cd8cedf843049359229675b39ef9ed6-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9cd8cedf843049359229675b39ef9ed6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9cd8cedf843049359229675b39ef9ed6.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9cd8cedf843049359229675b39ef9ed6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9cd8cedf843049359229675b39ef9ed6-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9cd8cedf843049359229675b39ef9ed6-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9cd8cedf843049359229675b39ef9ed6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9cd8cedf843049359229675b39ef9ed6-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9cd8cedf843049359229675b39ef9ed6-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9cd8cedf843049359229675b39ef9ed6-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-28T07:20:48.646630Z",
                "updated_at": "2023-09-28T07:20:48.646667Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9229,
                "name": "àngels barcelona",
                "slug": "angels-barcelona",
                "city": "Barcelona",
                "country": {
                    "code": "ES",
                    "name": "Spain"
                },
                "geolocation": "41.3824182,2.169364",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "ES",
            "publish_status": "published",
            "published_at": "2023-09-28T07:20:52.526889Z",
            "publish_time": null,
            "slug": "angels-barcelona-joan-fontcuberta-dust-gardens-2023-09-14",
            "created_at": "2023-09-28T07:20:53.456141Z",
            "updated_at": "2023-09-28T07:20:54.360695Z",
            "summary": "Joan Fontcuberta - Dust Gardens is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 04/11/2023, 01:00. Event is in àngels barcelona with address Carrer del Pintor Fortuny, 27.",
            "title": "Joan Fontcuberta - Dust Gardens",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-11-04T01: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": "Carrer del Pintor Fortuny, 27",
            "city": "Barcelona",
            "geolocation": "41.3825294,2.1692355",
            "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": 32257,
            "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": 30517,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c045cefc656c40c7a5e428dabebec5e7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c045cefc656c40c7a5e428dabebec5e7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c045cefc656c40c7a5e428dabebec5e7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c045cefc656c40c7a5e428dabebec5e7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c045cefc656c40c7a5e428dabebec5e7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c045cefc656c40c7a5e428dabebec5e7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c045cefc656c40c7a5e428dabebec5e7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c045cefc656c40c7a5e428dabebec5e7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c045cefc656c40c7a5e428dabebec5e7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c045cefc656c40c7a5e428dabebec5e7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-11T10:50:28.781946Z",
                "updated_at": "2023-10-11T10:50:28.781981Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5796,
                "name": "SUBURBIA CONTEMPORARY",
                "slug": "suburbia-contemporary",
                "city": "Barcelona",
                "country": {
                    "code": "ES",
                    "name": "Spain"
                },
                "geolocation": "41.3978939,2.170037499999999",
                "artworks_for_sale_count": 34,
                "featured_image": {
                    "id": 4871,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/17747265a0a04e278bdaa8e5564af101-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/17747265a0a04e278bdaa8e5564af101-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/17747265a0a04e278bdaa8e5564af101-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/17747265a0a04e278bdaa8e5564af101.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/17747265a0a04e278bdaa8e5564af101-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/17747265a0a04e278bdaa8e5564af101-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/17747265a0a04e278bdaa8e5564af101-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/17747265a0a04e278bdaa8e5564af101-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2024-05-15T09:24:23.203117Z",
                    "updated_at": "2024-05-15T09:24:23.203179Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "a7d35e51-2955-439e-83fb-3d01df4a6cfc"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "ES",
            "publish_status": "published",
            "published_at": "2023-10-11T10:50:34.496421Z",
            "publish_time": null,
            "slug": "suburbia-contemporary-barcelona-gallery-weekend-2023-09-14",
            "created_at": "2023-10-11T10:50:35.450909Z",
            "updated_at": "2023-10-11T10:50:43.298105Z",
            "summary": "Barcelona Gallery Weekend is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 25/10/2023, 00:00. Event is in Suburbia Contemporary with address Carrer de Valencia 345.",
            "title": "Barcelona Gallery Weekend",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-10-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": "Carrer de Valencia 345",
            "city": "Barcelona",
            "geolocation": "41.397948299999996,2.1699633015739592",
            "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": 31252,
            "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": 7904,
                "name": "Berggruen Gallery",
                "slug": "berggruen-gallery",
                "city": "San Francisco",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.7855862,-122.3993358",
                "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-09-15T13:47:43.123744Z",
            "publish_time": null,
            "slug": "berggruen-gallery-works-in-black-white-2023-09-14",
            "created_at": "2023-09-15T13:47:44.141807Z",
            "updated_at": "2023-09-15T13:47:45.857028Z",
            "summary": "Works in Black & White is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 13/10/2023, 00:00. Event is in Berggruen Gallery with address 10 Hawthorne Street.",
            "title": "Works in Black & White",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-10-13T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "10 Hawthorne Street",
            "city": "San Francisco",
            "geolocation": "53.547232550000004,-1.4862597320673718",
            "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": 32067,
            "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": 30328,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cb227a5422934110ac702ab16954bbfa-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cb227a5422934110ac702ab16954bbfa-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/cb227a5422934110ac702ab16954bbfa.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cb227a5422934110ac702ab16954bbfa-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cb227a5422934110ac702ab16954bbfa-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cb227a5422934110ac702ab16954bbfa-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cb227a5422934110ac702ab16954bbfa-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cb227a5422934110ac702ab16954bbfa-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cb227a5422934110ac702ab16954bbfa-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cb227a5422934110ac702ab16954bbfa-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-05T09:36:46.263976Z",
                "updated_at": "2023-10-05T09:36:46.264013Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3642,
                "name": "Galerie Kornfeld",
                "slug": "galerie-kornfeld",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5014222,13.3268844",
                "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-10-05T09:36:54.310830Z",
            "publish_time": null,
            "slug": "galerie-kornfeld-franziska-klotz-grund-risse-2023-09-14",
            "created_at": "2023-10-05T09:36:55.238728Z",
            "updated_at": "2023-10-05T09:36:56.794870Z",
            "summary": "Franziska Klotz: Grund Risse is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 11/11/2023, 01:00. Event is in Galerie Kornfeld with address 26 Fasanenstraße.",
            "title": "Franziska Klotz: Grund Risse",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-11-11T01: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 Fasanenstraße",
            "city": "Berlin",
            "geolocation": "52.5014417,13.3270553",
            "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": 31029,
            "author": {
                "id": "1f55c3bb-5c79-4c64-980b-57b6203ebb98",
                "username": "brian@clampart.com",
                "slug": "brianclampartcom",
                "first_name": "Brian",
                "last_name": "Clamp",
                "display_name": null,
                "display_name_full": "Brian Clamp",
                "email": "brian@clampart.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 29366,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/31ff8dc32353444eae4fb10d336bf259-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/31ff8dc32353444eae4fb10d336bf259-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/31ff8dc32353444eae4fb10d336bf259.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/31ff8dc32353444eae4fb10d336bf259-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/31ff8dc32353444eae4fb10d336bf259-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/31ff8dc32353444eae4fb10d336bf259-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/31ff8dc32353444eae4fb10d336bf259-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/31ff8dc32353444eae4fb10d336bf259-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/31ff8dc32353444eae4fb10d336bf259-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/31ff8dc32353444eae4fb10d336bf259-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-11T17:00:43.650891Z",
                "updated_at": "2023-09-11T17:00:43.650952Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3787,
                "name": "CLAMP",
                "slug": "clampart",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7488306,-73.9947334",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-09-11T17:00:46.661723Z",
            "publish_time": null,
            "slug": "clampart-amos-badertscher-baltimorecity-of-lost-angels-2023-09-14",
            "created_at": "2023-09-11T17:00:47.555153Z",
            "updated_at": "2023-09-11T17:00:56.342097Z",
            "summary": "Amos Badertscher | Baltimore—City of Lost Angels is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 04/11/2023, 01:00. Event is in CLAMP with address 247 West 29th Street.",
            "title": "Amos Badertscher | Baltimore—City of Lost Angels",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-11-04T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "247 West 29th Street",
            "city": "New York",
            "geolocation": "36.87375475,-76.2859738523442",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 31515,
            "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": 29813,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d46bbf286c534039b3be2f6cc90c2b01-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d46bbf286c534039b3be2f6cc90c2b01-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d46bbf286c534039b3be2f6cc90c2b01.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d46bbf286c534039b3be2f6cc90c2b01-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d46bbf286c534039b3be2f6cc90c2b01-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d46bbf286c534039b3be2f6cc90c2b01-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d46bbf286c534039b3be2f6cc90c2b01-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d46bbf286c534039b3be2f6cc90c2b01-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d46bbf286c534039b3be2f6cc90c2b01-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d46bbf286c534039b3be2f6cc90c2b01-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-20T15:23:36.783793Z",
                "updated_at": "2023-09-20T15:23:36.783827Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8881,
                "name": "Treehouse NDSM",
                "slug": "treehouse-ndsm",
                "city": "Amsterdam",
                "country": {
                    "code": "NL",
                    "name": "Netherlands"
                },
                "geolocation": "52.3995486,4.8933117",
                "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": "NL",
            "publish_status": "published",
            "published_at": "2023-09-20T15:23:45.826853Z",
            "publish_time": null,
            "slug": "treehouse-ndsm-art-park-finding-natural-beauty-in-north-2023-09-14",
            "created_at": "2023-09-20T15:23:46.727795Z",
            "updated_at": "2023-09-20T15:23:46.766348Z",
            "summary": "Art Park: Finding Natural Beauty in North is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 15/10/2023, 00:00. Event is in Treehouse NDSM with address T.T. Neveritaweg 55-57.",
            "title": "Art Park: Finding Natural Beauty in North",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-10-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": "T.T. Neveritaweg 55-57",
            "city": "Amsterdam",
            "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": 31488,
            "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": 29786,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622df5c7a95b4024aeda33217c6629de-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622df5c7a95b4024aeda33217c6629de-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/622df5c7a95b4024aeda33217c6629de.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622df5c7a95b4024aeda33217c6629de-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622df5c7a95b4024aeda33217c6629de-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622df5c7a95b4024aeda33217c6629de-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622df5c7a95b4024aeda33217c6629de-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622df5c7a95b4024aeda33217c6629de-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622df5c7a95b4024aeda33217c6629de-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622df5c7a95b4024aeda33217c6629de-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-20T15:20:36.914402Z",
                "updated_at": "2023-09-20T15:20:36.914442Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5782,
                "name": "SAVVY Contemporary",
                "slug": "savvy-contemporary",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5448324,13.3707152",
                "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-09-20T15:20:40.896655Z",
            "publish_time": null,
            "slug": "savvy-contemporary-it-go-to-have-to-adjust-on-language-as-parasite-2023-09-14",
            "created_at": "2023-09-20T15:20:41.809936Z",
            "updated_at": "2023-09-20T15:20:43.943935Z",
            "summary": "It Go To Have To Adjust. On Language As Parasite is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 03/12/2023, 01:00. Event is in SAVVY Contemporary with address Reinickendorfer Straße 17.",
            "title": "It Go To Have To Adjust. On Language As Parasite",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-12-03T01: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": "Reinickendorfer Straße 17",
            "city": "Berlin",
            "geolocation": "52.5447307,13.3707092",
            "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": []
        }
    ]
}