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

{
    "count": 37606,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=5130&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=5094&ordering=-end_time",
    "results": [
        {
            "id": 32874,
            "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": 31096,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d69a6a2519084258a56746d08c03e1ac-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d69a6a2519084258a56746d08c03e1ac-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d69a6a2519084258a56746d08c03e1ac-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d69a6a2519084258a56746d08c03e1ac-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d69a6a2519084258a56746d08c03e1ac-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d69a6a2519084258a56746d08c03e1ac.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d69a6a2519084258a56746d08c03e1ac-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d69a6a2519084258a56746d08c03e1ac-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d69a6a2519084258a56746d08c03e1ac-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d69a6a2519084258a56746d08c03e1ac-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-10-31T13:39:24.496329Z",
                "updated_at": "2023-10-31T13:39:24.496365Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9377,
                "name": "EXOgallery @ NADA",
                "slug": "exogallery-nada",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.71440980000001,-73.982472",
                "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-10-31T13:39:28.796550Z",
            "publish_time": null,
            "slug": "exogallery-nada-the-cave-unveiling-illusions-2023-12-19",
            "created_at": "2023-10-31T13:39:29.733235Z",
            "updated_at": "2023-10-31T13:39:34.432577Z",
            "summary": "The Cave | Unveiling Illusions is an Gallery Shows event starting on 19/12/2023, 01:00 and ending on 03/01/2024, 01:00. Event is in EXOgallery @ NADA with address 311 East Broadway.",
            "title": "The Cave | Unveiling Illusions",
            "content": null,
            "start_time": "2023-12-19T01:00:00.000000Z",
            "end_time": "2024-01-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": "311 East Broadway",
            "city": "New York",
            "geolocation": "41.6520243,-74.6760979",
            "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": 33661,
            "author": {
                "id": "08a7e100-951c-4a8f-bbdd-a944b75af28f",
                "username": "ariadna_1094",
                "slug": "ariadna_1094",
                "first_name": "Rosenbaum",
                "last_name": "Contemporary",
                "display_name": "Ariadna Rivero",
                "display_name_full": "Ariadna Rivero",
                "email": "info@rosenbaumcontemporary.com",
                "telephone": "561-994-9180"
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 430,
                "name": "ROSENBAUM CONTEMPORARY Boca Raton",
                "slug": "rosenbaum-contemporary",
                "city": "Boca Raton",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "26.3944436,-80.0826725",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2570,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-04-29T16:20:20.302731Z",
                    "updated_at": "2021-09-14T13:32:42.957833Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-11-21T12:09:27.214955Z",
            "publish_time": null,
            "slug": "rosenbaum-contemporary-boca-raton-interstellar-transmissions-2023-11-16",
            "created_at": "2023-11-21T12:09:28.137377Z",
            "updated_at": "2023-11-21T12:09:28.648720Z",
            "summary": "Interstellar Transmissions is an Gallery Shows event starting on 16/11/2023, 01:00 and ending on 03/01/2024, 01:00. Event is in ROSENBAUM CONTEMPORARY Boca Raton with address 150 Yamato Road.",
            "title": "Interstellar Transmissions",
            "content": null,
            "start_time": "2023-11-16T01:00:00.000000Z",
            "end_time": "2024-01-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": "150 Yamato Road",
            "city": "Boca Raton",
            "geolocation": "26.394444693877553,-80.08284955102042",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 28137,
            "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": 26819,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c5a325dc07945259166142c9108e9d0-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c5a325dc07945259166142c9108e9d0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c5a325dc07945259166142c9108e9d0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c5a325dc07945259166142c9108e9d0-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c5a325dc07945259166142c9108e9d0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2c5a325dc07945259166142c9108e9d0.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c5a325dc07945259166142c9108e9d0-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c5a325dc07945259166142c9108e9d0-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c5a325dc07945259166142c9108e9d0-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c5a325dc07945259166142c9108e9d0-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-22T13:17:52.379476Z",
                "updated_at": "2023-06-22T13:17:52.379512Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8834,
                "name": "V&A Dundee",
                "slug": "v-dundee",
                "city": "Dundee",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "56.4571467,-2.9669104",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-06-22T13:17:54.998480Z",
            "publish_time": null,
            "slug": "va-dundee-the-fashion-show-everything-but-the-clothes-2023-06-03",
            "created_at": "2023-06-22T13:17:55.922868Z",
            "updated_at": "2023-06-22T13:17:56.270661Z",
            "summary": "The Fashion Show: Everything But The Clothes is an Gallery Shows event starting on 03/06/2023, 00:00 and ending on 03/01/2024, 01:00. Event is in V&A Dundee with address 1 Riverside Esplanade.",
            "title": "The Fashion Show: Everything But The Clothes",
            "content": null,
            "start_time": "2023-06-03T00:00:00.000000Z",
            "end_time": "2024-01-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": "1 Riverside Esplanade",
            "city": "Dundee",
            "geolocation": "56.4572188,-2.967051833151511",
            "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": 30351,
            "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": 28731,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97f711267891427b85d7c972e4f464e1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97f711267891427b85d7c972e4f464e1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97f711267891427b85d7c972e4f464e1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97f711267891427b85d7c972e4f464e1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97f711267891427b85d7c972e4f464e1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/97f711267891427b85d7c972e4f464e1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97f711267891427b85d7c972e4f464e1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97f711267891427b85d7c972e4f464e1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97f711267891427b85d7c972e4f464e1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97f711267891427b85d7c972e4f464e1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-08-16T07:16:14.810024Z",
                "updated_at": "2023-08-16T07:16:14.810061Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7762,
                "name": "Eden Project",
                "slug": "eden-project",
                "city": "Bodelva",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-08-16T07:16:18.852621Z",
            "publish_time": null,
            "slug": "eden-project-acts-of-gathering-2023-08-09",
            "created_at": "2023-08-16T07:16:19.756512Z",
            "updated_at": "2023-08-16T07:16:19.756531Z",
            "summary": null,
            "title": "Acts of Gathering",
            "content": null,
            "start_time": "2023-08-09T00:00:00.000000Z",
            "end_time": "2024-01-02T01: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": "",
            "city": "Bodelva",
            "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": 32710,
            "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": 30940,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9007075b56aa4d13a391138bfc09017e-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9007075b56aa4d13a391138bfc09017e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9007075b56aa4d13a391138bfc09017e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9007075b56aa4d13a391138bfc09017e-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9007075b56aa4d13a391138bfc09017e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9007075b56aa4d13a391138bfc09017e.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9007075b56aa4d13a391138bfc09017e-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9007075b56aa4d13a391138bfc09017e-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9007075b56aa4d13a391138bfc09017e-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9007075b56aa4d13a391138bfc09017e-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-10-25T09:48:16.101252Z",
                "updated_at": "2023-10-25T09:48:16.101290Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4324,
                "name": "Galerie Barbara Weiss",
                "slug": "galerie-barbara-weiss",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.496851,13.418323",
                "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-25T09:48:22.214091Z",
            "publish_time": null,
            "slug": "galerie-barbara-weiss-boris-mikhailov-windows-of-the-opportunities-2023-10-28",
            "created_at": "2023-10-25T09:48:23.136967Z",
            "updated_at": "2023-10-25T09:48:30.807312Z",
            "summary": "Boris Mikhailov. Windows of the Opportunities is an Gallery Shows event starting on 28/10/2023, 00:00 and ending on 02/01/2024, 01:00. Event is in Galerie Barbara Weiss with address Kohlfurther Str. 41/43.",
            "title": "Boris Mikhailov. Windows of the Opportunities",
            "content": null,
            "start_time": "2023-10-28T00:00:00.000000Z",
            "end_time": "2024-01-02T01: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": "Kohlfurther Str. 41/43",
            "city": "Berlin",
            "geolocation": "51.188474,7.1101432",
            "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": 32892,
            "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": 31113,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8c5892453824fa2a58072f87de65a49-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8c5892453824fa2a58072f87de65a49-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8c5892453824fa2a58072f87de65a49-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8c5892453824fa2a58072f87de65a49-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8c5892453824fa2a58072f87de65a49-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d8c5892453824fa2a58072f87de65a49.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8c5892453824fa2a58072f87de65a49-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8c5892453824fa2a58072f87de65a49-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8c5892453824fa2a58072f87de65a49-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8c5892453824fa2a58072f87de65a49-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-10-31T13:47:04.051166Z",
                "updated_at": "2023-10-31T13:47:04.051208Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6104,
                "name": "Penumbra Foundation",
                "slug": "penumbra-foundation",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7444233,-73.9830674",
                "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-10-31T13:47:08.826926Z",
            "publish_time": null,
            "slug": "penumbra-foundation-field-notes-from-unseen-california-2023-10-19",
            "created_at": "2023-10-31T13:47:09.742993Z",
            "updated_at": "2023-10-31T13:47:11.151613Z",
            "summary": "Field notes from Unseen California is an Gallery Shows event starting on 19/10/2023, 00:00 and ending on 02/01/2024, 01:00. Event is in Penumbra Foundation with address 36 East 30th Street.",
            "title": "Field notes from Unseen California",
            "content": null,
            "start_time": "2023-10-19T00:00:00.000000Z",
            "end_time": "2024-01-02T01: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": "36 East 30th Street",
            "city": "New York",
            "geolocation": "40.74468,-73.98405458930358",
            "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": 34477,
            "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": 32577,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/673e19ddacb540e0b15c410195414629-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/673e19ddacb540e0b15c410195414629-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/673e19ddacb540e0b15c410195414629-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/673e19ddacb540e0b15c410195414629-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/673e19ddacb540e0b15c410195414629-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/673e19ddacb540e0b15c410195414629.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/673e19ddacb540e0b15c410195414629-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/673e19ddacb540e0b15c410195414629-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/673e19ddacb540e0b15c410195414629-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/673e19ddacb540e0b15c410195414629-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-21T12:02:38.378797Z",
                "updated_at": "2023-12-21T12:02:38.378847Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7580,
                "name": "Wembley Park",
                "slug": "wembley-park",
                "city": "Wembley",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5585935,-0.2796126",
                "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-12-21T12:02:49.872404Z",
            "publish_time": null,
            "slug": "wembley-park-from-saint-to-santa-2023-12-11",
            "created_at": "2023-12-21T12:02:50.796757Z",
            "updated_at": "2023-12-21T12:02:51.154607Z",
            "summary": "From Saint to Santa is an Gallery Shows event starting on 11/12/2023, 01:00 and ending on 02/01/2024, 01:00. Event is in Wembley Park with address Wembley Park.",
            "title": "From Saint to Santa",
            "content": null,
            "start_time": "2023-12-11T01:00:00.000000Z",
            "end_time": "2024-01-02T01: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": "Wembley Park",
            "city": "London",
            "geolocation": "51.56347855,-0.27969830907470106",
            "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": 29371,
            "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": 27920,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d66e4d3a50dc4add9dc59ea832d3b448-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d66e4d3a50dc4add9dc59ea832d3b448-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d66e4d3a50dc4add9dc59ea832d3b448-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d66e4d3a50dc4add9dc59ea832d3b448-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d66e4d3a50dc4add9dc59ea832d3b448-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d66e4d3a50dc4add9dc59ea832d3b448.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d66e4d3a50dc4add9dc59ea832d3b448-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d66e4d3a50dc4add9dc59ea832d3b448-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d66e4d3a50dc4add9dc59ea832d3b448-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d66e4d3a50dc4add9dc59ea832d3b448-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-14T12:18:53.305211Z",
                "updated_at": "2023-07-14T12:18:53.305265Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4129,
                "name": "Tate Britain",
                "slug": "tate-britain",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.49073629999999,-0.1262637",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-07-14T12:18:56.654694Z",
            "publish_time": null,
            "slug": "tate-britain-art-now-rhea-dillon-an-alterable-terrain-2023-05-23",
            "created_at": "2023-07-14T12:18:57.576887Z",
            "updated_at": "2023-07-14T12:18:57.985641Z",
            "summary": "Art Now: Rhea Dillon: An Alterable Terrain is an Gallery Shows event starting on 23/05/2023, 00:00 and ending on 01/01/2024, 01:00. Event is in Tate Britain with address Millbank.",
            "title": "Art Now: Rhea Dillon: An Alterable Terrain",
            "content": null,
            "start_time": "2023-05-23T00:00:00.000000Z",
            "end_time": "2024-01-01T01: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": "Millbank",
            "city": "London",
            "geolocation": "51.4926121,-0.1290435",
            "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": 27171,
            "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": 25958,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/833c346b1c1840568f9e8341d38bda4c-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/833c346b1c1840568f9e8341d38bda4c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/833c346b1c1840568f9e8341d38bda4c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/833c346b1c1840568f9e8341d38bda4c-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/833c346b1c1840568f9e8341d38bda4c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/833c346b1c1840568f9e8341d38bda4c.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/833c346b1c1840568f9e8341d38bda4c-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/833c346b1c1840568f9e8341d38bda4c-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/833c346b1c1840568f9e8341d38bda4c-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/833c346b1c1840568f9e8341d38bda4c-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-05-31T10:23:56.835286Z",
                "updated_at": "2023-05-31T10:23:56.835321Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4414,
                "name": "National Museum of the American Indian",
                "slug": "national-museum-american-indian",
                "city": "Washington",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "38.87990680000001,-77.0175522",
                "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-05-31T10:23:59.078880Z",
            "publish_time": null,
            "slug": "national-museum-of-the-american-indian-new-york-shelley-niro-500-year-itch-2023-05-27",
            "created_at": "2023-05-31T10:24:00.014159Z",
            "updated_at": "2023-05-31T10:24:00.411763Z",
            "summary": "Shelley Niro: 500 Year Itch is an Gallery Shows event starting on 27/05/2023, 00:00 and ending on 01/01/2024, 01:00. Event is in National Museum of the American Indian with address Alexander Hamilton U.S. Custom House.",
            "title": "Shelley Niro: 500 Year Itch",
            "content": null,
            "start_time": "2023-05-27T00:00:00.000000Z",
            "end_time": "2024-01-01T01: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": "Alexander Hamilton U.S. Custom House",
            "city": "New York",
            "geolocation": "40.7040569,-74.01375451689233",
            "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": 29958,
            "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": 28400,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/957f955a861640a6b895fccde52cbb12-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/957f955a861640a6b895fccde52cbb12-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/957f955a861640a6b895fccde52cbb12-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/957f955a861640a6b895fccde52cbb12-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/957f955a861640a6b895fccde52cbb12-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/957f955a861640a6b895fccde52cbb12.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/957f955a861640a6b895fccde52cbb12-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/957f955a861640a6b895fccde52cbb12-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/957f955a861640a6b895fccde52cbb12-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/957f955a861640a6b895fccde52cbb12-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-08-03T10:18:58.596146Z",
                "updated_at": "2023-08-03T10:18:58.596204Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4437,
                "name": "Royal Academy of Arts",
                "slug": "royal-academy-arts",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5092548,-0.1397032",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-08-03T10:19:02.360693Z",
            "publish_time": null,
            "slug": "royal-academy-of-arts-marina-abramovic-2023-09-23",
            "created_at": "2023-08-03T10:19:03.309250Z",
            "updated_at": "2023-08-03T10:19:09.205272Z",
            "summary": "Marina Abramović is an Gallery Shows event starting on 23/09/2023, 00:00 and ending on 01/01/2024, 01:00. Event is in Royal Academy of Arts with address 6 Burlington Gardens.",
            "title": "Marina Abramović",
            "content": null,
            "start_time": "2023-09-23T00:00:00.000000Z",
            "end_time": "2024-01-01T01: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": "6 Burlington Gardens",
            "city": "London",
            "geolocation": "51.50975085,-0.14015804977759203",
            "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": 34502,
            "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": 32606,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1dcf88ec98f49dcaa254541bab1f7b8-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1dcf88ec98f49dcaa254541bab1f7b8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1dcf88ec98f49dcaa254541bab1f7b8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1dcf88ec98f49dcaa254541bab1f7b8-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1dcf88ec98f49dcaa254541bab1f7b8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e1dcf88ec98f49dcaa254541bab1f7b8.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1dcf88ec98f49dcaa254541bab1f7b8-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1dcf88ec98f49dcaa254541bab1f7b8-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1dcf88ec98f49dcaa254541bab1f7b8-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1dcf88ec98f49dcaa254541bab1f7b8-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-22T14:05:58.847240Z",
                "updated_at": "2023-12-22T14:05:58.847277Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9552,
                "name": "GR2 Gallery",
                "slug": "gr2-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.03992480000001,-118.442415",
                "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-12-22T14:06:05.349500Z",
            "publish_time": null,
            "slug": "gr2-gallery-totoro-show-2023-2023-12-16",
            "created_at": "2023-12-22T14:06:06.252746Z",
            "updated_at": "2023-12-22T14:06:06.998999Z",
            "summary": "Totoro Show 2023 is an Gallery Shows event starting on 16/12/2023, 01:00 and ending on 01/01/2024, 01:00. Event is in GR2 Gallery with address 2062 Sawtelle Blvd.",
            "title": "Totoro Show 2023",
            "content": null,
            "start_time": "2023-12-16T01:00:00.000000Z",
            "end_time": "2024-01-01T01: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": "2062 Sawtelle Blvd",
            "city": "Los Angeles",
            "geolocation": "34.04015973469388,-118.44283928571429",
            "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": 27301,
            "author": {
                "id": "82734215-241a-495b-85ea-527f94b345c0",
                "username": "chloemorley@hauserwirth.com",
                "slug": "chloemorleyhauserwirthcom",
                "first_name": "",
                "last_name": "",
                "display_name": null,
                "display_name_full": "",
                "email": "chloemorley@hauserwirth.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 26068,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c59cf66c6aa34814a5c28b4991be1c0c-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c59cf66c6aa34814a5c28b4991be1c0c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c59cf66c6aa34814a5c28b4991be1c0c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c59cf66c6aa34814a5c28b4991be1c0c-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c59cf66c6aa34814a5c28b4991be1c0c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c59cf66c6aa34814a5c28b4991be1c0c.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c59cf66c6aa34814a5c28b4991be1c0c-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c59cf66c6aa34814a5c28b4991be1c0c-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c59cf66c6aa34814a5c28b4991be1c0c-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c59cf66c6aa34814a5c28b4991be1c0c-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-08T13:12:20.352720Z",
                "updated_at": "2023-06-08T13:12:20.352756Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 729,
                "name": "Hauser & Wirth Somerset",
                "slug": "hauser-wirth-somerset",
                "city": "Somerset",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.1086247,-2.4472353",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 563,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Hauser-Wirth-Somerset-featured-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Hauser-Wirth-Somerset-featured-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Hauser-Wirth-Somerset-featured-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Hauser-Wirth-Somerset-featured-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Hauser-Wirth-Somerset-featured-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Hauser-Wirth-Somerset-featured-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Hauser-Wirth-Somerset-featured.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Hauser-Wirth-Somerset-featured-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-18T14:25:43.418632Z",
                    "updated_at": "2021-09-14T12:48:44.859195Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Hauser Wirth Somerset featured",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-06-08T13:12:23.690486Z",
            "publish_time": null,
            "slug": "hauser-wirth-somerset-gruppenausstellung-2023-06-03",
            "created_at": "2023-06-08T13:12:24.652507Z",
            "updated_at": "2023-06-08T13:12:25.005645Z",
            "summary": "Gruppenausstellung is an Gallery Shows event starting on 03/06/2023, 00:00 and ending on 01/01/2024, 01:00. Event is in Hauser & Wirth Somerset with address Durslade Farm.",
            "title": "Gruppenausstellung",
            "content": null,
            "start_time": "2023-06-03T00:00:00.000000Z",
            "end_time": "2024-01-01T01: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": "Durslade Farm",
            "city": "Bruton",
            "geolocation": "51.10886465,-2.4478772510666693",
            "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": 23471,
            "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": 22577,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fa66e781b9e4012b8f9a617d4f1cf18-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fa66e781b9e4012b8f9a617d4f1cf18-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fa66e781b9e4012b8f9a617d4f1cf18-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fa66e781b9e4012b8f9a617d4f1cf18-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fa66e781b9e4012b8f9a617d4f1cf18-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8fa66e781b9e4012b8f9a617d4f1cf18.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fa66e781b9e4012b8f9a617d4f1cf18-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fa66e781b9e4012b8f9a617d4f1cf18-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fa66e781b9e4012b8f9a617d4f1cf18-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fa66e781b9e4012b8f9a617d4f1cf18-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-03-28T12:51:28.888637Z",
                "updated_at": "2023-03-28T14:33:46.808847Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8248,
                "name": "National Maritime Museum",
                "slug": "national-maritime-museum",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4823107,-0.0047367",
                "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-03-28T12:51:29.403243Z",
            "publish_time": null,
            "slug": "national-maritime-museum-our-connection-to-water-2023-03-31",
            "created_at": "2023-03-28T12:51:30.483121Z",
            "updated_at": "2023-03-28T12:51:30.483141Z",
            "summary": null,
            "title": "Our Connection to Water",
            "content": null,
            "start_time": "2023-03-31T00:00:00.000000Z",
            "end_time": "2024-01-01T01: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": "The National Maritime Museum",
            "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": 31369,
            "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": 29674,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff676b158a094afd833477a9403362a9-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff676b158a094afd833477a9403362a9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff676b158a094afd833477a9403362a9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff676b158a094afd833477a9403362a9-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff676b158a094afd833477a9403362a9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ff676b158a094afd833477a9403362a9.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff676b158a094afd833477a9403362a9-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff676b158a094afd833477a9403362a9-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff676b158a094afd833477a9403362a9-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff676b158a094afd833477a9403362a9-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-09-19T10:38:03.060991Z",
                "updated_at": "2023-09-19T10:38:03.061028Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9187,
                "name": "Spore Initiative",
                "slug": "spore-initiative",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.4716108,13.4288041",
                "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-19T10:38:09.376536Z",
            "publish_time": null,
            "slug": "spore-initiative-kuxaan-suum-the-living-rope-2023-04-22",
            "created_at": "2023-09-19T10:38:10.284116Z",
            "updated_at": "2023-09-19T10:38:12.214771Z",
            "summary": "Kuxaán Súum - The Living Rope is an Gallery Shows event starting on 22/04/2023, 00:00 and ending on 01/01/2024, 01:00. Event is in Spore Initiative with address Hermannstraße 86,.",
            "title": "Kuxaán Súum - The Living Rope",
            "content": null,
            "start_time": "2023-04-22T00:00:00.000000Z",
            "end_time": "2024-01-01T01: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": "Hermannstraße 86,",
            "city": "Berlin",
            "geolocation": "52.4714595,13.4287196",
            "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": 25368,
            "author": {
                "id": "27bf0b53-6f36-4172-ab68-cbc5b40c39f1",
                "username": "elizabeth_876",
                "slug": "elizabeth_876",
                "first_name": "Hauser & Wirth",
                "last_name": "Angeles",
                "display_name": "Elizabeth Portanova",
                "display_name_full": "Elizabeth Portanova",
                "email": "losangeles@hauserwirth.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 4821,
                "name": "Hauser & Wirth Los Angeles",
                "slug": "hauser-wirth-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0462059,-118.2348186",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-03T19:29:07.572523Z",
            "publish_time": null,
            "slug": "hauser-wirth-los-angeles-gruppenausstellung-2023-06-03",
            "created_at": "2023-05-03T19:29:08.515139Z",
            "updated_at": "2023-05-03T19:29:09.954544Z",
            "summary": "GRUPPENAUSSTELLUNG is an Gallery Shows event starting on 03/06/2023, 00:00 and ending on 01/01/2024, 01:00. Event is in Hauser & Wirth Los Angeles with address Hauser & Wirth.",
            "title": "GRUPPENAUSSTELLUNG",
            "content": null,
            "start_time": "2023-06-03T00:00:00.000000Z",
            "end_time": "2024-01-01T01: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": "Hauser & Wirth",
            "city": "Somerset",
            "geolocation": "40.7477452,-74.0066653",
            "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": 31370,
            "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": 29676,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6e39c3c2d2da4be1b587c603f9585ef4-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6e39c3c2d2da4be1b587c603f9585ef4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6e39c3c2d2da4be1b587c603f9585ef4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6e39c3c2d2da4be1b587c603f9585ef4-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6e39c3c2d2da4be1b587c603f9585ef4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6e39c3c2d2da4be1b587c603f9585ef4.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6e39c3c2d2da4be1b587c603f9585ef4-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6e39c3c2d2da4be1b587c603f9585ef4-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6e39c3c2d2da4be1b587c603f9585ef4-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6e39c3c2d2da4be1b587c603f9585ef4-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-09-19T10:38:04.227812Z",
                "updated_at": "2023-09-19T10:38:04.227854Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9187,
                "name": "Spore Initiative",
                "slug": "spore-initiative",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.4716108,13.4288041",
                "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-19T10:38:10.183305Z",
            "publish_time": null,
            "slug": "spore-initiative-xook-kiin-perceiving-temporalities-2023-04-23",
            "created_at": "2023-09-19T10:38:11.110432Z",
            "updated_at": "2023-09-19T10:38:12.512765Z",
            "summary": "Xook K’iin. perceiving temporalities is an Gallery Shows event starting on 23/04/2023, 00:00 and ending on 01/01/2024, 01:00. Event is in Spore Initiative with address Hermannstraße 86,.",
            "title": "Xook K’iin. perceiving temporalities",
            "content": null,
            "start_time": "2023-04-23T00:00:00.000000Z",
            "end_time": "2024-01-01T01: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": "Hermannstraße 86,",
            "city": "Berlin",
            "geolocation": "52.4714595,13.4287196",
            "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": 30442,
            "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": 28813,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6161c4fcbf924d3d89ec5005afb28135-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6161c4fcbf924d3d89ec5005afb28135-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6161c4fcbf924d3d89ec5005afb28135-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6161c4fcbf924d3d89ec5005afb28135-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6161c4fcbf924d3d89ec5005afb28135-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6161c4fcbf924d3d89ec5005afb28135.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6161c4fcbf924d3d89ec5005afb28135-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6161c4fcbf924d3d89ec5005afb28135-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6161c4fcbf924d3d89ec5005afb28135-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6161c4fcbf924d3d89ec5005afb28135-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-08-16T07:34:12.588941Z",
                "updated_at": "2023-08-16T07:34:12.588978Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6266,
                "name": "KINDL – Zentrum für zeitgenössische Kunst",
                "slug": "kindl-zentrum-fur-zeitgenossische-kunst",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.4794217,13.4306651",
                "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-16T07:34:16.185367Z",
            "publish_time": null,
            "slug": "kindl-zentrum-fur-zeitgenossische-kunst-voices-without-borders-2023-08-27",
            "created_at": "2023-08-16T07:34:17.105260Z",
            "updated_at": "2023-08-16T07:34:17.941916Z",
            "summary": "Voices without borders is an Gallery Shows event starting on 27/08/2023, 00:00 and ending on 01/01/2024, 01:00. Event is in KINDL – Zentrum für zeitgenössische Kunst with address Am Sudhaus 3.",
            "title": "Voices without borders",
            "content": null,
            "start_time": "2023-08-27T00:00:00.000000Z",
            "end_time": "2024-01-01T01: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": "Am Sudhaus 3",
            "city": "Berlin",
            "geolocation": "52.4792594,13.4308701",
            "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": 30222,
            "author": {
                "id": "be0e54a8-8d72-40b9-8aa9-cafe867497dd",
                "username": "post@gropiusbau.de",
                "slug": "postgropiusbaude",
                "first_name": "Nahomi",
                "last_name": "Tecle",
                "display_name": null,
                "display_name_full": "Nahomi Tecle",
                "email": "tecle@gropiusbau.de",
                "telephone": "+49 30 254860"
            },
            "price": null,
            "featured_image": {
                "id": 28626,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9eadf30bb9094d46a4e46a997fb7c5e7-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9eadf30bb9094d46a4e46a997fb7c5e7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9eadf30bb9094d46a4e46a997fb7c5e7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9eadf30bb9094d46a4e46a997fb7c5e7-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9eadf30bb9094d46a4e46a997fb7c5e7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9eadf30bb9094d46a4e46a997fb7c5e7.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9eadf30bb9094d46a4e46a997fb7c5e7-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9eadf30bb9094d46a4e46a997fb7c5e7-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9eadf30bb9094d46a4e46a997fb7c5e7-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9eadf30bb9094d46a4e46a997fb7c5e7-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-08-09T12:50:00.946090Z",
                "updated_at": "2023-08-09T12:50:00.946126Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "be0e54a8-8d72-40b9-8aa9-cafe867497dd"
            },
            "venue": {
                "id": 5498,
                "name": "Gropius Bau",
                "slug": "gropius-bau",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5066982,13.3820464",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2023-08-09T12:50:05.620968Z",
            "publish_time": null,
            "slug": "soundshapes-in-between-frequencies",
            "created_at": "2023-08-09T12:50:05.624369Z",
            "updated_at": "2023-08-09T12:50:05.663848Z",
            "summary": "Soundshapes: In Between Frequencies is an Museum Exhibitions event starting on 31/07/2023, 00:00 and ending on 01/01/2024, 00:00. Event is in Gropius Bau with address Niederkirchnerstraße 7, 10963 Berlin, Germany.",
            "title": "Soundshapes: In Between Frequencies",
            "content": "Soundshapes – In Between Frequencies activates the two entrances of the Gropius Bau with sound works by Kapwani Kiwanga and Janine Jembere, creating an acoustic connection between the central entrance portal of the neo-Renaissance building and the step-free entrance. Drawing from the potential of porosity, this architectural intervention challenges the monumentality and statics of the building in an attempt to destabilise the divide between interior and exterior. Soundshapes – In Between Frequencies is conceived and curated by Julia Grosse and Carolin Köchling.",
            "start_time": "2023-07-31T00:00:00.000000Z",
            "end_time": "2024-01-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Niederkirchnerstraße 7, 10963 Berlin, Germany",
            "city": "",
            "geolocation": "52.5066982,13.3820464",
            "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": []
        }
    ]
}