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/past-auctions/?format=api&offset=360&ordering=-start_time
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 970,
    "next": "https://prod-api.widewalls.ch/api/v1/events/past-auctions/?format=api&limit=18&offset=378&ordering=-start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/past-auctions/?format=api&limit=18&offset=342&ordering=-start_time",
    "results": [
        {
            "id": 2301,
            "title": "Impressionist & Modern Art",
            "slug": "bonhams-new-york-impressionist-modern-art-11-13-2018",
            "start_time": "2018-11-13T17:00:00.000000Z",
            "display_date": "13 November 2018",
            "venue": {
                "id": 1652,
                "name": "Bonhams New York",
                "slug": "bonhams-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.762106,-73.97305289999997",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2162,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/bonhams_new_york.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:35:30.840069Z",
                    "updated_at": "2021-09-14T13:23:44.789709Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "bonhams_new_york",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "auction_results_added": true,
            "featured_image": {
                "id": 774,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/George-Grosz-Reclining-Nude-1940-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/George-Grosz-Reclining-Nude-1940-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/George-Grosz-Reclining-Nude-1940-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/George-Grosz-Reclining-Nude-1940-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/George-Grosz-Reclining-Nude-1940-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/George-Grosz-Reclining-Nude-1940-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/George-Grosz-Reclining-Nude-1940-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/George-Grosz-Reclining-Nude-1940-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/George-Grosz-Reclining-Nude-1940-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/George-Grosz-Reclining-Nude-1940-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T06:18:54.622538Z",
                "updated_at": "2021-09-13T10:35:03.241229Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "George Grosz - Reclining Nude, 1940 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "country": "US",
            "city": "Manhattan Community Board 5",
            "is_online_only": false
        },
        {
            "id": 2289,
            "title": "Impressionist & Modern Art Day Sale",
            "slug": "sothebys-new-york-impressionist-modern-art-day-sale-11-13-2018",
            "start_time": "2018-11-13T10:00:00.000000Z",
            "display_date": "13 November 2018",
            "venue": {
                "id": 1675,
                "name": "Sotheby's New York",
                "slug": "sothebys-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.76628277740424,-73.95360261163938",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2138,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Sothebys_loc_day.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T12:47:24.809521Z",
                    "updated_at": "2021-09-14T13:23:14.092218Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Sothebys_loc_day",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "auction_results_added": true,
            "featured_image": {
                "id": 785,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Pablo-Picasso-Le-Peintre-Et-Son-Modele-1963-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Pablo-Picasso-Le-Peintre-Et-Son-Modele-1963-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Pablo-Picasso-Le-Peintre-Et-Son-Modele-1963-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Pablo-Picasso-Le-Peintre-Et-Son-Modele-1963-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Pablo-Picasso-Le-Peintre-Et-Son-Modele-1963-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Pablo-Picasso-Le-Peintre-Et-Son-Modele-1963-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Pablo-Picasso-Le-Peintre-Et-Son-Modele-1963-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Pablo-Picasso-Le-Peintre-Et-Son-Modele-1963-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Pablo-Picasso-Le-Peintre-Et-Son-Modele-1963-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Pablo-Picasso-Le-Peintre-Et-Son-Modele-1963-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T06:44:16.143138Z",
                "updated_at": "2021-09-13T10:35:09.586377Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Pablo Picasso - Le Peintre Et Son Modele, 1963 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "country": "US",
            "city": "Manhattan Community Board 8",
            "is_online_only": false
        },
        {
            "id": 2288,
            "title": "Impressionist & Modern Art Evening Sale",
            "slug": "sothebys-new-york-impressionist-modern-art-evening-sale-11-12-2018",
            "start_time": "2018-11-12T19:00:00.000000Z",
            "display_date": "12 November 2018",
            "venue": {
                "id": 1675,
                "name": "Sotheby's New York",
                "slug": "sothebys-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.76628277740424,-73.95360261163938",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2138,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Sothebys_loc_day.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T12:47:24.809521Z",
                    "updated_at": "2021-09-14T13:23:14.092218Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Sothebys_loc_day",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "auction_results_added": true,
            "featured_image": {
                "id": 773,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Wassily-Kandinsky-Improvisation-Auf-Mahagoni-Improvisation-On-Mahogany-1910-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Wassily-Kandinsky-Improvisation-Auf-Mahagoni-Improvisation-On-Mahogany-1910-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Wassily-Kandinsky-Improvisation-Auf-Mahagoni-Improvisation-On-Mahogany-1910-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Wassily-Kandinsky-Improvisation-Auf-Mahagoni-Improvisation-On-Mahogany-1910-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Wassily-Kandinsky-Improvisation-Auf-Mahagoni-Improvisation-On-Mahogany-1910-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Wassily-Kandinsky-Improvisation-Auf-Mahagoni-Improvisation-On-Mahogany-1910-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Wassily-Kandinsky-Improvisation-Auf-Mahagoni-Improvisation-On-Mahogany-1910-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Wassily-Kandinsky-Improvisation-Auf-Mahagoni-Improvisation-On-Mahogany-1910-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Wassily-Kandinsky-Improvisation-Auf-Mahagoni-Improvisation-On-Mahogany-1910-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Wassily-Kandinsky-Improvisation-Auf-Mahagoni-Improvisation-On-Mahogany-1910-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T06:17:37.656152Z",
                "updated_at": "2021-09-13T10:35:02.833004Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Wassily Kandinsky - Improvisation Auf Mahagoni (Improvisation On Mahogany), 1910 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "country": "US",
            "city": "Manhattan Community Board 8",
            "is_online_only": false
        },
        {
            "id": 2315,
            "title": "Impressionist and Modern Art Day Sale",
            "slug": "christies-new-york-impressionist-and-modern-art-day-sale-11-12-2018",
            "start_time": "2018-11-12T14:00:00.000000Z",
            "display_date": "12 November 2018",
            "venue": {
                "id": 1664,
                "name": "Christie's New York",
                "slug": "christies-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7586467,-73.9799726",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2151,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/christie_new_york.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:34:33.797728Z",
                    "updated_at": "2021-09-14T13:23:30.387640Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "christie_new_york",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "auction_results_added": true,
            "featured_image": {
                "id": 779,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Georges-Braque-La-Falaise-Detretat-1930-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Georges-Braque-La-Falaise-Detretat-1930-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Georges-Braque-La-Falaise-Detretat-1930-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Georges-Braque-La-Falaise-Detretat-1930-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Georges-Braque-La-Falaise-Detretat-1930-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Georges-Braque-La-Falaise-Detretat-1930-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Georges-Braque-La-Falaise-Detretat-1930-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Georges-Braque-La-Falaise-Detretat-1930-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Georges-Braque-La-Falaise-Detretat-1930-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Georges-Braque-La-Falaise-Detretat-1930-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T06:29:13.359853Z",
                "updated_at": "2021-09-13T10:35:06.302404Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Georges Braque - La Falaise Detretat, 1930 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "country": "US",
            "city": "Manhattan Community Board 5",
            "is_online_only": false
        },
        {
            "id": 2296,
            "title": "Impressionist and Modern Art Work on Paper",
            "slug": "christies-new-york-impressionist-and-modern-art-work-on-paper-11-12-2018",
            "start_time": "2018-11-12T11:00:00.000000Z",
            "display_date": "12 November 2018",
            "venue": {
                "id": 1664,
                "name": "Christie's New York",
                "slug": "christies-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7586467,-73.9799726",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2151,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/christie_new_york.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:34:33.797728Z",
                    "updated_at": "2021-09-14T13:23:30.387640Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "christie_new_york",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "auction_results_added": true,
            "featured_image": {
                "id": 784,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Egon-Schiele-Liegender-Madchenakt-Nach-Rechts-In-Ganzer-Figur-1917-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Egon-Schiele-Liegender-Madchenakt-Nach-Rechts-In-Ganzer-Figur-1917-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Egon-Schiele-Liegender-Madchenakt-Nach-Rechts-In-Ganzer-Figur-1917-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Egon-Schiele-Liegender-Madchenakt-Nach-Rechts-In-Ganzer-Figur-1917-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Egon-Schiele-Liegender-Madchenakt-Nach-Rechts-In-Ganzer-Figur-1917-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Egon-Schiele-Liegender-Madchenakt-Nach-Rechts-In-Ganzer-Figur-1917-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Egon-Schiele-Liegender-Madchenakt-Nach-Rechts-In-Ganzer-Figur-1917-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Egon-Schiele-Liegender-Madchenakt-Nach-Rechts-In-Ganzer-Figur-1917-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Egon-Schiele-Liegender-Madchenakt-Nach-Rechts-In-Ganzer-Figur-1917-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Egon-Schiele-Liegender-Madchenakt-Nach-Rechts-In-Ganzer-Figur-1917-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T06:38:10.370953Z",
                "updated_at": "2021-09-13T10:35:09.138231Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Egon Schiele - Liegender Madchenakt Nach Rechts, In Ganzer Figur, 1917 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "country": "US",
            "city": "Manhattan Community Board 5",
            "is_online_only": false
        },
        {
            "id": 2295,
            "title": "Impressionist and Modern Art Evening Sale Including Property from the Collection of Herbert and Adele Klapper",
            "slug": "christies-new-york-impressionist-and-modern-art-evening-sale-including-property-from-the-collection-of-herbert-and-adele-klapper-11-11-2018",
            "start_time": "2018-11-11T19:00:00.000000Z",
            "display_date": "11 November 2018",
            "venue": {
                "id": 1664,
                "name": "Christie's New York",
                "slug": "christies-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7586467,-73.9799726",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2151,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/christie_new_york.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:34:33.797728Z",
                    "updated_at": "2021-09-14T13:23:30.387640Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "christie_new_york",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "auction_results_added": true,
            "featured_image": {
                "id": 772,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Alfred-Sisley-Langland-Bay-1897-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Alfred-Sisley-Langland-Bay-1897-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Alfred-Sisley-Langland-Bay-1897-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Alfred-Sisley-Langland-Bay-1897-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Alfred-Sisley-Langland-Bay-1897-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Alfred-Sisley-Langland-Bay-1897-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Alfred-Sisley-Langland-Bay-1897-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Alfred-Sisley-Langland-Bay-1897-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Alfred-Sisley-Langland-Bay-1897-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Alfred-Sisley-Langland-Bay-1897-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T06:15:34.552311Z",
                "updated_at": "2021-09-13T10:35:02.287913Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Alfred Sisley - Langland Bay, 1897 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "country": "US",
            "city": "Manhattan Community Board 5",
            "is_online_only": false
        },
        {
            "id": 2287,
            "title": "Photographies",
            "slug": "sothebys-paris-photographies-11-9-2018",
            "start_time": "2018-11-09T16:00:00.000000Z",
            "display_date": "09 November 2018",
            "venue": {
                "id": 1669,
                "name": "Sotheby's Paris",
                "slug": "sothebys-paris",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8706176,2.317839499999991",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2147,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Sothebys-Paris-Auction-House.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:34:21.894960Z",
                    "updated_at": "2021-09-14T13:23:25.095229Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Sotheby's_Paris_-_Auction_House",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "auction_results_added": true,
            "featured_image": {
                "id": 771,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ren-Hang-Untitled-c.-2013-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ren-Hang-Untitled-c.-2013-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Ren-Hang-Untitled-c.-2013-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ren-Hang-Untitled-c.-2013-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ren-Hang-Untitled-c.-2013-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ren-Hang-Untitled-c.-2013-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ren-Hang-Untitled-c.-2013-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ren-Hang-Untitled-c.-2013-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ren-Hang-Untitled-c.-2013-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ren-Hang-Untitled-c.-2013-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T06:14:29.149149Z",
                "updated_at": "2021-09-13T10:35:01.768386Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Ren Hang - Untitled, c. 2013 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "country": "FR",
            "city": "Paris",
            "is_online_only": false
        },
        {
            "id": 2294,
            "title": "Hiroshi Sugimoto Photographs: The Fossilization of Time",
            "slug": "christies-paris-hiroshi-sugimoto-photographs-the-fossilization-of-time-11-8-2018",
            "start_time": "2018-11-08T18:00:00.000000Z",
            "display_date": "08 November 2018",
            "venue": {
                "id": 1658,
                "name": "Christie's Paris",
                "slug": "christies-paris",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.87009643657007,2.311808306711214",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2153,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Christies_Paris.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:34:50.697321Z",
                    "updated_at": "2021-09-14T13:23:33.004232Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Christie's_Paris",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "auction_results_added": true,
            "featured_image": {
                "id": 769,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Hiroshi-Sugimoto-Permian-Period-1992-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Hiroshi-Sugimoto-Permian-Period-1992-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Hiroshi-Sugimoto-Permian-Period-1992-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Hiroshi-Sugimoto-Permian-Period-1992-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Hiroshi-Sugimoto-Permian-Period-1992-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Hiroshi-Sugimoto-Permian-Period-1992-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Hiroshi-Sugimoto-Permian-Period-1992-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Hiroshi-Sugimoto-Permian-Period-1992-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Hiroshi-Sugimoto-Permian-Period-1992-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Hiroshi-Sugimoto-Permian-Period-1992-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T06:12:48.542490Z",
                "updated_at": "2021-09-13T10:35:00.489168Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Hiroshi Sugimoto - Permian Period, 1992 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "country": "FR",
            "city": "Paris",
            "is_online_only": false
        },
        {
            "id": 2293,
            "title": "Photographies",
            "slug": "christies-paris-photographies-11-8-2018",
            "start_time": "2018-11-08T15:00:00.000000Z",
            "display_date": "08 November 2018",
            "venue": {
                "id": 1658,
                "name": "Christie's Paris",
                "slug": "christies-paris",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.87009643657007,2.311808306711214",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2153,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Christies_Paris.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:34:50.697321Z",
                    "updated_at": "2021-09-14T13:23:33.004232Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Christie's_Paris",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "auction_results_added": true,
            "featured_image": {
                "id": 768,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Clifford-Ross-Hurricane-XlIX-2009-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Clifford-Ross-Hurricane-XlIX-2009-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Clifford-Ross-Hurricane-XlIX-2009-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Clifford-Ross-Hurricane-XlIX-2009-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Clifford-Ross-Hurricane-XlIX-2009-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Clifford-Ross-Hurricane-XlIX-2009-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Clifford-Ross-Hurricane-XlIX-2009-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Clifford-Ross-Hurricane-XlIX-2009-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Clifford-Ross-Hurricane-XlIX-2009-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Clifford-Ross-Hurricane-XlIX-2009-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T06:12:14.490042Z",
                "updated_at": "2021-09-13T10:35:00.277871Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Clifford Ross - Hurricane XlIX, 2009 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "country": "FR",
            "city": "Paris",
            "is_online_only": false
        },
        {
            "id": 2300,
            "title": "Prints, Multiples & Works on Paper",
            "slug": "bonhams-new-york-prints-multiples-works-on-paper-11-8-2018",
            "start_time": "2018-11-08T14:00:00.000000Z",
            "display_date": "08 November 2018",
            "venue": {
                "id": 1652,
                "name": "Bonhams New York",
                "slug": "bonhams-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.762106,-73.97305289999997",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2162,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/bonhams_new_york.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:35:30.840069Z",
                    "updated_at": "2021-09-14T13:23:44.789709Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "bonhams_new_york",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "auction_results_added": true,
            "featured_image": {
                "id": 766,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Howard-Hodgkin-Bleeding-H.-67-1981-1982-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Howard-Hodgkin-Bleeding-H.-67-1981-1982-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Howard-Hodgkin-Bleeding-H.-67-1981-1982-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Howard-Hodgkin-Bleeding-H.-67-1981-1982-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Howard-Hodgkin-Bleeding-H.-67-1981-1982-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Howard-Hodgkin-Bleeding-H.-67-1981-1982-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Howard-Hodgkin-Bleeding-H.-67-1981-1982-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Howard-Hodgkin-Bleeding-H.-67-1981-1982-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Howard-Hodgkin-Bleeding-H.-67-1981-1982-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Howard-Hodgkin-Bleeding-H.-67-1981-1982-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T06:07:33.710007Z",
                "updated_at": "2021-09-13T10:34:58.937788Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Howard Hodgkin - Bleeding (H. 67) ,1981-1982 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "country": "US",
            "city": "Manhattan Community Board 5",
            "is_online_only": false
        },
        {
            "id": 2302,
            "title": "Photographs",
            "slug": "phillips-london-photographs-11-1-2018",
            "start_time": "2018-11-01T14:00:00.000000Z",
            "display_date": "01 November 2018",
            "venue": {
                "id": 1665,
                "name": "Phillips London",
                "slug": "phillips-de-pury-luxembourg-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.51021829297328,-0.14693412023780184",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2158,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/phillips_london.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:35:15.364961Z",
                    "updated_at": "2021-09-14T13:23:39.625896Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "phillips_london",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "auction_results_added": true,
            "featured_image": {
                "id": 765,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Robert-Frank-Paris-1949-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Robert-Frank-Paris-1949-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Robert-Frank-Paris-1949-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Robert-Frank-Paris-1949-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Robert-Frank-Paris-1949-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Robert-Frank-Paris-1949-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Robert-Frank-Paris-1949-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Robert-Frank-Paris-1949-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Robert-Frank-Paris-1949-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Robert-Frank-Paris-1949-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T06:04:22.457176Z",
                "updated_at": "2021-09-13T10:34:58.275571Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Robert Frank - Paris, 1949 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "country": "GB",
            "city": "City of Westminster",
            "is_online_only": false
        },
        {
            "id": 2282,
            "title": "Modern & Contemporary Art",
            "slug": "veritas-lisbon-modern-contemporary-art-10-25-2018",
            "start_time": "2018-10-25T21:00:00.000000Z",
            "display_date": "25 October 2018",
            "venue": {
                "id": 1034,
                "name": "VERITAS Art Auctioneers",
                "slug": "veritas-art-auctioneers",
                "city": "Lisbon",
                "country": {
                    "code": "PT",
                    "name": "Portugal"
                },
                "geolocation": "38.738437,-9.150991999999974",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2506,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Veritas-Art-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Veritas-Art-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Veritas-Art-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Veritas-Art.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Veritas-Art-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Veritas-Art-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Veritas-Art-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Veritas-Art-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-24T06:16:01.154748Z",
                    "updated_at": "2021-09-14T13:31:14.246013Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Veritas Art",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "auction_results_added": true,
            "featured_image": {
                "id": 762,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Lucio-Fontana-Concetto-Spaziale-1965-1966-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Lucio-Fontana-Concetto-Spaziale-1965-1966-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Lucio-Fontana-Concetto-Spaziale-1965-1966-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Lucio-Fontana-Concetto-Spaziale-1965-1966-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Lucio-Fontana-Concetto-Spaziale-1965-1966-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Lucio-Fontana-Concetto-Spaziale-1965-1966-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Lucio-Fontana-Concetto-Spaziale-1965-1966-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Lucio-Fontana-Concetto-Spaziale-1965-1966-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Lucio-Fontana-Concetto-Spaziale-1965-1966-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Lucio-Fontana-Concetto-Spaziale-1965-1966-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T05:57:39.255144Z",
                "updated_at": "2021-09-13T10:34:56.578067Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Lucio Fontana - Concetto Spaziale, 1965-1966 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "country": "PT",
            "city": "Lisboa",
            "is_online_only": false
        },
        {
            "id": 2234,
            "title": "Made in California: Contemporary Art",
            "slug": "bonhams-los-angeles-made-in-california-contemporary-art-10-24-2018",
            "start_time": "2018-10-24T10:00:00.000000Z",
            "display_date": "24 October 2018",
            "venue": {
                "id": 1651,
                "name": "Bonhams Los Angeles",
                "slug": "bonhams-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.098354,-118.35526199999998",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2161,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_los_angeles-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_los_angeles-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_los_angeles-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/bonhams_los_angeles.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_los_angeles-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_los_angeles-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_los_angeles-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_los_angeles-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:35:28.516310Z",
                    "updated_at": "2021-09-14T13:23:43.623184Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "bonhams_los_angeles",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "auction_results_added": true,
            "featured_image": {
                "id": 764,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Carlos-Almaraz-Sunset-Beach-1983-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Carlos-Almaraz-Sunset-Beach-1983-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Carlos-Almaraz-Sunset-Beach-1983-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Carlos-Almaraz-Sunset-Beach-1983-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Carlos-Almaraz-Sunset-Beach-1983-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Carlos-Almaraz-Sunset-Beach-1983-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Carlos-Almaraz-Sunset-Beach-1983-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Carlos-Almaraz-Sunset-Beach-1983-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Carlos-Almaraz-Sunset-Beach-1983-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Carlos-Almaraz-Sunset-Beach-1983-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T06:01:29.817134Z",
                "updated_at": "2021-09-13T10:34:57.545637Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Carlos Almaraz - Sunset Beach, 1983 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "country": "US",
            "city": "Los Angeles",
            "is_online_only": false
        },
        {
            "id": 2243,
            "title": "20th Century Art / Middle East",
            "slug": "sothebys-london-20th-century-art-middle-east-10-23-2018",
            "start_time": "2018-10-23T15:30:00.000000Z",
            "display_date": "23 October 2018",
            "venue": {
                "id": 1674,
                "name": "Sotheby's London",
                "slug": "sothebys-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.511784938565285,-0.1437964245369585",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2148,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/sothebys_london.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:34:24.725705Z",
                    "updated_at": "2021-09-14T13:23:26.383475Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "sothebys_london",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "auction_results_added": true,
            "featured_image": {
                "id": 756,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Adam-Henein-Untitled-1976-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Adam-Henein-Untitled-1976-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Adam-Henein-Untitled-1976-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Adam-Henein-Untitled-1976-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Adam-Henein-Untitled-1976-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Adam-Henein-Untitled-1976-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Adam-Henein-Untitled-1976-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Adam-Henein-Untitled-1976-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Adam-Henein-Untitled-1976-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Adam-Henein-Untitled-1976-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T05:53:41.476312Z",
                "updated_at": "2021-09-13T10:34:53.811279Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Adam Henein - Untitled - 1976 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "country": "GB",
            "city": "City of Westminster",
            "is_online_only": false
        },
        {
            "id": 2242,
            "title": "Art Impressionniste et Moderne",
            "slug": "sothebys-paris-art-impressionniste-et-moderne-10-19-2018",
            "start_time": "2018-10-19T17:00:00.000000Z",
            "display_date": "19 October 2018",
            "venue": {
                "id": 1669,
                "name": "Sotheby's Paris",
                "slug": "sothebys-paris",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8706176,2.317839499999991",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2147,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Sothebys-Paris-Auction-House.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:34:21.894960Z",
                    "updated_at": "2021-09-14T13:23:25.095229Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Sotheby's_Paris_-_Auction_House",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "auction_results_added": true,
            "featured_image": {
                "id": 755,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Louis-Valtat-Barques-A-Banyuls-circa-1927-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Louis-Valtat-Barques-A-Banyuls-circa-1927-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Louis-Valtat-Barques-A-Banyuls-circa-1927-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Louis-Valtat-Barques-A-Banyuls-circa-1927-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Louis-Valtat-Barques-A-Banyuls-circa-1927-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Louis-Valtat-Barques-A-Banyuls-circa-1927-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Louis-Valtat-Barques-A-Banyuls-circa-1927-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Louis-Valtat-Barques-A-Banyuls-circa-1927-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Louis-Valtat-Barques-A-Banyuls-circa-1927-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Louis-Valtat-Barques-A-Banyuls-circa-1927-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T05:52:23.830210Z",
                "updated_at": "2021-09-13T10:34:53.372583Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Louis Valtat - Barques A Banyuls, circa 1927 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "country": "FR",
            "city": "Paris",
            "is_online_only": false
        },
        {
            "id": 2271,
            "title": "Works from the Oscar Mairlot Collection From Magritte to Zao Wou-Ki",
            "slug": "sothebys-paris-works-from-the-oscar-mairlot-collection-from-magritte-to-zao-wou-ki-10-19-2018",
            "start_time": "2018-10-19T14:30:00.000000Z",
            "display_date": "19 October 2018",
            "venue": {
                "id": 1669,
                "name": "Sotheby's Paris",
                "slug": "sothebys-paris",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8706176,2.317839499999991",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2147,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Sothebys-Paris-Auction-House.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:34:21.894960Z",
                    "updated_at": "2021-09-14T13:23:25.095229Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Sotheby's_Paris_-_Auction_House",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "auction_results_added": true,
            "featured_image": {
                "id": 750,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/James-Ensor-Harmonie-En-Bleu-1919-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/James-Ensor-Harmonie-En-Bleu-1919-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/James-Ensor-Harmonie-En-Bleu-1919-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/James-Ensor-Harmonie-En-Bleu-1919-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/James-Ensor-Harmonie-En-Bleu-1919-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/James-Ensor-Harmonie-En-Bleu-1919-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/James-Ensor-Harmonie-En-Bleu-1919-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/James-Ensor-Harmonie-En-Bleu-1919-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/James-Ensor-Harmonie-En-Bleu-1919-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/James-Ensor-Harmonie-En-Bleu-1919-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T05:41:48.325804Z",
                "updated_at": "2021-09-13T10:34:50.056052Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "James Ensor - Harmonie En Bleu, 1919 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "country": "FR",
            "city": "Paris",
            "is_online_only": false
        },
        {
            "id": 2241,
            "title": "Modernités",
            "slug": "sothebys-paris-modernites-10-18-2018",
            "start_time": "2018-10-18T18:30:00.000000Z",
            "display_date": "18 October 2018",
            "venue": {
                "id": 1669,
                "name": "Sotheby's Paris",
                "slug": "sothebys-paris",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8706176,2.317839499999991",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2147,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Sothebys-Paris-Auction-House.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys-Paris-Auction-House-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:34:21.894960Z",
                    "updated_at": "2021-09-14T13:23:25.095229Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Sotheby's_Paris_-_Auction_House",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "auction_results_added": true,
            "featured_image": {
                "id": 748,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Claude-Monet-Cote-Pres-De-Honfleur-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Claude-Monet-Cote-Pres-De-Honfleur-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Claude-Monet-Cote-Pres-De-Honfleur-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Claude-Monet-Cote-Pres-De-Honfleur-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Claude-Monet-Cote-Pres-De-Honfleur-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Claude-Monet-Cote-Pres-De-Honfleur-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Claude-Monet-Cote-Pres-De-Honfleur-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Claude-Monet-Cote-Pres-De-Honfleur-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Claude-Monet-Cote-Pres-De-Honfleur-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Claude-Monet-Cote-Pres-De-Honfleur-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T05:39:06.283720Z",
                "updated_at": "2021-09-13T10:34:48.531964Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Claude Monet - Cote Pres De Honfleur (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "country": "FR",
            "city": "Paris",
            "is_online_only": false
        },
        {
            "id": 2248,
            "title": "Art Moderne",
            "slug": "christies-paris-art-moderne-10-18-2018",
            "start_time": "2018-10-18T14:00:00.000000Z",
            "display_date": "18 October 2018",
            "venue": {
                "id": 1658,
                "name": "Christie's Paris",
                "slug": "christies-paris",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.87009643657007,2.311808306711214",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2153,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Christies_Paris.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Paris-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:34:50.697321Z",
                    "updated_at": "2021-09-14T13:23:33.004232Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Christie's_Paris",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "auction_results_added": true,
            "featured_image": {
                "id": 754,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tamara-de-Lempicka-La-Perle-Etude-Pour-Nature-Morte-Aux-Coquillages-circa-1949-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tamara-de-Lempicka-La-Perle-Etude-Pour-Nature-Morte-Aux-Coquillages-circa-1949-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Tamara-de-Lempicka-La-Perle-Etude-Pour-Nature-Morte-Aux-Coquillages-circa-1949-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tamara-de-Lempicka-La-Perle-Etude-Pour-Nature-Morte-Aux-Coquillages-circa-1949-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tamara-de-Lempicka-La-Perle-Etude-Pour-Nature-Morte-Aux-Coquillages-circa-1949-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tamara-de-Lempicka-La-Perle-Etude-Pour-Nature-Morte-Aux-Coquillages-circa-1949-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tamara-de-Lempicka-La-Perle-Etude-Pour-Nature-Morte-Aux-Coquillages-circa-1949-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tamara-de-Lempicka-La-Perle-Etude-Pour-Nature-Morte-Aux-Coquillages-circa-1949-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tamara-de-Lempicka-La-Perle-Etude-Pour-Nature-Morte-Aux-Coquillages-circa-1949-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tamara-de-Lempicka-La-Perle-Etude-Pour-Nature-Morte-Aux-Coquillages-circa-1949-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T05:50:14.313274Z",
                "updated_at": "2021-09-13T10:34:52.722205Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Tamara de Lempicka - La Perle, Etude Pour Nature Morte Aux Coquillages, circa 1949 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "country": "FR",
            "city": "Paris",
            "is_online_only": false
        }
    ]
}