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

{
    "count": 37606,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=35478&ordering=-start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=35442&ordering=-start_time",
    "results": [
        {
            "id": 2011,
            "author": {
                "id": "2c83a774-5ea2-4702-9e29-ffb9740dbb2a",
                "username": "Milos Antonic",
                "slug": "milos-antonic",
                "first_name": "Milos",
                "last_name": "Antonic",
                "display_name": "Milos Antonic",
                "display_name_full": "Milos Antonic",
                "email": "milosantonic5@gmail.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 620,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Serge-Poliakoff-Gris-Brun-Noir-Rouge-1956-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Serge-Poliakoff-Gris-Brun-Noir-Rouge-1956-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Serge-Poliakoff-Gris-Brun-Noir-Rouge-1956-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Serge-Poliakoff-Gris-Brun-Noir-Rouge-1956-Detail-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Serge-Poliakoff-Gris-Brun-Noir-Rouge-1956-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Serge-Poliakoff-Gris-Brun-Noir-Rouge-1956-Detail.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Serge-Poliakoff-Gris-Brun-Noir-Rouge-1956-Detail-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Serge-Poliakoff-Gris-Brun-Noir-Rouge-1956-Detail-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Serge-Poliakoff-Gris-Brun-Noir-Rouge-1956-Detail-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Serge-Poliakoff-Gris-Brun-Noir-Rouge-1956-Detail-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T01:22:18.601625Z",
                "updated_at": "2021-09-13T10:33:34.389466Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Serge Poliakoff - Gris Brun Noir Rouge, 1956 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1671,
                "name": "Sotheby's Milan",
                "slug": "sothebys-milan",
                "city": "Milan",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.4688547,9.199953599999958",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2150,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_milano-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_milano-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_milano-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_milano-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_milano-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_milano-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/sothebys_milano.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_milano-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-22T14:34:31.480325Z",
                    "updated_at": "2021-09-14T13:23:29.109439Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "sothebys_milano",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 4,
                "image": null,
                "slug": "auctions",
                "created_at": "2020-06-02T15:33:40.538154Z",
                "updated_at": "2021-03-20T11:25:03.980018Z",
                "name": "Auctions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2018-04-16T23:40:45.000000Z",
            "publish_time": null,
            "slug": "sothebys-milan-arte-moderna-e-contemporanea-4-18-2018",
            "created_at": "2018-04-16T23:40:45.000000Z",
            "updated_at": "2020-07-16T08:11:24.811188Z",
            "summary": "Arte Moderna e Contemporanea is an Auctions event starting on 18/04/2018, 19:00 and ending on 18/04/2018, 20:00. Event is in Sotheby's Milan with address Via Giuseppe Broggi, 19, 20129 Milano MI, Italy.",
            "title": "Arte Moderna e Contemporanea",
            "content": "",
            "start_time": "2018-04-18T19:00:00.000000Z",
            "end_time": "2018-04-18T20:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": true,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Via Giuseppe Broggi, 19, 20129 Milano MI, Italy",
            "city": "Milan",
            "geolocation": "45.4771208,9.2126073",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                1216,
                2429,
                2960,
                779,
                3918,
                4050,
                1808,
                433,
                885,
                2195,
                2255,
                3295,
                924,
                1327,
                1359,
                2155,
                2175,
                2238,
                2907,
                4783,
                6127,
                8212
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 1954,
            "author": {
                "id": "f56c0111-3ee1-40c2-84b4-88f2f6bdd35e",
                "username": "Mirko",
                "slug": "mirko",
                "first_name": "Mirko",
                "last_name": "Nikolic",
                "display_name": "Mirko Nikolic",
                "display_name_full": "Mirko Nikolic",
                "email": "mirko.nikolic81@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 533,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/world-art-dubai-2018-event-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/world-art-dubai-2018-event-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/world-art-dubai-2018-event-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/world-art-dubai-2018-event-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/world-art-dubai-2018-event-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/world-art-dubai-2018-event.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/world-art-dubai-2018-event-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/world-art-dubai-2018-event-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/world-art-dubai-2018-event-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/world-art-dubai-2018-event-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-23T23:07:36.290742Z",
                "updated_at": "2021-09-13T10:32:40.360683Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "world-art-dubai-2018-event",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 2748,
                "name": "Dubai World Trade Centre",
                "slug": "dubai-world-trade-centre",
                "city": "Dubai",
                "country": {
                    "code": "AE",
                    "name": "United Arab Emirates"
                },
                "geolocation": "25.0597416,55.12796490000005",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 3,
                "image": null,
                "slug": "art-fairs",
                "created_at": "2020-06-02T15:33:40.534223Z",
                "updated_at": "2021-03-29T12:18:45.718972Z",
                "name": "Art Fairs",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "AE",
            "publish_status": "published",
            "published_at": "2018-02-12T12:33:42.000000Z",
            "publish_time": null,
            "slug": "world-art-dubai-2018",
            "created_at": "2018-02-12T12:33:42.000000Z",
            "updated_at": "2018-02-12T12:33:42.000000Z",
            "summary": "World Art Dubai 2018 is an Art Fairs event starting on 18/04/2018, 00:00 and ending on 22/04/2018, 00:00. Event is in Dubai World Trade Centre with address Sheikh Zayed Rd - Dubai - United Arab Emirates, Dubai, United Arab Emirates.",
            "title": "World Art Dubai 2018",
            "content": "",
            "start_time": "2018-04-18T00:00:00.000000Z",
            "end_time": "2018-04-22T00:00:00.000000Z",
            "is_all_day_event": true,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Sheikh Zayed Rd - Dubai - United Arab Emirates, Dubai, United Arab Emirates",
            "city": "Dubai",
            "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": "worldartdubai@dwtc.com ",
            "external_url": "https://www.worldartdubai.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                8334
            ],
            "additional_images": []
        },
        {
            "id": 1998,
            "author": {
                "id": "d697fe0e-961c-4e95-980c-81f919d55b54",
                "username": "SOHsyndicaat",
                "slug": "SOHsyndicaat",
                "first_name": "Alex",
                "last_name": "Vermeulen",
                "display_name": "Alex Vermeulen",
                "display_name_full": "Alex Vermeulen",
                "email": "projects@syndicaat.org",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 3920,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/663767090_1520940275-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/663767090_1520940275-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/663767090_1520940275-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/663767090_1520940275-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/663767090_1520940275-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/663767090_1520940275.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/663767090_1520940275-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/663767090_1520940275-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/663767090_1520940275-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/663767090_1520940275-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-26T14:37:46.274939Z",
                "updated_at": "2021-09-13T11:23:58.568354Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "SOH1 - THE EXHIBITION, THE ARCHITECTONIC FILM",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 2695,
                "name": "SYNDICAAT",
                "slug": "syndicaat",
                "city": "Amsterdam",
                "country": {
                    "code": "NL",
                    "name": "Netherlands"
                },
                "geolocation": "52.3702157,4.895167899999933",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2327,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Widewalls-mailbox-Syndicaat1-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Widewalls-mailbox-Syndicaat1-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Widewalls-mailbox-Syndicaat1-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Widewalls-mailbox-Syndicaat1-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Widewalls-mailbox-Syndicaat1-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Widewalls-mailbox-Syndicaat1-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Widewalls-mailbox-Syndicaat1.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Widewalls-mailbox-Syndicaat1-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-23T07:14:27.139881Z",
                    "updated_at": "2021-09-14T13:27:27.451450Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Widewalls-mailbox-Syndicaat",
                    "description": null,
                    "uploaded_by": 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": "",
            "publish_status": "published",
            "published_at": "2018-03-13T12:19:50.000000Z",
            "publish_time": null,
            "slug": "soh1-the-exhibition-the-architectonic-film",
            "created_at": "2018-03-13T12:19:50.000000Z",
            "updated_at": "2018-03-13T12:19:50.000000Z",
            "summary": "SOH1 - THE EXHIBITION, THE ARCHITECTONIC FILM is an Museum Exhibitions event starting on 17/04/2018, 12:00 and ending on 31/12/2018, 12:00. Event is in SYNDICAAT with address Archive\r\nMuseum of Contemporary Art (MuHKA)\r\nAntwerp, Belgium\r\nApril 17th – June 13th 1999.",
            "title": "SOH1 - THE EXHIBITION, THE ARCHITECTONIC FILM",
            "content": "",
            "start_time": "2018-04-17T12:00:00.000000Z",
            "end_time": "2018-12-31T12: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": "Archive\r\nMuseum of Contemporary Art (MuHKA)\r\nAntwerp, Belgium\r\nApril 17th – June 13th 1999",
            "city": null,
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "The architectural film\r\nA sculpture is surrounded by three transparent film screens (10 x 13 feet each). On each screen is a different film projected with short quotations taken from the interviews Alex Vermeulen did with fifty-five very different New Yorkers on the sculptures that form States of Humanity. The duration of each film is different (7, 9 and 11 minutes). By repeating each film, the combination of the three will never the same; it will be a constantly changing “dialogue”…\r\nBy moving through the installation, the audience will experience a three-dimensional film , a combination of three different films and the sculpture (seen through the transparent film screens). The visitor is physically part of the film. The whole installation is surrounded by a quadraphonic sound composition.\r\nBecause all the different elements complete the experience of a three-dimensional film, this experiment is called an Architectural film.",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                7791
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 2039,
            "author": {
                "id": "5fd165f7-29d9-4396-812a-d7108299a40c",
                "username": "joseph_797",
                "slug": "joseph_797",
                "first_name": "ANONYMOUS GALLERY",
                "last_name": "",
                "display_name": "Joseph",
                "display_name_full": "Joseph",
                "email": "info@anonymousgallery.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 3927,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1146058175_1524079495-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1146058175_1524079495-crop-c0-5__0-5-270x152-70.JPG",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1146058175_1524079495-crop-c0-5__0-5-524x294-70.JPG",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1146058175_1524079495-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1146058175_1524079495-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1146058175_1524079495.JPG",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1146058175_1524079495-crop-c0-5__0-5-179x179-70.JPG",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1146058175_1524079495-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1146058175_1524079495-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1146058175_1524079495-crop-c0-5__0-5-555x312-70.JPG"
                },
                "created_at": "2020-03-26T14:37:53.373036Z",
                "updated_at": "2021-09-13T11:24:08.060430Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "No Longer Yours",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 283,
                "name": "Anonymous Gallery",
                "slug": "anonymous-gallery",
                "city": "Mexico City",
                "country": {
                    "code": "MX",
                    "name": "Mexico"
                },
                "geolocation": "19.4437865,-99.19623230000002",
                "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": "MX",
            "publish_status": "published",
            "published_at": "2018-04-18T20:43:20.000000Z",
            "publish_time": null,
            "slug": "no-longer-yours",
            "created_at": "2018-04-18T20:43:20.000000Z",
            "updated_at": "2020-07-16T08:11:39.921065Z",
            "summary": "No Longer Yours is an Gallery Shows event starting on 14/04/2018, 12:00 and ending on 12/05/2018, 12:00. Event is in Anonymous Gallery with address Calle Lago Erne 254, Miguel Hidalgo, 11490 Ciudad de México, CDMX.",
            "title": "No Longer Yours",
            "content": "Participating artists: Aaron D. Estrada, Cosmo Whyte, Eddie Aparicio, Fay Ray, Felipe Baeza, Ofelia Marquez, Ronny Quevedo,  Susu Attar, Young Joon Kwak.",
            "start_time": "2018-04-14T12:00:00.000000Z",
            "end_time": "2018-05-12T12: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": "Calle Lago Erne 254, Miguel Hidalgo, 11490 Ciudad de México, CDMX",
            "city": null,
            "geolocation": "19.4474164,-99.1952956",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "This exhibition is the first in a series of projects TMR will stage over the next two years dedicated to expanding a more candid engagement with the practical complexities that accompany our institutional discourses of inclusion and representation. No Longer Yours takes contemporary art’s resurgent interest in the figure as a point of departure to begin to understand the strategies artists are mobilizing to resist the easy consumption of their work in intellectual and institutional spaces that have historically marginalized it. The show, part of the Mexico City edition of Condo, is a selling exhibition. Half of the proceeds of all sales will go directly to participating artists and the other half to TMR to support future projects like this one that aspire to restructure the relationship between institutions and artists so that risk, power, and resources are shared between both more equitably.",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 2035,
            "author": {
                "id": "f56c0111-3ee1-40c2-84b4-88f2f6bdd35e",
                "username": "Mirko",
                "slug": "mirko",
                "first_name": "Mirko",
                "last_name": "Nikolic",
                "display_name": "Mirko Nikolic",
                "display_name_full": "Mirko Nikolic",
                "email": "mirko.nikolic81@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 611,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/markus-genesius-event-1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/markus-genesius-event-1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/markus-genesius-event-1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/markus-genesius-event-1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/markus-genesius-event-1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/markus-genesius-event-1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/markus-genesius-event-1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/markus-genesius-event-1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/markus-genesius-event-1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/markus-genesius-event-1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T01:05:53.419413Z",
                "updated_at": "2021-09-13T10:33:29.415855Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "markus-genesius-event-1",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 848,
                "name": "Art Is Just A Four Letter Word",
                "slug": "art-is-just-a-four-letter-word",
                "city": "Soest",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "51.5722181,8.105253599999969",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2581,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-is-just-a-four-letter-word-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-is-just-a-four-letter-word-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-is-just-a-four-letter-word-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-is-just-a-four-letter-word-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-is-just-a-four-letter-word-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-is-just-a-four-letter-word-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/art-is-just-a-four-letter-word.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-is-just-a-four-letter-word-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-04-29T16:21:01.455796Z",
                    "updated_at": "2021-09-14T13:32:57.791074Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": 7524355.666666667
            },
            "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": "2018-04-09T17:08:12.000000Z",
            "publish_time": null,
            "slug": "markus-wow123-genesius-solo-exhibition",
            "created_at": "2018-04-09T17:08:12.000000Z",
            "updated_at": "2020-07-16T08:11:36.989205Z",
            "summary": "Markus WOW123 Genesius - Solo Exhibition is an Gallery Shows event starting on 14/04/2018, 00:00 and ending on 03/06/2018, 00:00. Event is in ART IS JUST A FOUR LETTER WORD with address Marktstraße 6, 59494 Soest, Germany.",
            "title": "Markus WOW123 Genesius - Solo Exhibition",
            "content": "",
            "start_time": "2018-04-14T00:00:00.000000Z",
            "end_time": "2018-06-03T00:00:00.000000Z",
            "is_all_day_event": true,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Marktstraße 6, 59494 Soest, Germany",
            "city": "Soest",
            "geolocation": "51.5716884,8.1054026",
            "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": "info@a4lw.de",
            "external_url": "http://www.artisjustafourletterword-gallery.de/",
            "phone": "+49 202 2651413",
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                3685
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 2037,
            "author": {
                "id": "f56c0111-3ee1-40c2-84b4-88f2f6bdd35e",
                "username": "Mirko",
                "slug": "mirko",
                "first_name": "Mirko",
                "last_name": "Nikolic",
                "display_name": "Mirko Nikolic",
                "display_name_full": "Mirko Nikolic",
                "email": "mirko.nikolic81@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 615,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/flowers-event-1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/flowers-event-1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/flowers-event-1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/flowers-event-1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/flowers-event-1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/flowers-event-1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/flowers-event-1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/flowers-event-1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/flowers-event-1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/flowers-event-1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T01:07:30.710854Z",
                "updated_at": "2021-09-13T10:33:31.339646Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "flowers-event-1",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 397,
                "name": "ME COLLECTORS ROOM BERLIN",
                "slug": "me-collectors-room-berlin",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.52681250843966,13.395283965606723",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2557,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Wunderkammer-Olbricht-Installation-view-2012.-me-Collectors-Room-Berlin-Photo-Bernd-Borchardt-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Wunderkammer-Olbricht-Installation-view-2012.-me-Collectors-Room-Berlin-Photo-Bernd-Borchardt-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Wunderkammer-Olbricht-Installation-view-2012.-me-Collectors-Room-Berlin-Photo-Bernd-Borchardt-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Wunderkammer-Olbricht-Installation-view-2012.-me-Collectors-Room-Berlin-Photo-Bernd-Borchardt-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Wunderkammer-Olbricht-Installation-view-2012.-me-Collectors-Room-Berlin-Photo-Bernd-Borchardt-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Wunderkammer-Olbricht-Installation-view-2012.-me-Collectors-Room-Berlin-Photo-Bernd-Borchardt-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Wunderkammer-Olbricht-Installation-view-2012.-me-Collectors-Room-Berlin-Photo-Bernd-Borchardt.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Wunderkammer-Olbricht-Installation-view-2012.-me-Collectors-Room-Berlin-Photo-Bernd-Borchardt-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-04-29T16:19:26.280708Z",
                    "updated_at": "2021-09-14T13:32:23.538426Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2018-04-10T18:38:30.000000Z",
            "publish_time": null,
            "slug": "it-smells-like-flowers-and-fragrances-group-exhibition",
            "created_at": "2018-04-10T18:38:30.000000Z",
            "updated_at": "2020-07-16T08:11:37.973803Z",
            "summary": "It Smells Like… Flowers and Fragrances - Group Exhibition is an Gallery Shows event starting on 14/04/2018, 00:00 and ending on 02/07/2018, 00:00. Event is in ME COLLECTORS ROOM BERLIN with address Auguststraße 68, 10117 Berlin, Germany.",
            "title": "It Smells Like… Flowers and Fragrances - Group Exhibition",
            "content": "",
            "start_time": "2018-04-14T00:00:00.000000Z",
            "end_time": "2018-07-02T00:00:00.000000Z",
            "is_all_day_event": true,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Auguststraße 68, 10117 Berlin, Germany",
            "city": "Berlin",
            "geolocation": "52.5268154,13.3951902",
            "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": "info@me-berlin.com",
            "external_url": "https://www.me-berlin.com/",
            "phone": "+49 30 86 00 85-10",
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                8343
            ],
            "additional_images": []
        },
        {
            "id": 26292,
            "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": 25161,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bdbaa56d500447d2ac520ac8359fa744-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bdbaa56d500447d2ac520ac8359fa744-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bdbaa56d500447d2ac520ac8359fa744-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bdbaa56d500447d2ac520ac8359fa744-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bdbaa56d500447d2ac520ac8359fa744-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bdbaa56d500447d2ac520ac8359fa744.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bdbaa56d500447d2ac520ac8359fa744-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bdbaa56d500447d2ac520ac8359fa744-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bdbaa56d500447d2ac520ac8359fa744-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bdbaa56d500447d2ac520ac8359fa744-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-05-15T12:32:23.672601Z",
                "updated_at": "2023-05-15T12:32:23.672640Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8653,
                "name": "NUS Museum",
                "slug": "nus-museum",
                "city": "Singapore",
                "country": {
                    "code": "SG",
                    "name": "Singapore"
                },
                "geolocation": "1.3015907,103.7721946",
                "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": "SG",
            "publish_status": "published",
            "published_at": "2023-05-15T12:32:26.094038Z",
            "publish_time": null,
            "slug": "nus-museum-ng-eng-teng-111-2018-04-14",
            "created_at": "2023-05-15T12:32:27.009428Z",
            "updated_at": "2023-05-15T12:32:27.552801Z",
            "summary": "Ng Eng Teng: 1+1=1 is an Gallery Shows event starting on 14/04/2018, 00:00 and ending on 14/04/2018, 00:00. Event is in NUS Museum with address 50 Kent Ridge Crescent, Singapore, SG.",
            "title": "Ng Eng Teng: 1+1=1",
            "content": null,
            "start_time": "2018-04-14T00:00:00.000000Z",
            "end_time": "2018-04-14T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "50 Kent Ridge Crescent, Singapore, SG",
            "city": "Singapore",
            "geolocation": "1.3014454,103.7725633",
            "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": 2017,
            "author": {
                "id": "f56c0111-3ee1-40c2-84b4-88f2f6bdd35e",
                "username": "Mirko",
                "slug": "mirko",
                "first_name": "Mirko",
                "last_name": "Nikolic",
                "display_name": "Mirko Nikolic",
                "display_name_full": "Mirko Nikolic",
                "email": "mirko.nikolic81@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2781,
                "name": "Fashion Industry Gallery",
                "slug": "fashion-industry-gallery",
                "city": "Dallas",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "32.7766642,-96.79698789999998",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 3,
                "image": null,
                "slug": "art-fairs",
                "created_at": "2020-06-02T15:33:40.534223Z",
                "updated_at": "2021-03-29T12:18:45.718972Z",
                "name": "Art Fairs",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2018-03-28T13:16:17.000000Z",
            "publish_time": null,
            "slug": "dallas-art-fair-2018",
            "created_at": "2018-03-28T13:16:17.000000Z",
            "updated_at": "2020-07-16T08:11:27.828250Z",
            "summary": "Dallas Art Fair 2018 is an Art Fairs event starting on 13/04/2018, 00:00 and ending on 16/04/2018, 00:00. Event is in Fashion Industry Gallery with address 1807 Ross Avenue, Dallas, Texas 75201, Dallas, United States.",
            "title": "Dallas Art Fair 2018",
            "content": "",
            "start_time": "2018-04-13T00:00:00.000000Z",
            "end_time": "2018-04-16T00:00:00.000000Z",
            "is_all_day_event": true,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1807 Ross Avenue, Dallas, Texas 75201, Dallas, United States",
            "city": "Dallas",
            "geolocation": "32.78628815151515,-96.80014412121213",
            "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": "https://www.dallasartfair.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 2007,
            "author": {
                "id": "e27bde63-ff19-45be-b7ab-4f64f13a3ff0",
                "username": "amy_802",
                "slug": "amy_802",
                "first_name": "AFA Gallery",
                "last_name": "",
                "display_name": "Amy",
                "display_name_full": "Amy",
                "email": "pr@afanyc.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 3922,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/534258515_1521845023-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/534258515_1521845023-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/534258515_1521845023-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/534258515_1521845023-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/534258515_1521845023-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/534258515_1521845023.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/534258515_1521845023-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/534258515_1521845023-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/534258515_1521845023-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/534258515_1521845023-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-26T14:37:48.239129Z",
                "updated_at": "2021-09-13T11:24:02.045280Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Collision of Gray Matter",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 2769,
                "name": "AFA Gallery",
                "slug": "afa-gallery",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7223081,-74.0014132",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2425,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/AFA-Gallery1-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/AFA-Gallery1-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/AFA-Gallery1-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/AFA-Gallery1-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/AFA-Gallery1-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/AFA-Gallery1-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/AFA-Gallery1.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/AFA-Gallery1-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-24T00:35:40.640380Z",
                    "updated_at": "2021-09-14T13:29:36.979904Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "AFA-Gallery1",
                    "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": "2018-03-23T23:42:54.000000Z",
            "publish_time": null,
            "slug": "collision-of-gray-matter",
            "created_at": "2018-03-23T23:42:54.000000Z",
            "updated_at": "2020-07-16T08:11:22.985778Z",
            "summary": "Collision of Gray Matter is an Gallery Shows event starting on 12/04/2018, 12:00 and ending on 06/05/2018, 12:00. Event is in AFA Gallery with address 54 Greene Street.",
            "title": "Collision of Gray Matter",
            "content": "Etchings by Salvador Dalí, drawings by Michael Alan, and sculptures by Crystal Wagner. Through a shared visual language of line, color, and movement, the work of these three artists demonstrates the various implementations of intuitive art-making.",
            "start_time": "2018-04-12T12:00:00.000000Z",
            "end_time": "2018-05-06T12: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": "54 Greene Street",
            "city": null,
            "geolocation": "41.884493956701874,-71.3743171495718",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "20th century surrealist icon, Salvador Dalí, took a systematic approach to working intuitively.  As a result of his fascination with Sigmund Freud and the significance of the subconscious, Dalí developed techniques to deliberately access his dreams in order to facilitate creative, free-flowing associations between ideas.  By harnessing the expressive, spontaneous nature of his dreams, Dalí was able to create the uncanny imagery he is revered for today. \r\n\r\n\r\nBrooklyn-based artist, Michael Alan, creates his intricate line drawings using an intuitive process of translating energy into images.  Alan’s line work is both intentional and chaotic, creating physical records of the intangible essence of his subjects. \r\n\r\n\r\nContemporary artist, Crystal Wagner, uses intuition to organically construct her biomorphic paper sculptures, piece by piece.  When Wagner creates a large-scale site-specific work, she allows the space to dictate the flow and form that her installation will take.",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 2090,
            "author": {
                "id": "5c42cd04-fc7e-45fe-be7d-96e6d0bbd7c8",
                "username": "michael_855",
                "slug": "michael_855",
                "first_name": "Michael",
                "last_name": "LeGoff",
                "display_name": "Michael LeGoff",
                "display_name_full": "Michael LeGoff",
                "email": "michael@happygallery.fr",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 3950,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/345611674_1525945179-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/345611674_1525945179-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/345611674_1525945179-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/345611674_1525945179-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/345611674_1525945179-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/345611674_1525945179.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/345611674_1525945179-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/345611674_1525945179-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/345611674_1525945179-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/345611674_1525945179-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-26T14:38:16.316105Z",
                "updated_at": "2021-09-13T11:24:30.150297Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Swiss Watches",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 2809,
                "name": "HAPPY GALLERY",
                "slug": "happy-gallery",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.856614,2.3522219000000177",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2630,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/happy-gallery-logo-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/happy-gallery-logo-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/happy-gallery-logo-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/happy-gallery-logo-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/happy-gallery-logo-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/happy-gallery-logo-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/happy-gallery-logo.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/happy-gallery-logo-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-04-29T16:24:24.723615Z",
                    "updated_at": "2021-09-14T13:34:19.505358Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "FR",
            "publish_status": "published",
            "published_at": "2018-05-10T11:36:02.000000Z",
            "publish_time": null,
            "slug": "swiss-watches",
            "created_at": "2018-05-10T11:36:02.000000Z",
            "updated_at": "2020-07-16T08:12:08.821495Z",
            "summary": "Swiss Watches is an Gallery Shows event starting on 12/04/2018, 12:00 and ending on 15/05/2018, 12:00. Event is in HAPPY GALLERY with address 30 rue de Picardie\r\n75003 \r\nParis.",
            "title": "Swiss Watches",
            "content": "Happy Gallery is pleased to announce its participation to the group show organized by the Kolly Gallery. \r\nNew artworks from Speedy Graphito, Nicolas Barrome & Gilbert1 will be presented",
            "start_time": "2018-04-12T12:00:00.000000Z",
            "end_time": "2018-05-15T12: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": "30 rue de Picardie\r\n75003 \r\nParis",
            "city": "Paris",
            "geolocation": "48.8642939,2.363408",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 1973,
            "author": {
                "id": "ca98263f-1630-4363-984a-a9d3e6c1770b",
                "username": "Angie Corda",
                "slug": "angie-corda",
                "first_name": "Angie",
                "last_name": "Kordic",
                "display_name": "Angie Kordic",
                "display_name_full": "Angie Kordic",
                "email": "a.kordic@widewalls.ch",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 559,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Urban-Art-Fair-201611-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Urban-Art-Fair-201611-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Urban-Art-Fair-201611-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Urban-Art-Fair-201611-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Urban-Art-Fair-201611-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Urban-Art-Fair-201611.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Urban-Art-Fair-201611-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Urban-Art-Fair-201611-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Urban-Art-Fair-201611-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Urban-Art-Fair-201611-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-23T23:49:39.126040Z",
                "updated_at": "2021-09-13T10:32:54.266396Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Urban-Art-Fair-201611",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 2739,
                "name": "Le Carreau du Temple",
                "slug": "le-carreau-du-temple",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.864102,2.362608000000023",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 3,
                "image": null,
                "slug": "art-fairs",
                "created_at": "2020-06-02T15:33:40.534223Z",
                "updated_at": "2021-03-29T12:18:45.718972Z",
                "name": "Art Fairs",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2018-03-05T16:40:27.000000Z",
            "publish_time": null,
            "slug": "urban-art-fair-2018",
            "created_at": "2018-03-05T16:40:27.000000Z",
            "updated_at": "2020-07-15T09:45:46.602781Z",
            "summary": "Urban Art Fair 2018 is an Art Fairs event starting on 12/04/2018, 07:00 and ending on 15/04/2018, 16:00. Event is in Le Carreau du Temple with address 4 Rue Eugène Spuller, Accueil, Paris, France.",
            "title": "Urban Art Fair 2018",
            "content": "<p>For its 3rd Paris edition, <strong>Urban Art Fair</strong> brings together thirty galleries from eight different countries at the Carreau du Temple <strong>from April 12 to 15, 2018</strong>.</p>\r\n\r\n<p>Thanks to a demanding selection of galleries French and international teams, the 2018 selection will once again offer a panorama of different currents, from the most important movement of our time, to neophytes as to the passionate ones. A theme lives in the fair this year: <strong>why live in the city?</strong></p>\r\n\r\n<p>The rendezvous dedicated to the urban art market, Urban Art Fair is an international reference in urban art and attracts almost 20,000 curious, collectors and professionals, come to discover the works of more than 200 artists.</p>\r\n\r\n<p>For this new edition, Urban Art Fair favors galleries that present <strong>a solo / duo show</strong> and will bring them to light thanks to a reorganized general scenography. More than usual, sessions of dedications, installations and performances will punctuate the four days of the fair. Urban Art Fair collaborates with <strong>Urban Films Festival</strong>, reference event in the discovery of films related to the urban universe, with for this edition, a focus on street art and graffiti artists' films. A call for films is launched until March 9th as part of a competition of street art films broadcast at the Carreau auditorium of the Temple.</p>\r\n\r\n<p>Urban Art Fair and <strong>Graffiti Art Magazine</strong> are organizing a private party at Renaissance Paris this year Republic Hotel. This evening, reserved for the press, VIPs, exhibitors and artists will take place on Saturday, April 14, 2018 and will present as in the previous edition works from <strong>Spray Collection</strong>. In order to propose a new look at the movement and to democratize it, <strong>UMA (Universal Museum of Art)</strong> will present an exclusive virtual reality exhibition dedicated to urban art produced in partnership with Urban Art Fair.</p>",
            "start_time": "2018-04-12T07:00:00.000000Z",
            "end_time": "2018-04-15T16:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": true,
            "address": "4 Rue Eugène Spuller, Accueil, Paris, France",
            "city": null,
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 30,
            "exhibitors_this_year": 35,
            "visitors_this_year": 0,
            "visitors_previous_year": 20000,
            "buy_tickets_url": "http://www.digitick.com/urban-art-fair-paris-2018-salon-le-carreau-du-temple-du-13-au-15-avril-2018-css5-urbanartfair-pg101-ri5191217.html",
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                88,
                44,
                1546,
                78,
                13,
                158,
                110,
                130,
                160,
                184,
                213,
                218,
                618,
                1215,
                1463,
                4201,
                5702,
                10362
            ],
            "artworks": [],
            "magazines": [
                7661,
                8317,
                8353,
                8362,
                8380,
                8381,
                8383,
                8384,
                8385,
                8386
            ],
            "additional_images": []
        },
        {
            "id": 2021,
            "author": {
                "id": "2c83a774-5ea2-4702-9e29-ffb9740dbb2a",
                "username": "Milos Antonic",
                "slug": "milos-antonic",
                "first_name": "Milos",
                "last_name": "Antonic",
                "display_name": "Milos Antonic",
                "display_name_full": "Milos Antonic",
                "email": "milosantonic5@gmail.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 617,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Gastone-Novelli-Que-Viva-Mexico-1964-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Gastone-Novelli-Que-Viva-Mexico-1964-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Gastone-Novelli-Que-Viva-Mexico-1964-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Gastone-Novelli-Que-Viva-Mexico-1964-Detail-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Gastone-Novelli-Que-Viva-Mexico-1964-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Gastone-Novelli-Que-Viva-Mexico-1964-Detail.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Gastone-Novelli-Que-Viva-Mexico-1964-Detail-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Gastone-Novelli-Que-Viva-Mexico-1964-Detail-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Gastone-Novelli-Que-Viva-Mexico-1964-Detail-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Gastone-Novelli-Que-Viva-Mexico-1964-Detail-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T01:12:56.755445Z",
                "updated_at": "2021-09-13T10:33:32.699527Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Gastone Novelli - Que Viva Mexico, 1964 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1661,
                "name": "Christie's Milan",
                "slug": "christies-milan",
                "city": "Milan",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.46675,9.18739000000005",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2155,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Milano-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Milano-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Milano-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Milano-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Milano-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Milano-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Christies_Milano.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Milano-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-22T14:35:07.295329Z",
                    "updated_at": "2021-09-14T13:23:35.614764Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Christies_Milano",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 4,
                "image": null,
                "slug": "auctions",
                "created_at": "2020-06-02T15:33:40.538154Z",
                "updated_at": "2021-03-20T11:25:03.980018Z",
                "name": "Auctions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2018-04-12T19:12:29.000000Z",
            "publish_time": null,
            "slug": "christies-milan-milan-modern-and-contemporary-art-4-11-2018",
            "created_at": "2018-04-12T19:12:29.000000Z",
            "updated_at": "2020-07-16T08:11:29.850861Z",
            "summary": "Milan Modern and Contemporary Art is an Auctions event starting on 11/04/2018, 19:00 and ending on 11/04/2018, 20:00. Event is in Christie's Milan with address Via Clerici, 5, 20121 Milano MI, Italy.",
            "title": "Milan Modern and Contemporary Art",
            "content": "",
            "start_time": "2018-04-11T19:00:00.000000Z",
            "end_time": "2018-04-11T20:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": true,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Via Clerici, 5, 20121 Milano MI, Italy",
            "city": "Milan",
            "geolocation": "45.4668603,9.1871922",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                1216,
                2157,
                3082,
                2429,
                2960,
                433,
                885,
                2255,
                3919,
                924,
                1327,
                1329,
                1359,
                2238,
                2244,
                2907,
                3108,
                3291,
                3292,
                3296,
                3565,
                3917,
                3926,
                4783,
                5425,
                5540,
                6109,
                6113,
                7610,
                8212,
                8235,
                9708
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 2010,
            "author": {
                "id": "2c83a774-5ea2-4702-9e29-ffb9740dbb2a",
                "username": "Milos Antonic",
                "slug": "milos-antonic",
                "first_name": "Milos",
                "last_name": "Antonic",
                "display_name": "Milos Antonic",
                "display_name_full": "Milos Antonic",
                "email": "milosantonic5@gmail.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 618,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Gerhard-Richter-Untitled-2013-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Gerhard-Richter-Untitled-2013-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Gerhard-Richter-Untitled-2013-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Gerhard-Richter-Untitled-2013-Detail-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Gerhard-Richter-Untitled-2013-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Gerhard-Richter-Untitled-2013-Detail.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Gerhard-Richter-Untitled-2013-Detail-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Gerhard-Richter-Untitled-2013-Detail-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Gerhard-Richter-Untitled-2013-Detail-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Gerhard-Richter-Untitled-2013-Detail-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T01:15:52.731253Z",
                "updated_at": "2021-09-13T10:33:33.200041Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Gerhard Richter - Untitled, 2013 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "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": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop_webp-760x499.webp",
                        "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_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/sothebys_london.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "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
            },
            "category": {
                "id": 4,
                "image": null,
                "slug": "auctions",
                "created_at": "2020-06-02T15:33:40.538154Z",
                "updated_at": "2021-03-20T11:25:03.980018Z",
                "name": "Auctions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2018-04-13T03:17:22.000000Z",
            "publish_time": null,
            "slug": "sothebys-london-contemporary-curated-4-11-2018",
            "created_at": "2018-04-13T03:17:22.000000Z",
            "updated_at": "2020-07-16T08:11:24.308656Z",
            "summary": "Contemporary Curated is an Auctions event starting on 11/04/2018, 10:30 and ending on 11/04/2018, 11:30. Event is in Sotheby's London with address 34-35 New Bond St, Mayfair, London W1S 2RT, UK.",
            "title": "Contemporary Curated",
            "content": "",
            "start_time": "2018-04-11T10:30:00.000000Z",
            "end_time": "2018-04-11T11:30:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": true,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "34-35 New Bond St, Mayfair, London W1S 2RT, UK",
            "city": "City of Westminster",
            "geolocation": "51.5118149,-0.1437632",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                60,
                345,
                65,
                1704,
                860,
                2463,
                802,
                349,
                6563,
                793,
                287,
                748,
                2960,
                4442,
                347,
                785,
                132,
                2456,
                872,
                934,
                1969,
                2926,
                2975,
                7800,
                433,
                501,
                555,
                676,
                728,
                806,
                833,
                852,
                1787,
                2276,
                2340,
                3732,
                10701,
                118,
                125,
                430,
                472,
                536,
                613,
                697,
                733,
                749,
                769,
                787,
                809,
                823,
                908,
                936,
                951,
                954,
                957,
                963,
                1093,
                1097,
                1105,
                1174,
                1289,
                1347,
                1788,
                1857,
                1887,
                2225,
                2236,
                2246,
                2256,
                2287,
                2297,
                2354,
                2355,
                2373,
                2374,
                2382,
                2399,
                2401,
                2407,
                2450,
                2514,
                2577,
                2914,
                2970,
                2991,
                3006,
                3007,
                3025,
                3075,
                3077,
                3106,
                3143,
                3148,
                3303,
                3306,
                3313,
                3608,
                3618,
                3683,
                3739,
                4017,
                4111,
                4118,
                4139,
                4160,
                4534,
                4545,
                4628,
                4663,
                4671,
                4704,
                4839,
                5059,
                5084,
                5414,
                5471,
                5889,
                5938,
                7238,
                7314,
                7865,
                7909,
                8384,
                9542,
                9567,
                9660,
                10304,
                10412,
                10677,
                10684,
                10685,
                10698,
                10699,
                10702,
                10815
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 2009,
            "author": {
                "id": "2c83a774-5ea2-4702-9e29-ffb9740dbb2a",
                "username": "Milos Antonic",
                "slug": "milos-antonic",
                "first_name": "Milos",
                "last_name": "Antonic",
                "display_name": "Milos Antonic",
                "display_name_full": "Milos Antonic",
                "email": "milosantonic5@gmail.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 616,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/William-Eggleston-Untitled-Near-Minter-City-And-Glendora-Mississippi-1970-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/William-Eggleston-Untitled-Near-Minter-City-And-Glendora-Mississippi-1970-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/William-Eggleston-Untitled-Near-Minter-City-And-Glendora-Mississippi-1970-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/William-Eggleston-Untitled-Near-Minter-City-And-Glendora-Mississippi-1970-Detail-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/William-Eggleston-Untitled-Near-Minter-City-And-Glendora-Mississippi-1970-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/William-Eggleston-Untitled-Near-Minter-City-And-Glendora-Mississippi-1970-Detail.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/William-Eggleston-Untitled-Near-Minter-City-And-Glendora-Mississippi-1970-Detail-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/William-Eggleston-Untitled-Near-Minter-City-And-Glendora-Mississippi-1970-Detail-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/William-Eggleston-Untitled-Near-Minter-City-And-Glendora-Mississippi-1970-Detail-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/William-Eggleston-Untitled-Near-Minter-City-And-Glendora-Mississippi-1970-Detail-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T01:11:37.535931Z",
                "updated_at": "2021-09-13T10:33:31.971249Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "William Eggleston - Untitled (Near Minter City And Glendora, Mississippi), 1970 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "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": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop_webp-760x499.webp",
                        "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_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Sothebys_loc_day.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "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
            },
            "category": {
                "id": 4,
                "image": null,
                "slug": "auctions",
                "created_at": "2020-06-02T15:33:40.538154Z",
                "updated_at": "2021-03-20T11:25:03.980018Z",
                "name": "Auctions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2018-04-11T19:57:22.000000Z",
            "publish_time": null,
            "slug": "sothebys-new-york-photographs-4-10-2018",
            "created_at": "2018-04-11T19:57:22.000000Z",
            "updated_at": "2018-04-11T19:57:22.000000Z",
            "summary": "Photographs is an Auctions event starting on 10/04/2018, 11:00 and ending on 10/04/2018, 12:00. Event is in Sotheby's New York with address York Ave & E 72nd St, New York, NY 10021, USA.",
            "title": "Photographs",
            "content": "",
            "start_time": "2018-04-10T11:00:00.000000Z",
            "end_time": "2018-04-10T12:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": true,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "York Ave & E 72nd St, New York, NY 10021, USA",
            "city": "New York",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                5184,
                345,
                476,
                3800,
                299,
                1161,
                1233,
                347,
                544,
                2651,
                7885,
                468,
                1796,
                2686,
                255,
                463,
                1666,
                1713,
                1729,
                1870,
                1970,
                2472,
                2525,
                3811,
                9547,
                351,
                482,
                536,
                749,
                888,
                898,
                906,
                946,
                1226,
                1334,
                1376,
                1405,
                1407,
                1705,
                1721,
                1739,
                1755,
                1785,
                1938,
                1957,
                1968,
                2231,
                2386,
                2414,
                2510,
                2511,
                2517,
                2520,
                2521,
                2547,
                2653,
                2655,
                2854,
                2856,
                2857,
                2858,
                2862,
                2880,
                2882,
                2915,
                3043,
                3045,
                3052,
                3059,
                3362,
                5144,
                5428,
                5664,
                7603,
                7787,
                7941,
                9403,
                9542,
                9621
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 2008,
            "author": {
                "id": "2c83a774-5ea2-4702-9e29-ffb9740dbb2a",
                "username": "Milos Antonic",
                "slug": "milos-antonic",
                "first_name": "Milos",
                "last_name": "Antonic",
                "display_name": "Milos Antonic",
                "display_name_full": "Milos Antonic",
                "email": "milosantonic5@gmail.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 614,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ruud-van-Empel-World-No.-26-2008-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ruud-van-Empel-World-No.-26-2008-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ruud-van-Empel-World-No.-26-2008-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ruud-van-Empel-World-No.-26-2008-Detail-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ruud-van-Empel-World-No.-26-2008-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Ruud-van-Empel-World-No.-26-2008-Detail.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ruud-van-Empel-World-No.-26-2008-Detail-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ruud-van-Empel-World-No.-26-2008-Detail-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ruud-van-Empel-World-No.-26-2008-Detail-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ruud-van-Empel-World-No.-26-2008-Detail-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T01:07:04.618538Z",
                "updated_at": "2021-09-13T10:33:30.894867Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Ruud van Empel - World No. 26, 2008 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "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": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop_webp-760x499.webp",
                        "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_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Sothebys_loc_day.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "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
            },
            "category": {
                "id": 4,
                "image": null,
                "slug": "auctions",
                "created_at": "2020-06-02T15:33:40.538154Z",
                "updated_at": "2021-03-20T11:25:03.980018Z",
                "name": "Auctions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2018-04-10T13:00:10.000000Z",
            "publish_time": null,
            "slug": "sothebys-new-york-a-beautiful-life-photographs-from-the-collection-of-leland-hirsch-4-10-2018",
            "created_at": "2018-04-10T13:00:10.000000Z",
            "updated_at": "2018-04-10T13:00:10.000000Z",
            "summary": "A Beautiful Life: Photographs from the Collection of Leland Hirsch is an Auctions event starting on 10/04/2018, 10:00 and ending on 10/04/2018, 11:00. Event is in Sotheby's New York with address York Ave & E 72nd St, New York, NY 10021, USA.",
            "title": "A Beautiful Life: Photographs from the Collection of Leland Hirsch",
            "content": "",
            "start_time": "2018-04-10T10:00:00.000000Z",
            "end_time": "2018-04-10T11:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": true,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "York Ave & E 72nd St, New York, NY 10021, USA",
            "city": "New York",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                8021,
                494,
                449,
                299,
                1161,
                465,
                2651,
                468,
                348,
                2472,
                351,
                447,
                734,
                1443,
                1785,
                1919,
                2018,
                2681,
                3046
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 2018,
            "author": {
                "id": "2c83a774-5ea2-4702-9e29-ffb9740dbb2a",
                "username": "Milos Antonic",
                "slug": "milos-antonic",
                "first_name": "Milos",
                "last_name": "Antonic",
                "display_name": "Milos Antonic",
                "display_name_full": "Milos Antonic",
                "email": "milosantonic5@gmail.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 613,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Richard-Avedon-Nastassja-Kinski-and-the-Serpent-Los-Angeles-California-June-14-1981-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Richard-Avedon-Nastassja-Kinski-and-the-Serpent-Los-Angeles-California-June-14-1981-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Richard-Avedon-Nastassja-Kinski-and-the-Serpent-Los-Angeles-California-June-14-1981-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Richard-Avedon-Nastassja-Kinski-and-the-Serpent-Los-Angeles-California-June-14-1981-Detail-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Richard-Avedon-Nastassja-Kinski-and-the-Serpent-Los-Angeles-California-June-14-1981-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Richard-Avedon-Nastassja-Kinski-and-the-Serpent-Los-Angeles-California-June-14-1981-Detail.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Richard-Avedon-Nastassja-Kinski-and-the-Serpent-Los-Angeles-California-June-14-1981-Detail-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Richard-Avedon-Nastassja-Kinski-and-the-Serpent-Los-Angeles-California-June-14-1981-Detail-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Richard-Avedon-Nastassja-Kinski-and-the-Serpent-Los-Angeles-California-June-14-1981-Detail-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Richard-Avedon-Nastassja-Kinski-and-the-Serpent-Los-Angeles-California-June-14-1981-Detail-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T01:05:58.890439Z",
                "updated_at": "2021-09-13T10:33:30.258445Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Richard Avedon - Nastassja Kinski and the Serpent, Los Angeles, California, June 14, 1981 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1666,
                "name": "Phillips New York",
                "slug": "phillips-de-pury-luxembourg-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7614676,-73.97120669999998",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2157,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/phillips_new_york.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-22T14:35:12.273609Z",
                    "updated_at": "2021-09-14T13:23:38.274541Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "phillips_new_york",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 4,
                "image": null,
                "slug": "auctions",
                "created_at": "2020-06-02T15:33:40.538154Z",
                "updated_at": "2021-03-20T11:25:03.980018Z",
                "name": "Auctions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2018-04-10T00:46:49.000000Z",
            "publish_time": null,
            "slug": "phillips-new-york-photographs-4-9-2018",
            "created_at": "2018-04-10T00:46:49.000000Z",
            "updated_at": "2020-07-16T08:11:28.545340Z",
            "summary": "Photographs is an Auctions event starting on 09/04/2018, 10:00 and ending on 09/04/2018, 11:00. Event is in Phillips New York with address 450 Park Ave, New York, NY 10022, USA.",
            "title": "Photographs",
            "content": "",
            "start_time": "2018-04-09T10:00:00.000000Z",
            "end_time": "2018-04-09T11:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": true,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "450 Park Ave, New York, NY 10022, USA",
            "city": "Manhattan Community Board 5",
            "geolocation": "40.7615159,-73.9712055",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                345,
                2616,
                476,
                3594,
                449,
                6075,
                299,
                839,
                1161,
                1233,
                347,
                465,
                544,
                2152,
                2651,
                468,
                1796,
                2686,
                348,
                463,
                487,
                742,
                881,
                1245,
                1666,
                1713,
                1729,
                1870,
                1970,
                2472,
                2525,
                3811,
                10489,
                351,
                430,
                482,
                536,
                733,
                734,
                772,
                807,
                823,
                826,
                888,
                898,
                906,
                975,
                1122,
                1334,
                1705,
                1721,
                1730,
                1739,
                1849,
                1928,
                2018,
                2386,
                2510,
                2511,
                2512,
                2514,
                2515,
                2517,
                2518,
                2521,
                2546,
                2574,
                2653,
                2655,
                2660,
                2665,
                2666,
                2670,
                2679,
                2681,
                2685,
                2687,
                2854,
                2856,
                2858,
                2862,
                2868,
                2869,
                2880,
                2881,
                2883,
                3049,
                3061,
                3063,
                3064,
                3358,
                3580,
                3585,
                4611,
                5226,
                5250,
                5257,
                5861,
                7739,
                8007
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 2001,
            "author": {
                "id": "e2f4f92a-3517-420b-9b9d-c421c072a895",
                "username": "PatrickHull",
                "slug": "patrickhull",
                "first_name": "Patrick",
                "last_name": "Hull",
                "display_name": "Patrick Hull",
                "display_name_full": "Patrick Hull",
                "email": "patrick@verticalgallery.com",
                "telephone": "+1 773 697 3846"
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 471,
                "name": "VERTICAL GALLERY",
                "slug": "vertical-gallery",
                "city": "Chicago",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "41.8998836,-87.68734030000002",
                "artworks_for_sale_count": 147,
                "featured_image": {
                    "id": 2569,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Stinkfish_Vertical-Gallery_opening-4-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Stinkfish_Vertical-Gallery_opening-4-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Stinkfish_Vertical-Gallery_opening-4-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Stinkfish_Vertical-Gallery_opening-4-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Stinkfish_Vertical-Gallery_opening-4-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Stinkfish_Vertical-Gallery_opening-4-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Stinkfish_Vertical-Gallery_opening-4.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Stinkfish_Vertical-Gallery_opening-4-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-04-29T16:20:14.607754Z",
                    "updated_at": "2021-09-14T13:32:39.801154Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2018-03-16T00:03:28.000000Z",
            "publish_time": null,
            "slug": "vertical-gallery-celebrates-5-year-anniversary",
            "created_at": "2018-03-16T00:03:28.000000Z",
            "updated_at": "2020-07-16T08:11:19.614718Z",
            "summary": "Vertical Gallery Celebrates 5-year Anniversary is an Gallery Shows event starting on 07/04/2018, 12:00 and ending on 28/04/2018, 12:00. Event is in VERTICAL GALLERY with address 1016 N. Western Ave.\r\nChicago, IL  60622.",
            "title": "Vertical Gallery Celebrates 5-year Anniversary",
            "content": "Vertical Gallery is proud to present a special exhibition celebrating their 5-year anniversary. The show will feature 23 artists from nine different countries with artistic styles that have shaped the gallery’s programming over the years.",
            "start_time": "2018-04-07T12:00:00.000000Z",
            "end_time": "2018-04-28T12: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": "1016 N. Western Ave.\r\nChicago, IL  60622",
            "city": "Chicago",
            "geolocation": "42.0193609,-87.6901799",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "Vertical Gallery, Chicago’s premier urban-contemporary art gallery, is proud to present a special exhibition celebrating their 5-year anniversary. The show will feature 23 artists from nine different countries with artistic styles that have shaped the gallery’s programming over the years. The exhibition runs April 7 – 28, with an opening reception on Saturday, April 7th, 6:00-10:00pm. \r\nThe featured artists include Ben Eine (UK), Blek le Rat (FR), Hebru Brantley (US), Ben Frost (AU), Tim Conlon (US), Martin Whatson (NO), Stormie Mills (AU), Andreas Englund (SE), Dot Dot Dot (NO), Super A (NL), Xenz (UK), Fernando Chamarelli (BR), Annie Aube (US), Copyright (UK), Pipsqueak Was Here!!! (NL), Philip Bosmans (BE), Mau Mau/Cyclops (UK), XOOOOX (DE), OakOak (FR), ROA (BE), Mr. Cenz (UK), and Collin van der Sluijs (NL).",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                231,
                715,
                363,
                4,
                262,
                1107,
                640,
                29,
                377,
                4000,
                5045,
                35,
                3790,
                4209,
                4294
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 2027,
            "author": {
                "id": "b850e8fe-7e65-470a-88f4-d2eecac6bc31",
                "username": "dustin_816",
                "slug": "dustin_816",
                "first_name": "Dustin",
                "last_name": "",
                "display_name": "Dustin",
                "display_name_full": "Dustin",
                "email": "dustin@hijinxarts.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 3923,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/958683418_1522459372-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/958683418_1522459372-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/958683418_1522459372-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/958683418_1522459372-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/958683418_1522459372-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/958683418_1522459372.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/958683418_1522459372-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/958683418_1522459372-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/958683418_1522459372-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/958683418_1522459372-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-26T14:37:49.268068Z",
                "updated_at": "2021-09-13T11:24:03.675855Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Camilla d'Errico | SKY",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 313,
                "name": "COREY HELFORD GALLERY",
                "slug": "corey-helford-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0394758,-118.22451619999998",
                "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": "2018-03-31T03:22:30.000000Z",
            "publish_time": null,
            "slug": "camilla-derrico-sky-exhibition",
            "created_at": "2018-03-31T03:22:30.000000Z",
            "updated_at": "2020-07-16T08:11:32.973701Z",
            "summary": "Camilla d'Errico | SKY is an Gallery Shows event starting on 07/04/2018, 12:00 and ending on 05/05/2018, 12:00. Event is in COREY HELFORD GALLERY with address 571 S. Anderson St. Los Angeles, CA 90033.",
            "title": "Camilla d'Errico | SKY",
            "content": "Camilla d'Errico Celebrates the Diversity of the Human Rainbow in Her Largest Corey Helford Gallery Show to Date",
            "start_time": "2018-04-07T12:00:00.000000Z",
            "end_time": "2018-05-05T12: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": "571 S. Anderson St. Los Angeles, CA 90033",
            "city": "Los Angeles",
            "geolocation": "34.03956496296296,-118.22439774074074",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "Corey Helford Gallery is proud to premiere Canadian artist Camilla d’Errico’s “Sky” on Saturday, April 7, for the first time in Gallery 1. This will be d’Errico’s largest showcase with the gallery to date, featuring 15 new paintings, 15 ink drawings, and even an installation of the artist’s extensive collection of limited edition accessories, decor, and homegoods. \r\n\r\n“We all live under the same sky,” is a phrase d’Errico heard while she was in Italy, and it’s something she feels we need to remember now more than ever. In a pointed clapback against the recent surge in nationalism, all the work premiering in Sky is a celebration of the rainbow of people living on our planet, with the most diverse set of characters d’Errico has ever created.",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                5681
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        }
    ]
}