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

{
    "count": 37602,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=2340&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=2304&ordering=start_time",
    "results": [
        {
            "id": 2181,
            "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": 699,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Giuseppe-Penone-Spine-Dacacia-Contatto-22-Settembre-2010-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Giuseppe-Penone-Spine-Dacacia-Contatto-22-Settembre-2010-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Giuseppe-Penone-Spine-Dacacia-Contatto-22-Settembre-2010-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Giuseppe-Penone-Spine-Dacacia-Contatto-22-Settembre-2010-Detail-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Giuseppe-Penone-Spine-Dacacia-Contatto-22-Settembre-2010-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Giuseppe-Penone-Spine-Dacacia-Contatto-22-Settembre-2010-Detail.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Giuseppe-Penone-Spine-Dacacia-Contatto-22-Settembre-2010-Detail-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Giuseppe-Penone-Spine-Dacacia-Contatto-22-Settembre-2010-Detail-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Giuseppe-Penone-Spine-Dacacia-Contatto-22-Settembre-2010-Detail-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Giuseppe-Penone-Spine-Dacacia-Contatto-22-Settembre-2010-Detail-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T04:21:51.180935Z",
                "updated_at": "2021-09-13T10:34:22.222281Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Giuseppe Penone - Spine Dacacia, Contatto 22 Settembre 2010 (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-08-29T12:54:06.000000Z",
            "publish_time": null,
            "slug": "phillips-new-york-art-for-one-drop-charity-auction-9-21-2018",
            "created_at": "2018-08-29T12:54:06.000000Z",
            "updated_at": "2020-07-16T08:12:54.753048Z",
            "summary": "Art for One Drop Charity Auction is an Auctions event starting on 21/09/2018, 19:00 and ending on 21/09/2018, 20:00. Event is in Phillips New York with address 450 Park Ave, New York, NY 10022, USA.",
            "title": "Art for One Drop Charity Auction",
            "content": "",
            "start_time": "2018-09-21T19:00:00.000000Z",
            "end_time": "2018-09-21T20: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": [
                60,
                57,
                115,
                7433,
                893,
                558,
                544,
                2958,
                395,
                2978,
                505,
                864,
                929,
                1969,
                353,
                547,
                587,
                956,
                1511,
                1787,
                370,
                394,
                430,
                483,
                549,
                578,
                604,
                809,
                910,
                915,
                1256,
                1265,
                1833,
                2287,
                2292,
                2304,
                2413,
                2914,
                3130,
                3150,
                3427,
                3714,
                5249,
                7365,
                7437,
                10312,
                10635
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 2206,
            "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": 704,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/zonamaco-foto-event-1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/zonamaco-foto-event-1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/zonamaco-foto-event-1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/zonamaco-foto-event-1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/zonamaco-foto-event-1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/zonamaco-foto-event-1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/zonamaco-foto-event-1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/zonamaco-foto-event-1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/zonamaco-foto-event-1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/zonamaco-foto-event-1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T04:29:46.304682Z",
                "updated_at": "2021-09-13T10:34:24.964982Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "zonamaco-foto-event-1",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 2855,
                "name": "Centro Citibanamex",
                "slug": "centro-citibanamex",
                "city": "Mexico City",
                "country": {
                    "code": "MX",
                    "name": "Mexico"
                },
                "geolocation": "19.4396414,-99.22427789999999",
                "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-09-04T11:03:53.000000Z",
            "publish_time": null,
            "slug": "zonamaco-foto-2018",
            "created_at": "2018-09-04T11:03:53.000000Z",
            "updated_at": "2018-09-04T11:03:53.000000Z",
            "summary": "ZONAMACO Foto 2018 is an Art Fairs event starting on 22/09/2018, 00:00 and ending on 27/09/2018, 00:00. Event is in Centro Citibanamex with address AV. Conscripto 311 COL, Mexico City, Mexico.",
            "title": "ZONAMACO Foto 2018",
            "content": "",
            "start_time": "2018-09-22T00:00:00.000000Z",
            "end_time": "2018-09-27T00: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": "AV. Conscripto 311 COL, Mexico City, Mexico",
            "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": "info@zonamaco.com",
            "external_url": "https://zsonamaco.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                8724
            ],
            "additional_images": []
        },
        {
            "id": 26286,
            "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": 25155,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/319f8e1c9f2c4fd2aa80e029a7866d17-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/319f8e1c9f2c4fd2aa80e029a7866d17-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/319f8e1c9f2c4fd2aa80e029a7866d17-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/319f8e1c9f2c4fd2aa80e029a7866d17-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/319f8e1c9f2c4fd2aa80e029a7866d17-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/319f8e1c9f2c4fd2aa80e029a7866d17.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/319f8e1c9f2c4fd2aa80e029a7866d17-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/319f8e1c9f2c4fd2aa80e029a7866d17-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/319f8e1c9f2c4fd2aa80e029a7866d17-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/319f8e1c9f2c4fd2aa80e029a7866d17-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-05-15T12:32:13.800298Z",
                "updated_at": "2023-05-15T12:32:13.800327Z",
                "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:16.128274Z",
            "publish_time": null,
            "slug": "nus-museum-always-moving-the-batik-art-of-sarkasi-said-2018-09-22",
            "created_at": "2023-05-15T12:32:17.030259Z",
            "updated_at": "2023-05-15T12:32:17.391598Z",
            "summary": "“Always Moving”: The Batik Art of Sarkasi Said is an Gallery Shows event starting on 22/09/2018, 00:00 and ending on 30/06/2018, 00:00. Event is in NUS Museum with address 50 Kent Ridge Crescent, Singapore, SG.",
            "title": "“Always Moving”: The Batik Art of Sarkasi Said",
            "content": null,
            "start_time": "2018-09-22T00:00:00.000000Z",
            "end_time": "2018-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "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": 2224,
            "author": {
                "id": "ea662a35-bb0a-4863-b449-bde31e71c797",
                "username": "galeriegeraldinezberro",
                "slug": "galeriegeraldinezberro",
                "first_name": "geraldine",
                "last_name": "zberro",
                "display_name": "geraldine zberro",
                "display_name_full": "geraldine zberro",
                "email": "geraldinezberro@wanadoo.fr",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 4013,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/828484938_1537203888-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/828484938_1537203888-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/828484938_1537203888-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/828484938_1537203888-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/828484938_1537203888-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/828484938_1537203888.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/828484938_1537203888-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/828484938_1537203888-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/828484938_1537203888-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/828484938_1537203888-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-26T14:39:20.140819Z",
                "updated_at": "2021-09-13T11:25:52.171384Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Summer End",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1982,
                "name": "Galerie Géraldine Zberro",
                "slug": "galerie-geraldine-zberro",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8718902,2.3120830000000296",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "FR",
            "publish_status": "published",
            "published_at": "2018-09-17T19:02:21.000000Z",
            "publish_time": null,
            "slug": "summer-end",
            "created_at": "2018-09-17T19:02:21.000000Z",
            "updated_at": "2020-07-16T08:13:15.602470Z",
            "summary": "Summer End is an Gallery Shows event starting on 22/09/2018, 17:00 and ending on 06/10/2018, 00:00. Event is in Galerie Géraldine Zberro with address 25 rue Jean Mermoz \r\n75008 Paris.",
            "title": "Summer End",
            "content": "The Géraldine Zberro gallery presents \"Summer End\", the street art exhibition of the season, gathering artists from different countries.<br />\r\n<br />\r\nWhat is interesting about a group show is that we can bring together artists of all generations, each one has a writing, a different story and it is this mix that will surprise and capture the audience!<br />\r\n<br />\r\nThe gallery features world-renowned artists who have inspired generations of artists and collectors, such as Seen, \"The Godfather of Graffiti\", forerunner of the street art movement in NY, or Risk his friend from the US West Coast. The first to paint trains.<br />\r\n<br />\r\nJulien Malland aka Seth, painter, reporter for Canal Plus, publisher and graffiti artist, multi-talented artist, known for his murals around the world, has traveled to more than fifty countries over the past two decades.<br />\r\nHer childhood-inspired creations often place children in chaotic environments.<br />\r\n For \"Summer End\", he will present works from walls already done before.<br />\r\n<br />\r\nIn another style, the Atlas, methodical and rigorous artist, imposed his immediately recognizable style with calligraphic, erudite or fantasized signs. In the end, it's a totally hypnotic universe.<br />\r\n<br />\r\n\"Summer End\" will also be an opportunity to introduce you to the work of emerging artists such as Mateo, a French artist living in Canada. A very active Muralist, her Iranian carpets covered with portraits of women from all over the world will leave you in shock. The traditional motifs of carpets give her work a power and a breathtaking force!",
            "start_time": "2018-09-22T17:00:00.000000Z",
            "end_time": "2018-10-06T00: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": "25 rue Jean Mermoz \r\n75008 Paris",
            "city": "Paris",
            "geolocation": "48.8718562,2.3122027",
            "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": [
                2836,
                2824,
                87,
                158,
                7672,
                160,
                218,
                2697,
                5279
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 2196,
            "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": 714,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Sam-Gilliam-Maybe-1971-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Sam-Gilliam-Maybe-1971-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Sam-Gilliam-Maybe-1971-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Sam-Gilliam-Maybe-1971-Detail-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Sam-Gilliam-Maybe-1971-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Sam-Gilliam-Maybe-1971-Detail.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Sam-Gilliam-Maybe-1971-Detail-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Sam-Gilliam-Maybe-1971-Detail-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Sam-Gilliam-Maybe-1971-Detail-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Sam-Gilliam-Maybe-1971-Detail-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T04:50:12.918814Z",
                "updated_at": "2021-09-13T10:34:30.629861Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Sam Gilliam - Maybe, 1971 (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-09-17T10:03:34.000000Z",
            "publish_time": null,
            "slug": "sothebys-new-york-contemporary-curated-9-25-2018",
            "created_at": "2018-09-17T10:03:34.000000Z",
            "updated_at": "2020-07-16T08:13:02.075948Z",
            "summary": "Contemporary Curated is an Auctions event starting on 25/09/2018, 10:00 and ending on 25/09/2018, 11:00. Event is in Sotheby's New York with address 1334 York Ave, New York, NY 10021, USA.",
            "title": "Contemporary Curated",
            "content": "",
            "start_time": "2018-09-25T10:00:00.000000Z",
            "end_time": "2018-09-25T11: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": "1334 York Ave, New York, NY 10021, USA",
            "city": "Manhattan Community Board 8",
            "geolocation": "40.76628425,-73.95354506025748",
            "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,
                58,
                731,
                1694,
                59,
                891,
                476,
                73,
                847,
                7,
                402,
                2380,
                2693,
                491,
                1717,
                356,
                783,
                1704,
                912,
                932,
                1221,
                1831,
                860,
                317,
                418,
                901,
                1779,
                467,
                1967,
                349,
                373,
                2145,
                3212,
                1340,
                350,
                751,
                793,
                1737,
                2959,
                4492,
                893,
                458,
                558,
                747,
                904,
                1023,
                1333,
                1736,
                2388,
                10056,
                445,
                1764,
                1835,
                347,
                857,
                1703,
                1718,
                1839,
                427,
                544,
                2002,
                2958,
                3008,
                46,
                132,
                469,
                478,
                800,
                844,
                1330,
                2999,
                3710,
                4215,
                505,
                764,
                864,
                934,
                942,
                1160,
                1271,
                1808,
                2957,
                3123,
                5853,
                9820,
                353,
                390,
                586,
                792,
                806,
                833,
                885,
                989,
                1027,
                1787,
                1884,
                3345,
                9477,
                9868,
                83,
                118,
                149,
                382,
                432,
                472,
                480,
                510,
                523,
                525,
                526,
                536,
                549,
                559,
                597,
                613,
                643,
                761,
                807,
                823,
                936,
                939,
                954,
                974,
                1174,
                1357,
                1364,
                1544,
                1742,
                1743,
                1786,
                1827,
                1915,
                2225,
                2240,
                2254,
                2259,
                2262,
                2326,
                2373,
                2450,
                2646,
                2915,
                2922,
                2923,
                2943,
                2981,
                3029,
                3038,
                3119,
                3267,
                3304,
                3397,
                3588,
                3604,
                3611,
                3615,
                3696,
                3864,
                4117,
                4598,
                4655,
                4793,
                5249,
                5741,
                5943,
                6307,
                7320,
                7380,
                7488,
                7888,
                8191,
                9144,
                9153,
                10058,
                10318,
                10411,
                10629,
                10636
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 2204,
            "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": 703,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/district-13-event-1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/district-13-event-1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/district-13-event-1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/district-13-event-1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/district-13-event-1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/district-13-event-1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/district-13-event-1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/district-13-event-1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/district-13-event-1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/district-13-event-1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T04:29:34.396681Z",
                "updated_at": "2021-09-13T10:34:24.528745Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "district-13-event-1",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 2854,
                "name": "Hotel Drouot",
                "slug": "hotel-drouot",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.873009,2.3403187999999773",
                "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": "FR",
            "publish_status": "published",
            "published_at": "2018-09-03T20:33:13.000000Z",
            "publish_time": null,
            "slug": "district-13-2018",
            "created_at": "2018-09-03T20:33:13.000000Z",
            "updated_at": "2020-07-16T08:13:06.072925Z",
            "summary": "District 13 Art Fair 2018 is an Art Fairs event starting on 26/09/2018, 00:00 and ending on 01/10/2018, 00:00. Event is in Hotel Drouot with address 9, rue Drouot 75009 Paris, France, Paris, France.",
            "title": "District 13 Art Fair 2018",
            "content": "",
            "start_time": "2018-09-26T00:00:00.000000Z",
            "end_time": "2018-10-01T00: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": "9, rue Drouot 75009 Paris, France, Paris, France",
            "city": "Paris",
            "geolocation": "48.8730837,2.3404015",
            "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": "contact@district13artfair.com",
            "external_url": "http://district13artfair.com",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                8753
            ],
            "additional_images": []
        },
        {
            "id": 2197,
            "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": 720,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Eduardo-Chillida-Euzkadi-VII-1976-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Eduardo-Chillida-Euzkadi-VII-1976-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Eduardo-Chillida-Euzkadi-VII-1976-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Eduardo-Chillida-Euzkadi-VII-1976-Detail-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Eduardo-Chillida-Euzkadi-VII-1976-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Eduardo-Chillida-Euzkadi-VII-1976-Detail.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Eduardo-Chillida-Euzkadi-VII-1976-Detail-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Eduardo-Chillida-Euzkadi-VII-1976-Detail-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Eduardo-Chillida-Euzkadi-VII-1976-Detail-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Eduardo-Chillida-Euzkadi-VII-1976-Detail-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T05:01:45.311355Z",
                "updated_at": "2021-09-13T10:34:33.439421Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Eduardo Chillida - Euzkadi VII, 1976 (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-09-20T16:40:26.000000Z",
            "publish_time": null,
            "slug": "sothebys-london-prints-multiples-9-26-2018",
            "created_at": "2018-09-20T16:40:26.000000Z",
            "updated_at": "2020-07-16T08:13:02.584147Z",
            "summary": "Prints & Multiples is an Auctions event starting on 26/09/2018, 10:00 and ending on 26/09/2018, 11:00. Event is in Sotheby's London with address 34-35 New Bond St, Mayfair, London W1A 2AA, UK.",
            "title": "Prints & Multiples",
            "content": "",
            "start_time": "2018-09-26T10:00:00.000000Z",
            "end_time": "2018-09-26T11: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": "34-35 New Bond St, Mayfair, London W1A 2AA, 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": [
                1702,
                1987,
                1706,
                345,
                1700,
                1694,
                73,
                1696,
                847,
                7,
                912,
                901,
                2151,
                467,
                349,
                361,
                2174,
                350,
                364,
                499,
                362,
                746,
                1701,
                445,
                2144,
                2149,
                395,
                754,
                2473,
                2815,
                433,
                586,
                2195,
                3411,
                435,
                472,
                750,
                769,
                788,
                2143,
                2175,
                2187,
                2805,
                2813,
                4779,
                9368
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 2182,
            "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": 717,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Pedro-De-Oraa-Untitled-From-The-Series-Abstractivos-2016-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Pedro-De-Oraa-Untitled-From-The-Series-Abstractivos-2016-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Pedro-De-Oraa-Untitled-From-The-Series-Abstractivos-2016-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Pedro-De-Oraa-Untitled-From-The-Series-Abstractivos-2016-Detail-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Pedro-De-Oraa-Untitled-From-The-Series-Abstractivos-2016-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Pedro-De-Oraa-Untitled-From-The-Series-Abstractivos-2016-Detail.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Pedro-De-Oraa-Untitled-From-The-Series-Abstractivos-2016-Detail-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Pedro-De-Oraa-Untitled-From-The-Series-Abstractivos-2016-Detail-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Pedro-De-Oraa-Untitled-From-The-Series-Abstractivos-2016-Detail-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Pedro-De-Oraa-Untitled-From-The-Series-Abstractivos-2016-Detail-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T04:58:03.112876Z",
                "updated_at": "2021-09-13T10:34:31.889053Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Pedro De Oraa - Untitled From The Series Abstractivos, 2016 (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-09-19T17:18:50.000000Z",
            "publish_time": null,
            "slug": "phillips-new-york-new-now-9-26-2018",
            "created_at": "2018-09-19T17:18:50.000000Z",
            "updated_at": "2020-07-16T08:12:55.268597Z",
            "summary": "New Now is an Auctions event starting on 26/09/2018, 11:00 and ending on 26/09/2018, 12:00. Event is in Phillips New York with address 450 Park Ave, New York, NY 10022, USA.",
            "title": "New Now",
            "content": "",
            "start_time": "2018-09-26T11:00:00.000000Z",
            "end_time": "2018-09-26T12: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": [
                60,
                345,
                58,
                1735,
                1694,
                914,
                73,
                57,
                7,
                402,
                356,
                1806,
                949,
                51,
                860,
                317,
                901,
                3721,
                1967,
                349,
                428,
                793,
                364,
                839,
                904,
                1023,
                1233,
                2388,
                3010,
                796,
                347,
                5917,
                427,
                544,
                132,
                965,
                1236,
                2383,
                2999,
                4050,
                864,
                942,
                1271,
                3116,
                5853,
                9820,
                11484,
                64,
                235,
                273,
                291,
                348,
                464,
                487,
                555,
                587,
                742,
                819,
                833,
                846,
                887,
                1033,
                1511,
                1799,
                2341,
                2680,
                3141,
                3243,
                3862,
                6589,
                9840,
                83,
                118,
                136,
                236,
                520,
                532,
                536,
                549,
                578,
                597,
                656,
                769,
                772,
                789,
                879,
                910,
                917,
                927,
                936,
                939,
                952,
                1013,
                1021,
                1039,
                1098,
                1101,
                1176,
                1259,
                1304,
                1359,
                1731,
                1768,
                1833,
                1845,
                1849,
                1868,
                1871,
                1873,
                1878,
                1922,
                1928,
                2083,
                2154,
                2225,
                2228,
                2242,
                2246,
                2254,
                2268,
                2273,
                2289,
                2297,
                2304,
                2310,
                2325,
                2326,
                2333,
                2338,
                2354,
                2360,
                2366,
                2368,
                2369,
                2390,
                2399,
                2413,
                2670,
                2857,
                2912,
                2925,
                2934,
                2944,
                2965,
                3007,
                3011,
                3020,
                3075,
                3102,
                3234,
                3255,
                3336,
                3696,
                3748,
                3750,
                3886,
                4124,
                4446,
                4494,
                4495,
                4538,
                4610,
                4611,
                4672,
                4704,
                5492,
                5529,
                5720,
                6067,
                6351,
                6557,
                6976,
                7320,
                7323,
                7380,
                7424,
                7427,
                7893,
                8057,
                8110,
                8384,
                8998,
                9149,
                9175,
                9629,
                9752,
                9765,
                9815,
                10285,
                10287,
                10695
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 2033,
            "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": 608,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/vienna-contemporary-event-1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/vienna-contemporary-event-1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/vienna-contemporary-event-1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/vienna-contemporary-event-1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/vienna-contemporary-event-1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/vienna-contemporary-event-1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/vienna-contemporary-event-1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/vienna-contemporary-event-1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/vienna-contemporary-event-1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/vienna-contemporary-event-1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T00:55:27.588050Z",
                "updated_at": "2021-09-13T10:33:27.534414Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "vienna-contemporary-event-1",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 2789,
                "name": "Marx Halle",
                "slug": "marx-halle",
                "city": "Vienna",
                "country": {
                    "code": "AT",
                    "name": "Austria"
                },
                "geolocation": "48.1874492,16.405198299999938",
                "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": "AT",
            "publish_status": "published",
            "published_at": "2018-04-04T10:16:52.000000Z",
            "publish_time": null,
            "slug": "vienna-contemporary-2018",
            "created_at": "2018-04-04T10:16:52.000000Z",
            "updated_at": "2018-04-04T10:16:52.000000Z",
            "summary": "viennacontemporary 2018 is an Art Fairs event starting on 27/09/2018, 00:00 and ending on 01/10/2018, 00:00. Event is in Marx Halle with address Karl-Farkas-Gasse 19, 1030 Wien, Austria, Vienna, Austria.",
            "title": "viennacontemporary 2018",
            "content": "",
            "start_time": "2018-09-27T00:00:00.000000Z",
            "end_time": "2018-10-01T00: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": "Karl-Farkas-Gasse 19, 1030 Wien, Austria, Vienna, Austria",
            "city": "Wien",
            "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": "info@viennacontemporary.at",
            "external_url": "http://www.viennacontemporary.at/en/",
            "phone": "+43 1 996 2033",
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                8639
            ],
            "additional_images": []
        },
        {
            "id": 2174,
            "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": 696,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/expo-chicago-event-1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/expo-chicago-event-1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/expo-chicago-event-1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/expo-chicago-event-1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/expo-chicago-event-1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/expo-chicago-event-1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/expo-chicago-event-1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/expo-chicago-event-1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/expo-chicago-event-1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/expo-chicago-event-1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T04:06:03.130780Z",
                "updated_at": "2021-09-13T10:34:20.294599Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "expo-chicago-event-1",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 2850,
                "name": "Navy Pier’s Festival Hall",
                "slug": "navy-piers-festival-hall",
                "city": "Chicago",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "41.8916325,-87.6053243",
                "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-07-30T20:44:19.000000Z",
            "publish_time": null,
            "slug": "expo-chicago-2018",
            "created_at": "2018-07-30T20:44:19.000000Z",
            "updated_at": "2018-07-30T20:44:19.000000Z",
            "summary": "EXPO Chicago 2018 is an Art Fairs event starting on 27/09/2018, 00:00 and ending on 01/10/2018, 00:00. Event is in Navy Pier’s Festival Hall with address Navy Pier’s Festival Hall, Chicago, United States.",
            "title": "EXPO Chicago 2018",
            "content": "",
            "start_time": "2018-09-27T00:00:00.000000Z",
            "end_time": "2018-10-01T00: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": "Navy Pier’s Festival Hall, Chicago, United States",
            "city": "Chicago",
            "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": "https://www.expochicago.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                8690
            ],
            "additional_images": []
        },
        {
            "id": 2261,
            "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": 725,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/katrin-fridriks-event-1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/katrin-fridriks-event-1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/katrin-fridriks-event-1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/katrin-fridriks-event-1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/katrin-fridriks-event-1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/katrin-fridriks-event-1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/katrin-fridriks-event-1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/katrin-fridriks-event-1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/katrin-fridriks-event-1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/katrin-fridriks-event-1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T05:11:54.860181Z",
                "updated_at": "2021-09-13T10:34:36.270836Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "katrin-fridriks-event-1",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 2532,
                "name": "David Pluskwa Art Contemporain",
                "slug": "david-pluskwa",
                "city": "Marseille",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "43.2918512,5.375940200000059",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2541,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/GalerieDavidPluskwa11-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/GalerieDavidPluskwa11-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/GalerieDavidPluskwa11-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/GalerieDavidPluskwa11-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/GalerieDavidPluskwa11-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/GalerieDavidPluskwa11-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/GalerieDavidPluskwa11.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/GalerieDavidPluskwa11-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-24T15:26:06.610162Z",
                    "updated_at": "2021-09-14T13:32:00.598511Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "GalerieDavidPluskwa11",
                    "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": "",
            "publish_status": "published",
            "published_at": "2018-09-25T17:42:16.000000Z",
            "publish_time": null,
            "slug": "katrin-fridriks-supreme-goddesses",
            "created_at": "2018-09-25T17:42:16.000000Z",
            "updated_at": "2018-09-25T17:42:16.000000Z",
            "summary": null,
            "title": "Katrin Fridriks - Supreme Goddesses",
            "content": "",
            "start_time": "2018-09-27T00:00:00.000000Z",
            "end_time": "2018-10-28T00: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": null,
            "city": null,
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": "http://david-pluskwa.com/",
            "phone": "+33 6 72 50 57 31",
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                268
            ],
            "artworks": [],
            "magazines": [
                8834
            ],
            "additional_images": []
        },
        {
            "id": 2223,
            "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": 721,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Richard-Prince-Untitled-Cowboy-1999-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Richard-Prince-Untitled-Cowboy-1999-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Richard-Prince-Untitled-Cowboy-1999-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Richard-Prince-Untitled-Cowboy-1999-Detail-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Richard-Prince-Untitled-Cowboy-1999-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Richard-Prince-Untitled-Cowboy-1999-Detail.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Richard-Prince-Untitled-Cowboy-1999-Detail-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Richard-Prince-Untitled-Cowboy-1999-Detail-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Richard-Prince-Untitled-Cowboy-1999-Detail-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Richard-Prince-Untitled-Cowboy-1999-Detail-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T05:05:54.912481Z",
                "updated_at": "2021-09-13T10:34:33.973390Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Richard Prince - Untitled (Cowboy), 1999 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1664,
                "name": "Christie's New York",
                "slug": "christies-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7586467,-73.9799726",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2151,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/christie_new_york.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-22T14:34:33.797728Z",
                    "updated_at": "2021-09-14T13:23:30.387640Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "christie_new_york",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "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-09-21T00:58:51.000000Z",
            "publish_time": null,
            "slug": "christies-new-york-post-war-to-present-9-27-2018",
            "created_at": "2018-09-21T00:58:51.000000Z",
            "updated_at": "2020-07-16T08:13:15.068552Z",
            "summary": "Post-War to Present is an Auctions event starting on 27/09/2018, 10:00 and ending on 27/09/2018, 11:00. Event is in Christie's New York with address 20 Rockefeller Plaza, New York, NY 10020, USA.",
            "title": "Post-War to Present",
            "content": "",
            "start_time": "2018-09-27T10:00:00.000000Z",
            "end_time": "2018-09-27T11: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": "20 Rockefeller Plaza, New York, NY 10020, USA",
            "city": "Manhattan Community Board 5",
            "geolocation": "40.7583119,-73.9791393",
            "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,
                780,
                345,
                58,
                1694,
                59,
                476,
                73,
                870,
                847,
                356,
                783,
                912,
                932,
                1221,
                1831,
                2900,
                51,
                860,
                317,
                418,
                901,
                247,
                470,
                467,
                843,
                373,
                350,
                428,
                793,
                364,
                3254,
                7433,
                580,
                893,
                1760,
                558,
                904,
                1333,
                1736,
                2388,
                950,
                347,
                1220,
                1703,
                1718,
                1839,
                427,
                2997,
                46,
                132,
                469,
                609,
                913,
                1330,
                2152,
                2456,
                2999,
                3710,
                505,
                563,
                757,
                805,
                929,
                1160,
                1808,
                3116,
                316,
                353,
                358,
                487,
                527,
                533,
                586,
                592,
                819,
                916,
                956,
                1383,
                1787,
                1884,
                2270,
                2938,
                2961,
                3117,
                3246,
                3616,
                5760,
                136,
                318,
                520,
                549,
                597,
                730,
                761,
                769,
                772,
                787,
                807,
                910,
                954,
                974,
                1034,
                1039,
                1042,
                1376,
                1688,
                1714,
                1722,
                1742,
                1753,
                1786,
                1873,
                1887,
                1900,
                1915,
                2153,
                2268,
                2275,
                2304,
                2349,
                2459,
                2609,
                2692,
                2912,
                2913,
                2922,
                2923,
                2929,
                2944,
                3024,
                3026,
                3029,
                3040,
                3041,
                3075,
                3150,
                3309,
                3327,
                3588,
                3589,
                3697,
                3714,
                4142,
                4161,
                4585,
                4672,
                4737,
                5776,
                7437,
                7855,
                9006,
                9149,
                10303
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 2208,
            "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": 706,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/asia-contemporary-event-1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/asia-contemporary-event-1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/asia-contemporary-event-1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/asia-contemporary-event-1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/asia-contemporary-event-1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/asia-contemporary-event-1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/asia-contemporary-event-1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/asia-contemporary-event-1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/asia-contemporary-event-1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/asia-contemporary-event-1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T04:29:58.053263Z",
                "updated_at": "2021-09-13T10:34:25.783879Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "asia-contemporary-event-1",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 2857,
                "name": "Conrad Hong Kong",
                "slug": "conrad-hong-kong",
                "city": "Hong Kong",
                "country": {
                    "code": "HK",
                    "name": "Hong Kong"
                },
                "geolocation": "22.2771993,114.16624720000004",
                "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-09-04T11:43:05.000000Z",
            "publish_time": null,
            "slug": "asia-contemporary-2018",
            "created_at": "2018-09-04T11:43:05.000000Z",
            "updated_at": "2020-07-16T08:13:08.088897Z",
            "summary": "Asia Contemporary Hong Kong 2018 is an Art Fairs event starting on 28/09/2018, 00:00 and ending on 02/10/2018, 00:00. Event is in Conrad Hong Kong with address Pacific Place, 88 Queensway, Hong Kong, Hong Kong, Hong Kong.",
            "title": "Asia Contemporary Hong Kong 2018",
            "content": "",
            "start_time": "2018-09-28T00:00:00.000000Z",
            "end_time": "2018-10-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": "Pacific Place, 88 Queensway, Hong Kong, Hong Kong, Hong Kong",
            "city": null,
            "geolocation": "22.2773305,114.1648765",
            "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@asiacontemporaryart.com",
            "external_url": "https://www.asiacontemporaryart.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                8728
            ],
            "additional_images": []
        },
        {
            "id": 5525,
            "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": 6826,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7716341130_1609903420-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7716341130_1609903420-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7716341130_1609903420-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7716341130_1609903420-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7716341130_1609903420-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7716341130_1609903420.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7716341130_1609903420-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7716341130_1609903420-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7716341130_1609903420-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7716341130_1609903420-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-11-02T12:44:01.484226Z",
                "updated_at": "2021-11-02T12:44:01.484264Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3258,
                "name": "ZKM | Center for Art and Media Karlsruhe",
                "slug": "zkm-center-art-and-media-karlsruhe",
                "city": "Karlsruhe",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "49.001798,8.3831662",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2021-11-02T12:44:04.252650Z",
            "publish_time": null,
            "slug": "zkm-center-for-art-and-media-karlsruhe-zkm_gameplay-the-next-level-2018-09-29",
            "created_at": "2021-11-02T12:44:05.313118Z",
            "updated_at": "2021-11-02T12:44:06.012866Z",
            "summary": "zkm_gameplay. the next level is an Gallery Shows event starting on 29/09/2018, 00:00 and ending on 30/01/2022, 01:00. Event is in ZKM | Center for Art and Media Karlsruhe with address Lorenzstrasse 19.",
            "title": "zkm_gameplay. the next level",
            "content": null,
            "start_time": "2018-09-29T00:00:00.000000Z",
            "end_time": "2022-01-30T01: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": "Lorenzstrasse 19",
            "city": "Karlsruhe",
            "geolocation": "52.42378975,13.332948323205446",
            "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": 2249,
            "author": null,
            "price": null,
            "featured_image": {
                "id": 4015,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1519083764_1537714145-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1519083764_1537714145-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1519083764_1537714145-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1519083764_1537714145-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1519083764_1537714145-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1519083764_1537714145.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1519083764_1537714145-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1519083764_1537714145-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1519083764_1537714145-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1519083764_1537714145-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-26T14:39:22.063433Z",
                "updated_at": "2021-09-13T11:25:54.967303Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Lonnie Millsap and Jose Cabrera present: \"Human and Sumos\"",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 2753,
                "name": "Castelli Art Space Los Angeles",
                "slug": "castelli-art-space-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.038343,-118.3612",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2452,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Castelli-Art-Space-Los-Angeles3-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Castelli-Art-Space-Los-Angeles3-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Castelli-Art-Space-Los-Angeles3-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Castelli-Art-Space-Los-Angeles3-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Castelli-Art-Space-Los-Angeles3-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Castelli-Art-Space-Los-Angeles3-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Castelli-Art-Space-Los-Angeles3.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Castelli-Art-Space-Los-Angeles3-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-24T00:50:35.973826Z",
                    "updated_at": "2021-09-14T13:30:06.809454Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Castelli-Art-Space-Los-Angeles3",
                    "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": "",
            "publish_status": "published",
            "published_at": "2018-09-23T16:23:11.000000Z",
            "publish_time": null,
            "slug": "human-and-sumos",
            "created_at": "2018-09-23T16:23:11.000000Z",
            "updated_at": "2018-09-23T16:23:11.000000Z",
            "summary": "Lonnie Millsap and Jose Cabrera present: \"Human and Sumos\" is an Gallery Shows event starting on 29/09/2018, 18:00 and ending on 30/09/2018, 22:00. Event is in Castelli Art Space Los Angeles with address 5428 W Washington \r\nLos Angeles, CA 90016\r\nUSA.",
            "title": "Lonnie Millsap and Jose Cabrera present: \"Human and Sumos\"",
            "content": "A two day pop-up art show and book release event featuring works by Lonnie Millsap, Jose Cabrera, and the official release of Millsap's book, My Mother Was Human!<br />\r\n<br />\r\nCastelli Art Space September 29 & 30. 6PM to 10 PM<br />\r\n<br />\r\nLonnie Millsap, was mentored by post underground artist/cartoonist Gary Panter and has had cartoons purchased for publication by the New Yorker and was nominated for a 2018 Reuben Award. Jose Cabrera is a Los Angeles based artist whose art is influenced by Latino, African, Asian cultures, his love for comics, and his urban upbringing.<br />\r\n<br />\r\nCome join the artists on September 29th for the opening event..and a glass of wine.",
            "start_time": "2018-09-29T18:00:00.000000Z",
            "end_time": "2018-09-30T22: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": "5428 W Washington \r\nLos Angeles, CA 90016\r\nUSA",
            "city": null,
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 2219,
            "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": 712,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Elaine-De-Kooning-Bullfight-1961-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Elaine-De-Kooning-Bullfight-1961-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Elaine-De-Kooning-Bullfight-1961-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Elaine-De-Kooning-Bullfight-1961-Detail-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Elaine-De-Kooning-Bullfight-1961-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Elaine-De-Kooning-Bullfight-1961-Detail.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Elaine-De-Kooning-Bullfight-1961-Detail-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Elaine-De-Kooning-Bullfight-1961-Detail-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Elaine-De-Kooning-Bullfight-1961-Detail-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Elaine-De-Kooning-Bullfight-1961-Detail-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T04:44:43.761718Z",
                "updated_at": "2021-09-13T10:34:29.170427Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Elaine De Kooning - Bullfight, 1961 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1869,
                "name": "Los Angeles Modern Auctions (LAMA)",
                "slug": "lama-los-angeles",
                "city": "Van Nuys",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.1982385,-118.485184",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2179,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Lama_Sherman_Oaks-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Lama_Sherman_Oaks-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Lama_Sherman_Oaks-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Lama_Sherman_Oaks-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Lama_Sherman_Oaks-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Lama_Sherman_Oaks-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Lama_Sherman_Oaks.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Lama_Sherman_Oaks-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-22T14:48:05.996744Z",
                    "updated_at": "2021-09-14T13:24:07.182373Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Lama_Sherman_Oaks",
                    "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-09-14T00:16:11.000000Z",
            "publish_time": null,
            "slug": "lama-los-angeles-modern-art-design-auction-9-30-2018",
            "created_at": "2018-09-14T00:16:11.000000Z",
            "updated_at": "2020-07-16T08:13:13.066764Z",
            "summary": "Modern Art & Design Auction is an Auctions event starting on 30/09/2018, 12:00 and ending on 30/09/2018, 13:00. Event is in Los Angeles Modern Auctions (LAMA) with address 16145 Hart St, Van Nuys, United States.",
            "title": "Modern Art & Design Auction",
            "content": "",
            "start_time": "2018-09-30T12:00:00.000000Z",
            "end_time": "2018-09-30T13: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": "16145 Hart St, Van Nuys, United States",
            "city": "Los Angeles",
            "geolocation": "34.19761455102041,-118.48465132653061",
            "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": [
                1702,
                1987,
                60,
                1706,
                345,
                1700,
                731,
                1694,
                59,
                476,
                3807,
                73,
                471,
                1696,
                7,
                402,
                491,
                356,
                777,
                932,
                1221,
                6135,
                860,
                418,
                901,
                774,
                1985,
                247,
                2151,
                1998,
                122,
                467,
                3272,
                361,
                373,
                494,
                350,
                364,
                499,
                893,
                1760,
                1924,
                362,
                458,
                747,
                839,
                897,
                904,
                4902,
                347,
                427,
                3288,
                46,
                1236,
                2999,
                942,
                1160,
                1271,
                1995,
                2975,
                3260,
                3560,
                6912,
                7890,
                7891,
                10267,
                353,
                501,
                547,
                574,
                581,
                586,
                819,
                1213,
                1716,
                1951,
                2950,
                2955,
                3811,
                4718,
                5626,
                6559,
                9840,
                10043,
                11497,
                410,
                472,
                525,
                532,
                699,
                740,
                823,
                974,
                977,
                1021,
                1384,
                1712,
                1725,
                1783,
                1841,
                1893,
                1900,
                1915,
                1920,
                1979,
                2289,
                2439,
                2923,
                2925,
                2944,
                3021,
                3392,
                3397,
                3707,
                3708,
                3715,
                4181,
                4662,
                4726,
                4978,
                6205,
                6605,
                6851,
                7350,
                7378,
                7855,
                7862,
                7888,
                7893,
                9640,
                9908,
                10643,
                10732,
                11386,
                11392,
                11396,
                11397,
                11495,
                11503
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 2214,
            "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": 715,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Zao-Wou-Ki-Spirits-1956-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Zao-Wou-Ki-Spirits-1956-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Zao-Wou-Ki-Spirits-1956-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Zao-Wou-Ki-Spirits-1956-Detail-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Zao-Wou-Ki-Spirits-1956-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Zao-Wou-Ki-Spirits-1956-Detail.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Zao-Wou-Ki-Spirits-1956-Detail-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Zao-Wou-Ki-Spirits-1956-Detail-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Zao-Wou-Ki-Spirits-1956-Detail-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Zao-Wou-Ki-Spirits-1956-Detail-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T04:51:19.349379Z",
                "updated_at": "2021-09-13T10:34:30.727401Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Zao Wou-Ki - Spirits, 1956 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1670,
                "name": "Sotheby's Hong Kong",
                "slug": "sothebys-hong-kong",
                "city": "Hong Kong",
                "country": {
                    "code": "HK",
                    "name": "Hong Kong"
                },
                "geolocation": "22.2777138,114.16543509999997",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2174,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_hong_kong-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_hong_kong-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_hong_kong-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_hong_kong-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_hong_kong-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_hong_kong-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/sothebys_hong_kong.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_hong_kong-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-22T14:37:28.884147Z",
                    "updated_at": "2021-09-14T13:24:00.180641Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "sothebys_hong_kong",
                    "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": "HK",
            "publish_status": "published",
            "published_at": "2018-09-17T12:21:55.000000Z",
            "publish_time": null,
            "slug": "sothebys-hong-kong-modern-art-evening-sale-9-30-2018",
            "created_at": "2018-09-17T12:21:55.000000Z",
            "updated_at": "2018-09-17T12:21:55.000000Z",
            "summary": "Modern Art Evening Sale is an Auctions event starting on 30/09/2018, 17:00 and ending on 30/09/2018, 18:00. Event is in Sotheby's Hong Kong with address 5/F, One Pacific Place, 88 Queensway, Admiralty Hong Kong, Hong Kong.",
            "title": "Modern Art Evening Sale",
            "content": "",
            "start_time": "2018-09-30T17:00:00.000000Z",
            "end_time": "2018-09-30T18: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": "5/F, One Pacific Place, 88 Queensway, Admiralty Hong Kong, Hong Kong",
            "city": null,
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                1702,
                1707,
                1372,
                2030,
                788,
                1323,
                1336,
                1339,
                1369,
                1563,
                3158,
                3160,
                3161,
                3168,
                3176,
                3184,
                3185,
                3188,
                3761,
                3959,
                6125,
                7281,
                8155,
                8824,
                11173,
                11177
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 2215,
            "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": 716,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Yayoi-Kusama-Infinity-Flower-Petals-Triptych-1992-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Yayoi-Kusama-Infinity-Flower-Petals-Triptych-1992-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Yayoi-Kusama-Infinity-Flower-Petals-Triptych-1992-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Yayoi-Kusama-Infinity-Flower-Petals-Triptych-1992-Detail-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Yayoi-Kusama-Infinity-Flower-Petals-Triptych-1992-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Yayoi-Kusama-Infinity-Flower-Petals-Triptych-1992-Detail.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Yayoi-Kusama-Infinity-Flower-Petals-Triptych-1992-Detail-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Yayoi-Kusama-Infinity-Flower-Petals-Triptych-1992-Detail-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Yayoi-Kusama-Infinity-Flower-Petals-Triptych-1992-Detail-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Yayoi-Kusama-Infinity-Flower-Petals-Triptych-1992-Detail-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-03-24T04:51:59.657468Z",
                "updated_at": "2021-09-13T10:34:31.216501Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Yayoi Kusama - Infinity Flower Petals (Triptych), 1992 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1670,
                "name": "Sotheby's Hong Kong",
                "slug": "sothebys-hong-kong",
                "city": "Hong Kong",
                "country": {
                    "code": "HK",
                    "name": "Hong Kong"
                },
                "geolocation": "22.2777138,114.16543509999997",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2174,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_hong_kong-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_hong_kong-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_hong_kong-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_hong_kong-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_hong_kong-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_hong_kong-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/sothebys_hong_kong.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_hong_kong-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-22T14:37:28.884147Z",
                    "updated_at": "2021-09-14T13:24:00.180641Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "sothebys_hong_kong",
                    "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": "HK",
            "publish_status": "published",
            "published_at": "2018-09-17T13:14:21.000000Z",
            "publish_time": null,
            "slug": "sothebys-hong-kong-contemporary-art-evening-sale-9-30-2018",
            "created_at": "2018-09-17T13:14:21.000000Z",
            "updated_at": "2018-09-17T13:14:21.000000Z",
            "summary": "Contemporary Art Evening Sale is an Auctions event starting on 30/09/2018, 19:00 and ending on 30/09/2018, 20:00. Event is in Sotheby's Hong Kong with address 5/F, One Pacific Place, 88 Queensway, Admiralty Hong Kong, Hong Kong.",
            "title": "Contemporary Art Evening Sale",
            "content": "",
            "start_time": "2018-09-30T19:00:00.000000Z",
            "end_time": "2018-09-30T20: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": "5/F, One Pacific Place, 88 Queensway, Admiralty Hong Kong, Hong Kong",
            "city": null,
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                58,
                7,
                418,
                349,
                539,
                364,
                499,
                2388,
                46,
                132,
                505,
                507,
                501,
                676,
                786,
                495,
                512,
                521,
                585,
                596,
                743,
                1314,
                3142,
                3159,
                3171,
                3175,
                3967,
                3968,
                4433,
                5302,
                7471,
                7689
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        }
    ]
}