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

{
    "count": 37604,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=4500&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=4464&ordering=-end_time",
    "results": [
        {
            "id": 34507,
            "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": 32608,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d73cb25bd6f74eb0a9e654fb1d02f452-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d73cb25bd6f74eb0a9e654fb1d02f452-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d73cb25bd6f74eb0a9e654fb1d02f452-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d73cb25bd6f74eb0a9e654fb1d02f452-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d73cb25bd6f74eb0a9e654fb1d02f452-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d73cb25bd6f74eb0a9e654fb1d02f452.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d73cb25bd6f74eb0a9e654fb1d02f452-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d73cb25bd6f74eb0a9e654fb1d02f452-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d73cb25bd6f74eb0a9e654fb1d02f452-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d73cb25bd6f74eb0a9e654fb1d02f452-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-22T14:06:13.641519Z",
                "updated_at": "2023-12-22T14:06:13.641559Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9555,
                "name": "The Korshun Art Projects",
                "slug": "korshun-art-projects",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0835419,-118.3698767",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-12-22T14:06:18.470544Z",
            "publish_time": null,
            "slug": "the-korshun-art-projects-beyond-triumph-and-loss-a-resilient-journey-through-art-and-identity-by-anna-kostritskaya-2023-12-16",
            "created_at": "2023-12-22T14:06:19.375246Z",
            "updated_at": "2023-12-22T14:06:20.666820Z",
            "summary": "“Beyond Triumph and Loss: A Resilient Journey Through Art and Identity” by Anna Kostritskaya is an Gallery Shows event starting on 16/12/2023, 01:00 and ending on 27/01/2024, 01:00. Event is in The Korshun Art Projects with address 8272 Melrose ave.",
            "title": "“Beyond Triumph and Loss: A Resilient Journey Through Art and Identity” by Anna Kostritskaya",
            "content": null,
            "start_time": "2023-12-16T01:00:00.000000Z",
            "end_time": "2024-01-27T01: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": "8272 Melrose ave",
            "city": "Los Angeles",
            "geolocation": "34.08360342723074,-118.36990181215569",
            "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": 34406,
            "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": 32511,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9b2dcc9b6d8848b58f2ec61910ae2a52-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9b2dcc9b6d8848b58f2ec61910ae2a52-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9b2dcc9b6d8848b58f2ec61910ae2a52-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9b2dcc9b6d8848b58f2ec61910ae2a52-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9b2dcc9b6d8848b58f2ec61910ae2a52-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9b2dcc9b6d8848b58f2ec61910ae2a52.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9b2dcc9b6d8848b58f2ec61910ae2a52-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9b2dcc9b6d8848b58f2ec61910ae2a52-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9b2dcc9b6d8848b58f2ec61910ae2a52-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9b2dcc9b6d8848b58f2ec61910ae2a52-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-21T11:53:28.461935Z",
                "updated_at": "2023-12-21T11:53:28.461972Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8656,
                "name": "AKA contemporary",
                "slug": "aka-contemporary",
                "city": "Cambridge",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.1887591,0.1392131",
                "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-21T11:53:34.356958Z",
            "publish_time": null,
            "slug": "aka-contemporary-whispers-of-warmth-2023-12-20",
            "created_at": "2023-12-21T11:53:35.490243Z",
            "updated_at": "2023-12-21T11:53:35.982663Z",
            "summary": "Whispers of Warmth is an Gallery Shows event starting on 20/12/2023, 01:00 and ending on 27/01/2024, 01:00. Event is in AKA contemporary with address The Studio.",
            "title": "Whispers of Warmth",
            "content": null,
            "start_time": "2023-12-20T01:00:00.000000Z",
            "end_time": "2024-01-27T01: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 Studio",
            "city": "Cambridge",
            "geolocation": "52.5327961,-1.4453352202153522",
            "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": 33496,
            "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": 31676,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1b8d4c027314748988cd1e06243639c-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1b8d4c027314748988cd1e06243639c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1b8d4c027314748988cd1e06243639c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1b8d4c027314748988cd1e06243639c-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1b8d4c027314748988cd1e06243639c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e1b8d4c027314748988cd1e06243639c.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1b8d4c027314748988cd1e06243639c-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1b8d4c027314748988cd1e06243639c-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1b8d4c027314748988cd1e06243639c-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1b8d4c027314748988cd1e06243639c-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-15T13:17:54.569036Z",
                "updated_at": "2023-11-15T13:17:54.569074Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4573,
                "name": "Commonage Projects",
                "slug": "commonage-projects",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.52940900000001,-0.0610477",
                "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-15T13:17:58.551435Z",
            "publish_time": null,
            "slug": "commonage-projects-adam-boyd-protubs-2023-11-24",
            "created_at": "2023-11-15T13:17:59.467194Z",
            "updated_at": "2023-11-15T13:18:00.363521Z",
            "summary": "Adam Boyd: Protubs is an Gallery Shows event starting on 24/11/2023, 01:00 and ending on 27/01/2024, 01:00. Event is in Commonage Projects with address 53 Old Bethnal Green Rd, London.",
            "title": "Adam Boyd: Protubs",
            "content": null,
            "start_time": "2023-11-24T01:00:00.000000Z",
            "end_time": "2024-01-27T01: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": "53 Old Bethnal Green Rd, London",
            "city": "London",
            "geolocation": "51.5293782,-0.0610867",
            "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": 33994,
            "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": 32131,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/236a2061d27e480fb3c6d866db47a709-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/236a2061d27e480fb3c6d866db47a709-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/236a2061d27e480fb3c6d866db47a709-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/236a2061d27e480fb3c6d866db47a709-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/236a2061d27e480fb3c6d866db47a709-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/236a2061d27e480fb3c6d866db47a709.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/236a2061d27e480fb3c6d866db47a709-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/236a2061d27e480fb3c6d866db47a709-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/236a2061d27e480fb3c6d866db47a709-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/236a2061d27e480fb3c6d866db47a709-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-30T15:07:49.835975Z",
                "updated_at": "2023-11-30T15:07:49.836012Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9489,
                "name": "Railings Gallery",
                "slug": "railings-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.518777,-0.1510897",
                "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-30T15:07:55.323907Z",
            "publish_time": null,
            "slug": "railings-gallery-returning-solo-show-deborah-schenck-2023-12-11",
            "created_at": "2023-11-30T15:07:56.222033Z",
            "updated_at": "2023-11-30T15:07:57.226154Z",
            "summary": "'Returning' solo show Deborah Schenck is an Gallery Shows event starting on 11/12/2023, 01:00 and ending on 27/01/2024, 01:00. Event is in Railings Gallery with address 5 New Cavendish Street.",
            "title": "'Returning' solo show Deborah Schenck",
            "content": null,
            "start_time": "2023-12-11T01:00:00.000000Z",
            "end_time": "2024-01-27T01: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": "5 New Cavendish Street",
            "city": "London",
            "geolocation": "51.5187806,-0.1511463",
            "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": 33972,
            "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": 32112,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0a9d181805ed4bd08385116e3d682617-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0a9d181805ed4bd08385116e3d682617-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0a9d181805ed4bd08385116e3d682617-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0a9d181805ed4bd08385116e3d682617-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0a9d181805ed4bd08385116e3d682617-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0a9d181805ed4bd08385116e3d682617.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0a9d181805ed4bd08385116e3d682617-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0a9d181805ed4bd08385116e3d682617-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0a9d181805ed4bd08385116e3d682617-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0a9d181805ed4bd08385116e3d682617-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-30T14:50:15.962074Z",
                "updated_at": "2023-11-30T14:50:15.962111Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4831,
                "name": "Korean Cultural Centre UK",
                "slug": "korean-cultural-centre-uk",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5078429,-0.1264047",
                "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-30T14:50:21.425927Z",
            "publish_time": null,
            "slug": "korean-cultural-centre-uk-1883-a-journey-through-the-archives-2023-12-07",
            "created_at": "2023-11-30T14:50:22.346903Z",
            "updated_at": "2023-11-30T14:50:22.387719Z",
            "summary": "1883: A Journey Through the Archives is an Gallery Shows event starting on 07/12/2023, 01:00 and ending on 27/01/2024, 01:00. Event is in Korean Cultural Centre UK with address Ground Floor, Grand Buildings.",
            "title": "1883: A Journey Through the Archives",
            "content": null,
            "start_time": "2023-12-07T01:00:00.000000Z",
            "end_time": "2024-01-27T01: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": "Ground Floor, Grand Buildings",
            "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": 32292,
            "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": 30548,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45a39067bbab4729bfcc8346e8360ae1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45a39067bbab4729bfcc8346e8360ae1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45a39067bbab4729bfcc8346e8360ae1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45a39067bbab4729bfcc8346e8360ae1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45a39067bbab4729bfcc8346e8360ae1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/45a39067bbab4729bfcc8346e8360ae1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45a39067bbab4729bfcc8346e8360ae1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45a39067bbab4729bfcc8346e8360ae1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45a39067bbab4729bfcc8346e8360ae1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45a39067bbab4729bfcc8346e8360ae1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-10-12T09:30:01.140800Z",
                "updated_at": "2023-10-12T09:30:01.140856Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9292,
                "name": "548 West 22nd Street",
                "slug": "548-west-22nd-street",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.747812,-74.007014",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-10-12T09:30:10.342631Z",
            "publish_time": null,
            "slug": "548-west-22nd-street-making-their-mark-works-from-the-shah-garg-collection-2023-11-02",
            "created_at": "2023-10-12T09:30:11.304339Z",
            "updated_at": "2023-10-12T09:30:12.804089Z",
            "summary": "Making Their Mark: Works from the Shah Garg Collection is an Gallery Shows event starting on 02/11/2023, 01:00 and ending on 27/01/2024, 01:00. Event is in 548 West 22nd Street with address 548 West 22nd Street.",
            "title": "Making Their Mark: Works from the Shah Garg Collection",
            "content": null,
            "start_time": "2023-11-02T01:00:00.000000Z",
            "end_time": "2024-01-27T01: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": "548 West 22nd Street",
            "city": "New York",
            "geolocation": "40.74775955,-74.00700522824357",
            "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": 32696,
            "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": 30927,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb19f2dae6364327820eea5e77422acf-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb19f2dae6364327820eea5e77422acf-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb19f2dae6364327820eea5e77422acf-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb19f2dae6364327820eea5e77422acf-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb19f2dae6364327820eea5e77422acf-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/eb19f2dae6364327820eea5e77422acf.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb19f2dae6364327820eea5e77422acf-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb19f2dae6364327820eea5e77422acf-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb19f2dae6364327820eea5e77422acf-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb19f2dae6364327820eea5e77422acf-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-10-25T09:45:44.824289Z",
                "updated_at": "2023-10-25T09:45:44.824346Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3623,
                "name": "ChertLüdde",
                "slug": "chertludde",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5012206,13.4134331",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-10-25T09:45:49.265545Z",
            "publish_time": null,
            "slug": "chertludde-rodrigo-hernandez-stars-around-this-beautiful-moon-hide-back-their-luminous-form-2023-10-27",
            "created_at": "2023-10-25T09:45:50.280335Z",
            "updated_at": "2023-10-25T09:46:00.606315Z",
            "summary": "Rodrigo Hernández. stars around this beautiful moon hide back their luminous form is an Gallery Shows event starting on 27/10/2023, 00:00 and ending on 27/01/2024, 01:00. Event is in ChertLüdde with address Hauptstr. 18.",
            "title": "Rodrigo Hernández. stars around this beautiful moon hide back their luminous form",
            "content": null,
            "start_time": "2023-10-27T00:00:00.000000Z",
            "end_time": "2024-01-27T01: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": "Hauptstr. 18",
            "city": "Berlin",
            "geolocation": "49.8931748,9.5912141",
            "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": 34851,
            "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": 32929,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af44f7b34e0d4d63bf4e9c847eead5cf-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af44f7b34e0d4d63bf4e9c847eead5cf-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af44f7b34e0d4d63bf4e9c847eead5cf-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af44f7b34e0d4d63bf4e9c847eead5cf-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af44f7b34e0d4d63bf4e9c847eead5cf-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/af44f7b34e0d4d63bf4e9c847eead5cf.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af44f7b34e0d4d63bf4e9c847eead5cf-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af44f7b34e0d4d63bf4e9c847eead5cf-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af44f7b34e0d4d63bf4e9c847eead5cf-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af44f7b34e0d4d63bf4e9c847eead5cf-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-10T12:48:44.339231Z",
                "updated_at": "2024-01-10T12:48:44.339294Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8091,
                "name": "Thomas VanDyke Gallery",
                "slug": "thomas-vandyke-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.6519166,-74.00529460000001",
                "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": "2024-01-10T12:48:54.304968Z",
            "publish_time": null,
            "slug": "thomas-vandyke-gallery-when-we-laid-in-the-garden-of-delights-2024-01-06",
            "created_at": "2024-01-10T12:48:55.394482Z",
            "updated_at": "2024-01-10T12:48:58.487554Z",
            "summary": "When We Laid in the Garden of Delights is an Gallery Shows event starting on 06/01/2024, 01:00 and ending on 27/01/2024, 01:00. Event is in Thomas VanDyke Gallery with address 434 39th St.",
            "title": "When We Laid in the Garden of Delights",
            "content": null,
            "start_time": "2024-01-06T01:00:00.000000Z",
            "end_time": "2024-01-27T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "434 39th St",
            "city": "Brooklyn",
            "geolocation": "44.04937925,-122.97097415",
            "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": 33409,
            "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": 31592,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9156cab422c14eada45228ccfca6aec1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9156cab422c14eada45228ccfca6aec1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9156cab422c14eada45228ccfca6aec1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9156cab422c14eada45228ccfca6aec1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9156cab422c14eada45228ccfca6aec1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9156cab422c14eada45228ccfca6aec1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9156cab422c14eada45228ccfca6aec1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9156cab422c14eada45228ccfca6aec1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9156cab422c14eada45228ccfca6aec1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9156cab422c14eada45228ccfca6aec1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-13T15:18:27.991125Z",
                "updated_at": "2023-11-13T15:18:27.991162Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 723,
                "name": "Gagosian New York Park Avenue 821",
                "slug": "gagosian-gallery-park-75-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7729097,-73.9619581",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 508,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20140829695769451-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20140829695769451-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20140829695769451-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20140829695769451-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20140829695769451-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20140829695769451-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/20140829695769451.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20140829695769451-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-18T14:11:28.921232Z",
                    "updated_at": "2021-09-14T12:47:30.727264Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "2014082969576945",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-11-13T15:18:34.218353Z",
            "publish_time": null,
            "slug": "gagosian-park-75-new-york-carol-bove-hardware-romance-2023-11-03",
            "created_at": "2023-11-13T15:18:35.188687Z",
            "updated_at": "2023-11-13T15:18:37.669785Z",
            "summary": "Carol Bove. Hardware Romance is an Gallery Shows event starting on 03/11/2023, 01:00 and ending on 27/01/2024, 01:00. Event is in Gagosian New York Park Avenue 821 with address 821 Park Avenue.",
            "title": "Carol Bove. Hardware Romance",
            "content": null,
            "start_time": "2023-11-03T01:00:00.000000Z",
            "end_time": "2024-01-27T01: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": "821 Park Avenue",
            "city": "New York",
            "geolocation": "40.77306,-73.9620958",
            "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": 32720,
            "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": 30945,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/59dd63194c1340dfb32821a18ecdb79a-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/59dd63194c1340dfb32821a18ecdb79a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/59dd63194c1340dfb32821a18ecdb79a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/59dd63194c1340dfb32821a18ecdb79a-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/59dd63194c1340dfb32821a18ecdb79a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/59dd63194c1340dfb32821a18ecdb79a.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/59dd63194c1340dfb32821a18ecdb79a-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/59dd63194c1340dfb32821a18ecdb79a-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/59dd63194c1340dfb32821a18ecdb79a-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/59dd63194c1340dfb32821a18ecdb79a-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-10-25T09:48:36.780615Z",
                "updated_at": "2023-10-25T09:48:36.780677Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7870,
                "name": "Galerie Georg Nothelfer",
                "slug": "galerie-georg-nothelfer",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5069493,13.3501242",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-10-25T09:48:45.651843Z",
            "publish_time": null,
            "slug": "galerie-georg-nothelfer-was-neues-vom-tatort-2023-11-25",
            "created_at": "2023-10-25T09:48:46.577811Z",
            "updated_at": "2023-10-25T09:48:47.767862Z",
            "summary": "Was Neues vom Tatort? is an Gallery Shows event starting on 25/11/2023, 01:00 and ending on 27/01/2024, 01:00. Event is in Galerie Georg Nothelfer with address Corneliusstrasse 3.",
            "title": "Was Neues vom Tatort?",
            "content": null,
            "start_time": "2023-11-25T01:00:00.000000Z",
            "end_time": "2024-01-27T01: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": "Corneliusstrasse 3",
            "city": "Berlin",
            "geolocation": "50.93992075,6.057054816714016",
            "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": 34215,
            "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": 32331,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5b981cfc3b6480093eab169931323a5-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5b981cfc3b6480093eab169931323a5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5b981cfc3b6480093eab169931323a5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5b981cfc3b6480093eab169931323a5-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5b981cfc3b6480093eab169931323a5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c5b981cfc3b6480093eab169931323a5.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5b981cfc3b6480093eab169931323a5-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5b981cfc3b6480093eab169931323a5-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5b981cfc3b6480093eab169931323a5-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5b981cfc3b6480093eab169931323a5-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-07T11:50:32.025356Z",
                "updated_at": "2023-12-07T11:50:32.025428Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5004,
                "name": "MAMOTH",
                "slug": "mamoth",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5262258,-0.1308652",
                "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-07T11:50:36.329199Z",
            "publish_time": null,
            "slug": "mamoth-jacob-mason-macklin-underground-2023-11-30",
            "created_at": "2023-12-07T11:50:37.250963Z",
            "updated_at": "2023-12-07T11:50:38.078982Z",
            "summary": "Jacob Mason-Macklin. Underground is an Gallery Shows event starting on 30/11/2023, 01:00 and ending on 27/01/2024, 01:00. Event is in MAMOTH with address 3 Endsleigh Street.",
            "title": "Jacob Mason-Macklin. Underground",
            "content": null,
            "start_time": "2023-11-30T01:00:00.000000Z",
            "end_time": "2024-01-27T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "3 Endsleigh Street",
            "city": "London",
            "geolocation": "-27.5650317,153.0791077",
            "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": 34733,
            "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": 32819,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac9049551d4042d39020859be943da98-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac9049551d4042d39020859be943da98-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac9049551d4042d39020859be943da98-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac9049551d4042d39020859be943da98-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac9049551d4042d39020859be943da98-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ac9049551d4042d39020859be943da98.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac9049551d4042d39020859be943da98-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac9049551d4042d39020859be943da98-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac9049551d4042d39020859be943da98-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac9049551d4042d39020859be943da98-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-05T10:57:24.333907Z",
                "updated_at": "2024-01-05T10:57:24.333944Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8856,
                "name": "Tara Downs",
                "slug": "tara-downs",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7196048,-74.0014132",
                "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": "2024-01-05T10:57:33.319904Z",
            "publish_time": null,
            "slug": "tara-downs-hou-zichao-fallen-lush-racing-share-2023-12-14",
            "created_at": "2024-01-05T10:57:34.342357Z",
            "updated_at": "2024-01-05T10:57:34.386265Z",
            "summary": "Hou Zichao. 弗洛塞芬 Fallen lush racing share is an Gallery Shows event starting on 14/12/2023, 01:00 and ending on 27/01/2024, 01:00. Event is in Tara Downs with address 424 Broadway, Floor 3.",
            "title": "Hou Zichao. 弗洛塞芬 Fallen lush racing share",
            "content": null,
            "start_time": "2023-12-14T01:00:00.000000Z",
            "end_time": "2024-01-27T01: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": "424 Broadway, Floor 3",
            "city": "New York",
            "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": 34143,
            "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": 32269,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3818c0b48ef8497282773ae997bed75b-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3818c0b48ef8497282773ae997bed75b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3818c0b48ef8497282773ae997bed75b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3818c0b48ef8497282773ae997bed75b-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3818c0b48ef8497282773ae997bed75b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3818c0b48ef8497282773ae997bed75b.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3818c0b48ef8497282773ae997bed75b-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3818c0b48ef8497282773ae997bed75b-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3818c0b48ef8497282773ae997bed75b-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3818c0b48ef8497282773ae997bed75b-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-05T12:43:54.716412Z",
                "updated_at": "2023-12-05T12:43:54.716450Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5578,
                "name": "Zwinger Galerie",
                "slug": "zwinger-galerie",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.4925732,13.3661542",
                "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-12-05T12:43:57.222839Z",
            "publish_time": null,
            "slug": "zwinger-galerie-ueli-etter-mother-cloud-2023-11-18",
            "created_at": "2023-12-05T12:43:58.292744Z",
            "updated_at": "2023-12-05T12:43:59.441197Z",
            "summary": "Ueli Etter. mother cloud is an Gallery Shows event starting on 18/11/2023, 01:00 and ending on 27/01/2024, 01:00. Event is in Zwinger Galerie with address Mansteinstrasse 5.",
            "title": "Ueli Etter. mother cloud",
            "content": null,
            "start_time": "2023-11-18T01:00:00.000000Z",
            "end_time": "2024-01-27T01: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": "Mansteinstrasse 5",
            "city": "Berlin",
            "geolocation": "52.4924952,13.3665798",
            "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": 35035,
            "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": 33106,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bda778e9f794b0abeb822ef61f251ed-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bda778e9f794b0abeb822ef61f251ed-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bda778e9f794b0abeb822ef61f251ed-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bda778e9f794b0abeb822ef61f251ed-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bda778e9f794b0abeb822ef61f251ed-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8bda778e9f794b0abeb822ef61f251ed.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bda778e9f794b0abeb822ef61f251ed-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bda778e9f794b0abeb822ef61f251ed-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bda778e9f794b0abeb822ef61f251ed-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bda778e9f794b0abeb822ef61f251ed-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-17T08:34:12.900102Z",
                "updated_at": "2024-01-17T08:34:12.900141Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8121,
                "name": "Residence Casa Silvana",
                "slug": "residence-casa-silvana",
                "city": "Humacao",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.73774969999999,10.7097183",
                "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": "PR",
            "publish_status": "published",
            "published_at": "2024-01-17T08:34:22.364835Z",
            "publish_time": null,
            "slug": "residence-casa-silvana-ocupando-dimensiones-renacer-de-kariel-argenis-2024-01-13",
            "created_at": "2024-01-17T08:34:23.265463Z",
            "updated_at": "2024-01-17T08:34:23.309444Z",
            "summary": "“Ocupando Dimensiones: RENACER” de Kariel Argenis is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 27/01/2024, 01:00. Event is in Residence Casa Silvana with address Camino Los Marcanos.",
            "title": "“Ocupando Dimensiones: RENACER” de Kariel Argenis",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-01-27T01: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": "Camino Los Marcanos",
            "city": "Humacao",
            "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": 36477,
            "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": 34581,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e68f8754b6d4eada9a694c012904d03-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e68f8754b6d4eada9a694c012904d03-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e68f8754b6d4eada9a694c012904d03-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e68f8754b6d4eada9a694c012904d03-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e68f8754b6d4eada9a694c012904d03-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3e68f8754b6d4eada9a694c012904d03.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e68f8754b6d4eada9a694c012904d03-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e68f8754b6d4eada9a694c012904d03-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e68f8754b6d4eada9a694c012904d03-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e68f8754b6d4eada9a694c012904d03-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-05T15:16:48.827555Z",
                "updated_at": "2024-03-05T15:16:48.827613Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6512,
                "name": "Microscope Gallery",
                "slug": "microscope-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7521599,-74.0026804",
                "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": "2024-03-05T15:16:56.884330Z",
            "publish_time": null,
            "slug": "microscope-gallery-jahi-kijo-lendor-hymns-from-beyond-the-buttermilk-2023-12-21",
            "created_at": "2024-03-05T15:16:58.215264Z",
            "updated_at": "2024-03-05T15:16:59.785362Z",
            "summary": "Jahi Kijo Lendor. Hymns from Beyond the Buttermilk is an Gallery Shows event starting on 21/12/2023, 01:00 and ending on 27/01/2024, 01:00. Event is in Microscope Gallery with address 525 West 29th Street,.",
            "title": "Jahi Kijo Lendor. Hymns from Beyond the Buttermilk",
            "content": null,
            "start_time": "2023-12-21T01:00:00.000000Z",
            "end_time": "2024-01-27T01: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": "525 West 29th Street,",
            "city": "New York",
            "geolocation": "40.7521088,-74.0026522",
            "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": 30479,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 5861,
                "name": "Galerie m",
                "slug": "galerie-m",
                "city": "Bochum",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "51.44831999999999,7.19051",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-08-17T10:38:04.821707Z",
            "publish_time": null,
            "slug": "galerie-m-lucinda-devlin-lena-von-goedeke-caroline-von-grone-simone-nieweg-tanya-poole-naturen-natures-2023-09-01",
            "created_at": "2023-08-17T10:38:05.715107Z",
            "updated_at": "2023-08-17T10:38:15.121622Z",
            "summary": "Lucinda Devlin | Lena von Goedeke | Caroline von Grone | Simone Nieweg | Tanya Poole: Naturen / Natures is an Gallery Shows event starting on 01/09/2023, 00:00 and ending on 26/01/2024, 01:00. Event is in Galerie m with address Schlossstraße 1a.",
            "title": "Lucinda Devlin | Lena von Goedeke | Caroline von Grone | Simone Nieweg | Tanya Poole: Naturen / Natures",
            "content": null,
            "start_time": "2023-09-01T00:00:00.000000Z",
            "end_time": "2024-01-26T01: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": "Schlossstraße 1a",
            "city": "Bochum",
            "geolocation": "52.1127129,12.452727831171618",
            "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": 34561,
            "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": 32658,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60d875860c0a4eb5874ffc8c406be260-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60d875860c0a4eb5874ffc8c406be260-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60d875860c0a4eb5874ffc8c406be260-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60d875860c0a4eb5874ffc8c406be260-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60d875860c0a4eb5874ffc8c406be260-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/60d875860c0a4eb5874ffc8c406be260.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60d875860c0a4eb5874ffc8c406be260-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60d875860c0a4eb5874ffc8c406be260-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60d875860c0a4eb5874ffc8c406be260-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60d875860c0a4eb5874ffc8c406be260-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-27T13:05:31.698693Z",
                "updated_at": "2023-12-27T13:05:31.698729Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4703,
                "name": "Nottingham Contemporary",
                "slug": "nottingham-contemporary",
                "city": "Nottingham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.95165480000001,-1.1457086",
                "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-27T13:05:38.443690Z",
            "publish_time": null,
            "slug": "nottingham-contemporary-launch-dora-budor-and-paul-mpagi-sepuya-2024-01-26",
            "created_at": "2023-12-27T13:05:39.371975Z",
            "updated_at": "2023-12-27T13:05:39.757023Z",
            "summary": "Launch: Dora Budor and Paul Mpagi Sepuya is an Gallery Shows event starting on 26/01/2024, 01:00 and ending on 26/01/2024, 01:00. Event is in Nottingham Contemporary with address Weekday Cross.",
            "title": "Launch: Dora Budor and Paul Mpagi Sepuya",
            "content": null,
            "start_time": "2024-01-26T01:00:00.000000Z",
            "end_time": "2024-01-26T01: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": "Weekday Cross",
            "city": "Nottingham",
            "geolocation": "52.9513759,-1.1460366",
            "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": 33065,
            "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": 31273,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f427bd6d6d594783b01bb0dfb085f8f2-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f427bd6d6d594783b01bb0dfb085f8f2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f427bd6d6d594783b01bb0dfb085f8f2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f427bd6d6d594783b01bb0dfb085f8f2-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f427bd6d6d594783b01bb0dfb085f8f2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f427bd6d6d594783b01bb0dfb085f8f2.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f427bd6d6d594783b01bb0dfb085f8f2-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f427bd6d6d594783b01bb0dfb085f8f2-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f427bd6d6d594783b01bb0dfb085f8f2-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f427bd6d6d594783b01bb0dfb085f8f2-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-01T12:14:57.780512Z",
                "updated_at": "2023-11-01T12:14:57.780550Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6925,
                "name": "Studio Gariboldi",
                "slug": "studio-gariboldi",
                "city": "Milan",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.4671208,9.2012442",
                "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-01T12:15:04.444035Z",
            "publish_time": null,
            "slug": "studio-gariboldi-reveries-tredici-artisti-francesi-del-dopoguerra-2023-11-16",
            "created_at": "2023-11-01T12:15:05.357071Z",
            "updated_at": "2023-11-01T12:15:06.978955Z",
            "summary": "RÊVERIES tredici artisti francesi del dopoguerra is an Gallery Shows event starting on 16/11/2023, 01:00 and ending on 26/01/2024, 01:00. Event is in Studio Gariboldi with address Corso Monforte 23.",
            "title": "RÊVERIES tredici artisti francesi del dopoguerra",
            "content": null,
            "start_time": "2023-11-16T01:00:00.000000Z",
            "end_time": "2024-01-26T01: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": "Corso Monforte 23",
            "city": "Milan",
            "geolocation": "45.4671191,9.2010655",
            "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": []
        }
    ]
}