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

{
    "count": 37589,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=990&ordering=end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=954&ordering=end_time",
    "results": [
        {
            "id": 1002,
            "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": 123,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Maurizio-Cattelan-Him-Detail-2001-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Maurizio-Cattelan-Him-Detail-2001-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Maurizio-Cattelan-Him-Detail-2001.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Maurizio-Cattelan-Him-Detail-2001-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Maurizio-Cattelan-Him-Detail-2001-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Maurizio-Cattelan-Him-Detail-2001-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Maurizio-Cattelan-Him-Detail-2001-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Maurizio-Cattelan-Him-Detail-2001-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Maurizio-Cattelan-Him-Detail-2001-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Maurizio-Cattelan-Him-Detail-2001-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-22T21:37:38.975363Z",
                "updated_at": "2021-09-13T10:28:31.758211Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Maurizio Cattelan - Him (Detail), 2001",
                "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": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/christie_new_york.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:34:33.797728Z",
                    "updated_at": "2021-09-14T13:23:30.387640Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "christie_new_york",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "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": "2016-05-10T19:01:25.000000Z",
            "publish_time": null,
            "slug": "christies-bound-to-fail-5-8-2016",
            "created_at": "2016-05-10T19:01:25.000000Z",
            "updated_at": "2020-07-16T08:02:38.105549Z",
            "summary": "Bound to Fail is an Auctions event starting on 08/05/2016, 14:00 and ending on 08/05/2016, 16:00. Event is in Christie's New York with address 20 Rockefeller Plaza, New York, NY 10020, USA.",
            "title": "Bound to Fail",
            "content": "",
            "start_time": "2016-05-08T14:00:00.000000Z",
            "end_time": "2016-05-08T16: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": [
                345,
                59,
                870,
                2956,
                317,
                638,
                347,
                475,
                395,
                509,
                3116,
                358,
                464,
                574,
                581,
                587,
                2267,
                3246,
                394,
                410,
                472,
                479,
                483,
                532,
                647,
                1359,
                2222,
                2227,
                3620,
                3692,
                3737,
                4598
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 960,
            "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": 115,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Bradford-Building-The-Big-White-Whale-Detail-2012-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Bradford-Building-The-Big-White-Whale-Detail-2012-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Mark-Bradford-Building-The-Big-White-Whale-Detail-2012.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Bradford-Building-The-Big-White-Whale-Detail-2012-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Bradford-Building-The-Big-White-Whale-Detail-2012-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Bradford-Building-The-Big-White-Whale-Detail-2012-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Bradford-Building-The-Big-White-Whale-Detail-2012-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Bradford-Building-The-Big-White-Whale-Detail-2012-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Bradford-Building-The-Big-White-Whale-Detail-2012-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Bradford-Building-The-Big-White-Whale-Detail-2012-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-22T20:46:00.963690Z",
                "updated_at": "2021-09-13T10:28:31.662174Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Mark Bradford - Building The Big White Whale (Detail), 2012",
                "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": {
                        "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_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/phillips_new_york.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-thumbnail_webp-9999x9999.webp"
                    },
                    "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": "2016-04-26T00:34:49.000000Z",
            "publish_time": null,
            "slug": "phillips-20th-century-contemporary-art-evening-sale-5-8-2016",
            "created_at": "2016-04-26T00:34:49.000000Z",
            "updated_at": "2020-07-16T08:02:16.742435Z",
            "summary": "20th Century & Contemporary Art Evening Sale is an Auctions event starting on 08/05/2016, 19:00 and ending on 08/05/2016, 21:00. Event is in Phillips New York with address 450 Park Ave, New York, NY 10022, USA.",
            "title": "20th Century & Contemporary Art Evening Sale",
            "content": "",
            "start_time": "2016-05-08T19:00:00.000000Z",
            "end_time": "2016-05-08T21: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": [
                58,
                59,
                402,
                470,
                373,
                364,
                1333,
                347,
                475,
                46,
                395,
                736,
                464,
                547,
                574,
                587,
                592,
                382,
                485,
                516,
                523,
                525,
                549,
                593,
                761,
                1174,
                1366,
                2017,
                3080,
                3470,
                3742,
                4546
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 792,
            "author": {
                "id": "f56c0111-3ee1-40c2-84b4-88f2f6bdd35e",
                "username": "Mirko",
                "slug": "mirko",
                "first_name": "Mirko",
                "last_name": "Nikolic",
                "display_name": "Mirko Nikolic",
                "display_name_full": "Mirko Nikolic",
                "email": "mirko.nikolic81@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 1935,
                "name": "Seattle Art Museum",
                "slug": "seattle-art-museum",
                "city": "Seattle",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "47.6073345,-122.33797850000002",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2079,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Seattle-art-museum-Courtesy-of-seattleartmuseum.org_-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Seattle-art-museum-Courtesy-of-seattleartmuseum.org_-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Seattle-art-museum-Courtesy-of-seattleartmuseum.org_-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Seattle-art-museum-Courtesy-of-seattleartmuseum.org_.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Seattle-art-museum-Courtesy-of-seattleartmuseum.org_-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Seattle-art-museum-Courtesy-of-seattleartmuseum.org_-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Seattle-art-museum-Courtesy-of-seattleartmuseum.org_-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Seattle-art-museum-Courtesy-of-seattleartmuseum.org_-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-19T10:48:19.598032Z",
                    "updated_at": "2021-09-14T13:21:57.820142Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Seattle Art Museum Exterior",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2016-02-03T11:10:58.000000Z",
            "publish_time": null,
            "slug": "kehinde-wiley-a-new-republic-2",
            "created_at": "2016-02-03T11:10:58.000000Z",
            "updated_at": "2020-07-16T08:00:51.439279Z",
            "summary": "A New Republic is an Museum Exhibitions event starting on 11/02/2016, 00:00 and ending on 09/05/2016, 00:00. Event is in Seattle Art Museum with address 1300 1st Ave, Seattle, WA 98101, USA.",
            "title": "A New Republic",
            "content": "",
            "start_time": "2016-02-11T00:00:00.000000Z",
            "end_time": "2016-05-09T00: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": "1300 1st Ave, Seattle, WA 98101, USA",
            "city": "Seattle",
            "geolocation": "47.6077008,-122.3385575",
            "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://www.seattleartmuseum.org/",
            "phone": "206 654 3100",
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                149
            ],
            "artworks": [],
            "magazines": [
                5022
            ],
            "additional_images": []
        },
        {
            "id": 956,
            "author": {
                "id": "f56c0111-3ee1-40c2-84b4-88f2f6bdd35e",
                "username": "Mirko",
                "slug": "mirko",
                "first_name": "Mirko",
                "last_name": "Nikolic",
                "display_name": "Mirko Nikolic",
                "display_name_full": "Mirko Nikolic",
                "email": "mirko.nikolic81@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 3039,
                "name": "Randall's Island",
                "slug": "randalls-island",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.795813,-73.922517",
                "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": "2016-04-17T20:49:32.000000Z",
            "publish_time": null,
            "slug": "frieze-art-fair-new-york-2016",
            "created_at": "2016-04-17T20:49:32.000000Z",
            "updated_at": "2016-04-17T20:49:32.000000Z",
            "summary": "Frieze Art Fair New York 2016 is an Art Fairs event starting on 05/05/2016, 00:00 and ending on 09/05/2016, 00:00. Event is in Randall's Island with address Randall's Park, New York City, United States.",
            "title": "Frieze Art Fair New York 2016",
            "content": "",
            "start_time": "2016-05-05T00:00:00.000000Z",
            "end_time": "2016-05-09T00: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": "Randall's Park, New York City, United States",
            "city": "New York",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": "infonyc@frieze.com ",
            "external_url": "http://frieze.com/",
            "phone": "+1 212 463 7488",
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                5634
            ],
            "additional_images": []
        },
        {
            "id": 968,
            "author": {
                "id": "24000878-b4ed-49f1-8885-718436dd41ec",
                "username": "Ivan2",
                "slug": "ivan2",
                "first_name": "Ivan",
                "last_name": "Ivanovic",
                "display_name": "Ivan Ivanovic",
                "display_name_full": "Ivan Ivanovic",
                "email": "ivan87ivanovic@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2798,
                "name": "Pioneer Works",
                "slug": "pioneer-works",
                "city": "Brooklyn, New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.6792484,-74.01215560000003",
                "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": "2016-04-26T11:07:39.000000Z",
            "publish_time": null,
            "slug": "154-contemporary-african-art-fair-2016-new-york",
            "created_at": "2016-04-26T11:07:39.000000Z",
            "updated_at": "2016-04-26T11:07:39.000000Z",
            "summary": "1-54 Contemporary African Art Fair New York 2016 is an Art Fairs event starting on 06/05/2016, 00:00 and ending on 09/05/2016, 00:00. Event is in Pioneer Works with address 159 Pioneer St, Brooklyn, NY 11231, USA, Brooklyn, New York, United States.",
            "title": "1-54 Contemporary African Art Fair New York 2016",
            "content": "",
            "start_time": "2016-05-06T00:00:00.000000Z",
            "end_time": "2016-05-09T00: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": "159 Pioneer St, Brooklyn, NY 11231, USA, Brooklyn, New York, United States",
            "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@1-54.com",
            "external_url": "http://1-54.com/new-york/",
            "phone": "+44 207 373 3308",
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                5719
            ],
            "additional_images": []
        },
        {
            "id": 971,
            "author": {
                "id": "f56c0111-3ee1-40c2-84b4-88f2f6bdd35e",
                "username": "Mirko",
                "slug": "mirko",
                "first_name": "Mirko",
                "last_name": "Nikolic",
                "display_name": "Mirko Nikolic",
                "display_name_full": "Mirko Nikolic",
                "email": "mirko.nikolic81@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 3024,
                "name": "Pier 36 New York",
                "slug": "pier-36-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.70968,-73.9861293",
                "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": "2016-04-27T10:53:34.000000Z",
            "publish_time": null,
            "slug": "nada-new-york-2016",
            "created_at": "2016-04-27T10:53:34.000000Z",
            "updated_at": "2020-07-16T08:02:22.141143Z",
            "summary": "NADA New York 2016 is an Art Fairs event starting on 05/05/2016, 00:00 and ending on 09/05/2016, 00:00. Event is in Pier 36 New York with address 299 South St, New York City, United States.",
            "title": "NADA New York 2016",
            "content": "",
            "start_time": "2016-05-05T00:00:00.000000Z",
            "end_time": "2016-05-09T00: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": "299 South St, New York City, United States",
            "city": "Manhattan Community Board 3",
            "geolocation": "40.71010125,-73.98617532981376",
            "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@newartdealers.org",
            "external_url": "http://www.newartdealers.org/Fairs/2016/NewYork",
            "phone": "212 594 0883",
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                5710
            ],
            "additional_images": []
        },
        {
            "id": 961,
            "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": 116,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/RIchard-Prince-Untitled-Almost-OriginalDetail-2006-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/RIchard-Prince-Untitled-Almost-OriginalDetail-2006-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/RIchard-Prince-Untitled-Almost-OriginalDetail-2006.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/RIchard-Prince-Untitled-Almost-OriginalDetail-2006-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/RIchard-Prince-Untitled-Almost-OriginalDetail-2006-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/RIchard-Prince-Untitled-Almost-OriginalDetail-2006-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/RIchard-Prince-Untitled-Almost-OriginalDetail-2006-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/RIchard-Prince-Untitled-Almost-OriginalDetail-2006-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/RIchard-Prince-Untitled-Almost-OriginalDetail-2006-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/RIchard-Prince-Untitled-Almost-OriginalDetail-2006-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-22T20:50:36.478160Z",
                "updated_at": "2021-09-13T10:28:31.673869Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "RIchard Prince - Untitled (Almost Original)(Detail), 2006",
                "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": {
                        "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_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/phillips_new_york.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-thumbnail_webp-9999x9999.webp"
                    },
                    "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": "2016-04-27T04:03:50.000000Z",
            "publish_time": null,
            "slug": "phillips-20th-century-contemporary-art-day-sale-5-10-2016",
            "created_at": "2016-04-27T04:03:50.000000Z",
            "updated_at": "2020-07-16T08:02:17.240420Z",
            "summary": "20th Century & Contemporary Art Day Sale is an Auctions event starting on 10/05/2016, 11:00 and ending on 10/05/2016, 16:00. Event is in Phillips New York with address 450 Park Ave, New York, NY 10022, USA.",
            "title": "20th Century & Contemporary Art Day Sale",
            "content": "",
            "start_time": "2016-05-10T11:00:00.000000Z",
            "end_time": "2016-05-10T16: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,
                780,
                345,
                58,
                1694,
                2963,
                57,
                356,
                777,
                912,
                2403,
                880,
                51,
                317,
                418,
                570,
                1967,
                373,
                964,
                1340,
                350,
                428,
                751,
                364,
                499,
                839,
                1333,
                1803,
                2388,
                3010,
                3743,
                5719,
                2312,
                2429,
                347,
                1220,
                1883,
                544,
                785,
                2149,
                46,
                754,
                1330,
                2084,
                2383,
                2999,
                660,
                736,
                864,
                929,
                1808,
                2972,
                3123,
                3403,
                235,
                358,
                464,
                547,
                574,
                587,
                806,
                833,
                1358,
                1374,
                1418,
                1732,
                1787,
                1876,
                2341,
                2610,
                2680,
                3141,
                3324,
                236,
                393,
                472,
                480,
                483,
                496,
                510,
                516,
                520,
                545,
                549,
                571,
                578,
                597,
                678,
                740,
                749,
                750,
                759,
                809,
                879,
                910,
                939,
                963,
                1180,
                1357,
                1478,
                1688,
                1834,
                1888,
                1904,
                1952,
                2006,
                2234,
                2242,
                2256,
                2258,
                2272,
                2297,
                2310,
                2336,
                2376,
                2399,
                2930,
                2946,
                2965,
                2970,
                2993,
                3002,
                3029,
                3077,
                3133,
                3142,
                3195,
                3306,
                3308,
                3325,
                3609,
                3683,
                3719,
                3744,
                3747,
                3749,
                3751,
                3846,
                3867,
                4092,
                4145,
                4450,
                4538,
                4664,
                4671,
                4689,
                5373,
                5720,
                5721,
                5727,
                5729
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 970,
            "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": 118,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Rothko-No.17-Detail-1957-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Rothko-No.17-Detail-1957-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Mark-Rothko-No.17-Detail-1957.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Rothko-No.17-Detail-1957-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Rothko-No.17-Detail-1957-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Rothko-No.17-Detail-1957-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Rothko-No.17-Detail-1957-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Rothko-No.17-Detail-1957-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Rothko-No.17-Detail-1957-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Rothko-No.17-Detail-1957-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-22T21:00:26.636379Z",
                "updated_at": "2021-09-13T10:28:31.697154Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Mark Rothko - No.17 (Detail), 1957",
                "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": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/christie_new_york.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:34:33.797728Z",
                    "updated_at": "2021-09-14T13:23:30.387640Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "christie_new_york",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "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": "2016-04-28T19:23:23.000000Z",
            "publish_time": null,
            "slug": "christies-post-war-and-contemporary-art-evening-sale-5-10-2016",
            "created_at": "2016-04-28T19:23:23.000000Z",
            "updated_at": "2020-07-16T08:02:21.559922Z",
            "summary": "Post-War and Contemporary Art Evening Sale is an Auctions event starting on 10/05/2016, 19:00 and ending on 10/05/2016, 22:00. Event is in Christie's New York with address 20 Rockefeller Plaza, New York, NY 10020, USA.",
            "title": "Post-War and Contemporary Art Evening Sale",
            "content": "",
            "start_time": "2016-05-10T19:00:00.000000Z",
            "end_time": "2016-05-10T22: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": [
                345,
                1694,
                59,
                402,
                860,
                317,
                247,
                349,
                373,
                350,
                362,
                1333,
                475,
                46,
                395,
                757,
                433,
                464,
                587,
                786,
                792,
                1335,
                382,
                410,
                432,
                435,
                479,
                526,
                643,
                750,
                1324,
                1426,
                4598,
                5730
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 943,
            "author": {
                "id": "24000878-b4ed-49f1-8885-718436dd41ec",
                "username": "Ivan2",
                "slug": "ivan2",
                "first_name": "Ivan",
                "last_name": "Ivanovic",
                "display_name": "Ivan Ivanovic",
                "display_name_full": "Ivan Ivanovic",
                "email": "ivan87ivanovic@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2679,
                "name": "CENTRE ARTASIA PARIS",
                "slug": "centre-artasia-paris",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8576973,2.3459225000000288",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2463,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/CENTRE-ARTASIA-PARIS-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/CENTRE-ARTASIA-PARIS-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/CENTRE-ARTASIA-PARIS-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/CENTRE-ARTASIA-PARIS.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/CENTRE-ARTASIA-PARIS-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/CENTRE-ARTASIA-PARIS-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/CENTRE-ARTASIA-PARIS-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/CENTRE-ARTASIA-PARIS-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-24T00:52:34.412944Z",
                    "updated_at": "2021-09-14T13:30:18.983912Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "CENTRE ARTASIA PARIS",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "FR",
            "publish_status": "published",
            "published_at": "2016-04-12T11:29:48.000000Z",
            "publish_time": null,
            "slug": "erase-and-restart-group-exhibition",
            "created_at": "2016-04-12T11:29:48.000000Z",
            "updated_at": "2020-07-16T08:02:07.966946Z",
            "summary": "Group Exhibition is an Gallery Shows event starting on 14/04/2016, 00:00 and ending on 11/05/2016, 00:00. Event is in CENTRE ARTASIA PARIS with address 2 Quai de la Mégisserie, 75001 Paris, France.",
            "title": "Group Exhibition",
            "content": "",
            "start_time": "2016-04-14T00:00:00.000000Z",
            "end_time": "2016-05-11T00: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": "2 Quai de la Mégisserie, 75001 Paris, France",
            "city": "Paris",
            "geolocation": "48.8575259,2.3464766",
            "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@artasia.paris",
            "external_url": "http://www.artasia.paris/",
            "phone": "00 33 (0)9 52 48 17 68",
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                5614
            ],
            "additional_images": []
        },
        {
            "id": 980,
            "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": 119,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tom-Wesselmann-Great-American-Nude-60-Detail-1965-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tom-Wesselmann-Great-American-Nude-60-Detail-1965-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Tom-Wesselmann-Great-American-Nude-60-Detail-1965.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tom-Wesselmann-Great-American-Nude-60-Detail-1965-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tom-Wesselmann-Great-American-Nude-60-Detail-1965-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tom-Wesselmann-Great-American-Nude-60-Detail-1965-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tom-Wesselmann-Great-American-Nude-60-Detail-1965-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tom-Wesselmann-Great-American-Nude-60-Detail-1965-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tom-Wesselmann-Great-American-Nude-60-Detail-1965-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tom-Wesselmann-Great-American-Nude-60-Detail-1965-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-22T21:08:49.351723Z",
                "updated_at": "2021-09-13T10:28:31.709741Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Tom Wesselmann - Great American Nude #60 (Detail), 1965",
                "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": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/christie_new_york.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:34:33.797728Z",
                    "updated_at": "2021-09-14T13:23:30.387640Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "christie_new_york",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "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": "2016-05-02T15:52:35.000000Z",
            "publish_time": null,
            "slug": "christies-post-war-and-contemporary-art-morning-session-5-11-2016",
            "created_at": "2016-05-02T15:52:35.000000Z",
            "updated_at": "2020-07-16T08:02:26.569743Z",
            "summary": "Post-War and Contemporary Art Morning Session is an Auctions event starting on 11/05/2016, 09:00 and ending on 11/05/2016, 15:00. Event is in Christie's New York with address 20 Rockefeller Plaza, New York, NY 10020, USA.",
            "title": "Post-War and Contemporary Art Morning Session",
            "content": "",
            "start_time": "2016-05-11T09:00:00.000000Z",
            "end_time": "2016-05-11T15: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": [
                345,
                1700,
                731,
                1694,
                476,
                402,
                2380,
                356,
                1704,
                912,
                790,
                1221,
                1831,
                2921,
                880,
                860,
                2905,
                467,
                1967,
                349,
                1710,
                1340,
                350,
                428,
                364,
                893,
                1216,
                1760,
                1924,
                3082,
                362,
                458,
                904,
                1233,
                1333,
                1736,
                1803,
                1835,
                2312,
                1220,
                1703,
                1718,
                1839,
                1883,
                427,
                469,
                477,
                913,
                1330,
                2456,
                2999,
                757,
                805,
                1808,
                2957,
                2975,
                2996,
                3607,
                433,
                786,
                792,
                885,
                1358,
                1876,
                1955,
                2255,
                2950,
                3282,
                5479,
                5760,
                382,
                432,
                435,
                678,
                750,
                807,
                890,
                1341,
                1357,
                1384,
                1722,
                1742,
                1753,
                1786,
                1893,
                1915,
                2450,
                2459,
                2919,
                2936,
                2946,
                2968,
                3029,
                3040,
                3137,
                3308,
                3327,
                3588,
                3604,
                3707,
                4731,
                5759,
                5761,
                5762,
                5763,
                5764
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 987,
            "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": 120,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Tansey-View-from-Mt.-Hermeneut-Detail1991-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Tansey-View-from-Mt.-Hermeneut-Detail1991-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Mark-Tansey-View-from-Mt.-Hermeneut-Detail1991.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Tansey-View-from-Mt.-Hermeneut-Detail1991-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Tansey-View-from-Mt.-Hermeneut-Detail1991-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Tansey-View-from-Mt.-Hermeneut-Detail1991-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Tansey-View-from-Mt.-Hermeneut-Detail1991-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Tansey-View-from-Mt.-Hermeneut-Detail1991-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Tansey-View-from-Mt.-Hermeneut-Detail1991-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Tansey-View-from-Mt.-Hermeneut-Detail1991-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-22T21:20:10.573693Z",
                "updated_at": "2021-09-13T10:28:31.721961Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Mark Tansey - View from Mt. Hermeneut (Detail),1991",
                "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": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/christie_new_york.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/christie_new_york-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:34:33.797728Z",
                    "updated_at": "2021-09-14T13:23:30.387640Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "christie_new_york",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "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": "2016-05-05T17:20:40.000000Z",
            "publish_time": null,
            "slug": "christies-post-war-and-contemporary-art-afternoon-session-5-11-2016",
            "created_at": "2016-05-05T17:20:40.000000Z",
            "updated_at": "2020-07-16T08:02:30.172196Z",
            "summary": "Post-War and Contemporary Art Afternoon Session is an Auctions event starting on 11/05/2016, 14:00 and ending on 11/05/2016, 17:00. Event is in Christie's New York with address 20 Rockefeller Plaza, New York, NY 10020, USA.",
            "title": "Post-War and Contemporary Art Afternoon Session",
            "content": "",
            "start_time": "2016-05-11T14:00:00.000000Z",
            "end_time": "2016-05-11T17: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,
                345,
                58,
                59,
                891,
                73,
                317,
                901,
                470,
                570,
                115,
                373,
                494,
                573,
                580,
                371,
                558,
                839,
                2388,
                3010,
                445,
                347,
                857,
                5784,
                427,
                475,
                544,
                132,
                395,
                408,
                477,
                844,
                965,
                505,
                507,
                509,
                864,
                934,
                942,
                1969,
                3123,
                3330,
                291,
                353,
                464,
                487,
                533,
                547,
                587,
                592,
                781,
                792,
                806,
                1213,
                1255,
                1335,
                1374,
                1383,
                1418,
                1623,
                1810,
                2267,
                2341,
                2680,
                3078,
                3104,
                318,
                382,
                393,
                430,
                472,
                485,
                520,
                523,
                525,
                526,
                537,
                549,
                571,
                578,
                743,
                759,
                797,
                807,
                809,
                828,
                936,
                939,
                1042,
                1098,
                1376,
                1426,
                1797,
                1827,
                1847,
                1849,
                1873,
                2006,
                2017,
                2147,
                2153,
                2243,
                2275,
                2287,
                2325,
                2333,
                2399,
                2508,
                2692,
                2913,
                2981,
                3130,
                3149,
                3304,
                3321,
                3397,
                3615,
                3696,
                3720,
                4110,
                4124,
                4615,
                4661,
                5052,
                5776,
                5782
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 973,
            "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": 117,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Rudolf-Stingel-Unititled-Detail-2007-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Rudolf-Stingel-Unititled-Detail-2007-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Rudolf-Stingel-Unititled-Detail-2007.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Rudolf-Stingel-Unititled-Detail-2007-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Rudolf-Stingel-Unititled-Detail-2007-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Rudolf-Stingel-Unititled-Detail-2007-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Rudolf-Stingel-Unititled-Detail-2007-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Rudolf-Stingel-Unititled-Detail-2007-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Rudolf-Stingel-Unititled-Detail-2007-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Rudolf-Stingel-Unititled-Detail-2007-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-22T20:59:51.988677Z",
                "updated_at": "2021-09-13T10:28:31.685707Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Rudolf Stingel - Unititled (Detail), 2007",
                "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": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Sothebys_loc_day.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T12:47:24.809521Z",
                    "updated_at": "2021-09-14T13:23:14.092218Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Sothebys_loc_day",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "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": "2016-04-28T17:21:37.000000Z",
            "publish_time": null,
            "slug": "sothebys-contemporary-art-evening-auction-5112016",
            "created_at": "2016-04-28T17:21:37.000000Z",
            "updated_at": "2020-07-16T08:02:23.073419Z",
            "summary": "Contemporary Art Evening Auction is an Auctions event starting on 11/05/2016, 19:00 and ending on 11/05/2016, 22:00. Event is in Sotheby's New York with address 1334 York Ave, New York, NY 10021, USA.",
            "title": "Contemporary Art Evening Auction",
            "content": "",
            "start_time": "2016-05-11T19:00:00.000000Z",
            "end_time": "2016-05-11T22: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,
                1694,
                491,
                356,
                860,
                470,
                349,
                361,
                1340,
                350,
                499,
                362,
                1333,
                46,
                395,
                507,
                805,
                3123,
                433,
                786,
                810,
                1358,
                435,
                516,
                523,
                526,
                593,
                750,
                776,
                1327,
                1767,
                1871,
                4598
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 988,
            "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": 122,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Jean-Dubuffet-Scene-Episodique-A-Deux-Protagonistes-Detail-1974-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Jean-Dubuffet-Scene-Episodique-A-Deux-Protagonistes-Detail-1974-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Jean-Dubuffet-Scene-Episodique-A-Deux-Protagonistes-Detail-1974.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Jean-Dubuffet-Scene-Episodique-A-Deux-Protagonistes-Detail-1974-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Jean-Dubuffet-Scene-Episodique-A-Deux-Protagonistes-Detail-1974-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Jean-Dubuffet-Scene-Episodique-A-Deux-Protagonistes-Detail-1974-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Jean-Dubuffet-Scene-Episodique-A-Deux-Protagonistes-Detail-1974-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Jean-Dubuffet-Scene-Episodique-A-Deux-Protagonistes-Detail-1974-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Jean-Dubuffet-Scene-Episodique-A-Deux-Protagonistes-Detail-1974-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Jean-Dubuffet-Scene-Episodique-A-Deux-Protagonistes-Detail-1974-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-22T21:24:12.471965Z",
                "updated_at": "2021-09-13T10:28:31.745830Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Jean Dubuffet - Scene Episodique A Deux Protagonistes (Detail), 1974",
                "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": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Sothebys_loc_day.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Sothebys_loc_day-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T12:47:24.809521Z",
                    "updated_at": "2021-09-14T13:23:14.092218Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Sothebys_loc_day",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "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": "2016-05-07T07:39:45.000000Z",
            "publish_time": null,
            "slug": "sothebys-contemporary-art-day-auction-5-12-2016",
            "created_at": "2016-05-07T07:39:45.000000Z",
            "updated_at": "2020-07-16T08:02:30.690473Z",
            "summary": "Contemporary Art Day Auction is an Auctions event starting on 12/05/2016, 10:00 and ending on 12/05/2016, 16:00. Event is in Sotheby's New York with address 1334 York Ave, New York, NY 10021, USA.",
            "title": "Contemporary Art Day Auction",
            "content": "",
            "start_time": "2016-05-12T10:00:00.000000Z",
            "end_time": "2016-05-12T16: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,
                1700,
                1694,
                59,
                476,
                73,
                870,
                7,
                402,
                1717,
                356,
                912,
                932,
                51,
                860,
                317,
                418,
                901,
                247,
                470,
                467,
                570,
                373,
                1340,
                350,
                428,
                793,
                364,
                580,
                893,
                458,
                839,
                904,
                1333,
                1715,
                2388,
                347,
                857,
                1703,
                1718,
                427,
                475,
                544,
                3008,
                46,
                132,
                395,
                469,
                913,
                1290,
                2809,
                2999,
                505,
                509,
                563,
                660,
                757,
                805,
                864,
                929,
                942,
                1160,
                3123,
                316,
                353,
                358,
                464,
                533,
                547,
                581,
                586,
                587,
                676,
                742,
                786,
                792,
                806,
                819,
                833,
                989,
                1374,
                1383,
                1623,
                290,
                318,
                370,
                382,
                393,
                410,
                430,
                432,
                472,
                485,
                510,
                523,
                526,
                532,
                536,
                549,
                571,
                578,
                730,
                879,
                910,
                938,
                939,
                954,
                957,
                974,
                1101,
                1314,
                1357,
                1359,
                1724,
                1742,
                1767,
                1887,
                1941,
                2220,
                2228,
                2240,
                2259,
                2268,
                2275,
                2287,
                2325,
                2336,
                2376,
                2413,
                2912,
                2930,
                2934,
                2991,
                3026,
                3077,
                3171,
                3304,
                3681,
                3701,
                3708,
                3712,
                3722,
                4092,
                4450,
                4534,
                4610,
                5778,
                5781
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 991,
            "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": 121,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Wayne-Thiebaud-Two-Hamburgers-Detail-2000-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Wayne-Thiebaud-Two-Hamburgers-Detail-2000-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Wayne-Thiebaud-Two-Hamburgers-Detail-2000.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Wayne-Thiebaud-Two-Hamburgers-Detail-2000-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Wayne-Thiebaud-Two-Hamburgers-Detail-2000-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Wayne-Thiebaud-Two-Hamburgers-Detail-2000-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Wayne-Thiebaud-Two-Hamburgers-Detail-2000-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Wayne-Thiebaud-Two-Hamburgers-Detail-2000-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Wayne-Thiebaud-Two-Hamburgers-Detail-2000-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Wayne-Thiebaud-Two-Hamburgers-Detail-2000-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-22T21:21:55.185783Z",
                "updated_at": "2021-09-13T10:28:31.734168Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Wayne Thiebaud - Two Hamburgers (Detail), 2000",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1652,
                "name": "Bonhams New York",
                "slug": "bonhams-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.762106,-73.97305289999997",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2162,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/bonhams_new_york.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bonhams_new_york-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:35:30.840069Z",
                    "updated_at": "2021-09-14T13:23:44.789709Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "bonhams_new_york",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "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": "2016-05-05T21:47:42.000000Z",
            "publish_time": null,
            "slug": "bonhams-post-war-and-contemporary-art-5-12-2016",
            "created_at": "2016-05-05T21:47:42.000000Z",
            "updated_at": "2020-07-16T08:02:32.408170Z",
            "summary": "Post-War and Contemporary Art is an Auctions event starting on 12/05/2016, 16:00 and ending on 12/05/2016, 19:00. Event is in Bonhams New York with address 580 Madison Ave, New York, NY 10022, USA.",
            "title": "Post-War and Contemporary Art",
            "content": "",
            "start_time": "2016-05-12T16:00:00.000000Z",
            "end_time": "2016-05-12T19: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": "580 Madison Ave, New York, NY 10022, USA",
            "city": "Manhattan Community Board 5",
            "geolocation": "40.7620354,-73.9727477",
            "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": [
                780,
                345,
                1694,
                1717,
                1704,
                1831,
                1967,
                349,
                843,
                372,
                793,
                1737,
                1333,
                950,
                1835,
                427,
                469,
                478,
                2996,
                3123,
                527,
                574,
                944,
                2985,
                600,
                828,
                939,
                1786,
                2378,
                2946,
                3617
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 882,
            "author": {
                "id": "24000878-b4ed-49f1-8885-718436dd41ec",
                "username": "Ivan2",
                "slug": "ivan2",
                "first_name": "Ivan",
                "last_name": "Ivanovic",
                "display_name": "Ivan Ivanovic",
                "display_name_full": "Ivan Ivanovic",
                "email": "ivan87ivanovic@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2218,
                "name": "Contemporary By Angela Li",
                "slug": "contemporary-by-angela-li",
                "city": "Hong Kong",
                "country": {
                    "code": "CN",
                    "name": "China"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "HK",
            "publish_status": "published",
            "published_at": "2016-03-11T11:41:09.000000Z",
            "publish_time": null,
            "slug": "liang-manqi-imaginary-practices",
            "created_at": "2016-03-11T11:41:09.000000Z",
            "updated_at": "2016-03-11T11:41:09.000000Z",
            "summary": "Imaginary Practices is an Gallery Shows event starting on 18/03/2016, 00:00 and ending on 14/05/2016, 00:00. Event is in Contemporary By Angela Li with address 248 Hollywood Rd, Tai Ping Shan, Hong Kong.",
            "title": "Imaginary Practices",
            "content": "",
            "start_time": "2016-03-18T00:00:00.000000Z",
            "end_time": "2016-05-14T00: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": "248 Hollywood Rd, Tai Ping Shan, 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": "info@cbal.com.hk",
            "external_url": "http://www.cbal.com.hk/",
            "phone": "+852 3571 8200",
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                5222
            ],
            "additional_images": []
        },
        {
            "id": 884,
            "author": {
                "id": "24000878-b4ed-49f1-8885-718436dd41ec",
                "username": "Ivan2",
                "slug": "ivan2",
                "first_name": "Ivan",
                "last_name": "Ivanovic",
                "display_name": "Ivan Ivanovic",
                "display_name_full": "Ivan Ivanovic",
                "email": "ivan87ivanovic@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 1949,
                "name": "Die Kunstagentin",
                "slug": "die-kunstagentin",
                "city": "Cologne",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "50.9384836,6.936554699999988",
                "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": "2016-03-13T10:03:05.000000Z",
            "publish_time": null,
            "slug": "agostino-iacurci-long-story-short",
            "created_at": "2016-03-13T10:03:05.000000Z",
            "updated_at": "2020-07-16T08:01:37.898747Z",
            "summary": "Long Story Short is an Gallery Shows event starting on 18/03/2016, 00:00 and ending on 15/05/2016, 00:00. Event is in Die Kunstagentin with address Maastrichter Str. 26, 50672 Köln, Germany.",
            "title": "Long Story Short",
            "content": "",
            "start_time": "2016-03-18T00:00:00.000000Z",
            "end_time": "2016-05-15T00: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": "Maastrichter Str. 26, 50672 Köln, Germany",
            "city": "Cologne",
            "geolocation": "50.9384816,6.9365146",
            "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": "hallo@diekunstagentin.de",
            "external_url": "http://www.diekunstagentin.de/",
            "phone": "0221 888 99 100",
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                2530
            ],
            "artworks": [],
            "magazines": [
                5357
            ],
            "additional_images": []
        },
        {
            "id": 904,
            "author": {
                "id": "24000878-b4ed-49f1-8885-718436dd41ec",
                "username": "Ivan2",
                "slug": "ivan2",
                "first_name": "Ivan",
                "last_name": "Ivanovic",
                "display_name": "Ivan Ivanovic",
                "display_name_full": "Ivan Ivanovic",
                "email": "ivan87ivanovic@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2331,
                "name": "BENRUBI GALLERY",
                "slug": "benrubi-gallery",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7502381,-74.00361470000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2016-03-22T16:51:01.000000Z",
            "publish_time": null,
            "slug": "michael-najjar-outer-space",
            "created_at": "2016-03-22T16:51:01.000000Z",
            "updated_at": "2020-07-16T08:01:47.970732Z",
            "summary": "Outer Space is an Gallery Shows event starting on 31/03/2016, 00:00 and ending on 15/05/2016, 00:00. Event is in BENRUBI GALLERY with address 521 W 26th St, New York, NY 10001, USA.",
            "title": "Outer Space",
            "content": "",
            "start_time": "2016-03-31T00:00:00.000000Z",
            "end_time": "2016-05-15T00: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": "521 W 26th St, New York, NY 10001, USA",
            "city": "Manhattan Community Board 4",
            "geolocation": "40.75021575,-74.00368998661888",
            "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@benrubigallery.com",
            "external_url": "http://www.benrubigallery.com/",
            "phone": "212.888.6007",
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                5434
            ],
            "additional_images": []
        },
        {
            "id": 921,
            "author": {
                "id": "f56c0111-3ee1-40c2-84b4-88f2f6bdd35e",
                "username": "Mirko",
                "slug": "mirko",
                "first_name": "Mirko",
                "last_name": "Nikolic",
                "display_name": "Mirko Nikolic",
                "display_name_full": "Mirko Nikolic",
                "email": "mirko.nikolic81@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2952,
                "name": "PAN AMERICAN ART PROJECTS",
                "slug": "pan-american-art-projects",
                "city": "Miami",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "25.8363259,-80.19156029999999",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3635,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Tile_Blush-PanAmericanArt_RACHEL_VALDES_184-HDR-2-Edit_4K-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Tile_Blush-PanAmericanArt_RACHEL_VALDES_184-HDR-2-Edit_4K-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Tile_Blush-PanAmericanArt_RACHEL_VALDES_184-HDR-2-Edit_4K-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Tile_Blush-PanAmericanArt_RACHEL_VALDES_184-HDR-2-Edit_4K.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Tile_Blush-PanAmericanArt_RACHEL_VALDES_184-HDR-2-Edit_4K-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Tile_Blush-PanAmericanArt_RACHEL_VALDES_184-HDR-2-Edit_4K-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Tile_Blush-PanAmericanArt_RACHEL_VALDES_184-HDR-2-Edit_4K-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Tile_Blush-PanAmericanArt_RACHEL_VALDES_184-HDR-2-Edit_4K-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-01-26T16:31:27.537558Z",
                    "updated_at": "2022-01-26T16:31:27.537616Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "c6c10eec-2174-4a02-9c31-b64d5fb5c895"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2016-03-30T01:27:36.000000Z",
            "publish_time": null,
            "slug": "gustavo-acosta-paper-trail",
            "created_at": "2016-03-30T01:27:36.000000Z",
            "updated_at": "2020-07-16T08:01:56.553229Z",
            "summary": "Paper Trail is an Gallery Shows event starting on 09/04/2016, 00:00 and ending on 15/05/2016, 00:00. Event is in PAN AMERICAN ART PROJECTS with address 6300 NW 2nd Ave, Miami, FL 33150, USA.",
            "title": "Paper Trail",
            "content": "",
            "start_time": "2016-04-09T00:00:00.000000Z",
            "end_time": "2016-05-15T00: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": "6300 NW 2nd Ave, Miami, FL 33150, USA",
            "city": "Miami",
            "geolocation": "25.83366265,-80.20055046399199",
            "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": "miami@panamericanart.com",
            "external_url": "http://panamericanart.com/",
            "phone": "305.573.2400",
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                5489
            ],
            "additional_images": []
        }
    ]
}