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

{
    "count": 37591,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=27756&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=27720&ordering=start_time",
    "results": [
        {
            "id": 29300,
            "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": 27860,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bdc396adaa114d2197410e7fa67fa2fc-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bdc396adaa114d2197410e7fa67fa2fc-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bdc396adaa114d2197410e7fa67fa2fc.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bdc396adaa114d2197410e7fa67fa2fc-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bdc396adaa114d2197410e7fa67fa2fc-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bdc396adaa114d2197410e7fa67fa2fc-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bdc396adaa114d2197410e7fa67fa2fc-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bdc396adaa114d2197410e7fa67fa2fc-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bdc396adaa114d2197410e7fa67fa2fc-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bdc396adaa114d2197410e7fa67fa2fc-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-12T18:56:58.417232Z",
                "updated_at": "2023-07-12T18:56:58.417292Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8712,
                "name": "No Gallery",
                "slug": "no-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.6976011,-73.99295240000001",
                "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-07-12T18:57:00.537767Z",
            "publish_time": null,
            "slug": "no-gallery-rhizome-2023-06-29",
            "created_at": "2023-07-12T18:57:01.604460Z",
            "updated_at": "2023-07-12T18:57:01.646076Z",
            "summary": "rhi•zome is an Gallery Shows event starting on 29/06/2023, 00:00 and ending on 20/08/2023, 00:00. Event is in No Gallery with address 105 Henry Street store no. 4.",
            "title": "rhi•zome",
            "content": null,
            "start_time": "2023-06-29T00:00:00.000000Z",
            "end_time": "2023-08-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": "105 Henry Street store no. 4",
            "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": 29334,
            "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": 7725,
                "name": "Galerie Stefan Vogdt",
                "slug": "galerie-stefan-vogdt",
                "city": "München",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "48.1440098,11.5791195",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-07-14T12:08:24.399826Z",
            "publish_time": null,
            "slug": "galerie-stefan-vogdt-christina-bock-2023-06-29",
            "created_at": "2023-07-14T12:08:25.465442Z",
            "updated_at": "2023-07-14T12:08:26.698554Z",
            "summary": "Christina Bock is an Gallery Shows event starting on 29/06/2023, 00:00 and ending on 27/07/2023, 00:00. Event is in Galerie Stefan Vogdt with address Galeriestr. 2.",
            "title": "Christina Bock",
            "content": null,
            "start_time": "2023-06-29T00:00:00.000000Z",
            "end_time": "2023-07-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": "Galeriestr. 2",
            "city": "Munich",
            "geolocation": "48.1439811,11.57934",
            "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": 29336,
            "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": 27891,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75b023f32efb485e967d2e406ac85a82-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75b023f32efb485e967d2e406ac85a82-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/75b023f32efb485e967d2e406ac85a82.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75b023f32efb485e967d2e406ac85a82-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75b023f32efb485e967d2e406ac85a82-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75b023f32efb485e967d2e406ac85a82-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75b023f32efb485e967d2e406ac85a82-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75b023f32efb485e967d2e406ac85a82-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75b023f32efb485e967d2e406ac85a82-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75b023f32efb485e967d2e406ac85a82-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-14T12:08:20.375797Z",
                "updated_at": "2023-07-14T12:08:20.375834Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8428,
                "name": "Galerie Roschlaub",
                "slug": "galerie-roschlaub",
                "city": "Hamburg",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "53.56745,9.99529",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-07-14T12:08:25.196814Z",
            "publish_time": null,
            "slug": "galerie-roschlaub-moritz-morbach-2023-06-29",
            "created_at": "2023-07-14T12:08:26.088088Z",
            "updated_at": "2023-07-14T12:08:26.845447Z",
            "summary": "Moritz Morbach is an Gallery Shows event starting on 29/06/2023, 00:00 and ending on 20/09/2023, 00:00. Event is in Galerie Roschlaub with address Mittelweg 21.",
            "title": "Moritz Morbach",
            "content": null,
            "start_time": "2023-06-29T00:00:00.000000Z",
            "end_time": "2023-09-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": "Mittelweg 21",
            "city": "Hamburg",
            "geolocation": "48.59998,7.9369284",
            "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": 29438,
            "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": 27985,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b197298eb55a4e378b7e774e6c530783-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b197298eb55a4e378b7e774e6c530783-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b197298eb55a4e378b7e774e6c530783.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b197298eb55a4e378b7e774e6c530783-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b197298eb55a4e378b7e774e6c530783-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b197298eb55a4e378b7e774e6c530783-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b197298eb55a4e378b7e774e6c530783-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b197298eb55a4e378b7e774e6c530783-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b197298eb55a4e378b7e774e6c530783-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b197298eb55a4e378b7e774e6c530783-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-18T09:55:37.853139Z",
                "updated_at": "2023-07-18T09:55:37.853175Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5473,
                "name": "Tina Kim Gallery",
                "slug": "tina-kim-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.747163,-74.00621799999999",
                "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-07-18T09:55:43.384954Z",
            "publish_time": null,
            "slug": "tina-kim-gallery-deep-is-the-rising-sun-far-is-the-falling-one-2023-06-29",
            "created_at": "2023-07-18T09:55:44.261936Z",
            "updated_at": "2023-07-18T09:55:45.433924Z",
            "summary": "Deep is the rising sun, far is the falling one is an Gallery Shows event starting on 29/06/2023, 00:00 and ending on 29/07/2023, 00:00. Event is in Tina Kim Gallery with address 525 West 21st Street.",
            "title": "Deep is the rising sun, far is the falling one",
            "content": null,
            "start_time": "2023-06-29T00:00:00.000000Z",
            "end_time": "2023-07-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": "525 West 21st Street",
            "city": "New York",
            "geolocation": "40.7470923,-74.0064354",
            "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": 29554,
            "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": 28090,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd1eacba58b647e5af78af1fdb3f06cb-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd1eacba58b647e5af78af1fdb3f06cb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bd1eacba58b647e5af78af1fdb3f06cb.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd1eacba58b647e5af78af1fdb3f06cb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd1eacba58b647e5af78af1fdb3f06cb-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd1eacba58b647e5af78af1fdb3f06cb-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd1eacba58b647e5af78af1fdb3f06cb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd1eacba58b647e5af78af1fdb3f06cb-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd1eacba58b647e5af78af1fdb3f06cb-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd1eacba58b647e5af78af1fdb3f06cb-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-19T10:06:39.732606Z",
                "updated_at": "2023-07-19T10:06:39.732661Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2222,
                "name": "Pearl Lam Galleries",
                "slug": "pearl-lam-galleries",
                "city": "Shanghai",
                "country": {
                    "code": "CN",
                    "name": "China"
                },
                "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": "CN",
            "publish_status": "published",
            "published_at": "2023-07-19T10:06:44.118530Z",
            "publish_time": null,
            "slug": "pearl-lam-galleries-heart-of-the-matter-2023-06-29",
            "created_at": "2023-07-19T10:06:45.046932Z",
            "updated_at": "2023-07-19T10:06:45.088356Z",
            "summary": "Heart of the Matter is an Gallery Shows event starting on 29/06/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in Pearl Lam Galleries with address 6/F Pedder Building.",
            "title": "Heart of the Matter",
            "content": null,
            "start_time": "2023-06-29T00:00:00.000000Z",
            "end_time": "2023-09-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "6/F Pedder Building",
            "city": "Hong Kong",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 29625,
            "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": 8069,
                "name": "Robert Koch Gallery",
                "slug": "robert-koch-gallery",
                "city": "San Francisco",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-07-19T10:14:05.917390Z",
            "publish_time": null,
            "slug": "robert-koch-gallery-on-view-group-exhibition-2023-06-29",
            "created_at": "2023-07-19T10:14:06.865274Z",
            "updated_at": "2023-07-19T10:14:07.238267Z",
            "summary": "On View, Group Exhibition is an Gallery Shows event starting on 29/06/2023, 00:00 and ending on 29/07/2023, 00:00. Event is in Robert Koch Gallery with address 49 Geary Street.",
            "title": "On View, Group Exhibition",
            "content": null,
            "start_time": "2023-06-29T00:00:00.000000Z",
            "end_time": "2023-07-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": "49 Geary Street",
            "city": "San Francisco",
            "geolocation": "37.7877413,-122.4042992",
            "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": 29717,
            "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": 28234,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6c7c39eebbc4e1abefab946fa7b28dc-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6c7c39eebbc4e1abefab946fa7b28dc-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d6c7c39eebbc4e1abefab946fa7b28dc.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6c7c39eebbc4e1abefab946fa7b28dc-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6c7c39eebbc4e1abefab946fa7b28dc-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6c7c39eebbc4e1abefab946fa7b28dc-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6c7c39eebbc4e1abefab946fa7b28dc-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6c7c39eebbc4e1abefab946fa7b28dc-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6c7c39eebbc4e1abefab946fa7b28dc-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6c7c39eebbc4e1abefab946fa7b28dc-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-01T10:38:16.468145Z",
                "updated_at": "2023-08-01T10:38:16.468183Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8991,
                "name": "Efraín López",
                "slug": "efrain-lopez",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7169771,-74.0034162",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-08-01T10:38:20.537776Z",
            "publish_time": null,
            "slug": "efrain-lopez-paul-stephen-benjamin-black-summer-2023-06-29",
            "created_at": "2023-08-01T10:38:21.479972Z",
            "updated_at": "2023-08-01T10:38:21.518631Z",
            "summary": "Paul Stephen Benjamin. Black Summer is an Gallery Shows event starting on 29/06/2023, 00:00 and ending on 26/08/2023, 00:00. Event is in Efraín López with address 356 Broadway, Unit LL15.",
            "title": "Paul Stephen Benjamin. Black Summer",
            "content": null,
            "start_time": "2023-06-29T00:00:00.000000Z",
            "end_time": "2023-08-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": "356 Broadway, Unit LL15",
            "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": 29877,
            "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": 28334,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50a7c0cabd84439d8414d7eb51b3bbf9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50a7c0cabd84439d8414d7eb51b3bbf9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/50a7c0cabd84439d8414d7eb51b3bbf9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50a7c0cabd84439d8414d7eb51b3bbf9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50a7c0cabd84439d8414d7eb51b3bbf9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50a7c0cabd84439d8414d7eb51b3bbf9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50a7c0cabd84439d8414d7eb51b3bbf9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50a7c0cabd84439d8414d7eb51b3bbf9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50a7c0cabd84439d8414d7eb51b3bbf9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50a7c0cabd84439d8414d7eb51b3bbf9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-02T14:21:43.205505Z",
                "updated_at": "2023-08-02T14:21:43.205568Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8289,
                "name": "Lisson Gallery LA",
                "slug": "lisson-gallery-la",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0899906,-118.343294",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-08-02T14:21:48.713184Z",
            "publish_time": null,
            "slug": "lisson-gallery-la-distribuidx-2023-06-29",
            "created_at": "2023-08-02T14:21:49.667420Z",
            "updated_at": "2023-08-02T14:21:52.452192Z",
            "summary": "Distribuidx is an Gallery Shows event starting on 29/06/2023, 00:00 and ending on 11/08/2023, 00:00. Event is in Lisson Gallery LA with address 504 West 24th Street.",
            "title": "Distribuidx",
            "content": null,
            "start_time": "2023-06-29T00:00:00.000000Z",
            "end_time": "2023-08-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": "504 West 24th Street",
            "city": "New York",
            "geolocation": "30.28797025,-97.7426445137935",
            "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": 25517,
            "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": 24466,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1aecb222a2dd4000923bfd4c5e0fda45-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1aecb222a2dd4000923bfd4c5e0fda45-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1aecb222a2dd4000923bfd4c5e0fda45.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1aecb222a2dd4000923bfd4c5e0fda45-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1aecb222a2dd4000923bfd4c5e0fda45-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1aecb222a2dd4000923bfd4c5e0fda45-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1aecb222a2dd4000923bfd4c5e0fda45-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1aecb222a2dd4000923bfd4c5e0fda45-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1aecb222a2dd4000923bfd4c5e0fda45-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1aecb222a2dd4000923bfd4c5e0fda45-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-04T10:40:07.357841Z",
                "updated_at": "2023-05-04T10:40:07.357902Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4640,
                "name": "Midlands Arts Centre",
                "slug": "midlands-arts-centre",
                "city": "Birmingham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.4527502,-1.9036791",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-04T10:40:14.367964Z",
            "publish_time": null,
            "slug": "midlands-arts-centre-watershed-2023-06-29",
            "created_at": "2023-05-04T10:40:15.548111Z",
            "updated_at": "2023-05-04T10:40:15.609462Z",
            "summary": "Watershed is an Gallery Shows event starting on 29/06/2023, 00:00 and ending on 05/11/2023, 01:00. Event is in Midlands Arts Centre with address Midlands Arts Centre (MAC).",
            "title": "Watershed",
            "content": null,
            "start_time": "2023-06-29T00:00:00.000000Z",
            "end_time": "2023-11-05T01: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": "Midlands Arts Centre (MAC)",
            "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": 29697,
            "author": {
                "id": "04c472fa-6bdc-4ff2-92b8-0ac581e9ce75",
                "username": "genoa@gilmanc.com",
                "slug": "genoagilmanccom",
                "first_name": "Genoa",
                "last_name": "Beiser",
                "display_name": null,
                "display_name_full": "Genoa Beiser",
                "email": "genoa@gilmanc.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 28215,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e9b947fa11f64b3084d02b9e9b1a452c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e9b947fa11f64b3084d02b9e9b1a452c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e9b947fa11f64b3084d02b9e9b1a452c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e9b947fa11f64b3084d02b9e9b1a452c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e9b947fa11f64b3084d02b9e9b1a452c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e9b947fa11f64b3084d02b9e9b1a452c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e9b947fa11f64b3084d02b9e9b1a452c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e9b947fa11f64b3084d02b9e9b1a452c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e9b947fa11f64b3084d02b9e9b1a452c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e9b947fa11f64b3084d02b9e9b1a452c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-27T21:54:05.999782Z",
                "updated_at": "2023-07-27T21:54:05.999818Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "04c472fa-6bdc-4ff2-92b8-0ac581e9ce75"
            },
            "venue": {
                "id": 8967,
                "name": "Gilman Contemporary",
                "slug": "gilman-contemporary",
                "city": "Sun Valley",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "43.6833153,-114.3608111",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4407,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/47c062f1f4fe44029fcfade57975e170-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/47c062f1f4fe44029fcfade57975e170-crop-c0-5__0-5-558x279-70.jpeg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/47c062f1f4fe44029fcfade57975e170-crop-c0-5__0-5-265x149-70.jpeg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/47c062f1f4fe44029fcfade57975e170.jpeg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/47c062f1f4fe44029fcfade57975e170-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/47c062f1f4fe44029fcfade57975e170-crop-c0-5__0-5-760x499-70.jpeg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/47c062f1f4fe44029fcfade57975e170-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/47c062f1f4fe44029fcfade57975e170-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2023-07-19T19:46:49.560637Z",
                    "updated_at": "2023-07-19T19:46:49.560675Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "04c472fa-6bdc-4ff2-92b8-0ac581e9ce75"
                },
                "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": "",
            "publish_status": "published",
            "published_at": "2023-07-27T21:54:17.448559Z",
            "publish_time": null,
            "slug": "mayme-kratz",
            "created_at": "2023-07-27T21:54:17.452531Z",
            "updated_at": "2023-07-27T21:54:17.498426Z",
            "summary": "Mayme Kratz: is an Gallery Shows event starting on 29/06/2023, 10:00 and ending on 25/07/2023, 17:00. Event is in Gilman Contemporary with address 661 Sun Valley Rd, Sun Valley, ID 83353, USA.",
            "title": "Mayme Kratz:",
            "content": "\"I think my pieces are like life, like nature. Life in the natural world is harsh. In my wanderings, I am always finding extremes...the exquisite and the awful.\" - Mayme Kratz\r\n\r\nKratz finds inspiration in Arizona's harsh desert climate, collecting found organic materials such as bone fragments, poppy pods, grasses, and flowers which she collects on long hikes in the surrounding area of her home and even on the train tracks behind her studio. She arranges this matter in circles, constellations, nests and other forms before suspending it in resin against a painted panel. Materiality is both heightened and diminished as the earthen matter transforms into a micro or macro ecosystem of its own. The process is time-consuming, toxic and difficult, but for her, this act of preservation is an ode to the cyclical pattern of nature. \"With my art, I celebrate the endless cycles of change and rebirth,\" she explains. \"I have great reverence for the natural world.\"",
            "start_time": "2023-06-29T10:00:00.000000Z",
            "end_time": "2023-07-25T17: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": "661 Sun Valley Rd, Sun Valley, ID 83353, USA",
            "city": "",
            "geolocation": "43.6833153,-114.3608111",
            "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": [
                1568
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 28487,
            "author": {
                "id": "f9d41791-d118-42ff-ab98-373db30342f8",
                "username": "IdeelArt",
                "slug": "ideelart",
                "first_name": "",
                "last_name": "",
                "display_name": "Christelle",
                "display_name_full": "Christelle",
                "email": "cthomas@ideelart.com",
                "telephone": "+44 7949 094572"
            },
            "price": null,
            "featured_image": {
                "id": 27129,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67d07e98958d4a388ce5a7069069db54-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67d07e98958d4a388ce5a7069069db54-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/67d07e98958d4a388ce5a7069069db54.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67d07e98958d4a388ce5a7069069db54-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67d07e98958d4a388ce5a7069069db54-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67d07e98958d4a388ce5a7069069db54-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67d07e98958d4a388ce5a7069069db54-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67d07e98958d4a388ce5a7069069db54-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67d07e98958d4a388ce5a7069069db54-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67d07e98958d4a388ce5a7069069db54-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-29T12:42:24.565948Z",
                "updated_at": "2023-06-29T12:42:24.565984Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "f9d41791-d118-42ff-ab98-373db30342f8"
            },
            "venue": {
                "id": 1936,
                "name": "IdeelArt",
                "slug": "ideelart",
                "city": null,
                "country": "",
                "geolocation": "51.5300765,-0.2020308",
                "artworks_for_sale_count": 1990,
                "featured_image": {
                    "id": 3250,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/FINAL_FEATURED_IMAGE-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/FINAL_FEATURED_IMAGE-crop-c0-5__0-5-558x279.png",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/FINAL_FEATURED_IMAGE-crop-c0-5__0-5-265x149.png",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/FINAL_FEATURED_IMAGE.png",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/FINAL_FEATURED_IMAGE-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/FINAL_FEATURED_IMAGE-crop-c0-5__0-5-760x499.png",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/FINAL_FEATURED_IMAGE-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/FINAL_FEATURED_IMAGE-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2021-02-08T18:47:30.303660Z",
                    "updated_at": "2021-09-14T13:49:54.513502Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "f9d41791-d118-42ff-ab98-373db30342f8"
                },
                "response_time": 713641.27780683
            },
            "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": "",
            "publish_status": "published",
            "published_at": "2023-06-29T12:42:34.178555Z",
            "publish_time": null,
            "slug": "en-vogue-now-wmsQ",
            "created_at": "2023-06-29T12:42:34.182880Z",
            "updated_at": "2023-06-29T12:42:34.224310Z",
            "summary": "En vogue now! is an Gallery Shows event starting on 29/06/2023, 12:32 and ending on 13/07/2023, 12:32. Event is in IdeelArt with address Online-Only.",
            "title": "En vogue now!",
            "content": "Abstract art is a diverse and dynamic genre that has captivated art enthusiasts for decades. While the popularity and desirability of specific artworks can vary depending on individual taste and market trends, we can certainly highlight some of the sought-after abstract artists.\r\n\r\nEnjoy the selection we have made for you!",
            "start_time": "2023-06-29T12:32:00.000000Z",
            "end_time": "2023-07-13T12:32: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-Only",
            "city": "",
            "geolocation": "51.5300765,-0.2020308",
            "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": true,
            "banner_logo": null,
            "artists": [
                7975,
                15416,
                15271,
                4711,
                2902,
                12559,
                13210,
                14991,
                11804,
                11109,
                4203
            ],
            "artworks": [
                6867,
                11881,
                11955,
                63633,
                90856,
                92291,
                111156,
                119877,
                122610,
                122612
            ],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 28488,
            "author": {
                "id": "ed68bbe8-e633-4857-bb5d-177a86ce850d",
                "username": "info@streetlevelsgallery.com",
                "slug": "infostreetlevelsgallerycom",
                "first_name": "Sofia",
                "last_name": "Bonacchi",
                "display_name": null,
                "display_name_full": "Sofia Bonacchi",
                "email": "info@streetlevelsgallery.com",
                "telephone": "+39 333 674 5750"
            },
            "price": null,
            "featured_image": {
                "id": 27130,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8032abb2493e47a1b9f61c2ebeb027e3-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8032abb2493e47a1b9f61c2ebeb027e3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8032abb2493e47a1b9f61c2ebeb027e3.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8032abb2493e47a1b9f61c2ebeb027e3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8032abb2493e47a1b9f61c2ebeb027e3-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8032abb2493e47a1b9f61c2ebeb027e3-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8032abb2493e47a1b9f61c2ebeb027e3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8032abb2493e47a1b9f61c2ebeb027e3-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8032abb2493e47a1b9f61c2ebeb027e3-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8032abb2493e47a1b9f61c2ebeb027e3-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-29T13:09:16.609810Z",
                "updated_at": "2023-06-29T13:09:16.609848Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "ed68bbe8-e633-4857-bb5d-177a86ce850d"
            },
            "venue": {
                "id": 4748,
                "name": "Street Levels Gallery",
                "slug": "street-levels-gallery",
                "city": "Firenze",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "43.7736216,11.2469219",
                "artworks_for_sale_count": 248,
                "featured_image": {
                    "id": 3789,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ad5bc1e77bad40e5addb7db37a7d2be7-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ad5bc1e77bad40e5addb7db37a7d2be7-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ad5bc1e77bad40e5addb7db37a7d2be7-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/ad5bc1e77bad40e5addb7db37a7d2be7.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ad5bc1e77bad40e5addb7db37a7d2be7-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ad5bc1e77bad40e5addb7db37a7d2be7-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ad5bc1e77bad40e5addb7db37a7d2be7-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ad5bc1e77bad40e5addb7db37a7d2be7-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-05-11T12:49:52.926949Z",
                    "updated_at": "2022-05-11T12:49:52.926985Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "ed68bbe8-e633-4857-bb5d-177a86ce850d"
                },
                "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": "",
            "publish_status": "published",
            "published_at": "2023-06-29T13:09:23.249522Z",
            "publish_time": null,
            "slug": "intro-online-show",
            "created_at": "2023-06-29T13:09:23.252775Z",
            "updated_at": "2023-06-29T13:09:23.293961Z",
            "summary": "Intro Online Show is an Gallery Shows event starting on 29/06/2023, 13:07 and ending on 06/07/2023, 13:08. Event is in Street Levels Gallery with address Online-Only.",
            "title": "Intro Online Show",
            "content": "Street Levels Gallery inaugurates the new solo exhibition of the artist Nian on Friday, June the 19th, 2022 inside the exhibition space of Via Palazzuolo 74AR, Florence.\r\nINTRO represents an introspective journey that, like many of the paths that tell our biographical story, has a well-defined beginning and an ending with a question mark. The beginning, therefore, lies on the surface, in the knowledge that we are social animals prone to confrontation with other subjectivities: The sometimes redemptive, sometimes compromising nature of interpersonal relationships is the first place the artist probes to become aware of one’s own self among the “what if” numbers of existence.",
            "start_time": "2023-06-29T13:07:00.000000Z",
            "end_time": "2023-07-06T13:08: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-Only",
            "city": "",
            "geolocation": "43.7736216,11.2469219",
            "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": true,
            "banner_logo": null,
            "artists": [
                16213
            ],
            "artworks": [
                99028,
                99029,
                99031,
                99032,
                99033,
                99034,
                99035,
                99036,
                99037,
                125051,
                125052,
                125053,
                125056,
                125057,
                125058,
                125059,
                125061,
                125063
            ],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 27638,
            "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": 0.0,
            "featured_image": {
                "id": 26369,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af434496ad404d1aa7012aedfb082163-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af434496ad404d1aa7012aedfb082163-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/af434496ad404d1aa7012aedfb082163.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af434496ad404d1aa7012aedfb082163-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af434496ad404d1aa7012aedfb082163-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af434496ad404d1aa7012aedfb082163-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af434496ad404d1aa7012aedfb082163-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af434496ad404d1aa7012aedfb082163-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af434496ad404d1aa7012aedfb082163-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af434496ad404d1aa7012aedfb082163-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-11T15:26:01.482078Z",
                "updated_at": "2023-06-11T15:26:01.482121Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 1056,
                "name": "Neumeister Munich",
                "slug": "neumeister-munich",
                "city": "Munich",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "48.1506444,11.572825599999987",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 4,
                "image": null,
                "slug": "auctions",
                "created_at": "2020-06-02T15:33:40.538154Z",
                "updated_at": "2021-03-20T11:25:03.980018Z",
                "name": "Auctions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2023-06-13T23:01:56.969429Z",
            "publish_time": null,
            "slug": "neumeister-munich-fine-art-15-20-century-2023-06-29",
            "created_at": "2023-06-11T15:26:06.035133Z",
            "updated_at": "2023-06-13T23:58:27.066452Z",
            "summary": "",
            "title": "Fine Art (15-20 Century)",
            "content": "<p>Interested in purchasing lots from this auction - place your bid &lt;i&gt;&lt;strong&gt;&lt;a href=\"https://www.neumeister.com/en/bidding-options/#c1396\"&gt;<span style=\"font-weight: 700;\">HERE!</span>&lt;/a&gt;&lt;/strong&gt;&lt;/i&gt;<br></p>",
            "start_time": "2023-06-29T14:00:00.000000Z",
            "end_time": "2023-06-29T16:30: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": null,
            "city": null,
            "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": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 27639,
            "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": 0.0,
            "featured_image": {
                "id": 26370,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f53049135d064b70afce4bd7e8c12cae-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f53049135d064b70afce4bd7e8c12cae-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f53049135d064b70afce4bd7e8c12cae.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f53049135d064b70afce4bd7e8c12cae-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f53049135d064b70afce4bd7e8c12cae-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f53049135d064b70afce4bd7e8c12cae-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f53049135d064b70afce4bd7e8c12cae-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f53049135d064b70afce4bd7e8c12cae-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f53049135d064b70afce4bd7e8c12cae-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f53049135d064b70afce4bd7e8c12cae-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-11T17:54:59.846527Z",
                "updated_at": "2023-06-11T17:54:59.846565Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 1056,
                "name": "Neumeister Munich",
                "slug": "neumeister-munich",
                "city": "Munich",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "48.1506444,11.572825599999987",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 4,
                "image": null,
                "slug": "auctions",
                "created_at": "2020-06-02T15:33:40.538154Z",
                "updated_at": "2021-03-20T11:25:03.980018Z",
                "name": "Auctions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2023-06-13T13:01:52.379652Z",
            "publish_time": null,
            "slug": "neumeister-munich-modern-and-contemporary-art-2023-06-29",
            "created_at": "2023-06-11T17:55:04.476444Z",
            "updated_at": "2023-06-13T13:49:45.666572Z",
            "summary": "",
            "title": "Modern and Contemporary Art",
            "content": "<p>Interested in purchasing lots from this auction - place your bid &lt;i&gt;&lt;strong&gt;&lt;a href=\"https://www.neumeister.com/en/bidding-options/#c1396\"&gt;<span style=\"font-weight: 700;\">HERE!</span>&lt;/a&gt;&lt;/strong&gt;&lt;/i&gt;<br></p>",
            "start_time": "2023-06-29T16:30:00.000000Z",
            "end_time": "2023-06-29T18: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": null,
            "city": null,
            "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": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 25916,
            "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": 24818,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4f5639a3b2254930900679736b0ae958-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4f5639a3b2254930900679736b0ae958-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4f5639a3b2254930900679736b0ae958.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4f5639a3b2254930900679736b0ae958-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4f5639a3b2254930900679736b0ae958-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4f5639a3b2254930900679736b0ae958-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4f5639a3b2254930900679736b0ae958-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4f5639a3b2254930900679736b0ae958-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4f5639a3b2254930900679736b0ae958-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4f5639a3b2254930900679736b0ae958-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-10T12:27:46.841607Z",
                "updated_at": "2023-05-10T12:27:46.841664Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5189,
                "name": "Neue Nationalgalerie",
                "slug": "neue-nationalgalerie",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.506967,13.3674985",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-05-10T12:28:05.784941Z",
            "publish_time": null,
            "slug": "neue-nationalgalerie-judit-reigl-centers-of-dominance-2023-06-30",
            "created_at": "2023-05-10T12:28:06.721155Z",
            "updated_at": "2023-05-10T12:28:08.357686Z",
            "summary": "Judit Reigl. Centers of Dominance is an Gallery Shows event starting on 30/06/2023, 00:00 and ending on 18/10/2023, 00:00. Event is in Neue Nationalgalerie with address Potsdamer Strasse 50.",
            "title": "Judit Reigl. Centers of Dominance",
            "content": null,
            "start_time": "2023-06-30T00:00:00.000000Z",
            "end_time": "2023-10-18T00: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": "Potsdamer Strasse 50",
            "city": "Berlin",
            "geolocation": "52.41910145,13.01456915148115",
            "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": 26046,
            "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": 24940,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/530c64f37ff34d2abbb132d8538dce40-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/530c64f37ff34d2abbb132d8538dce40-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/530c64f37ff34d2abbb132d8538dce40.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/530c64f37ff34d2abbb132d8538dce40-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/530c64f37ff34d2abbb132d8538dce40-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/530c64f37ff34d2abbb132d8538dce40-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/530c64f37ff34d2abbb132d8538dce40-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/530c64f37ff34d2abbb132d8538dce40-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/530c64f37ff34d2abbb132d8538dce40-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/530c64f37ff34d2abbb132d8538dce40-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-11T07:51:26.755143Z",
                "updated_at": "2023-05-11T07:51:26.755203Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5466,
                "name": "The Whitworth",
                "slug": "whitworth",
                "city": "Manchester",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.459878,-2.2279536",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-11T07:51:30.757456Z",
            "publish_time": null,
            "slug": "the-whitworth-economics-the-blockbuster-its-not-business-as-usual-2023-06-30",
            "created_at": "2023-05-11T07:51:31.659045Z",
            "updated_at": "2023-05-11T07:51:31.700852Z",
            "summary": "Economics the Blockbuster: It's Not Business as Usual is an Gallery Shows event starting on 30/06/2023, 00:00 and ending on 22/10/2023, 00:00. Event is in The Whitworth with address The University of Manchester, Oxford Road,.",
            "title": "Economics the Blockbuster: It's Not Business as Usual",
            "content": null,
            "start_time": "2023-06-30T00:00:00.000000Z",
            "end_time": "2023-10-22T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "The University of Manchester, Oxford Road,",
            "city": "Manchester",
            "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": 26118,
            "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": 25005,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e381da98a7324250b64c2871e47a11d1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e381da98a7324250b64c2871e47a11d1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e381da98a7324250b64c2871e47a11d1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e381da98a7324250b64c2871e47a11d1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e381da98a7324250b64c2871e47a11d1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e381da98a7324250b64c2871e47a11d1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e381da98a7324250b64c2871e47a11d1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e381da98a7324250b64c2871e47a11d1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e381da98a7324250b64c2871e47a11d1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e381da98a7324250b64c2871e47a11d1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-11T08:27:58.923962Z",
                "updated_at": "2023-05-11T08:27:58.924017Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8616,
                "name": "Factory International",
                "slug": "factory-international",
                "city": "Manchester",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.4785502,-2.2573868",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-11T08:28:05.062322Z",
            "publish_time": null,
            "slug": "factory-international-yayoi-kusama-you-me-and-the-balloons-2023-06-30",
            "created_at": "2023-05-11T08:28:05.953862Z",
            "updated_at": "2023-05-11T08:28:06.516059Z",
            "summary": "Yayoi Kusama: You, Me and the Balloons is an Gallery Shows event starting on 30/06/2023, 00:00 and ending on 28/08/2023, 00:00. Event is in Factory International with address Water Street.",
            "title": "Yayoi Kusama: You, Me and the Balloons",
            "content": null,
            "start_time": "2023-06-30T00:00:00.000000Z",
            "end_time": "2023-08-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": "Water Street",
            "city": "Manchester",
            "geolocation": "40.5714575,-78.138064",
            "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": 26235,
            "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": 25109,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/147a94e2ff3945b4a288a9cffc56c343-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/147a94e2ff3945b4a288a9cffc56c343-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/147a94e2ff3945b4a288a9cffc56c343.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/147a94e2ff3945b4a288a9cffc56c343-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/147a94e2ff3945b4a288a9cffc56c343-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/147a94e2ff3945b4a288a9cffc56c343-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/147a94e2ff3945b4a288a9cffc56c343-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/147a94e2ff3945b4a288a9cffc56c343-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/147a94e2ff3945b4a288a9cffc56c343-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/147a94e2ff3945b4a288a9cffc56c343-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-11T08:51:44.560800Z",
                "updated_at": "2023-05-11T08:51:44.560836Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3671,
                "name": "Weston Park Foundation / Weston Park Granary Art Gallery",
                "slug": "weston-park-foundation-weston-park-granary-art-gallery",
                "city": "Shifnal",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.69538960000001,-2.289826400000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-11T08:51:51.391716Z",
            "publish_time": null,
            "slug": "weston-park-foundation-weston-park-the-rose-paterson-art-gallery-figures-faces-and-places-by-keith-turley-rbsa-2023-06-30",
            "created_at": "2023-05-11T08:51:52.295384Z",
            "updated_at": "2023-05-11T08:51:52.332804Z",
            "summary": "Figures, Faces and Places by Keith Turley RBSA is an Gallery Shows event starting on 30/06/2023, 00:00 and ending on 27/07/2023, 00:00. Event is in Weston Park Foundation / Weston Park Granary Art Gallery with address The Rose Paterson Art Gallery.",
            "title": "Figures, Faces and Places by Keith Turley RBSA",
            "content": null,
            "start_time": "2023-06-30T00:00:00.000000Z",
            "end_time": "2023-07-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": "The Rose Paterson Art Gallery",
            "city": "Shifnal",
            "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": []
        }
    ]
}