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

{
    "count": 37601,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=28530&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=28494&ordering=start_time",
    "results": [
        {
            "id": 29332,
            "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": 27887,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da1ee92e1da747699eb2286ad98f783f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da1ee92e1da747699eb2286ad98f783f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/da1ee92e1da747699eb2286ad98f783f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da1ee92e1da747699eb2286ad98f783f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da1ee92e1da747699eb2286ad98f783f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da1ee92e1da747699eb2286ad98f783f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da1ee92e1da747699eb2286ad98f783f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da1ee92e1da747699eb2286ad98f783f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da1ee92e1da747699eb2286ad98f783f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da1ee92e1da747699eb2286ad98f783f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-14T12:08:13.550474Z",
                "updated_at": "2023-07-14T12:08:13.550514Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5493,
                "name": "Galerie im Turm",
                "slug": "galerie-im-turm",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.51658999999999,13.45275",
                "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:17.897797Z",
            "publish_time": null,
            "slug": "galerie-im-turm-pole-der-unzuganglichkeit-2023-07-20",
            "created_at": "2023-07-14T12:08:18.818540Z",
            "updated_at": "2023-07-14T12:08:19.186191Z",
            "summary": "Pole der Unzugänglichkeit is an Gallery Shows event starting on 20/07/2023, 00:00 and ending on 17/09/2023, 00:00. Event is in Galerie im Turm with address Frankfurter Tor 1.",
            "title": "Pole der Unzugänglichkeit",
            "content": null,
            "start_time": "2023-07-20T00:00:00.000000Z",
            "end_time": "2023-09-17T00: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": "Frankfurter Tor 1",
            "city": "Berlin",
            "geolocation": "52.5165807,13.4528734",
            "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": 29356,
            "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": 5154,
                "name": "Seojung Art",
                "slug": "seojung-art",
                "city": "Seoul",
                "country": {
                    "code": "KR",
                    "name": "South Korea"
                },
                "geolocation": "37.5104974,127.0412432",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "KR",
            "publish_status": "published",
            "published_at": "2023-07-14T12:18:21.188611Z",
            "publish_time": null,
            "slug": "seojung-art-wave-on-wave-2023-07-20",
            "created_at": "2023-07-14T12:18:22.065425Z",
            "updated_at": "2023-07-14T12:18:22.102641Z",
            "summary": "Wave on Wave is an Gallery Shows event starting on 20/07/2023, 00:00 and ending on 31/08/2023, 00:00. Event is in Seojung Art with address 3F, 30, Dalmaji-gil Haeundae-gu.",
            "title": "Wave on Wave",
            "content": null,
            "start_time": "2023-07-20T00:00:00.000000Z",
            "end_time": "2023-08-31T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "3F, 30, Dalmaji-gil Haeundae-gu",
            "city": "Busan",
            "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": 29358,
            "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": 27908,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/41a04c8f56b74e439f3848bc15f5daf9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/41a04c8f56b74e439f3848bc15f5daf9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/41a04c8f56b74e439f3848bc15f5daf9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/41a04c8f56b74e439f3848bc15f5daf9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/41a04c8f56b74e439f3848bc15f5daf9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/41a04c8f56b74e439f3848bc15f5daf9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/41a04c8f56b74e439f3848bc15f5daf9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/41a04c8f56b74e439f3848bc15f5daf9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/41a04c8f56b74e439f3848bc15f5daf9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/41a04c8f56b74e439f3848bc15f5daf9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-14T12:18:22.781234Z",
                "updated_at": "2023-07-14T12:18:22.781271Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7975,
                "name": "SET Kensington",
                "slug": "set-kensington",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-07-14T12:18:27.085664Z",
            "publish_time": null,
            "slug": "set-kensington-the-rebellious-room-2023-07-20",
            "created_at": "2023-07-14T12:18:27.978350Z",
            "updated_at": "2023-07-14T12:18:28.387705Z",
            "summary": "The Rebellious Room is an Gallery Shows event starting on 20/07/2023, 00:00 and ending on 30/07/2023, 00:00. Event is in SET Kensington with address Asa Briggs Hall.",
            "title": "The Rebellious Room",
            "content": null,
            "start_time": "2023-07-20T00:00:00.000000Z",
            "end_time": "2023-07-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Asa Briggs Hall",
            "city": "London",
            "geolocation": "51.499837799999995,-0.18841653540022718",
            "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": 29362,
            "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": 27910,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbacdd44565e4277b727de4c226208bf-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbacdd44565e4277b727de4c226208bf-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/dbacdd44565e4277b727de4c226208bf.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbacdd44565e4277b727de4c226208bf-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbacdd44565e4277b727de4c226208bf-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbacdd44565e4277b727de4c226208bf-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbacdd44565e4277b727de4c226208bf-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbacdd44565e4277b727de4c226208bf-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbacdd44565e4277b727de4c226208bf-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbacdd44565e4277b727de4c226208bf-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-14T12:18:30.289019Z",
                "updated_at": "2023-07-14T12:18:30.289056Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8478,
                "name": "Shtager&Shch",
                "slug": "shtagershch",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-07-14T12:18:34.013468Z",
            "publish_time": null,
            "slug": "shtagershch-concrete-whispers-brutal-dreams-2023-07-20",
            "created_at": "2023-07-14T12:18:34.964611Z",
            "updated_at": "2023-07-14T12:18:36.676827Z",
            "summary": "Concrete Whispers, Brutal Dreams is an Gallery Shows event starting on 20/07/2023, 00:00 and ending on 18/08/2023, 00:00. Event is in Shtager&Shch with address 51-53 Margaret Street.",
            "title": "Concrete Whispers, Brutal Dreams",
            "content": null,
            "start_time": "2023-07-20T00:00:00.000000Z",
            "end_time": "2023-08-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": "51-53 Margaret Street",
            "city": "London",
            "geolocation": "-27.5607996,151.951621",
            "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": 29548,
            "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": 28084,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61f6d998e6de4018a2d300626a12ddfc-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61f6d998e6de4018a2d300626a12ddfc-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/61f6d998e6de4018a2d300626a12ddfc.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61f6d998e6de4018a2d300626a12ddfc-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61f6d998e6de4018a2d300626a12ddfc-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61f6d998e6de4018a2d300626a12ddfc-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61f6d998e6de4018a2d300626a12ddfc-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61f6d998e6de4018a2d300626a12ddfc-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61f6d998e6de4018a2d300626a12ddfc-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61f6d998e6de4018a2d300626a12ddfc-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-19T10:06:24.082154Z",
                "updated_at": "2023-07-19T10:06:24.082211Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7127,
                "name": "One Art Space",
                "slug": "one-art-space",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7140217,-74.0081429",
                "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:06:28.008393Z",
            "publish_time": null,
            "slug": "one-art-space-modvixen-2023-07-20",
            "created_at": "2023-07-19T10:06:28.970103Z",
            "updated_at": "2023-07-19T10:06:31.865683Z",
            "summary": "Modvixen is an Gallery Shows event starting on 20/07/2023, 00:00 and ending on 23/07/2023, 00:00. Event is in One Art Space with address 23 Warren Street.",
            "title": "Modvixen",
            "content": null,
            "start_time": "2023-07-20T00:00:00.000000Z",
            "end_time": "2023-07-23T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "23 Warren Street",
            "city": "New York",
            "geolocation": "43.3118631,-73.5960282",
            "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": 29564,
            "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": 28097,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5b1ea4c52a2485c9be740fe3065e00e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5b1ea4c52a2485c9be740fe3065e00e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e5b1ea4c52a2485c9be740fe3065e00e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5b1ea4c52a2485c9be740fe3065e00e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5b1ea4c52a2485c9be740fe3065e00e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5b1ea4c52a2485c9be740fe3065e00e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5b1ea4c52a2485c9be740fe3065e00e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5b1ea4c52a2485c9be740fe3065e00e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5b1ea4c52a2485c9be740fe3065e00e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5b1ea4c52a2485c9be740fe3065e00e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-19T10:08:25.661635Z",
                "updated_at": "2023-07-19T10:08:25.661671Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8079,
                "name": "SARENG",
                "slug": "sareng",
                "city": "Kuala Lumpur",
                "country": {
                    "code": "MY",
                    "name": "Malaysia"
                },
                "geolocation": "3.1587878,101.7079859",
                "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": "MY",
            "publish_status": "published",
            "published_at": "2023-07-19T10:08:32.585617Z",
            "publish_time": null,
            "slug": "sareng-angkat-sumpah-by-arif-fauzan-othman-2023-07-20",
            "created_at": "2023-07-19T10:08:33.532485Z",
            "updated_at": "2023-07-19T10:08:33.582303Z",
            "summary": "Angkat-Sumpah by Arif Fauzan Othman is an Gallery Shows event starting on 20/07/2023, 00:00 and ending on 12/08/2023, 00:00. Event is in SARENG with address Level 8, Menara Chan.",
            "title": "Angkat-Sumpah by Arif Fauzan Othman",
            "content": null,
            "start_time": "2023-07-20T00:00:00.000000Z",
            "end_time": "2023-08-12T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Level 8, Menara Chan",
            "city": "Kuala Lumpur",
            "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": 29573,
            "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": 28108,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf8d3cd76a654ef7904ca6c51ec2032e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf8d3cd76a654ef7904ca6c51ec2032e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bf8d3cd76a654ef7904ca6c51ec2032e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf8d3cd76a654ef7904ca6c51ec2032e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf8d3cd76a654ef7904ca6c51ec2032e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf8d3cd76a654ef7904ca6c51ec2032e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf8d3cd76a654ef7904ca6c51ec2032e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf8d3cd76a654ef7904ca6c51ec2032e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf8d3cd76a654ef7904ca6c51ec2032e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf8d3cd76a654ef7904ca6c51ec2032e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-19T10:08:55.900540Z",
                "updated_at": "2023-07-19T10:08:55.900577Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6272,
                "name": "Swiss Church in London",
                "slug": "swiss-church-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5153521,-0.1262301",
                "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-07-19T10:08:58.127292Z",
            "publish_time": null,
            "slug": "swiss-church-in-london-caving-by-dss-2023-07-20",
            "created_at": "2023-07-19T10:08:59.031800Z",
            "updated_at": "2023-07-19T10:08:59.804086Z",
            "summary": "‘Caving’ by DSS is an Gallery Shows event starting on 20/07/2023, 00:00 and ending on 23/07/2023, 00:00. Event is in Swiss Church in London with address 76 Endell Street.",
            "title": "‘Caving’ by DSS",
            "content": null,
            "start_time": "2023-07-20T00:00:00.000000Z",
            "end_time": "2023-07-23T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "76 Endell Street",
            "city": "London",
            "geolocation": "51.514322,-0.1242646",
            "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": 29590,
            "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": 28123,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9242d83c0a224f13a26f961efc1cdd13-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9242d83c0a224f13a26f961efc1cdd13-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9242d83c0a224f13a26f961efc1cdd13.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9242d83c0a224f13a26f961efc1cdd13-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9242d83c0a224f13a26f961efc1cdd13-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9242d83c0a224f13a26f961efc1cdd13-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9242d83c0a224f13a26f961efc1cdd13-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9242d83c0a224f13a26f961efc1cdd13-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9242d83c0a224f13a26f961efc1cdd13-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9242d83c0a224f13a26f961efc1cdd13-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-19T10:10:35.003527Z",
                "updated_at": "2023-07-19T10:10:35.003563Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4614,
                "name": "CCA Berlin – Center for Contemporary Arts",
                "slug": "cca-berlin-center-for-contemporary-arts",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5000994,13.3604356",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-07-19T10:10:37.257603Z",
            "publish_time": null,
            "slug": "cca-berlin-center-for-contemporary-arts-art-in-context-2023-07-20",
            "created_at": "2023-07-19T10:10:38.215670Z",
            "updated_at": "2023-07-19T10:10:39.248825Z",
            "summary": "Art in Context is an Gallery Shows event starting on 20/07/2023, 00:00 and ending on 23/07/2023, 00:00. Event is in CCA Berlin – Center for Contemporary Arts with address Kurfürstenstraße 145.",
            "title": "Art in Context",
            "content": null,
            "start_time": "2023-07-20T00:00:00.000000Z",
            "end_time": "2023-07-23T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Kurfürstenstraße 145",
            "city": "Berlin",
            "geolocation": "51.8424082,6.5949404",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 29597,
            "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": 28131,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c2b1bffee7048c2b8f22193834d26f9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c2b1bffee7048c2b8f22193834d26f9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0c2b1bffee7048c2b8f22193834d26f9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c2b1bffee7048c2b8f22193834d26f9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c2b1bffee7048c2b8f22193834d26f9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c2b1bffee7048c2b8f22193834d26f9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c2b1bffee7048c2b8f22193834d26f9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c2b1bffee7048c2b8f22193834d26f9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c2b1bffee7048c2b8f22193834d26f9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c2b1bffee7048c2b8f22193834d26f9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-19T10:12:00.562925Z",
                "updated_at": "2023-07-19T10:12:00.562962Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7269,
                "name": "Harper's Los Angeles",
                "slug": "harpers-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0839344,-118.3665155",
                "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:12:02.951807Z",
            "publish_time": null,
            "slug": "harpers-los-angeles-stacy-leigh-under-new-management-2023-07-20",
            "created_at": "2023-07-19T10:12:03.861342Z",
            "updated_at": "2023-07-19T10:12:05.317482Z",
            "summary": "Stacy Leigh. Under New Management is an Gallery Shows event starting on 20/07/2023, 00:00 and ending on 25/08/2023, 00:00. Event is in Harper's Los Angeles with address 8115 Melrose Avenue.",
            "title": "Stacy Leigh. Under New Management",
            "content": null,
            "start_time": "2023-07-20T00:00:00.000000Z",
            "end_time": "2023-08-25T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "8115 Melrose Avenue",
            "city": "Los Angeles",
            "geolocation": "34.08382279166667,-118.36625745833334",
            "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": 29600,
            "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": 28132,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50f9f5aeed9a42abaa3f902df65d5f59-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50f9f5aeed9a42abaa3f902df65d5f59-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/50f9f5aeed9a42abaa3f902df65d5f59.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50f9f5aeed9a42abaa3f902df65d5f59-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50f9f5aeed9a42abaa3f902df65d5f59-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50f9f5aeed9a42abaa3f902df65d5f59-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50f9f5aeed9a42abaa3f902df65d5f59-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50f9f5aeed9a42abaa3f902df65d5f59-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50f9f5aeed9a42abaa3f902df65d5f59-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50f9f5aeed9a42abaa3f902df65d5f59-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-19T10:12:03.917374Z",
                "updated_at": "2023-07-19T10:12:03.917440Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7269,
                "name": "Harper's Los Angeles",
                "slug": "harpers-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0839344,-118.3665155",
                "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:12:07.871355Z",
            "publish_time": null,
            "slug": "harpers-los-angeles-todd-bienvenu-rabble-rouser-2023-07-20",
            "created_at": "2023-07-19T10:12:08.865708Z",
            "updated_at": "2023-07-19T10:12:10.714402Z",
            "summary": "Todd Bienvenu. Rabble Rouser is an Gallery Shows event starting on 20/07/2023, 00:00 and ending on 25/08/2023, 00:00. Event is in Harper's Los Angeles with address 8115 Melrose Avenue.",
            "title": "Todd Bienvenu. Rabble Rouser",
            "content": null,
            "start_time": "2023-07-20T00:00:00.000000Z",
            "end_time": "2023-08-25T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "8115 Melrose Avenue",
            "city": "Los Angeles",
            "geolocation": "34.08382279166667,-118.36625745833334",
            "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": 29643,
            "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": 28166,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/108f30384a2548dcb1e9505f3d70c894-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/108f30384a2548dcb1e9505f3d70c894-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/108f30384a2548dcb1e9505f3d70c894.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/108f30384a2548dcb1e9505f3d70c894-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/108f30384a2548dcb1e9505f3d70c894-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/108f30384a2548dcb1e9505f3d70c894-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/108f30384a2548dcb1e9505f3d70c894-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/108f30384a2548dcb1e9505f3d70c894-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/108f30384a2548dcb1e9505f3d70c894-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/108f30384a2548dcb1e9505f3d70c894-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-19T10:33:58.327075Z",
                "updated_at": "2023-07-19T10:33:58.327116Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 726,
                "name": "Gagosian Beverly Hills",
                "slug": "gagosian-gallery-beverly-hills",
                "city": "Beverly Hills",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.069649,-118.40492640000002",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 537,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/la1-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/la1-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/la1-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/la1.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/la1-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/la1-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/la1-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/la1-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-18T14:15:10.677911Z",
                    "updated_at": "2021-09-14T12:48:12.484555Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "la",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-07-19T10:34:01.190488Z",
            "publish_time": null,
            "slug": "gagosian-beverly-hills-honor-titus-advantage-in-2023-07-20",
            "created_at": "2023-07-19T10:34:02.096094Z",
            "updated_at": "2023-07-19T10:34:04.653476Z",
            "summary": "Honor Titus. Advantage In is an Gallery Shows event starting on 20/07/2023, 00:00 and ending on 01/09/2023, 00:00. Event is in Gagosian Beverly Hills with address 456 North Camden Drive.",
            "title": "Honor Titus. Advantage In",
            "content": null,
            "start_time": "2023-07-20T00:00:00.000000Z",
            "end_time": "2023-09-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "456 North Camden Drive",
            "city": "Los Angeles",
            "geolocation": "34.069777200000004,-118.40477188233334",
            "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": 29670,
            "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": 28188,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/741b277bf7934bef95b7dd58ea5d9b97-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/741b277bf7934bef95b7dd58ea5d9b97-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/741b277bf7934bef95b7dd58ea5d9b97.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/741b277bf7934bef95b7dd58ea5d9b97-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/741b277bf7934bef95b7dd58ea5d9b97-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/741b277bf7934bef95b7dd58ea5d9b97-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/741b277bf7934bef95b7dd58ea5d9b97-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/741b277bf7934bef95b7dd58ea5d9b97-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/741b277bf7934bef95b7dd58ea5d9b97-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/741b277bf7934bef95b7dd58ea5d9b97-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-19T10:38:16.721539Z",
                "updated_at": "2023-07-19T10:38:16.721575Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3768,
                "name": "Hypha Studios",
                "slug": "hypha-studios",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.54998980000001,0.1326619",
                "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-07-19T10:38:20.648464Z",
            "publish_time": null,
            "slug": "hypha-studios-surging-silence-curated-by-nanying-zhu-and-jingxuan-lyu-2023-07-20",
            "created_at": "2023-07-19T10:38:21.568515Z",
            "updated_at": "2023-07-19T10:38:21.995157Z",
            "summary": "“‘Surging Silence'” Curated By Nanying Zhu And Jingxuan Lyu is an Gallery Shows event starting on 20/07/2023, 00:00 and ending on 16/08/2023, 00:00. Event is in Hypha Studios with address 50 Celebration Avenue.",
            "title": "“‘Surging Silence'” Curated By Nanying Zhu And Jingxuan Lyu",
            "content": null,
            "start_time": "2023-07-20T00:00:00.000000Z",
            "end_time": "2023-08-16T00: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": "50 Celebration Avenue",
            "city": "London",
            "geolocation": "51.54679245,-0.007633079057169238",
            "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": 29719,
            "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": 28235,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/172d8cfbf7bc4cf28cb87ccf27aa14a7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/172d8cfbf7bc4cf28cb87ccf27aa14a7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/172d8cfbf7bc4cf28cb87ccf27aa14a7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/172d8cfbf7bc4cf28cb87ccf27aa14a7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/172d8cfbf7bc4cf28cb87ccf27aa14a7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/172d8cfbf7bc4cf28cb87ccf27aa14a7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/172d8cfbf7bc4cf28cb87ccf27aa14a7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/172d8cfbf7bc4cf28cb87ccf27aa14a7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/172d8cfbf7bc4cf28cb87ccf27aa14a7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/172d8cfbf7bc4cf28cb87ccf27aa14a7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-01T10:38:22.267223Z",
                "updated_at": "2023-08-01T10:38:22.267280Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 726,
                "name": "Gagosian Beverly Hills",
                "slug": "gagosian-gallery-beverly-hills",
                "city": "Beverly Hills",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.069649,-118.40492640000002",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 537,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/la1-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/la1-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/la1-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/la1.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/la1-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/la1-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/la1-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/la1-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-18T14:15:10.677911Z",
                    "updated_at": "2021-09-14T12:48:12.484555Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "la",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-08-01T10:38:26.017968Z",
            "publish_time": null,
            "slug": "gagosian-433-north-camden-drive-beverly-hills-urs-fischer-denominator-2023-07-20",
            "created_at": "2023-08-01T10:38:26.921673Z",
            "updated_at": "2023-08-01T10:38:27.310023Z",
            "summary": "Urs Fischer. Denominator is an Gallery Shows event starting on 20/07/2023, 00:00 and ending on 16/09/2023, 00:00. Event is in Gagosian Beverly Hills with address 433 North Camden Drive.",
            "title": "Urs Fischer. Denominator",
            "content": null,
            "start_time": "2023-07-20T00:00:00.000000Z",
            "end_time": "2023-09-16T00: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": "433 North Camden Drive",
            "city": "Los Angeles",
            "geolocation": "34.06926265,-118.40518005040964",
            "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": 29727,
            "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": 28242,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/baafcac631bf48a5bee3513ff14a72e3-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/baafcac631bf48a5bee3513ff14a72e3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/baafcac631bf48a5bee3513ff14a72e3.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/baafcac631bf48a5bee3513ff14a72e3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/baafcac631bf48a5bee3513ff14a72e3-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/baafcac631bf48a5bee3513ff14a72e3-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/baafcac631bf48a5bee3513ff14a72e3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/baafcac631bf48a5bee3513ff14a72e3-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/baafcac631bf48a5bee3513ff14a72e3-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/baafcac631bf48a5bee3513ff14a72e3-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-01T10:38:36.760662Z",
                "updated_at": "2023-08-01T10:38:36.760726Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8996,
                "name": "London Arts Board",
                "slug": "london-arts-board",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.47375359999999,-0.0832962",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-08-01T10:38:39.284625Z",
            "publish_time": null,
            "slug": "london-arts-board-eleanor-mclean-promise-2023-07-20",
            "created_at": "2023-08-01T10:38:40.204115Z",
            "updated_at": "2023-08-01T10:38:40.262565Z",
            "summary": "Eleanor McLean - Promise is an Gallery Shows event starting on 20/07/2023, 00:00 and ending on 31/08/2023, 00:00. Event is in London Arts Board with address Corner of Peckham Road and Vestry Road.",
            "title": "Eleanor McLean - Promise",
            "content": null,
            "start_time": "2023-07-20T00:00:00.000000Z",
            "end_time": "2023-08-31T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Corner of Peckham Road and Vestry Road",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 29742,
            "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": 28254,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/33ace7b2908e41e6803c5a688ed0a99f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/33ace7b2908e41e6803c5a688ed0a99f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/33ace7b2908e41e6803c5a688ed0a99f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/33ace7b2908e41e6803c5a688ed0a99f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/33ace7b2908e41e6803c5a688ed0a99f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/33ace7b2908e41e6803c5a688ed0a99f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/33ace7b2908e41e6803c5a688ed0a99f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/33ace7b2908e41e6803c5a688ed0a99f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/33ace7b2908e41e6803c5a688ed0a99f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/33ace7b2908e41e6803c5a688ed0a99f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-02T14:04:15.385860Z",
                "updated_at": "2023-08-02T14:04:15.385906Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3221,
                "name": "Amanda Wilkinson Gallery",
                "slug": "amanda-wilkinson-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5123337,-0.1342566",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-08-02T14:04:19.217830Z",
            "publish_time": null,
            "slug": "amanda-wilkinson-gallery-letter-like-shapes-word-like-sequences-2023-07-20",
            "created_at": "2023-08-02T14:04:20.216047Z",
            "updated_at": "2023-08-02T14:04:20.629465Z",
            "summary": "letter like shapes word like sequences is an Gallery Shows event starting on 20/07/2023, 00:00 and ending on 30/09/2023, 00:00. Event is in Amanda Wilkinson Gallery with address 1st Floor.",
            "title": "letter like shapes word like sequences",
            "content": null,
            "start_time": "2023-07-20T00:00:00.000000Z",
            "end_time": "2023-09-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1st Floor",
            "city": "London",
            "geolocation": "51.4693562,-0.1787855",
            "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": 29769,
            "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": 28273,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e3b53e27ff7499fac3ae5f2bd596020-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e3b53e27ff7499fac3ae5f2bd596020-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0e3b53e27ff7499fac3ae5f2bd596020.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e3b53e27ff7499fac3ae5f2bd596020-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e3b53e27ff7499fac3ae5f2bd596020-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e3b53e27ff7499fac3ae5f2bd596020-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e3b53e27ff7499fac3ae5f2bd596020-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e3b53e27ff7499fac3ae5f2bd596020-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e3b53e27ff7499fac3ae5f2bd596020-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e3b53e27ff7499fac3ae5f2bd596020-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-02T14:08:44.767532Z",
                "updated_at": "2023-08-02T14:08:44.767573Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8174,
                "name": "DAM Projects",
                "slug": "dam-projects",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5122276,13.2928203",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-08-02T14:08:47.695822Z",
            "publish_time": null,
            "slug": "dam-projects-wolfgang-kiwus-out-of-the-attic-2023-07-20",
            "created_at": "2023-08-02T14:08:48.618545Z",
            "updated_at": "2023-08-02T14:08:49.390130Z",
            "summary": "Wolfgang Kiwus: Out of the Attic is an Gallery Shows event starting on 20/07/2023, 00:00 and ending on 26/08/2023, 00:00. Event is in DAM Projects with address Horstweg 35.",
            "title": "Wolfgang Kiwus: Out of the Attic",
            "content": null,
            "start_time": "2023-07-20T00: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": "Horstweg 35",
            "city": "Berlin",
            "geolocation": "52.323577549999996,10.206275454741977",
            "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": 29849,
            "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": 28315,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bbf07f49025e484090978b29848e92a3-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bbf07f49025e484090978b29848e92a3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bbf07f49025e484090978b29848e92a3.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bbf07f49025e484090978b29848e92a3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bbf07f49025e484090978b29848e92a3-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bbf07f49025e484090978b29848e92a3-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bbf07f49025e484090978b29848e92a3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bbf07f49025e484090978b29848e92a3-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bbf07f49025e484090978b29848e92a3-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bbf07f49025e484090978b29848e92a3-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-02T14:17:21.205224Z",
                "updated_at": "2023-08-02T14:17:21.205264Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5936,
                "name": "Gagosian London Davies Street",
                "slug": "gagosian-london-davies-street",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5112072,-0.1479407",
                "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:17:25.495063Z",
            "publish_time": null,
            "slug": "gagosian-london-davies-street-honor-titus-advantage-in-2023-07-20",
            "created_at": "2023-08-02T14:17:26.391425Z",
            "updated_at": "2023-08-02T14:17:27.122452Z",
            "summary": "Honor Titus: Advantage In is an Gallery Shows event starting on 20/07/2023, 00:00 and ending on 01/09/2023, 00:00. Event is in Gagosian London Davies Street with address 456 North Camden Drive.",
            "title": "Honor Titus: Advantage In",
            "content": null,
            "start_time": "2023-07-20T00:00:00.000000Z",
            "end_time": "2023-09-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "456 North Camden Drive",
            "city": "Beverly Hills",
            "geolocation": "34.069777200000004,-118.40477188233334",
            "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": 29889,
            "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": 28342,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65bc1d74d50d486ba9d098449ad8954f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65bc1d74d50d486ba9d098449ad8954f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/65bc1d74d50d486ba9d098449ad8954f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65bc1d74d50d486ba9d098449ad8954f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65bc1d74d50d486ba9d098449ad8954f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65bc1d74d50d486ba9d098449ad8954f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65bc1d74d50d486ba9d098449ad8954f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65bc1d74d50d486ba9d098449ad8954f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65bc1d74d50d486ba9d098449ad8954f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65bc1d74d50d486ba9d098449ad8954f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-02T14:22:12.468436Z",
                "updated_at": "2023-08-02T14:22:12.468477Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7062,
                "name": "Margot Samel",
                "slug": "margot-samel",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7191589,-74.0043805",
                "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:22:19.156994Z",
            "publish_time": null,
            "slug": "margot-samel-maskenfreiheit-2023-07-20",
            "created_at": "2023-08-02T14:22:20.177477Z",
            "updated_at": "2023-08-02T14:22:33.706073Z",
            "summary": "Maskenfreiheit is an Gallery Shows event starting on 20/07/2023, 00:00 and ending on 15/08/2023, 00:00. Event is in Margot Samel with address 295 Church Street.",
            "title": "Maskenfreiheit",
            "content": null,
            "start_time": "2023-07-20T00:00:00.000000Z",
            "end_time": "2023-08-15T00: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": "295 Church Street",
            "city": "New York",
            "geolocation": "41.0412019,-73.7716305",
            "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": []
        }
    ]
}