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

{
    "count": 37587,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=24012&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=23976&ordering=start_time",
    "results": [
        {
            "id": 24562,
            "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": 23611,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae0e6f4c146c4dc5b2190f27996cde91-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae0e6f4c146c4dc5b2190f27996cde91-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ae0e6f4c146c4dc5b2190f27996cde91.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae0e6f4c146c4dc5b2190f27996cde91-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae0e6f4c146c4dc5b2190f27996cde91-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae0e6f4c146c4dc5b2190f27996cde91-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae0e6f4c146c4dc5b2190f27996cde91-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae0e6f4c146c4dc5b2190f27996cde91-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae0e6f4c146c4dc5b2190f27996cde91-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae0e6f4c146c4dc5b2190f27996cde91-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-12T14:15:51.640018Z",
                "updated_at": "2023-04-12T14:15:51.640055Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4386,
                "name": "Locks Gallery",
                "slug": "locks-gallery",
                "city": "Philadelphia",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.945947,-75.151665",
                "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-04-12T14:15:57.397865Z",
            "publish_time": null,
            "slug": "locks-gallery-snow-and-waterfall-2023-04-04",
            "created_at": "2023-04-12T14:15:58.319732Z",
            "updated_at": "2023-04-12T14:15:58.867802Z",
            "summary": "Snow and Waterfall is an Gallery Shows event starting on 04/04/2023, 00:00 and ending on 12/05/2023, 00:00. Event is in Locks Gallery with address 600 Washington Square S..",
            "title": "Snow and Waterfall",
            "content": null,
            "start_time": "2023-04-04T00:00:00.000000Z",
            "end_time": "2023-05-12T00: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": "600 Washington Square S.",
            "city": "Philadelphia",
            "geolocation": "40.7299438,-73.9973576",
            "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": 24635,
            "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": 23672,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9fe0e7598f214821a944fadd00b9e9d0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9fe0e7598f214821a944fadd00b9e9d0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9fe0e7598f214821a944fadd00b9e9d0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9fe0e7598f214821a944fadd00b9e9d0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9fe0e7598f214821a944fadd00b9e9d0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9fe0e7598f214821a944fadd00b9e9d0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9fe0e7598f214821a944fadd00b9e9d0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9fe0e7598f214821a944fadd00b9e9d0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9fe0e7598f214821a944fadd00b9e9d0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9fe0e7598f214821a944fadd00b9e9d0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-14T16:53:38.848636Z",
                "updated_at": "2023-04-14T16:53:38.848676Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8242,
                "name": "MANSION9",
                "slug": "mansion9",
                "city": "Seoul",
                "country": {
                    "code": "KR",
                    "name": "South Korea"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "KR",
            "publish_status": "published",
            "published_at": "2023-04-14T16:54:33.183803Z",
            "publish_time": null,
            "slug": "mansion9-kimmi-blooming-paradise-2023-04-04",
            "created_at": "2023-04-14T16:54:34.046662Z",
            "updated_at": "2023-04-14T16:54:35.031608Z",
            "summary": "Kimmi : Blooming Paradise is an Gallery Shows event starting on 04/04/2023, 00:00 and ending on 20/04/2023, 00:00. Event is in MANSION9 with address 226, Bangbae-ro, Seocho-gu, Seoul, KR.",
            "title": "Kimmi : Blooming Paradise",
            "content": null,
            "start_time": "2023-04-04T00:00:00.000000Z",
            "end_time": "2023-04-20T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "226, Bangbae-ro, Seocho-gu, Seoul, KR",
            "city": "Seoul",
            "geolocation": "37.4843821,126.9957527",
            "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": 24644,
            "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": 23684,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa3bca198bf14c03825944488dad4dab-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa3bca198bf14c03825944488dad4dab-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fa3bca198bf14c03825944488dad4dab.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa3bca198bf14c03825944488dad4dab-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa3bca198bf14c03825944488dad4dab-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa3bca198bf14c03825944488dad4dab-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa3bca198bf14c03825944488dad4dab-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa3bca198bf14c03825944488dad4dab-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa3bca198bf14c03825944488dad4dab-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa3bca198bf14c03825944488dad4dab-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-14T17:01:03.604570Z",
                "updated_at": "2023-04-14T17:01:03.604608Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5626,
                "name": "Pamenkalnio Gallery",
                "slug": "pamenkalnio-gallery",
                "city": "Vilnius",
                "country": {
                    "code": "LT",
                    "name": "Lithuania"
                },
                "geolocation": "54.677797,25.286202",
                "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": "LT",
            "publish_status": "published",
            "published_at": "2023-04-14T17:01:39.981440Z",
            "publish_time": null,
            "slug": "pamenkalnio-gallery-gediminas-akstinas-i-want-to-go-home-2023-04-04",
            "created_at": "2023-04-14T17:01:40.901292Z",
            "updated_at": "2023-04-14T17:01:45.207779Z",
            "summary": "Gediminas Akstinas. I WANT TO GO HOME is an Gallery Shows event starting on 04/04/2023, 00:00 and ending on 29/04/2023, 00:00. Event is in Pamenkalnio Gallery with address Pamėnkalnio str. 1.",
            "title": "Gediminas Akstinas. I WANT TO GO HOME",
            "content": null,
            "start_time": "2023-04-04T00:00:00.000000Z",
            "end_time": "2023-04-29T00: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": "Pamėnkalnio str. 1",
            "city": "Vilnius",
            "geolocation": "54.6875348,25.2684098",
            "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": 25046,
            "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": 24048,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b677dc81944b4ab0a19cbe8e197a1a8e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b677dc81944b4ab0a19cbe8e197a1a8e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b677dc81944b4ab0a19cbe8e197a1a8e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b677dc81944b4ab0a19cbe8e197a1a8e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b677dc81944b4ab0a19cbe8e197a1a8e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b677dc81944b4ab0a19cbe8e197a1a8e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b677dc81944b4ab0a19cbe8e197a1a8e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b677dc81944b4ab0a19cbe8e197a1a8e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b677dc81944b4ab0a19cbe8e197a1a8e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b677dc81944b4ab0a19cbe8e197a1a8e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-25T07:33:53.886876Z",
                "updated_at": "2023-04-25T07:33:53.886920Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4536,
                "name": "The Getty Center",
                "slug": "getty-center",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0877009,-118.4757863",
                "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-04-25T07:33:59.245547Z",
            "publish_time": null,
            "slug": "the-getty-center-dawoud-bey-carrie-mae-weems-in-dialogue-2023-04-04",
            "created_at": "2023-04-25T07:34:00.851077Z",
            "updated_at": "2023-04-25T07:34:02.029251Z",
            "summary": "Dawoud Bey & Carrie Mae Weems. In Dialogue is an Gallery Shows event starting on 04/04/2023, 00:00 and ending on 09/07/2023, 00:00. Event is in The Getty Center with address 1200 Getty Center Drive.",
            "title": "Dawoud Bey & Carrie Mae Weems. In Dialogue",
            "content": null,
            "start_time": "2023-04-04T00:00:00.000000Z",
            "end_time": "2023-07-09T00: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": "1200 Getty Center Drive",
            "city": "Los Angeles",
            "geolocation": "34.07695125,-118.47571198123117",
            "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": 25525,
            "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": 6579,
                "name": "Modern Art West",
                "slug": "modern-art-west",
                "city": "Sonoma",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "38.290997,-122.458",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-05-04T10:40:54.382741Z",
            "publish_time": null,
            "slug": "modern-art-west-the-bay-and-beyond-california-paintings-and-sculpture-2023-04-04",
            "created_at": "2023-05-04T10:40:55.311573Z",
            "updated_at": "2023-05-04T10:40:59.669429Z",
            "summary": "The Bay and Beyond: California Paintings and Sculpture is an Gallery Shows event starting on 04/04/2023, 00:00 and ending on 30/06/2023, 00:00. Event is in Modern Art West with address 521 B Broadway.",
            "title": "The Bay and Beyond: California Paintings and Sculpture",
            "content": null,
            "start_time": "2023-04-04T00:00:00.000000Z",
            "end_time": "2023-06-30T00: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": "521 B Broadway",
            "city": "Sonoma",
            "geolocation": "51.5406584,0.000961",
            "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": 21332,
            "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": 20598,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/470148fd274648eebb252c686066d01b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/470148fd274648eebb252c686066d01b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/470148fd274648eebb252c686066d01b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/470148fd274648eebb252c686066d01b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/470148fd274648eebb252c686066d01b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/470148fd274648eebb252c686066d01b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/470148fd274648eebb252c686066d01b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/470148fd274648eebb252c686066d01b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/470148fd274648eebb252c686066d01b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/470148fd274648eebb252c686066d01b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-02-09T20:44:38.383324Z",
                "updated_at": "2023-02-10T15:25:08.655209Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7957,
                "name": "Flexform LA",
                "slug": "flexform-la",
                "city": "West Hollywood",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.077745,-118.3836244",
                "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-02-09T20:44:43.623366Z",
            "publish_time": null,
            "slug": "flexform-la-postponed-fields-of-desire-leo-marmol-art-show-2023-04-05",
            "created_at": "2023-02-09T20:44:44.509920Z",
            "updated_at": "2023-02-09T20:44:45.552078Z",
            "summary": "POSTPONED: “Fields of Desire” Leo Marmol Art Show is an Gallery Shows event starting on 05/04/2023, 00:00 and ending on 28/04/2023, 00:00. Event is in Flexform LA with address 308 N. Robertson Blvd..",
            "title": "POSTPONED: “Fields of Desire” Leo Marmol Art Show",
            "content": null,
            "start_time": "2023-04-05T00:00:00.000000Z",
            "end_time": "2023-04-28T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "308 N. Robertson Blvd.",
            "city": "Los Angeles",
            "geolocation": "34.07751166819937,-118.3836065259089",
            "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": 21333,
            "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": 20599,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e6c35016550447dbadaaf59d15c8091-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e6c35016550447dbadaaf59d15c8091-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2e6c35016550447dbadaaf59d15c8091.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e6c35016550447dbadaaf59d15c8091-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e6c35016550447dbadaaf59d15c8091-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e6c35016550447dbadaaf59d15c8091-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e6c35016550447dbadaaf59d15c8091-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e6c35016550447dbadaaf59d15c8091-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e6c35016550447dbadaaf59d15c8091-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e6c35016550447dbadaaf59d15c8091-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-02-09T20:44:40.926994Z",
                "updated_at": "2023-02-10T15:25:08.791167Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7957,
                "name": "Flexform LA",
                "slug": "flexform-la",
                "city": "West Hollywood",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.077745,-118.3836244",
                "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-02-09T20:44:44.411984Z",
            "publish_time": null,
            "slug": "flexform-la-postponed-leo-marmol-art-show-flexform-2023-04-05",
            "created_at": "2023-02-09T20:44:45.328438Z",
            "updated_at": "2023-02-09T20:44:46.041888Z",
            "summary": "POSTPONED: Leo Marmol Art Show | Flexform is an Gallery Shows event starting on 05/04/2023, 00:00 and ending on 28/04/2023, 00:00. Event is in Flexform LA with address 308 N. Robertson Blvd..",
            "title": "POSTPONED: Leo Marmol Art Show | Flexform",
            "content": null,
            "start_time": "2023-04-05T00:00:00.000000Z",
            "end_time": "2023-04-28T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "308 N. Robertson Blvd.",
            "city": "Los Angeles",
            "geolocation": "34.07751166819937,-118.3836065259089",
            "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": 22250,
            "author": {
                "id": "d8c4e34e-c121-4e62-9b97-8e5a31dd367e",
                "username": "hosekcontemporary@gmail.com",
                "slug": "hosekcontemporarygmailcom",
                "first_name": "Petr",
                "last_name": "Hosek",
                "display_name": null,
                "display_name_full": "Petr Hosek",
                "email": "hosekcontemporary@gmail.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 21436,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13da4fdb34094b0e85ec78f9a5a5c1d6-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13da4fdb34094b0e85ec78f9a5a5c1d6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/13da4fdb34094b0e85ec78f9a5a5c1d6.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13da4fdb34094b0e85ec78f9a5a5c1d6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13da4fdb34094b0e85ec78f9a5a5c1d6-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13da4fdb34094b0e85ec78f9a5a5c1d6-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13da4fdb34094b0e85ec78f9a5a5c1d6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13da4fdb34094b0e85ec78f9a5a5c1d6-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13da4fdb34094b0e85ec78f9a5a5c1d6-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13da4fdb34094b0e85ec78f9a5a5c1d6-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-03-02T19:48:13.500375Z",
                "updated_at": "2023-03-04T01:00:59.296606Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4823,
                "name": "Hošek Contemporary",
                "slug": "hosek-contemporary",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "40.71226583093534,-74.0040782121582",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4069,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/5139222d3c834316b9a8c0384720ec71-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/5139222d3c834316b9a8c0384720ec71-crop-c0-5__0-5-558x279-70.JPG",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/5139222d3c834316b9a8c0384720ec71-crop-c0-5__0-5-265x149-70.JPG",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/5139222d3c834316b9a8c0384720ec71.JPG",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/5139222d3c834316b9a8c0384720ec71-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/5139222d3c834316b9a8c0384720ec71-crop-c0-5__0-5-760x499-70.JPG",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/5139222d3c834316b9a8c0384720ec71-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/5139222d3c834316b9a8c0384720ec71-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-10-10T12:08:06.108894Z",
                    "updated_at": "2022-10-10T12:08:06.108933Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "d8c4e34e-c121-4e62-9b97-8e5a31dd367e"
                },
                "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-03-02T19:48:13.659933Z",
            "publish_time": null,
            "slug": "hosek-contemporary-paula-chambers-inconvenient-bodies-2023-04-05",
            "created_at": "2023-03-02T19:48:14.524697Z",
            "updated_at": "2023-03-02T19:48:16.393551Z",
            "summary": "Paula Chambers - Inconvenient Bodies is an Gallery Shows event starting on 05/04/2023, 00:00 and ending on 08/04/2023, 00:00. Event is in Hošek Contemporary with address MS Heimatland.",
            "title": "Paula Chambers - Inconvenient Bodies",
            "content": null,
            "start_time": "2023-04-05T00:00:00.000000Z",
            "end_time": "2023-04-08T00: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": "MS Heimatland",
            "city": "Berlin",
            "geolocation": "47.5651186,7.615632",
            "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": 22749,
            "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": 21907,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2a50e6a6b2c407a944d0fcb92c9d0a0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2a50e6a6b2c407a944d0fcb92c9d0a0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f2a50e6a6b2c407a944d0fcb92c9d0a0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2a50e6a6b2c407a944d0fcb92c9d0a0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2a50e6a6b2c407a944d0fcb92c9d0a0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2a50e6a6b2c407a944d0fcb92c9d0a0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2a50e6a6b2c407a944d0fcb92c9d0a0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2a50e6a6b2c407a944d0fcb92c9d0a0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2a50e6a6b2c407a944d0fcb92c9d0a0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2a50e6a6b2c407a944d0fcb92c9d0a0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-03-23T13:23:29.941277Z",
                "updated_at": "2023-03-23T22:58:29.683498Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4756,
                "name": "BallroomArts",
                "slug": "ballroomarts",
                "city": "Suffolk",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.1514256,1.6017438",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-03-23T13:23:30.103257Z",
            "publish_time": null,
            "slug": "ballroom-arts-the-hope-jane-beaumont-2023-04-05",
            "created_at": "2023-03-23T13:23:30.975109Z",
            "updated_at": "2023-03-23T13:23:30.975128Z",
            "summary": null,
            "title": "The Hope - Jane Beaumont",
            "content": null,
            "start_time": "2023-04-05T00:00:00.000000Z",
            "end_time": "2023-04-11T00: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": "Ballroom Arts",
            "city": "Aldeburgh",
            "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": 23533,
            "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": 22635,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/802653076ff44f6582b573fee1899687-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/802653076ff44f6582b573fee1899687-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/802653076ff44f6582b573fee1899687.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/802653076ff44f6582b573fee1899687-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/802653076ff44f6582b573fee1899687-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/802653076ff44f6582b573fee1899687-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/802653076ff44f6582b573fee1899687-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/802653076ff44f6582b573fee1899687-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/802653076ff44f6582b573fee1899687-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/802653076ff44f6582b573fee1899687-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-03-30T10:45:20.319505Z",
                "updated_at": "2023-03-30T14:38:32.905859Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8263,
                "name": "EDJI Gallery",
                "slug": "edji-gallery",
                "city": "Brussels",
                "country": {
                    "code": "BE",
                    "name": "Belgium"
                },
                "geolocation": "50.8239266,4.359151699999999",
                "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": "BE",
            "publish_status": "published",
            "published_at": "2023-03-30T10:45:20.537522Z",
            "publish_time": null,
            "slug": "edji-gallery-enigmas-of-identity-2023-04-05",
            "created_at": "2023-03-30T10:45:21.440703Z",
            "updated_at": "2023-03-30T10:45:21.440722Z",
            "summary": null,
            "title": "Enigmas of Identity",
            "content": null,
            "start_time": "2023-04-05T00:00:00.000000Z",
            "end_time": "2023-05-04T00: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": "Rue du Page, 15, Brussels, BE",
            "city": "Brussels",
            "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": 23686,
            "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": 22762,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b375347d8824fd7945be28bed4a078d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b375347d8824fd7945be28bed4a078d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7b375347d8824fd7945be28bed4a078d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b375347d8824fd7945be28bed4a078d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b375347d8824fd7945be28bed4a078d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b375347d8824fd7945be28bed4a078d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b375347d8824fd7945be28bed4a078d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b375347d8824fd7945be28bed4a078d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b375347d8824fd7945be28bed4a078d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b375347d8824fd7945be28bed4a078d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-03-31T14:58:08.264238Z",
                "updated_at": "2023-04-04T11:43:34.293809Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4756,
                "name": "BallroomArts",
                "slug": "ballroomarts",
                "city": "Suffolk",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.1514256,1.6017438",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-03-31T14:58:19.156043Z",
            "publish_time": null,
            "slug": "ballroomarts-suffolk-open-studios-2023-04-05",
            "created_at": "2023-03-31T14:58:20.071416Z",
            "updated_at": "2023-03-31T14:58:22.216974Z",
            "summary": "Suffolk Open Studios is an Gallery Shows event starting on 05/04/2023, 00:00 and ending on 11/04/2023, 00:00. Event is in BallroomArts with address Ballroom Arts.",
            "title": "Suffolk Open Studios",
            "content": null,
            "start_time": "2023-04-05T00:00:00.000000Z",
            "end_time": "2023-04-11T00: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": "Ballroom Arts",
            "city": "Aldeburgh",
            "geolocation": "52.1513076,1.6016194",
            "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": 23733,
            "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": 22811,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ec82a7e50c046d6b140191d426c8db3-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ec82a7e50c046d6b140191d426c8db3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3ec82a7e50c046d6b140191d426c8db3.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ec82a7e50c046d6b140191d426c8db3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ec82a7e50c046d6b140191d426c8db3-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ec82a7e50c046d6b140191d426c8db3-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ec82a7e50c046d6b140191d426c8db3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ec82a7e50c046d6b140191d426c8db3-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ec82a7e50c046d6b140191d426c8db3-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ec82a7e50c046d6b140191d426c8db3-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-03-31T15:17:46.967332Z",
                "updated_at": "2023-04-04T11:43:44.211553Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7299,
                "name": "Jack Bell Gallery",
                "slug": "jack-bell-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5077213,-0.1369562",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-03-31T15:17:47.209178Z",
            "publish_time": null,
            "slug": "jack-bell-gallery-andrew-maughan-hall-of-mirrors-2023-04-05",
            "created_at": "2023-03-31T15:17:48.261039Z",
            "updated_at": "2023-03-31T15:17:48.261077Z",
            "summary": null,
            "title": "Andrew Maughan, Hall of Mirrors",
            "content": null,
            "start_time": "2023-04-05T00:00:00.000000Z",
            "end_time": "2023-04-28T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "13 Masons Yard, London, GB",
            "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": 23784,
            "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": 22856,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/193faf19504c4cec8c48aef4b47bf0b1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/193faf19504c4cec8c48aef4b47bf0b1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/193faf19504c4cec8c48aef4b47bf0b1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/193faf19504c4cec8c48aef4b47bf0b1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/193faf19504c4cec8c48aef4b47bf0b1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/193faf19504c4cec8c48aef4b47bf0b1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/193faf19504c4cec8c48aef4b47bf0b1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/193faf19504c4cec8c48aef4b47bf0b1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/193faf19504c4cec8c48aef4b47bf0b1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/193faf19504c4cec8c48aef4b47bf0b1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-03T18:57:20.437262Z",
                "updated_at": "2023-04-07T17:13:32.866571Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8291,
                "name": "Kente Royal Gallery",
                "slug": "kente-royal-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.817489,-73.941581",
                "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-04-03T18:57:20.790814Z",
            "publish_time": null,
            "slug": "kente-royal-gallery-demarcus-mcgaugheys-new-series-of-artwork-hueman-people-of-color-2023-04-05",
            "created_at": "2023-04-03T18:57:21.695032Z",
            "updated_at": "2023-04-03T18:57:21.695070Z",
            "summary": null,
            "title": "Demarcus McGaughey’s new series of artwork, “Hueman: People of Color\"",
            "content": null,
            "start_time": "2023-04-05T00:00:00.000000Z",
            "end_time": "2023-04-30T00: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": "2373 Adam Clayton Powell Jr Blvd, New York, US",
            "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": 23908,
            "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": 22977,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a923ecbc5078420aa35d7464f6bc0618-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a923ecbc5078420aa35d7464f6bc0618-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a923ecbc5078420aa35d7464f6bc0618.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a923ecbc5078420aa35d7464f6bc0618-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a923ecbc5078420aa35d7464f6bc0618-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a923ecbc5078420aa35d7464f6bc0618-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a923ecbc5078420aa35d7464f6bc0618-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a923ecbc5078420aa35d7464f6bc0618-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a923ecbc5078420aa35d7464f6bc0618-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a923ecbc5078420aa35d7464f6bc0618-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-03T19:48:29.677844Z",
                "updated_at": "2023-04-07T17:14:00.549089Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7796,
                "name": "Soho Photo Gallery",
                "slug": "soho-photo-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7189735,-74.00560080000001",
                "artworks_for_sale_count": 33,
                "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-04-03T19:48:30.467001Z",
            "publish_time": null,
            "slug": "soho-photo-gallery-joyful-curves-2023-04-05",
            "created_at": "2023-04-03T19:48:31.353494Z",
            "updated_at": "2023-04-03T19:48:31.353513Z",
            "summary": null,
            "title": "Joyful Curves",
            "content": null,
            "start_time": "2023-04-05T00:00:00.000000Z",
            "end_time": "2023-04-30T00: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": "15 White Street, New York, US",
            "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": 23974,
            "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": 23037,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab9519298bf4496d8e6bf3715ea70c27-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab9519298bf4496d8e6bf3715ea70c27-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ab9519298bf4496d8e6bf3715ea70c27.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab9519298bf4496d8e6bf3715ea70c27-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab9519298bf4496d8e6bf3715ea70c27-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab9519298bf4496d8e6bf3715ea70c27-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab9519298bf4496d8e6bf3715ea70c27-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab9519298bf4496d8e6bf3715ea70c27-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab9519298bf4496d8e6bf3715ea70c27-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab9519298bf4496d8e6bf3715ea70c27-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-03T19:57:25.620862Z",
                "updated_at": "2023-04-07T17:14:14.241848Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4122,
                "name": "One Paved Court",
                "slug": "one-paved-court",
                "city": "Richmond",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4603786,-0.3067099",
                "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-04-03T19:57:25.837455Z",
            "publish_time": null,
            "slug": "one-paved-court-tapestry-a-painted-journey-through-the-fabric-of-marrakesh-2023-04-05",
            "created_at": "2023-04-03T19:57:26.727887Z",
            "updated_at": "2023-04-03T19:57:26.727906Z",
            "summary": null,
            "title": "Tapestry: a painted journey through the fabric of Marrakesh",
            "content": null,
            "start_time": "2023-04-05T00:00:00.000000Z",
            "end_time": "2023-04-23T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1, Paved Court",
            "city": "Richmond",
            "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": 23998,
            "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": 23062,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8966290fd5349bbbd78d936e7f6e34a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8966290fd5349bbbd78d936e7f6e34a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d8966290fd5349bbbd78d936e7f6e34a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8966290fd5349bbbd78d936e7f6e34a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8966290fd5349bbbd78d936e7f6e34a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8966290fd5349bbbd78d936e7f6e34a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8966290fd5349bbbd78d936e7f6e34a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8966290fd5349bbbd78d936e7f6e34a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8966290fd5349bbbd78d936e7f6e34a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8966290fd5349bbbd78d936e7f6e34a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-04T17:02:47.172628Z",
                "updated_at": "2023-04-07T17:14:19.474742Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8314,
                "name": "Mark Moore Fine Art",
                "slug": "mark-moore-fine-art",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "33.8139622,-117.7842002",
                "artworks_for_sale_count": 509,
                "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-04-04T17:02:47.399402Z",
            "publish_time": null,
            "slug": "mark-moore-fine-art-jennifer-gunlock-disrupted-landscapes-2023-04-05",
            "created_at": "2023-04-04T17:02:48.276535Z",
            "updated_at": "2023-04-04T17:02:48.276572Z",
            "summary": null,
            "title": "Jennifer Gunlock: Disrupted Landscapes",
            "content": null,
            "start_time": "2023-04-05T00:00:00.000000Z",
            "end_time": "2023-06-25T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Online Viewing Room, Los Angeles, US",
            "city": "Los Angeles",
            "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": 24050,
            "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": 23115,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dfae7f1aaa8443f5bfa7c34963a0c629-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dfae7f1aaa8443f5bfa7c34963a0c629-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/dfae7f1aaa8443f5bfa7c34963a0c629.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dfae7f1aaa8443f5bfa7c34963a0c629-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dfae7f1aaa8443f5bfa7c34963a0c629-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dfae7f1aaa8443f5bfa7c34963a0c629-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dfae7f1aaa8443f5bfa7c34963a0c629-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dfae7f1aaa8443f5bfa7c34963a0c629-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dfae7f1aaa8443f5bfa7c34963a0c629-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dfae7f1aaa8443f5bfa7c34963a0c629-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-04T18:10:47.648835Z",
                "updated_at": "2023-04-08T21:08:15.758992Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7796,
                "name": "Soho Photo Gallery",
                "slug": "soho-photo-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7189735,-74.00560080000001",
                "artworks_for_sale_count": 33,
                "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-04-04T18:10:47.837315Z",
            "publish_time": null,
            "slug": "soho-photo-gallery-botanic-2023-04-05",
            "created_at": "2023-04-04T18:10:48.844637Z",
            "updated_at": "2023-04-04T18:10:52.677995Z",
            "summary": "Botanic is an Gallery Shows event starting on 05/04/2023, 00:00 and ending on 30/04/2023, 00:00. Event is in Soho Photo Gallery with address 15 White Street, New York, US.",
            "title": "Botanic",
            "content": null,
            "start_time": "2023-04-05T00:00:00.000000Z",
            "end_time": "2023-04-30T00: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": "15 White Street, New York, US",
            "city": "New York",
            "geolocation": "42.8096578,-73.9238622",
            "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": 24051,
            "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": 23117,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbf1ccb1dab14b218b99e9934c94fae2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbf1ccb1dab14b218b99e9934c94fae2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/dbf1ccb1dab14b218b99e9934c94fae2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbf1ccb1dab14b218b99e9934c94fae2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbf1ccb1dab14b218b99e9934c94fae2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbf1ccb1dab14b218b99e9934c94fae2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbf1ccb1dab14b218b99e9934c94fae2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbf1ccb1dab14b218b99e9934c94fae2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbf1ccb1dab14b218b99e9934c94fae2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbf1ccb1dab14b218b99e9934c94fae2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-04T18:10:48.546655Z",
                "updated_at": "2023-04-08T21:08:16.145743Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7796,
                "name": "Soho Photo Gallery",
                "slug": "soho-photo-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7189735,-74.00560080000001",
                "artworks_for_sale_count": 33,
                "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-04-04T18:10:52.724793Z",
            "publish_time": null,
            "slug": "soho-photo-gallery-in-lieu-of-flowers-2023-04-05",
            "created_at": "2023-04-04T18:10:55.997832Z",
            "updated_at": "2023-04-04T18:11:00.774836Z",
            "summary": "In Lieu of Flowers is an Gallery Shows event starting on 05/04/2023, 00:00 and ending on 30/04/2023, 00:00. Event is in Soho Photo Gallery with address 15 White Street, New York, US.",
            "title": "In Lieu of Flowers",
            "content": null,
            "start_time": "2023-04-05T00:00:00.000000Z",
            "end_time": "2023-04-30T00: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": "15 White Street, New York, US",
            "city": "New York",
            "geolocation": "42.8096578,-73.9238622",
            "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": []
        }
    ]
}