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

{
    "count": 37586,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=24192&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=24156&ordering=start_time",
    "results": [
        {
            "id": 24149,
            "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": 23205,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a77136b797d475a964401def6849448-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a77136b797d475a964401def6849448-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6a77136b797d475a964401def6849448.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a77136b797d475a964401def6849448-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a77136b797d475a964401def6849448-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a77136b797d475a964401def6849448-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a77136b797d475a964401def6849448-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a77136b797d475a964401def6849448-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a77136b797d475a964401def6849448-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a77136b797d475a964401def6849448-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-05T18:56:29.160430Z",
                "updated_at": "2023-04-08T21:08:34.425382Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4794,
                "name": "Grand Union",
                "slug": "grand-union",
                "city": "Birmingham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.47909550000001,-1.8829314",
                "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-05T18:56:29.353213Z",
            "publish_time": null,
            "slug": "grand-union-beverley-bennett-simon-saysdadda-2023-04-08",
            "created_at": "2023-04-05T18:56:31.142574Z",
            "updated_at": "2023-04-05T18:56:31.142594Z",
            "summary": null,
            "title": "Beverley Bennett. Simon Says/Dadda.",
            "content": null,
            "start_time": "2023-04-08T00:00:00.000000Z",
            "end_time": "2023-05-27T00: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": "19 Minerva Works",
            "city": "Birmingham",
            "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": 24174,
            "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": 23235,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02b9209b8e5b40448e528c230fb576c1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02b9209b8e5b40448e528c230fb576c1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/02b9209b8e5b40448e528c230fb576c1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02b9209b8e5b40448e528c230fb576c1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02b9209b8e5b40448e528c230fb576c1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02b9209b8e5b40448e528c230fb576c1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02b9209b8e5b40448e528c230fb576c1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02b9209b8e5b40448e528c230fb576c1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02b9209b8e5b40448e528c230fb576c1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02b9209b8e5b40448e528c230fb576c1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-06T19:53:26.046750Z",
                "updated_at": "2023-04-10T14:46:56.197765Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7830,
                "name": "Auxiliary Projects",
                "slug": "auxiliary-projects",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7272902,-73.9452816",
                "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-06T19:53:26.299638Z",
            "publish_time": null,
            "slug": "auxiliary-projects-bob-szantyr-playing-the-sounds-of-yesterday-today-2023-04-08",
            "created_at": "2023-04-06T19:53:27.160313Z",
            "updated_at": "2023-04-06T19:53:27.160332Z",
            "summary": null,
            "title": "Bob Szantyr: Playing the Sounds of Yesterday, Today",
            "content": null,
            "start_time": "2023-04-08T00:00:00.000000Z",
            "end_time": "2023-05-13T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "212R Norman Ave",
            "city": "Brooklyn",
            "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": 24175,
            "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": 23236,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fefa477b0a74f4893a27223265b2195-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fefa477b0a74f4893a27223265b2195-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8fefa477b0a74f4893a27223265b2195.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fefa477b0a74f4893a27223265b2195-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fefa477b0a74f4893a27223265b2195-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fefa477b0a74f4893a27223265b2195-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fefa477b0a74f4893a27223265b2195-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fefa477b0a74f4893a27223265b2195-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fefa477b0a74f4893a27223265b2195-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8fefa477b0a74f4893a27223265b2195-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-06T19:53:26.480296Z",
                "updated_at": "2023-04-10T14:46:56.427927Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6751,
                "name": "Avenue 50 Studio",
                "slug": "avenue-50-studio",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.1059566,-118.2025902",
                "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-06T19:53:26.634690Z",
            "publish_time": null,
            "slug": "avenue-50-studio-a-days-work-by-roberto-gutierrez-opening-reception-2023-04-08",
            "created_at": "2023-04-06T19:53:27.881416Z",
            "updated_at": "2023-04-06T19:53:27.881436Z",
            "summary": null,
            "title": "A Day's Work by Roberto Gutierrez - Opening Reception",
            "content": null,
            "start_time": "2023-04-08T00:00:00.000000Z",
            "end_time": "2023-05-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": "131 North Avenue 50",
            "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": 24211,
            "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": 23265,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cfed86cc53e040eeaa26787c6f983a82-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cfed86cc53e040eeaa26787c6f983a82-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/cfed86cc53e040eeaa26787c6f983a82.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cfed86cc53e040eeaa26787c6f983a82-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cfed86cc53e040eeaa26787c6f983a82-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cfed86cc53e040eeaa26787c6f983a82-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cfed86cc53e040eeaa26787c6f983a82-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cfed86cc53e040eeaa26787c6f983a82-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cfed86cc53e040eeaa26787c6f983a82-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cfed86cc53e040eeaa26787c6f983a82-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-06T20:07:23.351354Z",
                "updated_at": "2023-04-10T14:47:02.680724Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3501,
                "name": "Impressions Gallery",
                "slug": "impressions-gallery",
                "city": "Bradford",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.79268690000001,-1.7532227",
                "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-06T20:07:23.529858Z",
            "publish_time": null,
            "slug": "impressions-gallery-zaibunnisa-maryam-wahid-2023-04-08",
            "created_at": "2023-04-06T20:07:24.515767Z",
            "updated_at": "2023-04-06T20:07:24.515786Z",
            "summary": null,
            "title": "Zaibunnisa, Maryam Wahid",
            "content": null,
            "start_time": "2023-04-08T00:00:00.000000Z",
            "end_time": "2023-07-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Centenary Square",
            "city": "Bradford",
            "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": 24214,
            "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": 23268,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/632ff72b2f5b4ac7abb3288d3a8f2e52-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/632ff72b2f5b4ac7abb3288d3a8f2e52-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/632ff72b2f5b4ac7abb3288d3a8f2e52.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/632ff72b2f5b4ac7abb3288d3a8f2e52-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/632ff72b2f5b4ac7abb3288d3a8f2e52-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/632ff72b2f5b4ac7abb3288d3a8f2e52-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/632ff72b2f5b4ac7abb3288d3a8f2e52-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/632ff72b2f5b4ac7abb3288d3a8f2e52-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/632ff72b2f5b4ac7abb3288d3a8f2e52-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/632ff72b2f5b4ac7abb3288d3a8f2e52-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-06T20:07:25.968119Z",
                "updated_at": "2023-04-10T14:47:03.353531Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8356,
                "name": "Islington Mill, Unit 2",
                "slug": "islington-mill-unit-2",
                "city": "Salford",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-04-06T20:07:26.212338Z",
            "publish_time": null,
            "slug": "islington-mill-unit-2-i-am-ryan-2023-04-08",
            "created_at": "2023-04-06T20:07:27.072505Z",
            "updated_at": "2023-04-06T20:07:27.072525Z",
            "summary": null,
            "title": "I am Ryan",
            "content": null,
            "start_time": "2023-04-08T00: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": "Unit 2, New Islington Mill Regent Trading Estate, Oldfield Rd",
            "city": "Salford",
            "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": 24286,
            "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": 23346,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/14be5eba89d949c18c45e038fd3acf71-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/14be5eba89d949c18c45e038fd3acf71-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/14be5eba89d949c18c45e038fd3acf71.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/14be5eba89d949c18c45e038fd3acf71-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/14be5eba89d949c18c45e038fd3acf71-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/14be5eba89d949c18c45e038fd3acf71-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/14be5eba89d949c18c45e038fd3acf71-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/14be5eba89d949c18c45e038fd3acf71-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/14be5eba89d949c18c45e038fd3acf71-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/14be5eba89d949c18c45e038fd3acf71-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-10T13:46:45.607868Z",
                "updated_at": "2023-04-10T14:47:19.396163Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5816,
                "name": "Nicodim Gallery LA",
                "slug": "nicodim-gallery-la",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0241532,-118.2295453",
                "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-10T13:47:00.398796Z",
            "publish_time": null,
            "slug": "nicodim-gallery-la-joshua-hagler-devin-b-johnson-nicola-samori-hugo-wilson-2023-04-08",
            "created_at": "2023-04-10T13:47:01.663056Z",
            "updated_at": "2023-04-10T13:47:13.463228Z",
            "summary": "Joshua Hagler. Devin B. Johnson. Nicola Samorì. Hugo Wilson is an Gallery Shows event starting on 08/04/2023, 00:00 and ending on 13/05/2023, 00:00. Event is in Nicodim Gallery LA with address 1700 S. Santa Fe Ave #160.",
            "title": "Joshua Hagler. Devin B. Johnson. Nicola Samorì. Hugo Wilson",
            "content": null,
            "start_time": "2023-04-08T00:00:00.000000Z",
            "end_time": "2023-05-13T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1700 S. Santa Fe Ave #160",
            "city": "Los Angeles",
            "geolocation": "35.614212513513515,-120.65799494594594",
            "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": 24391,
            "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": 23453,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c9dfc3441cd7479c8984b7c431edb09c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c9dfc3441cd7479c8984b7c431edb09c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c9dfc3441cd7479c8984b7c431edb09c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c9dfc3441cd7479c8984b7c431edb09c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c9dfc3441cd7479c8984b7c431edb09c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c9dfc3441cd7479c8984b7c431edb09c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c9dfc3441cd7479c8984b7c431edb09c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c9dfc3441cd7479c8984b7c431edb09c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c9dfc3441cd7479c8984b7c431edb09c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c9dfc3441cd7479c8984b7c431edb09c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-11T19:15:46.925168Z",
                "updated_at": "2023-04-11T19:15:46.925228Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5067,
                "name": "Gavlak Gallery",
                "slug": "gavlak-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0241532,-118.2295453",
                "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-11T19:16:04.928820Z",
            "publish_time": null,
            "slug": "gavlak-gallery-luke-ohalloran-going-going-gone-2023-04-08",
            "created_at": "2023-04-11T19:16:05.873093Z",
            "updated_at": "2023-04-11T19:16:05.908725Z",
            "summary": "Luke O'Halloran. Going, going, gone. is an Gallery Shows event starting on 08/04/2023, 00:00 and ending on 13/05/2023, 00:00. Event is in Gavlak Gallery with address 1700 South Santa Fe Avenue, Suite 440.",
            "title": "Luke O'Halloran. Going, going, gone.",
            "content": null,
            "start_time": "2023-04-08T00:00:00.000000Z",
            "end_time": "2023-05-13T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1700 South Santa Fe Avenue, Suite 440",
            "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": 24400,
            "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": 23462,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a9570366a02f45e19bd2a8be02389ae7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a9570366a02f45e19bd2a8be02389ae7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a9570366a02f45e19bd2a8be02389ae7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a9570366a02f45e19bd2a8be02389ae7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a9570366a02f45e19bd2a8be02389ae7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a9570366a02f45e19bd2a8be02389ae7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a9570366a02f45e19bd2a8be02389ae7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a9570366a02f45e19bd2a8be02389ae7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a9570366a02f45e19bd2a8be02389ae7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a9570366a02f45e19bd2a8be02389ae7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-11T19:16:33.105682Z",
                "updated_at": "2023-04-11T19:16:33.105721Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3772,
                "name": "Keyes Art",
                "slug": "keyes-art",
                "city": "Sag Harbor",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "41.0012022,-72.2950827",
                "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-11T19:16:40.145681Z",
            "publish_time": null,
            "slug": "keyes-art-inklings-works-on-paper-2023-04-08",
            "created_at": "2023-04-11T19:16:41.562340Z",
            "updated_at": "2023-04-11T19:16:53.916500Z",
            "summary": "INKLINGS - Works on Paper is an Gallery Shows event starting on 08/04/2023, 00:00 and ending on 05/05/2023, 00:00. Event is in Keyes Art with address 45 Main St..",
            "title": "INKLINGS - Works on Paper",
            "content": null,
            "start_time": "2023-04-08T00:00:00.000000Z",
            "end_time": "2023-05-05T00: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": "45 Main St.",
            "city": "Sag Harbor",
            "geolocation": "40.747263450000005,-73.82519382503959",
            "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": 24420,
            "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": 23481,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abedb9c880a94e8d89ec48c72ff0a9ab-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abedb9c880a94e8d89ec48c72ff0a9ab-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/abedb9c880a94e8d89ec48c72ff0a9ab.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abedb9c880a94e8d89ec48c72ff0a9ab-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abedb9c880a94e8d89ec48c72ff0a9ab-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abedb9c880a94e8d89ec48c72ff0a9ab-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abedb9c880a94e8d89ec48c72ff0a9ab-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abedb9c880a94e8d89ec48c72ff0a9ab-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abedb9c880a94e8d89ec48c72ff0a9ab-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abedb9c880a94e8d89ec48c72ff0a9ab-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-11T19:41:42.654307Z",
                "updated_at": "2023-04-11T19:41:42.654344Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6046,
                "name": "RuptureXIBIT gallery & Kate Howe Studios",
                "slug": "rupturexibit-gallery-kate-howe-studios",
                "city": "Hampton Wick",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4137096,-0.3121714",
                "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-11T19:41:49.379952Z",
            "publish_time": null,
            "slug": "rupturexibit-gallery-kate-howe-studios-missive-2023-04-08",
            "created_at": "2023-04-11T19:41:50.321491Z",
            "updated_at": "2023-04-11T19:42:20.686641Z",
            "summary": "MISSIVE is an Gallery Shows event starting on 08/04/2023, 00:00 and ending on 12/04/2023, 00:00. Event is in RuptureXIBIT gallery & Kate Howe Studios with address 55 high street.",
            "title": "MISSIVE",
            "content": null,
            "start_time": "2023-04-08T00:00:00.000000Z",
            "end_time": "2023-04-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": "55 high street",
            "city": "Hampton Wick",
            "geolocation": "52.2608744,-7.1105342",
            "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": 24427,
            "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": 23492,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/03d1ddac5c3c4446be501fe5c0ac587c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/03d1ddac5c3c4446be501fe5c0ac587c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/03d1ddac5c3c4446be501fe5c0ac587c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/03d1ddac5c3c4446be501fe5c0ac587c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/03d1ddac5c3c4446be501fe5c0ac587c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/03d1ddac5c3c4446be501fe5c0ac587c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/03d1ddac5c3c4446be501fe5c0ac587c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/03d1ddac5c3c4446be501fe5c0ac587c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/03d1ddac5c3c4446be501fe5c0ac587c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/03d1ddac5c3c4446be501fe5c0ac587c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-11T20:10:25.761136Z",
                "updated_at": "2023-04-11T20:10:25.761174Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8405,
                "name": "STARS",
                "slug": "stars",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.1016469,-118.3237712",
                "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-11T20:10:31.988247Z",
            "publish_time": null,
            "slug": "stars-the-inseparables-2023-04-08",
            "created_at": "2023-04-11T20:10:33.003688Z",
            "updated_at": "2023-04-11T20:10:33.448452Z",
            "summary": "The Inseparables. is an Gallery Shows event starting on 08/04/2023, 00:00 and ending on 27/05/2023, 00:00. Event is in STARS with address 1659 N El Centro Avenue.",
            "title": "The Inseparables.",
            "content": null,
            "start_time": "2023-04-08T00:00:00.000000Z",
            "end_time": "2023-05-27T00: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": "1659 N El Centro Avenue",
            "city": "Los Angeles",
            "geolocation": "34.4141446,-106.6972538",
            "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": 24482,
            "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": 23539,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5349559fe8ac4c3d8dd36cf39cf173e7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5349559fe8ac4c3d8dd36cf39cf173e7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5349559fe8ac4c3d8dd36cf39cf173e7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5349559fe8ac4c3d8dd36cf39cf173e7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5349559fe8ac4c3d8dd36cf39cf173e7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5349559fe8ac4c3d8dd36cf39cf173e7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5349559fe8ac4c3d8dd36cf39cf173e7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5349559fe8ac4c3d8dd36cf39cf173e7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5349559fe8ac4c3d8dd36cf39cf173e7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5349559fe8ac4c3d8dd36cf39cf173e7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-12T08:39:31.371039Z",
                "updated_at": "2023-04-12T08:39:31.371075Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8280,
                "name": "Beacon Arts Centre",
                "slug": "beacon-arts-centre",
                "city": "Greenock",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.9487434,-4.7510905",
                "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-12T08:39:39.123871Z",
            "publish_time": null,
            "slug": "beacon-arts-centre-large-works-and-works-on-paper-2023-04-08",
            "created_at": "2023-04-12T08:39:40.065213Z",
            "updated_at": "2023-04-12T08:39:40.666007Z",
            "summary": "LARGE WORKS and WORKS ON PAPER is an Gallery Shows event starting on 08/04/2023, 00:00 and ending on 13/05/2023, 00:00. Event is in Beacon Arts Centre with address Custom House Quay.",
            "title": "LARGE WORKS and WORKS ON PAPER",
            "content": null,
            "start_time": "2023-04-08T00:00:00.000000Z",
            "end_time": "2023-05-13T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Custom House Quay",
            "city": "Greenock",
            "geolocation": "52.3395007,-6.4603007",
            "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": 24506,
            "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": 4318,
                "name": "Esther Schipper",
                "slug": "esther-schipper",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.50168679999999,13.3658207",
                "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": "FR",
            "publish_status": "published",
            "published_at": "2023-04-12T09:00:03.463657Z",
            "publish_time": null,
            "slug": "esther-schipper-nathan-carter-faction-de-femmes-lady-lieutenants-and-the-triangular-trixic-cryptical-curvy-constellation-2023-04-08",
            "created_at": "2023-04-12T09:00:04.341112Z",
            "updated_at": "2023-04-12T09:00:04.382438Z",
            "summary": "Nathan Carter: Faction de Femmes, Lady Lieutenants and the Triangular Trixic Cryptical Curvy Constellation is an Gallery Shows event starting on 08/04/2023, 00:00 and ending on 20/05/2023, 00:00. Event is in Esther Schipper with address 16 place Vendôme (Staircase B across the inner courtyard, 2nd floor to the left).",
            "title": "Nathan Carter: Faction de Femmes, Lady Lieutenants and the Triangular Trixic Cryptical Curvy Constellation",
            "content": null,
            "start_time": "2023-04-08T00:00:00.000000Z",
            "end_time": "2023-05-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": "16 place Vendôme (Staircase B across the inner courtyard, 2nd floor to the left)",
            "city": "Paris",
            "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": 24551,
            "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": 23596,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1045a5e6316748d99477c31a1671ed52-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1045a5e6316748d99477c31a1671ed52-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1045a5e6316748d99477c31a1671ed52.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1045a5e6316748d99477c31a1671ed52-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1045a5e6316748d99477c31a1671ed52-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1045a5e6316748d99477c31a1671ed52-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1045a5e6316748d99477c31a1671ed52-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1045a5e6316748d99477c31a1671ed52-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1045a5e6316748d99477c31a1671ed52-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1045a5e6316748d99477c31a1671ed52-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-12T11:05:16.796317Z",
                "updated_at": "2023-04-12T11:05:16.796378Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4634,
                "name": "Huberty & Breyne\tParis",
                "slug": "huberty-breyne-paris",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8723672,2.314834",
                "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-04-12T11:05:30.100758Z",
            "publish_time": null,
            "slug": "huberty-breyne-paris-dave-mckean-2023-04-08",
            "created_at": "2023-04-12T11:05:30.987693Z",
            "updated_at": "2023-04-12T11:05:31.420938Z",
            "summary": "Dave McKean is an Gallery Shows event starting on 08/04/2023, 00:00 and ending on 01/05/2023, 00:00. Event is in Huberty & Breyne\tParis with address 33 place du Châtelain, Brussels, BE.",
            "title": "Dave McKean",
            "content": null,
            "start_time": "2023-04-08T00:00:00.000000Z",
            "end_time": "2023-05-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "33 place du Châtelain, Brussels, BE",
            "city": "Brussels",
            "geolocation": "50.8243001,4.360706029493577",
            "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": 24625,
            "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": 4398,
                "name": "Maruani Mercier Gallery",
                "slug": "maruani-mercier-gallery",
                "city": "Bruxelles",
                "country": {
                    "code": "BE",
                    "name": "Belgium"
                },
                "geolocation": "50.8187492,4.3715842",
                "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-04-14T16:54:08.222205Z",
            "publish_time": null,
            "slug": "maruani-mercier-gallery-lost-in-a-memory-2023-04-08",
            "created_at": "2023-04-14T16:54:09.159661Z",
            "updated_at": "2023-04-14T16:54:09.849974Z",
            "summary": "Lost in a Memory is an Gallery Shows event starting on 08/04/2023, 00:00 and ending on 26/04/2023, 00:00. Event is in Maruani Mercier Gallery with address Kustlaan 90.",
            "title": "Lost in a Memory",
            "content": null,
            "start_time": "2023-04-08T00:00:00.000000Z",
            "end_time": "2023-04-26T00: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": "Kustlaan 90",
            "city": "Knokke",
            "geolocation": "51.33220275,3.2064084235326096",
            "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": 24636,
            "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": 23679,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eadddd10462a4c9b822761229ef81c32-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eadddd10462a4c9b822761229ef81c32-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/eadddd10462a4c9b822761229ef81c32.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eadddd10462a4c9b822761229ef81c32-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eadddd10462a4c9b822761229ef81c32-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eadddd10462a4c9b822761229ef81c32-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eadddd10462a4c9b822761229ef81c32-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eadddd10462a4c9b822761229ef81c32-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eadddd10462a4c9b822761229ef81c32-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eadddd10462a4c9b822761229ef81c32-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-14T16:54:29.649803Z",
                "updated_at": "2023-04-14T16:54:29.649840Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 405,
                "name": "MoMA",
                "slug": "moma",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7614029,-73.9776248",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 95,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/MoMA-2.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-17T20:58:49.945877Z",
                    "updated_at": "2021-09-14T12:38:45.020345Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "MoMA-2",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-04-14T16:54:36.443842Z",
            "publish_time": null,
            "slug": "moma-lawrence-abu-hamdan-walled-unwalled-and-other-monologues-2023-04-08",
            "created_at": "2023-04-14T16:54:37.460830Z",
            "updated_at": "2023-04-14T16:54:41.545874Z",
            "summary": "Lawrence Abu Hamdan. Walled Unwalled and Other Monologues is an Gallery Shows event starting on 08/04/2023, 00:00 and ending on 11/06/2023, 00:00. Event is in MoMA with address 11 West 53 Street.",
            "title": "Lawrence Abu Hamdan. Walled Unwalled and Other Monologues",
            "content": null,
            "start_time": "2023-04-08T00:00:00.000000Z",
            "end_time": "2023-06-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": "11 West 53 Street",
            "city": "New York",
            "geolocation": "53.0243372,-112.8306588",
            "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": 24656,
            "author": {
                "id": "08a7e100-951c-4a8f-bbdd-a944b75af28f",
                "username": "ariadna_1094",
                "slug": "ariadna_1094",
                "first_name": "Rosenbaum",
                "last_name": "Contemporary",
                "display_name": "Ariadna Rivero",
                "display_name_full": "Ariadna Rivero",
                "email": "info@rosenbaumcontemporary.com",
                "telephone": "561-994-9180"
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 430,
                "name": "ROSENBAUM CONTEMPORARY Boca Raton",
                "slug": "rosenbaum-contemporary",
                "city": "Boca Raton",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "26.3944436,-80.0826725",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2570,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Rosenbaum-Contemporary_Boca-Raton-Gallery_ww-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-04-29T16:20:20.302731Z",
                    "updated_at": "2021-09-14T13:32:42.957833Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-04-14T17:08:54.119110Z",
            "publish_time": null,
            "slug": "rosenbaum-contemporary-boca-raton-picasso-celebrating-50-years-2023-04-08",
            "created_at": "2023-04-14T17:08:55.700041Z",
            "updated_at": "2023-04-14T17:08:56.076112Z",
            "summary": "Picasso: Celebrating 50 Years is an Gallery Shows event starting on 08/04/2023, 00:00 and ending on 31/05/2023, 00:00. Event is in ROSENBAUM CONTEMPORARY Boca Raton with address 150 Yamato Road.",
            "title": "Picasso: Celebrating 50 Years",
            "content": null,
            "start_time": "2023-04-08T00:00:00.000000Z",
            "end_time": "2023-05-31T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "150 Yamato Road",
            "city": "Boca Raton",
            "geolocation": "26.394444693877553,-80.08284955102042",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 24717,
            "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": 23761,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b3690b3e08e4c4ba383fbd9095db5f7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b3690b3e08e4c4ba383fbd9095db5f7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4b3690b3e08e4c4ba383fbd9095db5f7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b3690b3e08e4c4ba383fbd9095db5f7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b3690b3e08e4c4ba383fbd9095db5f7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b3690b3e08e4c4ba383fbd9095db5f7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b3690b3e08e4c4ba383fbd9095db5f7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b3690b3e08e4c4ba383fbd9095db5f7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b3690b3e08e4c4ba383fbd9095db5f7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4b3690b3e08e4c4ba383fbd9095db5f7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-14T17:27:36.110817Z",
                "updated_at": "2023-04-14T17:27:36.110854Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5816,
                "name": "Nicodim Gallery LA",
                "slug": "nicodim-gallery-la",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0241532,-118.2295453",
                "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-14T17:27:41.050877Z",
            "publish_time": null,
            "slug": "nicodim-gallery-la-larissa-de-jesus-negron-eso-pasa-2023-04-08",
            "created_at": "2023-04-14T17:27:41.921998Z",
            "updated_at": "2023-04-14T17:27:43.270930Z",
            "summary": "Larissa De Jesús Negrón. Eso Pasa. is an Gallery Shows event starting on 08/04/2023, 00:00 and ending on 13/05/2023, 00:00. Event is in Nicodim Gallery LA with address 1700 S. Santa Fe Ave #160.",
            "title": "Larissa De Jesús Negrón. Eso Pasa.",
            "content": null,
            "start_time": "2023-04-08T00:00:00.000000Z",
            "end_time": "2023-05-13T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1700 S. Santa Fe Ave #160",
            "city": "Los Angeles",
            "geolocation": "35.614212513513515,-120.65799494594594",
            "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": 24901,
            "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": 23916,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db257299ddc84380903e76cf72abc9bd-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db257299ddc84380903e76cf72abc9bd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/db257299ddc84380903e76cf72abc9bd.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db257299ddc84380903e76cf72abc9bd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db257299ddc84380903e76cf72abc9bd-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db257299ddc84380903e76cf72abc9bd-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db257299ddc84380903e76cf72abc9bd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db257299ddc84380903e76cf72abc9bd-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db257299ddc84380903e76cf72abc9bd-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db257299ddc84380903e76cf72abc9bd-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-20T20:37:57.608666Z",
                "updated_at": "2023-04-20T20:37:57.608704Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3674,
                "name": "London Glassblowing",
                "slug": "london-glassblowing",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5016068,-0.0823988",
                "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-20T20:38:01.929755Z",
            "publish_time": null,
            "slug": "london-glassblowing-spring-open-house-2023-04-08",
            "created_at": "2023-04-20T20:38:02.804722Z",
            "updated_at": "2023-04-20T20:38:03.123810Z",
            "summary": "Spring Open House is an Gallery Shows event starting on 08/04/2023, 00:00 and ending on 23/04/2023, 00:00. Event is in London Glassblowing with address 62-66 Bermondsey St.",
            "title": "Spring Open House",
            "content": null,
            "start_time": "2023-04-08T00: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": "62-66 Bermondsey St",
            "city": "London",
            "geolocation": "51.501587,-0.0823554",
            "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": []
        }
    ]
}