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

{
    "count": 37593,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=5580&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=5544&ordering=-end_time",
    "results": [
        {
            "id": 33856,
            "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": 32001,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5632de38f5dd4fd6ae0cad4c8e9b7483-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5632de38f5dd4fd6ae0cad4c8e9b7483-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5632de38f5dd4fd6ae0cad4c8e9b7483.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5632de38f5dd4fd6ae0cad4c8e9b7483-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5632de38f5dd4fd6ae0cad4c8e9b7483-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5632de38f5dd4fd6ae0cad4c8e9b7483-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5632de38f5dd4fd6ae0cad4c8e9b7483-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5632de38f5dd4fd6ae0cad4c8e9b7483-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5632de38f5dd4fd6ae0cad4c8e9b7483-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5632de38f5dd4fd6ae0cad4c8e9b7483-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-23T12:48:22.509764Z",
                "updated_at": "2023-11-23T12:48:22.509810Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9463,
                "name": "Atelier Automotive Art",
                "slug": "atelier-automotive-art",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5090375,-0.223027",
                "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-11-23T12:48:26.596556Z",
            "publish_time": null,
            "slug": "atelier-automotive-art-underground-chic-2023-11-25",
            "created_at": "2023-11-23T12:48:27.518646Z",
            "updated_at": "2023-11-23T12:48:28.513227Z",
            "summary": "Underground Chic is an Gallery Shows event starting on 25/11/2023, 01:00 and ending on 18/12/2023, 01:00. Event is in Atelier Automotive Art with address Westfield Shopping Centre.",
            "title": "Underground Chic",
            "content": null,
            "start_time": "2023-11-25T01:00:00.000000Z",
            "end_time": "2023-12-18T01: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": "Westfield Shopping Centre",
            "city": "London",
            "geolocation": "-35.3461896,149.0861085",
            "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": 33926,
            "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": 32063,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c4939b2cd67490da849711bfe05f5ad-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c4939b2cd67490da849711bfe05f5ad-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5c4939b2cd67490da849711bfe05f5ad.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c4939b2cd67490da849711bfe05f5ad-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c4939b2cd67490da849711bfe05f5ad-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c4939b2cd67490da849711bfe05f5ad-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c4939b2cd67490da849711bfe05f5ad-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c4939b2cd67490da849711bfe05f5ad-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c4939b2cd67490da849711bfe05f5ad-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c4939b2cd67490da849711bfe05f5ad-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-30T14:28:12.621060Z",
                "updated_at": "2023-11-30T14:28:12.621115Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8527,
                "name": "ARTISTS IN THE WORLD EVENTS DI RIBEZZI ANGELO",
                "slug": "artists-world-events-di-ribezzi-angelo",
                "city": "Rome",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "41.8985754,12.4916945",
                "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": "IT",
            "publish_status": "published",
            "published_at": "2023-11-30T14:28:26.488569Z",
            "publish_time": null,
            "slug": "artists-in-the-world-events-di-ribezzi-angelo-art-shopping-for-christmas-2023-2023-12-02",
            "created_at": "2023-11-30T14:28:27.379949Z",
            "updated_at": "2023-11-30T14:28:28.085561Z",
            "summary": "Art Shopping for Christmas 2023 is an Gallery Shows event starting on 02/12/2023, 01:00 and ending on 18/12/2023, 01:00. Event is in ARTISTS IN THE WORLD EVENTS DI RIBEZZI ANGELO with address Via Palermo 41 Roma.",
            "title": "Art Shopping for Christmas 2023",
            "content": null,
            "start_time": "2023-12-02T01:00:00.000000Z",
            "end_time": "2023-12-18T01: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": "Via Palermo 41 Roma",
            "city": "Rome",
            "geolocation": "41.8985819,12.491674",
            "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": 33608,
            "author": {
                "id": "ce34e47b-4d0e-4fac-8569-c2a728a4d909",
                "username": "contact@haze.gallery",
                "slug": "contacthazegallery",
                "first_name": "Irina",
                "last_name": "Rusinovich",
                "display_name": null,
                "display_name_full": "Irina Rusinovich",
                "email": "contact@haze.gallery",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 31777,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/54f4af7f6dbe4967b518eaa991a50449-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/54f4af7f6dbe4967b518eaa991a50449-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/54f4af7f6dbe4967b518eaa991a50449.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/54f4af7f6dbe4967b518eaa991a50449-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/54f4af7f6dbe4967b518eaa991a50449-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/54f4af7f6dbe4967b518eaa991a50449-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/54f4af7f6dbe4967b518eaa991a50449-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/54f4af7f6dbe4967b518eaa991a50449-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/54f4af7f6dbe4967b518eaa991a50449-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/54f4af7f6dbe4967b518eaa991a50449-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-15T20:23:53.074384Z",
                "updated_at": "2023-11-15T20:23:53.074439Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "ce34e47b-4d0e-4fac-8569-c2a728a4d909"
            },
            "venue": {
                "id": 3417,
                "name": "Haze Gallery",
                "slug": "haze-gallery",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.49843509999999,13.3577691",
                "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-11-15T20:24:05.235716Z",
            "publish_time": null,
            "slug": "body-alchemy",
            "created_at": "2023-11-15T20:24:05.240433Z",
            "updated_at": "2023-11-15T20:24:05.290538Z",
            "summary": "Body Alchemy is an Gallery Shows event starting on 15/12/2023, 19:00 and ending on 17/12/2023, 18:00. Event is in Haze Gallery with address Reuterstraße 62, 12047 Berlin, Германия.",
            "title": "Body Alchemy",
            "content": "Opening:  Friday, 15 December 2023 at 7 PM \r\n\r\nDuration:  16 - 17 October  2023 11 am - 6 PM\r\n\r\nLocation:  Reuterstraße 62, 12047 Berlin\r\n\r\nCurator: Irina Rusinovich \r\n\r\n\r\nHAZE.GALLERY  is thrilled to invite you to an extraordinary collective exhibition, \"Body Alchemy,\" exploring the captivating subject of the body. This immersive pop-up event promises to be a unique artistic experience that will captivate your senses and provoke profound contemplation.",
            "start_time": "2023-12-15T19:00:00.000000Z",
            "end_time": "2023-12-17T18: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": "Reuterstraße 62, 12047 Berlin, Германия",
            "city": "Berlin",
            "geolocation": "52.48739150000001,13.4287629",
            "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": 33067,
            "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": 31276,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44285173f50c4feab94258b56e41f68d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44285173f50c4feab94258b56e41f68d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/44285173f50c4feab94258b56e41f68d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44285173f50c4feab94258b56e41f68d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44285173f50c4feab94258b56e41f68d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44285173f50c4feab94258b56e41f68d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44285173f50c4feab94258b56e41f68d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44285173f50c4feab94258b56e41f68d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44285173f50c4feab94258b56e41f68d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/44285173f50c4feab94258b56e41f68d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-01T12:15:01.604033Z",
                "updated_at": "2023-11-01T12:15:01.604070Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5711,
                "name": "Studio M",
                "slug": "studio-m",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.52577609999999,-0.0741235",
                "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-11-01T12:15:06.069138Z",
            "publish_time": null,
            "slug": "studio-m-max-hooper-schneider-twilight-at-the-earths-crust-studio-m-2023-10-27",
            "created_at": "2023-11-01T12:15:06.986465Z",
            "updated_at": "2023-11-01T12:15:08.008484Z",
            "summary": "Max Hooper Schneider: Twilight at the Earth’s Crust | Studio M is an Gallery Shows event starting on 27/10/2023, 00:00 and ending on 17/12/2023, 01:00. Event is in Studio M with address Studio M.",
            "title": "Max Hooper Schneider: Twilight at the Earth’s Crust | Studio M",
            "content": null,
            "start_time": "2023-10-27T00:00:00.000000Z",
            "end_time": "2023-12-17T01: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": "Studio M",
            "city": "London",
            "geolocation": "45.5601785,18.6826146",
            "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": 34322,
            "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": 32437,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b164503d9c904f43a3241cd5c33ae8ae-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b164503d9c904f43a3241cd5c33ae8ae-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b164503d9c904f43a3241cd5c33ae8ae.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b164503d9c904f43a3241cd5c33ae8ae-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b164503d9c904f43a3241cd5c33ae8ae-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b164503d9c904f43a3241cd5c33ae8ae-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b164503d9c904f43a3241cd5c33ae8ae-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b164503d9c904f43a3241cd5c33ae8ae-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b164503d9c904f43a3241cd5c33ae8ae-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b164503d9c904f43a3241cd5c33ae8ae-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-12-12T12:20:07.117260Z",
                "updated_at": "2023-12-12T12:20:07.117299Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3551,
                "name": "Zabludowicz Collection",
                "slug": "zabludowicz-collection",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5460842,-0.1533171",
                "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-12T12:20:19.269916Z",
            "publish_time": null,
            "slug": "zabludowicz-collection-haverstock-school-curates-2023-11-30",
            "created_at": "2023-12-12T12:20:20.144751Z",
            "updated_at": "2023-12-12T12:20:21.564582Z",
            "summary": "Haverstock School Curates is an Gallery Shows event starting on 30/11/2023, 01:00 and ending on 17/12/2023, 01:00. Event is in Zabludowicz Collection with address 176 Prince of Wales Road.",
            "title": "Haverstock School Curates",
            "content": null,
            "start_time": "2023-11-30T01:00:00.000000Z",
            "end_time": "2023-12-17T01: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": "176 Prince of Wales Road",
            "city": "London",
            "geolocation": "52.4093012,-1.5381985295308178",
            "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": 31593,
            "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": 29882,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84c4500fb5064480aa9978151db8555b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84c4500fb5064480aa9978151db8555b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/84c4500fb5064480aa9978151db8555b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84c4500fb5064480aa9978151db8555b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84c4500fb5064480aa9978151db8555b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84c4500fb5064480aa9978151db8555b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84c4500fb5064480aa9978151db8555b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84c4500fb5064480aa9978151db8555b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84c4500fb5064480aa9978151db8555b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84c4500fb5064480aa9978151db8555b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-22T11:27:07.627597Z",
                "updated_at": "2023-09-22T11:27:07.627638Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9211,
                "name": "MOAH - Museum of Art & History Lancaster",
                "slug": "moah-museum-art-history-lancaster",
                "city": "Lancaster",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.6981717,-118.1418003",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-09-22T11:27:13.500435Z",
            "publish_time": null,
            "slug": "moah-museum-of-art-history-lancaster-framework-2023-09-16",
            "created_at": "2023-09-22T11:27:14.385022Z",
            "updated_at": "2023-09-22T11:27:15.597978Z",
            "summary": "Framework is an Gallery Shows event starting on 16/09/2023, 00:00 and ending on 17/12/2023, 01:00. Event is in MOAH - Museum of Art & History Lancaster with address 665 W Lancaster Blvd.",
            "title": "Framework",
            "content": null,
            "start_time": "2023-09-16T00:00:00.000000Z",
            "end_time": "2023-12-17T01: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": "665 W Lancaster Blvd",
            "city": "Lancaster",
            "geolocation": "34.69814135,-118.14184007827788",
            "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": 31777,
            "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": 30054,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fcdb3a1f3a874b03a8beb0c8bfc5ecf3-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fcdb3a1f3a874b03a8beb0c8bfc5ecf3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fcdb3a1f3a874b03a8beb0c8bfc5ecf3.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fcdb3a1f3a874b03a8beb0c8bfc5ecf3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fcdb3a1f3a874b03a8beb0c8bfc5ecf3-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fcdb3a1f3a874b03a8beb0c8bfc5ecf3-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fcdb3a1f3a874b03a8beb0c8bfc5ecf3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fcdb3a1f3a874b03a8beb0c8bfc5ecf3-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fcdb3a1f3a874b03a8beb0c8bfc5ecf3-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fcdb3a1f3a874b03a8beb0c8bfc5ecf3-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-27T09:55:26.423066Z",
                "updated_at": "2023-09-27T09:55:26.423122Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3551,
                "name": "Zabludowicz Collection",
                "slug": "zabludowicz-collection",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5460842,-0.1533171",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-09-27T09:55:29.938487Z",
            "publish_time": null,
            "slug": "zabludowicz-collection-all-crescendo-no-reward-2023-09-28",
            "created_at": "2023-09-27T09:55:30.857660Z",
            "updated_at": "2023-09-27T09:55:31.812499Z",
            "summary": "All Crescendo, No Reward is an Gallery Shows event starting on 28/09/2023, 00:00 and ending on 17/12/2023, 01:00. Event is in Zabludowicz Collection with address 176 Prince of Wales Road.",
            "title": "All Crescendo, No Reward",
            "content": null,
            "start_time": "2023-09-28T00:00:00.000000Z",
            "end_time": "2023-12-17T01: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": "176 Prince of Wales Road",
            "city": "London",
            "geolocation": "52.4093012,-1.5381985295308178",
            "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": 32061,
            "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": 30324,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba66cc840cfa430e822499eb35018777-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba66cc840cfa430e822499eb35018777-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ba66cc840cfa430e822499eb35018777.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba66cc840cfa430e822499eb35018777-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba66cc840cfa430e822499eb35018777-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba66cc840cfa430e822499eb35018777-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba66cc840cfa430e822499eb35018777-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba66cc840cfa430e822499eb35018777-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba66cc840cfa430e822499eb35018777-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba66cc840cfa430e822499eb35018777-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-05T09:35:04.371554Z",
                "updated_at": "2023-10-05T09:35:04.371599Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5597,
                "name": "CAMPLE LINE",
                "slug": "cample-line",
                "city": "Thornhill",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.22850589999999,-3.7335313",
                "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-10-05T09:35:12.512563Z",
            "publish_time": null,
            "slug": "cample-line-jumana-emil-abboud-the-unbearable-halfness-of-being-2023-10-07",
            "created_at": "2023-10-05T09:35:13.423271Z",
            "updated_at": "2023-10-05T09:35:13.463098Z",
            "summary": "Jumana Emil Abboud — The Unbearable Halfness of Being is an Gallery Shows event starting on 07/10/2023, 00:00 and ending on 17/12/2023, 01:00. Event is in CAMPLE LINE with address Cample Mill.",
            "title": "Jumana Emil Abboud — The Unbearable Halfness of Being",
            "content": null,
            "start_time": "2023-10-07T00:00:00.000000Z",
            "end_time": "2023-12-17T01: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": "Cample Mill",
            "city": "Dumfries",
            "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": 30309,
            "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": 28701,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91249867698140c69cb7420fa3280d3b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91249867698140c69cb7420fa3280d3b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/91249867698140c69cb7420fa3280d3b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91249867698140c69cb7420fa3280d3b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91249867698140c69cb7420fa3280d3b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91249867698140c69cb7420fa3280d3b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91249867698140c69cb7420fa3280d3b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91249867698140c69cb7420fa3280d3b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91249867698140c69cb7420fa3280d3b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91249867698140c69cb7420fa3280d3b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-11T08:10:26.850604Z",
                "updated_at": "2023-08-11T08:10:26.850658Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3616,
                "name": "Van Gogh House London",
                "slug": "van-gogh-house-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4745101,-0.115199",
                "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-11T08:10:29.774877Z",
            "publish_time": null,
            "slug": "van-gogh-house-london-the-living-house-2023-09-14",
            "created_at": "2023-08-11T08:10:30.686979Z",
            "updated_at": "2023-08-11T08:10:31.046063Z",
            "summary": "The Living House is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 17/12/2023, 01:00. Event is in Van Gogh House London with address 87 Hackford Road.",
            "title": "The Living House",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-12-17T01: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": "87 Hackford Road",
            "city": "London",
            "geolocation": "51.474512849999996,-0.11514172272727345",
            "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": 33089,
            "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": 31296,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff29b02488ac416cbab2c5a796ec5eb3-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff29b02488ac416cbab2c5a796ec5eb3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ff29b02488ac416cbab2c5a796ec5eb3.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff29b02488ac416cbab2c5a796ec5eb3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff29b02488ac416cbab2c5a796ec5eb3-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff29b02488ac416cbab2c5a796ec5eb3-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff29b02488ac416cbab2c5a796ec5eb3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff29b02488ac416cbab2c5a796ec5eb3-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff29b02488ac416cbab2c5a796ec5eb3-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff29b02488ac416cbab2c5a796ec5eb3-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-01T12:23:18.060789Z",
                "updated_at": "2023-11-01T12:23:18.060827Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6767,
                "name": "Belenartpsace",
                "slug": "belenartpsace",
                "city": "Madrid",
                "country": {
                    "code": "ES",
                    "name": "Spain"
                },
                "geolocation": "40.4243159,-3.696717400000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "ES",
            "publish_status": "published",
            "published_at": "2023-11-01T12:23:25.022944Z",
            "publish_time": null,
            "slug": "belenartpsace-de-productos-y-de-restos-2023-11-07",
            "created_at": "2023-11-01T12:23:25.944788Z",
            "updated_at": "2023-11-01T12:23:27.034700Z",
            "summary": "De productos y de restos is an Gallery Shows event starting on 07/11/2023, 01:00 and ending on 17/12/2023, 01:00. Event is in Belenartpsace with address Calle Belen 5.",
            "title": "De productos y de restos",
            "content": null,
            "start_time": "2023-11-07T01:00:00.000000Z",
            "end_time": "2023-12-17T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Calle Belen 5",
            "city": "Madrid",
            "geolocation": "38.995708,-1.8649311",
            "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": 33045,
            "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": 31255,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b988e02dfd84f7eb5bd78d9b2d3efc1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b988e02dfd84f7eb5bd78d9b2d3efc1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2b988e02dfd84f7eb5bd78d9b2d3efc1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b988e02dfd84f7eb5bd78d9b2d3efc1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b988e02dfd84f7eb5bd78d9b2d3efc1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b988e02dfd84f7eb5bd78d9b2d3efc1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b988e02dfd84f7eb5bd78d9b2d3efc1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b988e02dfd84f7eb5bd78d9b2d3efc1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b988e02dfd84f7eb5bd78d9b2d3efc1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b988e02dfd84f7eb5bd78d9b2d3efc1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-01T12:11:15.257199Z",
                "updated_at": "2023-11-01T12:11:15.257237Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7246,
                "name": "Oreofe Art Gallery, Workspace | Cannon Wharf",
                "slug": "oreofe-art-gallery-workspace-cannon-wharf",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4916321,-0.0384637",
                "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-11-01T12:11:20.890026Z",
            "publish_time": null,
            "slug": "oreofe-art-gallery-workspace-cannon-wharf-small-works-big-art-2023-11-09",
            "created_at": "2023-11-01T12:11:21.803532Z",
            "updated_at": "2023-11-01T12:11:22.479071Z",
            "summary": "Small Works Big Art is an Gallery Shows event starting on 09/11/2023, 01:00 and ending on 17/12/2023, 01:00. Event is in Oreofe Art Gallery, Workspace | Cannon Wharf with address The Old Rectory.",
            "title": "Small Works Big Art",
            "content": null,
            "start_time": "2023-11-09T01:00:00.000000Z",
            "end_time": "2023-12-17T01: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 Old Rectory",
            "city": "London",
            "geolocation": "52.8257105,0.4632211",
            "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": 33640,
            "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": 31808,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06e998c0aa1346f99845c2b7d817dcf5-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06e998c0aa1346f99845c2b7d817dcf5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/06e998c0aa1346f99845c2b7d817dcf5.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06e998c0aa1346f99845c2b7d817dcf5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06e998c0aa1346f99845c2b7d817dcf5-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06e998c0aa1346f99845c2b7d817dcf5-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06e998c0aa1346f99845c2b7d817dcf5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06e998c0aa1346f99845c2b7d817dcf5-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06e998c0aa1346f99845c2b7d817dcf5-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06e998c0aa1346f99845c2b7d817dcf5-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-21T11:50:24.819795Z",
                "updated_at": "2023-11-21T11:50:24.819836Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5487,
                "name": "Eden Gallery",
                "slug": "eden-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-11-21T11:50:28.562038Z",
            "publish_time": null,
            "slug": "eden-gallery-eden-gallerys-artistic-grand-prix-2023-11-16",
            "created_at": "2023-11-21T11:50:29.476449Z",
            "updated_at": "2023-11-21T11:50:31.559513Z",
            "summary": "EDEN Gallerys Artistic Grand Prix is an Gallery Shows event starting on 16/11/2023, 01:00 and ending on 17/12/2023, 01:00. Event is in Eden Gallery with address Las Vegas Blvd S, Las Vegas, NV 89109, United States.",
            "title": "EDEN Gallerys Artistic Grand Prix",
            "content": null,
            "start_time": "2023-11-16T01:00:00.000000Z",
            "end_time": "2023-12-17T01: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": "Las Vegas Blvd S, Las Vegas, NV 89109, United States",
            "city": "Las Vegas",
            "geolocation": "36.1435845,-115.157541",
            "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": 32846,
            "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": 31069,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0317b1216fa4fd98d258e88440a4ae4-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0317b1216fa4fd98d258e88440a4ae4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b0317b1216fa4fd98d258e88440a4ae4.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0317b1216fa4fd98d258e88440a4ae4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0317b1216fa4fd98d258e88440a4ae4-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0317b1216fa4fd98d258e88440a4ae4-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0317b1216fa4fd98d258e88440a4ae4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0317b1216fa4fd98d258e88440a4ae4-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0317b1216fa4fd98d258e88440a4ae4-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0317b1216fa4fd98d258e88440a4ae4-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-26T10:13:36.101351Z",
                "updated_at": "2023-10-26T10:13:36.101412Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4353,
                "name": "Hayward Gallery",
                "slug": "hayward-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.50616349999999,-0.115478",
                "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-10-26T10:13:39.816107Z",
            "publish_time": null,
            "slug": "hayward-gallery-koestler-arts-in-case-of-emergency-2023-11-02",
            "created_at": "2023-10-26T10:13:40.705629Z",
            "updated_at": "2023-10-26T10:13:40.753134Z",
            "summary": "Koestler Arts: IN CASE OF EMERGENCY is an Gallery Shows event starting on 02/11/2023, 01:00 and ending on 17/12/2023, 01:00. Event is in Hayward Gallery with address Hayward Gallery, Southbank Centre.",
            "title": "Koestler Arts: IN CASE OF EMERGENCY",
            "content": null,
            "start_time": "2023-11-02T01:00:00.000000Z",
            "end_time": "2023-12-17T01: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": "Hayward Gallery, Southbank Centre",
            "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": 31055,
            "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": 29389,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b1612668ec0d49f8ae765cad26383558-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b1612668ec0d49f8ae765cad26383558-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b1612668ec0d49f8ae765cad26383558.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b1612668ec0d49f8ae765cad26383558-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b1612668ec0d49f8ae765cad26383558-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b1612668ec0d49f8ae765cad26383558-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b1612668ec0d49f8ae765cad26383558-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b1612668ec0d49f8ae765cad26383558-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b1612668ec0d49f8ae765cad26383558-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b1612668ec0d49f8ae765cad26383558-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-12T10:46:22.277650Z",
                "updated_at": "2023-09-12T10:46:22.277686Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8067,
                "name": "Raven Row",
                "slug": "raven-row",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5181243,-0.0767963",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-09-12T10:46:27.705196Z",
            "publish_time": null,
            "slug": "raven-row-lutz-bacher-aye-2023-10-05",
            "created_at": "2023-09-12T10:46:28.609239Z",
            "updated_at": "2023-09-12T10:46:29.242322Z",
            "summary": "Lutz Bacher: AYE! is an Gallery Shows event starting on 05/10/2023, 00:00 and ending on 17/12/2023, 01:00. Event is in Raven Row with address 56 Artillery Lane.",
            "title": "Lutz Bacher: AYE!",
            "content": null,
            "start_time": "2023-10-05T00:00:00.000000Z",
            "end_time": "2023-12-17T01: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": "56 Artillery Lane",
            "city": "London",
            "geolocation": "51.5181295,-0.0768184",
            "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": 30489,
            "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": 28847,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49a30fda35f64d51b884ff37fd189fc0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49a30fda35f64d51b884ff37fd189fc0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/49a30fda35f64d51b884ff37fd189fc0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49a30fda35f64d51b884ff37fd189fc0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49a30fda35f64d51b884ff37fd189fc0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49a30fda35f64d51b884ff37fd189fc0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49a30fda35f64d51b884ff37fd189fc0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49a30fda35f64d51b884ff37fd189fc0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49a30fda35f64d51b884ff37fd189fc0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49a30fda35f64d51b884ff37fd189fc0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-23T08:37:29.013745Z",
                "updated_at": "2023-08-23T08:37:29.013798Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4523,
                "name": "American Museum of Ceramic Art",
                "slug": "american-museum-ceramic-art",
                "city": "Pomona",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0611973,-117.7508065",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-08-23T08:37:39.473516Z",
            "publish_time": null,
            "slug": "american-museum-of-ceramic-art-cj-jilek-systematic-erosion-2023-09-09",
            "created_at": "2023-08-23T08:37:40.733657Z",
            "updated_at": "2023-08-23T08:37:41.175118Z",
            "summary": "Cj Jilek: Systematic Erosion is an Gallery Shows event starting on 09/09/2023, 00:00 and ending on 17/12/2023, 01:00. Event is in American Museum of Ceramic Art with address 399 N Garey Ave.",
            "title": "Cj Jilek: Systematic Erosion",
            "content": null,
            "start_time": "2023-09-09T00:00:00.000000Z",
            "end_time": "2023-12-17T01: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": "399 N Garey Ave",
            "city": "Pomona",
            "geolocation": "34.0611411,-117.75071943972668",
            "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": 33384,
            "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": 31571,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/080de55720d2491b80b99e0836e89bf2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/080de55720d2491b80b99e0836e89bf2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/080de55720d2491b80b99e0836e89bf2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/080de55720d2491b80b99e0836e89bf2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/080de55720d2491b80b99e0836e89bf2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/080de55720d2491b80b99e0836e89bf2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/080de55720d2491b80b99e0836e89bf2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/080de55720d2491b80b99e0836e89bf2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/080de55720d2491b80b99e0836e89bf2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/080de55720d2491b80b99e0836e89bf2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-09T10:45:50.131556Z",
                "updated_at": "2023-11-09T10:45:50.131594Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6641,
                "name": "Heidi",
                "slug": "heidi",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5000994,13.3604356",
                "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-11-09T10:45:54.439637Z",
            "publish_time": null,
            "slug": "heidi-hanne-darboven-opus-25-a-ludwig-van-beethoven-2023-11-10",
            "created_at": "2023-11-09T10:45:55.348205Z",
            "updated_at": "2023-11-09T10:45:56.580225Z",
            "summary": "Hanne Darboven. Opus 25 A “Ludwig Van Beethoven” is an Gallery Shows event starting on 10/11/2023, 01:00 and ending on 17/12/2023, 01:00. Event is in Heidi with address Kurfürstenstraße 145.",
            "title": "Hanne Darboven. Opus 25 A “Ludwig Van Beethoven”",
            "content": null,
            "start_time": "2023-11-10T01:00:00.000000Z",
            "end_time": "2023-12-17T01: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": "Kurfürstenstraße 145",
            "city": "Berlin",
            "geolocation": "51.8424082,6.5949404",
            "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": 34319,
            "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": 32434,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b60cceff913c419b8e9fc91ec3e89d18-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b60cceff913c419b8e9fc91ec3e89d18-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b60cceff913c419b8e9fc91ec3e89d18.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b60cceff913c419b8e9fc91ec3e89d18-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b60cceff913c419b8e9fc91ec3e89d18-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b60cceff913c419b8e9fc91ec3e89d18-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b60cceff913c419b8e9fc91ec3e89d18-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b60cceff913c419b8e9fc91ec3e89d18-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b60cceff913c419b8e9fc91ec3e89d18-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b60cceff913c419b8e9fc91ec3e89d18-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-12-12T12:19:57.719328Z",
                "updated_at": "2023-12-12T12:19:57.719365Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6717,
                "name": "WURE AREA",
                "slug": "wure-area",
                "city": "Hong Kong",
                "country": {
                    "code": "HK",
                    "name": "Hong Kong"
                },
                "geolocation": "22.3249918,114.2090496",
                "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": "HK",
            "publish_status": "published",
            "published_at": "2023-12-12T12:20:02.822385Z",
            "publish_time": null,
            "slug": "wure-area-unfinished-the-invisible-condition-2023-11-25",
            "created_at": "2023-12-12T12:20:03.717116Z",
            "updated_at": "2023-12-12T12:20:03.765000Z",
            "summary": "未竟之狀 Unfinished: The Invisible Condition is an Gallery Shows event starting on 25/11/2023, 01:00 and ending on 17/12/2023, 01:00. Event is in WURE AREA with address Room 07, 7/F, Block B,.",
            "title": "未竟之狀 Unfinished: The Invisible Condition",
            "content": null,
            "start_time": "2023-11-25T01:00:00.000000Z",
            "end_time": "2023-12-17T01: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": "Room 07, 7/F, Block B,",
            "city": "Hong Kong",
            "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": 33543,
            "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": 31718,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e3dc6645b914232b2be9fdd5150b4d9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e3dc6645b914232b2be9fdd5150b4d9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8e3dc6645b914232b2be9fdd5150b4d9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e3dc6645b914232b2be9fdd5150b4d9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e3dc6645b914232b2be9fdd5150b4d9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e3dc6645b914232b2be9fdd5150b4d9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e3dc6645b914232b2be9fdd5150b4d9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e3dc6645b914232b2be9fdd5150b4d9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e3dc6645b914232b2be9fdd5150b4d9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e3dc6645b914232b2be9fdd5150b4d9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-15T13:26:41.283369Z",
                "updated_at": "2023-11-15T13:26:41.283454Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8617,
                "name": "Management NYC",
                "slug": "management-nyc",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7134389,-73.9961984",
                "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-11-15T13:26:44.915313Z",
            "publish_time": null,
            "slug": "management-nyc-asif-mian-the-village-bites-itself-2023-11-08",
            "created_at": "2023-11-15T13:26:45.839476Z",
            "updated_at": "2023-11-15T13:26:49.039707Z",
            "summary": "Asif Mian. The Village Bites Itself is an Gallery Shows event starting on 08/11/2023, 01:00 and ending on 17/12/2023, 01:00. Event is in Management NYC with address 39 E Broadway, 404.",
            "title": "Asif Mian. The Village Bites Itself",
            "content": null,
            "start_time": "2023-11-08T01:00:00.000000Z",
            "end_time": "2023-12-17T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "39 E Broadway, 404",
            "city": "New York",
            "geolocation": "42.8815146,-71.32461083045007",
            "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": []
        }
    ]
}