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

{
    "count": 37589,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=25866&ordering=-start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=25830&ordering=-start_time",
    "results": [
        {
            "id": 11901,
            "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": 12292,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4734bb6c2c014cdb8c45426d48ffb13e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4734bb6c2c014cdb8c45426d48ffb13e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4734bb6c2c014cdb8c45426d48ffb13e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4734bb6c2c014cdb8c45426d48ffb13e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4734bb6c2c014cdb8c45426d48ffb13e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4734bb6c2c014cdb8c45426d48ffb13e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4734bb6c2c014cdb8c45426d48ffb13e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4734bb6c2c014cdb8c45426d48ffb13e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4734bb6c2c014cdb8c45426d48ffb13e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4734bb6c2c014cdb8c45426d48ffb13e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-05T09:21:01.561443Z",
                "updated_at": "2022-08-05T09:21:01.561479Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5151,
                "name": "Scherben",
                "slug": "scherben",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5112065,13.395254",
                "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": "2022-08-05T09:21:04.933502Z",
            "publish_time": null,
            "slug": "scherben-ominous-tales-of-a-dreaming-wrinkle-2022-05-20",
            "created_at": "2022-08-05T09:21:05.721973Z",
            "updated_at": "2022-08-05T09:21:09.544491Z",
            "summary": "Ominous Tales of a Dreaming Wrinkle is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 05/06/2022, 00:00. Event is in Scherben with address Leipziger Str. 61.",
            "title": "Ominous Tales of a Dreaming Wrinkle",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-06-05T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Leipziger Str. 61",
            "city": "Berlin",
            "geolocation": "51.3589702,12.2936645",
            "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": 11959,
            "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": 12342,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cadcaa32e66548f6bb5d7405901e9f58-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cadcaa32e66548f6bb5d7405901e9f58-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/cadcaa32e66548f6bb5d7405901e9f58.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cadcaa32e66548f6bb5d7405901e9f58-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cadcaa32e66548f6bb5d7405901e9f58-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cadcaa32e66548f6bb5d7405901e9f58-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cadcaa32e66548f6bb5d7405901e9f58-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cadcaa32e66548f6bb5d7405901e9f58-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cadcaa32e66548f6bb5d7405901e9f58-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cadcaa32e66548f6bb5d7405901e9f58-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-07T10:41:47.580203Z",
                "updated_at": "2022-08-07T10:41:47.580247Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5514,
                "name": "Kraupa-Tuskany Zeidler",
                "slug": "kraupa-tuskany-zeidler",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.496851,13.418323",
                "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": "2022-08-07T10:41:50.041564Z",
            "publish_time": null,
            "slug": "kraupa-tuskany-zeidler-blue-of-noon-2022-05-20",
            "created_at": "2022-08-07T10:41:50.851472Z",
            "updated_at": "2022-08-07T10:41:51.205513Z",
            "summary": "Blue of Noon is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 30/06/2022, 00:00. Event is in Kraupa-Tuskany Zeidler with address Kohlfurter Straße 41/43.",
            "title": "Blue of Noon",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Kohlfurter Straße 41/43",
            "city": "Berlin",
            "geolocation": "52.496938,13.41818",
            "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": 12025,
            "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": 12402,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a21bd31217f44c8889c75fdf184e3ca4-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a21bd31217f44c8889c75fdf184e3ca4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a21bd31217f44c8889c75fdf184e3ca4.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a21bd31217f44c8889c75fdf184e3ca4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a21bd31217f44c8889c75fdf184e3ca4-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a21bd31217f44c8889c75fdf184e3ca4-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a21bd31217f44c8889c75fdf184e3ca4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a21bd31217f44c8889c75fdf184e3ca4-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a21bd31217f44c8889c75fdf184e3ca4-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a21bd31217f44c8889c75fdf184e3ca4-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-08T09:01:04.560524Z",
                "updated_at": "2022-08-08T09:01:04.560587Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5256,
                "name": "Michael Reid Berlin",
                "slug": "michael-reid-berlin",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5303551,13.3968152",
                "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": "2022-08-08T09:01:10.554642Z",
            "publish_time": null,
            "slug": "michael-reid-berlin-betty-chimney-kulintja-irititja-thinking-about-the-old-days-2022-05-20",
            "created_at": "2022-08-08T09:01:11.355225Z",
            "updated_at": "2022-08-08T09:01:12.693516Z",
            "summary": "Betty Chimney: Kulintja Irititja – Thinking About the Old Days is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 11/06/2022, 00:00. Event is in Michael Reid Berlin with address Ackerstrasse 163.",
            "title": "Betty Chimney: Kulintja Irititja – Thinking About the Old Days",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-06-11T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Ackerstrasse 163",
            "city": "Berlin",
            "geolocation": "52.5303692,13.3968547",
            "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": 12059,
            "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": 5166,
                "name": "Opera Gallery",
                "slug": "opera-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.51201289999999,-0.144361",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "FR",
            "publish_status": "published",
            "published_at": "2022-08-08T10:10:47.195003Z",
            "publish_time": null,
            "slug": "opera-gallery-li-tianbing-2022-05-20",
            "created_at": "2022-08-08T10:10:48.111162Z",
            "updated_at": "2022-08-08T10:10:48.524208Z",
            "summary": "Li Tianbing is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 21/06/2022, 00:00. Event is in Opera Gallery with address 62 rue du Faubourg Saint-Honoré.",
            "title": "Li Tianbing",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-06-21T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "62 rue du Faubourg Saint-Honoré",
            "city": "Paris",
            "geolocation": "48.869767,2.3189009",
            "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": 12067,
            "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": 5690,
                "name": "Oxford Ceramics Gallery",
                "slug": "oxford-ceramics-gallery",
                "city": "Oxford",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.7579082,-1.2638395",
                "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": "2022-08-08T10:10:59.101356Z",
            "publish_time": null,
            "slug": "oxford-ceramics-gallery-porcelain-2022-05-20",
            "created_at": "2022-08-08T10:10:59.906559Z",
            "updated_at": "2022-08-08T10:11:00.513446Z",
            "summary": "Porcelain is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 02/07/2022, 00:00. Event is in Oxford Ceramics Gallery with address 29 Walton St.",
            "title": "Porcelain",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-07-02T00: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": "29 Walton St",
            "city": "Oxford",
            "geolocation": "-43.5493606,172.6389443",
            "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": 12072,
            "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": 863,
                "name": "Pace Gallery London",
                "slug": "pace-gallery-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5097315,-0.14093669999999747",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 1702,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/PACE-GALLERY-LONDON-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/PACE-GALLERY-LONDON-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/PACE-GALLERY-LONDON-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/PACE-GALLERY-LONDON.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/PACE-GALLERY-LONDON-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/PACE-GALLERY-LONDON-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/PACE-GALLERY-LONDON-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/PACE-GALLERY-LONDON-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-19T02:49:55.646484Z",
                    "updated_at": "2021-09-14T13:14:02.075870Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "PACE-GALLERY-LONDON",
                    "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": "HK",
            "publish_status": "published",
            "published_at": "2022-08-08T10:11:04.001886Z",
            "publish_time": null,
            "slug": "pace-gallery-london-arlene-shechet-moon-in-the-morning-2022-05-20",
            "created_at": "2022-08-08T10:11:04.807899Z",
            "updated_at": "2022-08-08T10:11:04.847817Z",
            "summary": "Arlene Shechet: Moon in the Morning is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 30/06/2022, 00:00. Event is in Pace Gallery London with address 12/F, H Queen's, 80 Queen's Road.",
            "title": "Arlene Shechet: Moon in the Morning",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "12/F, H Queen's, 80 Queen's Road",
            "city": "Central",
            "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": 12073,
            "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": 863,
                "name": "Pace Gallery London",
                "slug": "pace-gallery-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5097315,-0.14093669999999747",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 1702,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/PACE-GALLERY-LONDON-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/PACE-GALLERY-LONDON-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/PACE-GALLERY-LONDON-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/PACE-GALLERY-LONDON.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/PACE-GALLERY-LONDON-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/PACE-GALLERY-LONDON-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/PACE-GALLERY-LONDON-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/PACE-GALLERY-LONDON-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-19T02:49:55.646484Z",
                    "updated_at": "2021-09-14T13:14:02.075870Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "PACE-GALLERY-LONDON",
                    "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": "2022-08-08T10:11:05.543893Z",
            "publish_time": null,
            "slug": "pace-gallery-london-glenn-kaino-bridge-raise-your-voice-in-silence-on-view-2022-05-20",
            "created_at": "2022-08-08T10:11:06.380793Z",
            "updated_at": "2022-08-08T10:11:07.480822Z",
            "summary": "Glenn Kaino: Bridge (Raise Your Voice in Silence) On View is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 11/06/2022, 00:00. Event is in Pace Gallery London with address 540 W. 25th Street.",
            "title": "Glenn Kaino: Bridge (Raise Your Voice in Silence) On View",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-06-11T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "540 W. 25th Street",
            "city": "New York, NY",
            "geolocation": "40.7495759,-74.0049685",
            "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": 12078,
            "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": 12443,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df02a2c76e064afb8576d74d541b01e0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df02a2c76e064afb8576d74d541b01e0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/df02a2c76e064afb8576d74d541b01e0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df02a2c76e064afb8576d74d541b01e0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df02a2c76e064afb8576d74d541b01e0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df02a2c76e064afb8576d74d541b01e0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df02a2c76e064afb8576d74d541b01e0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df02a2c76e064afb8576d74d541b01e0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df02a2c76e064afb8576d74d541b01e0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df02a2c76e064afb8576d74d541b01e0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-08T10:11:12.247822Z",
                "updated_at": "2022-08-08T10:11:12.247859Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2882,
                "name": "Pace Gallery New York",
                "slug": "pace-gallery-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7496373,-74.00504719999999",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2505,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-New-York-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-New-York-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-New-York-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Pace-Gallery-New-York.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-New-York-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-New-York-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-New-York-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-New-York-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-24T06:15:58.907418Z",
                    "updated_at": "2021-09-14T13:31:12.877399Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Pace Gallery New York",
                    "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": "2022-08-08T10:11:15.889986Z",
            "publish_time": null,
            "slug": "pace-gallery-new-york-glenn-kaino-bridge-raise-your-voice-in-silence-2022-05-20",
            "created_at": "2022-08-08T10:11:16.690651Z",
            "updated_at": "2022-08-08T10:11:17.119298Z",
            "summary": "Glenn Kaino: Bridge (Raise Your Voice in Silence) is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 11/06/2022, 00:00. Event is in Pace Gallery New York with address 540 West 25th Street.",
            "title": "Glenn Kaino: Bridge (Raise Your Voice in Silence)",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-06-11T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "540 West 25th Street",
            "city": "New York",
            "geolocation": "40.7495759,-74.0049685",
            "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": 12093,
            "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": 12457,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc53ac23c308417ebe069b7cbfbff488-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc53ac23c308417ebe069b7cbfbff488-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fc53ac23c308417ebe069b7cbfbff488.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc53ac23c308417ebe069b7cbfbff488-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc53ac23c308417ebe069b7cbfbff488-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc53ac23c308417ebe069b7cbfbff488-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc53ac23c308417ebe069b7cbfbff488-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc53ac23c308417ebe069b7cbfbff488-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc53ac23c308417ebe069b7cbfbff488-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc53ac23c308417ebe069b7cbfbff488-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-08T10:25:01.498658Z",
                "updated_at": "2022-08-08T10:25:01.498716Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5160,
                "name": "PM/AM",
                "slug": "pmam",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5189092,-0.1409745",
                "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": "2022-08-08T10:25:05.238102Z",
            "publish_time": null,
            "slug": "pmam-21-edgar-serrano-2022-05-20",
            "created_at": "2022-08-08T10:25:06.045429Z",
            "updated_at": "2022-08-08T10:25:06.410050Z",
            "summary": "21 (Edgar Serrano) is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 07/06/2022, 00:00. Event is in PM/AM with address 67 Great Titchfield Street.",
            "title": "21 (Edgar Serrano)",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-06-07T00: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": "67 Great Titchfield Street",
            "city": "London",
            "geolocation": "51.5189255,-0.14089",
            "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": 12110,
            "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": 12466,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ddb4841b40e844fd8813bb16253c8a43-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ddb4841b40e844fd8813bb16253c8a43-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ddb4841b40e844fd8813bb16253c8a43.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ddb4841b40e844fd8813bb16253c8a43-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ddb4841b40e844fd8813bb16253c8a43-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ddb4841b40e844fd8813bb16253c8a43-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ddb4841b40e844fd8813bb16253c8a43-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ddb4841b40e844fd8813bb16253c8a43-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ddb4841b40e844fd8813bb16253c8a43-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ddb4841b40e844fd8813bb16253c8a43-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-09T18:59:13.273715Z",
                "updated_at": "2022-08-09T18:59:13.273769Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4841,
                "name": "Massey Klein",
                "slug": "massey-klein",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.71930330000001,-73.99207059999999",
                "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": "2022-08-09T18:59:17.813523Z",
            "publish_time": null,
            "slug": "massey-klein-pop-up-evan-mazellan-eye-care-2022-05-20",
            "created_at": "2022-08-09T18:59:18.607004Z",
            "updated_at": "2022-08-09T18:59:19.504846Z",
            "summary": "Evan Mazellan: Eye Care is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 25/06/2022, 00:00. Event is in Massey Klein with address 136 Eldridge St.",
            "title": "Evan Mazellan: Eye Care",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-06-25T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "136 Eldridge St",
            "city": "New York",
            "geolocation": "40.7189355,-73.99131283014019",
            "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": 12111,
            "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": 12468,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b445d783798048bb83d8d3904e5f48f5-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b445d783798048bb83d8d3904e5f48f5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b445d783798048bb83d8d3904e5f48f5.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b445d783798048bb83d8d3904e5f48f5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b445d783798048bb83d8d3904e5f48f5-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b445d783798048bb83d8d3904e5f48f5-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b445d783798048bb83d8d3904e5f48f5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b445d783798048bb83d8d3904e5f48f5-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b445d783798048bb83d8d3904e5f48f5-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b445d783798048bb83d8d3904e5f48f5-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-09T18:59:18.966224Z",
                "updated_at": "2022-08-09T18:59:18.966261Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5525,
                "name": "McKenzie Fine Art Inc.",
                "slug": "mckenzie-fine-art-inc",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7166676,-73.99111789999999",
                "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": "2022-08-09T18:59:21.869644Z",
            "publish_time": null,
            "slug": "mckenzie-fine-art-inc-gary-petersen-2022-05-20",
            "created_at": "2022-08-09T18:59:22.678062Z",
            "updated_at": "2022-08-09T18:59:23.846215Z",
            "summary": "Gary Petersen is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 26/06/2022, 00:00. Event is in McKenzie Fine Art Inc. with address 55 Orchard Street.",
            "title": "Gary Petersen",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-06-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": "55 Orchard Street",
            "city": "New York",
            "geolocation": "40.7166612,-73.9910986",
            "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": 12113,
            "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": 12471,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4400caa3ec5a42e9ac15181c4de88a56-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4400caa3ec5a42e9ac15181c4de88a56-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4400caa3ec5a42e9ac15181c4de88a56.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4400caa3ec5a42e9ac15181c4de88a56-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4400caa3ec5a42e9ac15181c4de88a56-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4400caa3ec5a42e9ac15181c4de88a56-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4400caa3ec5a42e9ac15181c4de88a56-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4400caa3ec5a42e9ac15181c4de88a56-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4400caa3ec5a42e9ac15181c4de88a56-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4400caa3ec5a42e9ac15181c4de88a56-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-09T18:59:21.985958Z",
                "updated_at": "2022-08-09T18:59:21.985993Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5526,
                "name": "Meyerovich Gallery",
                "slug": "meyerovich-gallery",
                "city": "San Francisco",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.7884452,-122.4060963",
                "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": "2022-08-09T18:59:24.960056Z",
            "publish_time": null,
            "slug": "meyerovich-gallery-kenny-scharf-furungle-2022-05-20",
            "created_at": "2022-08-09T18:59:25.777850Z",
            "updated_at": "2022-08-09T18:59:26.278651Z",
            "summary": "KENNY SCHARF: FURUNGLE is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 22/07/2022, 00:00. Event is in Meyerovich Gallery with address 251 Post Street.",
            "title": "KENNY SCHARF: FURUNGLE",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-07-22T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "251 Post Street",
            "city": "San Francisco, CA",
            "geolocation": "37.7885093,-122.4060724",
            "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": 12307,
            "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": 12635,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49d39a5a48d1421784e9a46c468e9558-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49d39a5a48d1421784e9a46c468e9558-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/49d39a5a48d1421784e9a46c468e9558.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49d39a5a48d1421784e9a46c468e9558-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49d39a5a48d1421784e9a46c468e9558-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49d39a5a48d1421784e9a46c468e9558-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49d39a5a48d1421784e9a46c468e9558-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49d39a5a48d1421784e9a46c468e9558-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49d39a5a48d1421784e9a46c468e9558-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49d39a5a48d1421784e9a46c468e9558-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-11T21:01:28.053706Z",
                "updated_at": "2022-08-11T21:01:28.053740Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6159,
                "name": "Pataka Art + Museum",
                "slug": "pataka-art-museum",
                "city": "Porirua",
                "country": {
                    "code": "NZ",
                    "name": "New Zealand"
                },
                "geolocation": "-41.1316691,174.8392511",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "NZ",
            "publish_status": "published",
            "published_at": "2022-08-11T21:01:30.333781Z",
            "publish_time": null,
            "slug": "pataka-art-museum-woven-tapestry-ancient-art-in-a-modern-world-2022-05-20",
            "created_at": "2022-08-11T21:01:31.086815Z",
            "updated_at": "2022-08-11T21:01:31.127423Z",
            "summary": "Woven Tapestry: Ancient Art in a Modern World is an Museum Exhibitions event starting on 20/05/2022, 00:00 and ending on 26/06/2022, 00:00. Event is in Pataka Art + Museum with address Parumoana & Norrie Streets.",
            "title": "Woven Tapestry: Ancient Art in a Modern World",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-06-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": "Parumoana & Norrie Streets",
            "city": "Porirua",
            "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": 12367,
            "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": 12683,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3319b0eb53f4e7ebbcde8d180c666c0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3319b0eb53f4e7ebbcde8d180c666c0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c3319b0eb53f4e7ebbcde8d180c666c0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3319b0eb53f4e7ebbcde8d180c666c0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3319b0eb53f4e7ebbcde8d180c666c0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3319b0eb53f4e7ebbcde8d180c666c0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3319b0eb53f4e7ebbcde8d180c666c0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3319b0eb53f4e7ebbcde8d180c666c0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3319b0eb53f4e7ebbcde8d180c666c0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3319b0eb53f4e7ebbcde8d180c666c0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-12T08:06:40.862588Z",
                "updated_at": "2022-08-12T08:06:40.862639Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6182,
                "name": "RAUMX",
                "slug": "raumx",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.55033479999999,-0.1508402",
                "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": "2022-08-12T08:06:43.891879Z",
            "publish_time": null,
            "slug": "raumx-daniel-sturgis-and-shila-khatami-2022-05-20",
            "created_at": "2022-08-12T08:06:44.670916Z",
            "updated_at": "2022-08-12T08:06:45.092566Z",
            "summary": "Daniel Sturgis and Shila Khatami is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 04/06/2022, 00:00. Event is in RAUMX with address 185 Queens Crescent.",
            "title": "Daniel Sturgis and Shila Khatami",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-06-04T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "185 Queens Crescent",
            "city": "London",
            "geolocation": "29.456101478204772,-98.48703945057625",
            "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": 8085,
            "author": {
                "id": "ab9c9b30-cb62-4ec0-af0c-62fd20643371",
                "username": "GazelliArtHouse",
                "slug": "gazelliarthouse",
                "first_name": "Gazelli",
                "last_name": "Art House",
                "display_name": "Gazelli ArtHouse",
                "display_name_full": "Gazelli ArtHouse",
                "email": "intern@gazelliarthouse.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 9039,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8046e3262a7b478da8a4454aa58289a1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8046e3262a7b478da8a4454aa58289a1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8046e3262a7b478da8a4454aa58289a1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8046e3262a7b478da8a4454aa58289a1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8046e3262a7b478da8a4454aa58289a1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8046e3262a7b478da8a4454aa58289a1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8046e3262a7b478da8a4454aa58289a1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8046e3262a7b478da8a4454aa58289a1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8046e3262a7b478da8a4454aa58289a1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8046e3262a7b478da8a4454aa58289a1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-11T16:16:32.895675Z",
                "updated_at": "2022-04-11T16:16:32.895713Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "ab9c9b30-cb62-4ec0-af0c-62fd20643371"
            },
            "venue": {
                "id": 1895,
                "name": "GAZELLI ART HOUSE",
                "slug": "gazelli-art-house",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5083853,-0.14220960000000105",
                "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": "",
            "publish_status": "published",
            "published_at": "2022-04-11T16:16:37.660198Z",
            "publish_time": null,
            "slug": "perle-fine-a-retrospective",
            "created_at": "2022-04-11T16:16:37.663683Z",
            "updated_at": "2022-04-11T16:16:37.710145Z",
            "summary": "Perle Fine : A Retrospective is an Gallery Shows event starting on 19/05/2022, 18:00 and ending on 19/05/2022, 20:00. Event is in GAZELLI ART HOUSE with address 39 DOVER STREET.",
            "title": "Perle Fine : A Retrospective",
            "content": "Gazelli Art House is proud to announce the first UK retrospective exhibition spanning the career of pioneering artist Perle Fine (1905-1988).\r\n\r\nAbout this event\r\n\r\nRepresented by the gallery, this will be Perle Fine’s (1905-1988) second exhibition with Gazelli Art House – and will encompass a range of historic works starting from the early 1940s to the late 1980s. The first show in the gallery that exhibited Fine’s work and introduced the artist to new audiences was the 9th St. Club group show in 2020, which showcased works by the iconic ‘Ninth Street Women’ – including Fine, Elaine de Kooning and Lee Krasner among others. Standing amongst her peers of the time, such as Helen Frankenthaler and Joan Mitchell, Fine made a name for herself in the emerging 1950s abstract art movement in America.\r\n\r\nThroughout her fifty-year career, Fine was uncompromising in her ideals and vehemently trusted her artistic instincts; with this aesthetic confidence, the abstract artist was able to step beyond the",
            "start_time": "2022-05-19T18:00:00.000000Z",
            "end_time": "2022-05-19T20: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": "39 DOVER STREET",
            "city": "",
            "geolocation": "51.5083853,-0.14220960000000105",
            "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": [
                12409
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 8136,
            "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": 9099,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cf4e6ada39440b08fabd30fc0acd25b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cf4e6ada39440b08fabd30fc0acd25b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3cf4e6ada39440b08fabd30fc0acd25b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cf4e6ada39440b08fabd30fc0acd25b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cf4e6ada39440b08fabd30fc0acd25b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cf4e6ada39440b08fabd30fc0acd25b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cf4e6ada39440b08fabd30fc0acd25b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cf4e6ada39440b08fabd30fc0acd25b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cf4e6ada39440b08fabd30fc0acd25b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cf4e6ada39440b08fabd30fc0acd25b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-22T16:31:05.608855Z",
                "updated_at": "2022-04-22T16:31:05.608891Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4193,
                "name": "Canberra Contemporary Art Space",
                "slug": "canberra-contemporary-art-space",
                "city": "Forrest",
                "country": {
                    "code": "AU",
                    "name": "Australia"
                },
                "geolocation": "-35.3194129,149.1313997",
                "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": "AU",
            "publish_status": "published",
            "published_at": "2022-04-22T16:31:07.393314Z",
            "publish_time": null,
            "slug": "canberra-contemporary-art-space-james-lieutenant-2022-05-19",
            "created_at": "2022-04-22T16:31:08.166045Z",
            "updated_at": "2022-04-22T16:31:08.220101Z",
            "summary": "James Lieutenant is an Gallery Shows event starting on 19/05/2022, 00:00 and ending on 29/05/2022, 00:00. Event is in Canberra Contemporary Art Space with address 19 Furneaux St Forrest A.C.T..",
            "title": "James Lieutenant",
            "content": null,
            "start_time": "2022-05-19T00:00:00.000000Z",
            "end_time": "2022-05-29T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "19 Furneaux St Forrest A.C.T.",
            "city": "Canberra",
            "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": 8154,
            "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": 9114,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a170892579be45a4ac42099db241ed8b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a170892579be45a4ac42099db241ed8b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a170892579be45a4ac42099db241ed8b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a170892579be45a4ac42099db241ed8b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a170892579be45a4ac42099db241ed8b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a170892579be45a4ac42099db241ed8b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a170892579be45a4ac42099db241ed8b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a170892579be45a4ac42099db241ed8b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a170892579be45a4ac42099db241ed8b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a170892579be45a4ac42099db241ed8b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-22T16:33:54.183646Z",
                "updated_at": "2022-04-22T16:33:54.183682Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3949,
                "name": "Gaffa Gallery",
                "slug": "gaffa-gallery",
                "city": "Sydney",
                "country": {
                    "code": "AU",
                    "name": "Australia"
                },
                "geolocation": "-33.87240300000001,151.205477",
                "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": "AU",
            "publish_status": "published",
            "published_at": "2022-04-22T16:33:56.241292Z",
            "publish_time": null,
            "slug": "gaffa-gallery-ann-lin-our-place-2022-2022-05-19",
            "created_at": "2022-04-22T16:34:02.005730Z",
            "updated_at": "2022-04-22T16:34:02.669230Z",
            "summary": "Ann Lin: Our Place 2022 is an Gallery Shows event starting on 19/05/2022, 00:00 and ending on 30/05/2022, 00:00. Event is in Gaffa Gallery with address 281 Clarence Street.",
            "title": "Ann Lin: Our Place 2022",
            "content": null,
            "start_time": "2022-05-19T00:00:00.000000Z",
            "end_time": "2022-05-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": "281 Clarence Street",
            "city": "Sydney",
            "geolocation": "-33.8723954,151.20546749978223",
            "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": 8155,
            "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": 3949,
                "name": "Gaffa Gallery",
                "slug": "gaffa-gallery",
                "city": "Sydney",
                "country": {
                    "code": "AU",
                    "name": "Australia"
                },
                "geolocation": "-33.87240300000001,151.205477",
                "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": "AU",
            "publish_status": "published",
            "published_at": "2022-04-22T16:34:05.534811Z",
            "publish_time": null,
            "slug": "gaffa-gallery-unfinished-business-2022-05-19",
            "created_at": "2022-04-22T16:34:07.991098Z",
            "updated_at": "2022-04-22T16:34:08.414632Z",
            "summary": "Unfinished Business is an Gallery Shows event starting on 19/05/2022, 00:00 and ending on 30/05/2022, 00:00. Event is in Gaffa Gallery with address 281 Clarence Street.",
            "title": "Unfinished Business",
            "content": null,
            "start_time": "2022-05-19T00:00:00.000000Z",
            "end_time": "2022-05-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": "281 Clarence Street",
            "city": "Sydney",
            "geolocation": "-33.8723954,151.20546749978223",
            "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": []
        }
    ]
}