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

{
    "count": 37595,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=2088&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=2052&ordering=start_time",
    "results": [
        {
            "id": 1959,
            "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": 557,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Carsten-Holler-Braunes-Beyer-Auge-2004-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Carsten-Holler-Braunes-Beyer-Auge-2004-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Carsten-Holler-Braunes-Beyer-Auge-2004-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Carsten-Holler-Braunes-Beyer-Auge-2004-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Carsten-Holler-Braunes-Beyer-Auge-2004-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Carsten-Holler-Braunes-Beyer-Auge-2004-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Carsten-Holler-Braunes-Beyer-Auge-2004-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Carsten-Holler-Braunes-Beyer-Auge-2004-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Carsten-Holler-Braunes-Beyer-Auge-2004-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Carsten-Holler-Braunes-Beyer-Auge-2004-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-23T23:48:39.122678Z",
                "updated_at": "2021-09-13T10:32:53.456969Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Carsten Holler - Braunes Beyer-Auge, 2004 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1675,
                "name": "Sotheby's New York",
                "slug": "sothebys-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.76628277740424,-73.95360261163938",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2138,
                    "image": {
                        "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": "2018-03-05T11:02:36.000000Z",
            "publish_time": null,
            "slug": "sothebys-new-york-to-live-with-art-property-from-the-jerome-ellen-stern-collection-3-5-2018",
            "created_at": "2018-03-05T11:02:36.000000Z",
            "updated_at": "2020-07-16T08:10:58.582780Z",
            "summary": "TO LIVE WITH ART: Property from the Jerome & Ellen Stern Collection is an Auctions event starting on 05/03/2018, 10:00 and ending on 05/03/2018, 11:00. Event is in Sotheby's New York with address 1334 York Ave, New York, NY 10021, USA.",
            "title": "TO LIVE WITH ART: Property from the Jerome & Ellen Stern Collection",
            "content": "",
            "start_time": "2018-03-05T10:00:00.000000Z",
            "end_time": "2018-03-05T11: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,
                59,
                891,
                870,
                868,
                10911,
                349,
                964,
                448,
                1233,
                544,
                453,
                505,
                1969,
                487,
                547,
                806,
                833,
                885,
                887,
                1033,
                1799,
                1977,
                8023,
                394,
                430,
                482,
                512,
                593,
                604,
                613,
                701,
                727,
                759,
                829,
                898,
                940,
                1047,
                1342,
                1758,
                1780,
                1786,
                1833,
                1878,
                1904,
                1925,
                1930,
                1931,
                1978,
                2220,
                2331,
                2337,
                2386,
                2649,
                2869,
                3149,
                3267,
                3327,
                3603,
                3766,
                4114,
                4168,
                4495,
                4597,
                5545,
                5928,
                6121,
                7441,
                7593,
                7602,
                8214,
                8364,
                8459,
                9166,
                9575,
                9823
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 1962,
            "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": 560,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Alighiero-Boetti-Mappa-1984-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Alighiero-Boetti-Mappa-1984-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Alighiero-Boetti-Mappa-1984-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Alighiero-Boetti-Mappa-1984-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Alighiero-Boetti-Mappa-1984-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Alighiero-Boetti-Mappa-1984-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Alighiero-Boetti-Mappa-1984-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Alighiero-Boetti-Mappa-1984-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Alighiero-Boetti-Mappa-1984-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Alighiero-Boetti-Mappa-1984-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-23T23:49:56.798646Z",
                "updated_at": "2021-09-13T10:32:54.961328Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Alighiero Boetti - Mappa, 1984 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1663,
                "name": "Christie's London",
                "slug": "christies-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.492612378861516,-0.17696611349185787",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2152,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Old_Brompton_Road-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Old_Brompton_Road-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Old_Brompton_Road-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Christies_Old_Brompton_Road.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Old_Brompton_Road-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Old_Brompton_Road-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Old_Brompton_Road-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Old_Brompton_Road-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:34:47.013641Z",
                    "updated_at": "2021-09-14T13:23:31.667142Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Christies_Old_Brompton_Road",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 4,
                "image": null,
                "slug": "auctions",
                "created_at": "2020-06-02T15:33:40.538154Z",
                "updated_at": "2021-03-20T11:25:03.980018Z",
                "name": "Auctions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2018-03-05T15:57:49.000000Z",
            "publish_time": null,
            "slug": "christies-london-post-war-and-contemporary-art-evening-auction-3-6-2018",
            "created_at": "2018-03-05T15:57:49.000000Z",
            "updated_at": "2020-07-16T08:11:00.122235Z",
            "summary": "Post-War and Contemporary Art Evening Auction is an Auctions event starting on 06/03/2018, 19:00 and ending on 06/03/2018, 20:00. Event is in Christie's London with address 64 Old Brompton Rd, South Kensington, London SW7 3LQ, UK.",
            "title": "Post-War and Contemporary Art Evening Auction",
            "content": "",
            "start_time": "2018-03-06T19:00:00.000000Z",
            "end_time": "2018-03-06T20: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": "64 Old Brompton Rd, South Kensington, London SW7 3LQ, UK",
            "city": "Royal Borough of Kensington and Chelsea",
            "geolocation": "51.4908176,-0.1839486",
            "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,
                1694,
                476,
                491,
                570,
                349,
                361,
                499,
                299,
                580,
                933,
                1703,
                46,
                132,
                477,
                505,
                509,
                3123,
                352,
                433,
                513,
                681,
                792,
                810,
                1351,
                1383,
                1884,
                2165,
                5479,
                290,
                382,
                430,
                432,
                435,
                472,
                516,
                525,
                678,
                692,
                740,
                750,
                769,
                776,
                1327,
                1359,
                2305,
                2692,
                3195,
                3304,
                3315,
                5540
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 1947,
            "author": {
                "id": "f56c0111-3ee1-40c2-84b4-88f2f6bdd35e",
                "username": "Mirko",
                "slug": "mirko",
                "first_name": "Mirko",
                "last_name": "Nikolic",
                "display_name": "Mirko Nikolic",
                "display_name_full": "Mirko Nikolic",
                "email": "mirko.nikolic81@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 529,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/art-fair-tokyo-event-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/art-fair-tokyo-event-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/art-fair-tokyo-event.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/art-fair-tokyo-event-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/art-fair-tokyo-event-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/art-fair-tokyo-event-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/art-fair-tokyo-event-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/art-fair-tokyo-event-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/art-fair-tokyo-event-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/art-fair-tokyo-event-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-23T23:03:18.228725Z",
                "updated_at": "2021-09-13T10:32:38.026457Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "art-fair-tokyo-event",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 3014,
                "name": "Tokyo International Forum",
                "slug": "tokyo-international-forum",
                "city": "Tokyo",
                "country": {
                    "code": "JP",
                    "name": "Japan"
                },
                "geolocation": "35.67675150000001,139.7635274",
                "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": "JP",
            "publish_status": "published",
            "published_at": "2018-02-07T22:56:01.000000Z",
            "publish_time": null,
            "slug": "art-fair-tokyo-2018",
            "created_at": "2018-02-07T22:56:01.000000Z",
            "updated_at": "2020-07-16T08:10:52.599263Z",
            "summary": "Art Fair Tokyo 2018 is an Art Fairs event starting on 07/03/2018, 00:00 and ending on 11/03/2018, 00:00. Event is in Tokyo International Forum with address 3 Chome-5-1 Marunouchi, Chiyoda City, Tokyo, Japan.",
            "title": "Art Fair Tokyo 2018",
            "content": "",
            "start_time": "2018-03-07T00:00:00.000000Z",
            "end_time": "2018-03-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": "3 Chome-5-1 Marunouchi, Chiyoda City, Tokyo, Japan",
            "city": "Chiyoda",
            "geolocation": "35.67672365,139.76338837657545",
            "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@artfairtokyo.com",
            "external_url": "https://artfairtokyo.com/2018",
            "phone": "+81 3-5797-7911",
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                8192
            ],
            "additional_images": []
        },
        {
            "id": 1971,
            "author": {
                "id": "f56c0111-3ee1-40c2-84b4-88f2f6bdd35e",
                "username": "Mirko",
                "slug": "mirko",
                "first_name": "Mirko",
                "last_name": "Nikolic",
                "display_name": "Mirko Nikolic",
                "display_name_full": "Mirko Nikolic",
                "email": "mirko.nikolic81@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 550,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/volta-event-1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/volta-event-1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/volta-event-1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/volta-event-1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/volta-event-1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/volta-event-1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/volta-event-1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/volta-event-1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/volta-event-1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/volta-event-1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-23T23:34:02.756422Z",
                "updated_at": "2021-09-13T10:32:49.117347Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "volta-event-1",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 2754,
                "name": "Pier 90",
                "slug": "pier-90",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.76674310000001,-73.99667649999998",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 3,
                "image": null,
                "slug": "art-fairs",
                "created_at": "2020-06-02T15:33:40.534223Z",
                "updated_at": "2021-03-29T12:18:45.718972Z",
                "name": "Art Fairs",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2018-02-26T19:58:44.000000Z",
            "publish_time": null,
            "slug": "volta-new-york-2018",
            "created_at": "2018-02-26T19:58:44.000000Z",
            "updated_at": "2018-02-26T19:58:44.000000Z",
            "summary": "VOLTA New York 2018 is an Art Fairs event starting on 07/03/2018, 00:00 and ending on 12/03/2018, 00:00. Event is in Pier 90 with address 12TH AVENUE (AT WEST 50TH STREET), NEW YORK, NY 10019, New York City, United States.",
            "title": "VOLTA New York 2018",
            "content": "",
            "start_time": "2018-03-07T00:00:00.000000Z",
            "end_time": "2018-03-12T00: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": "12TH AVENUE (AT WEST 50TH STREET), NEW YORK, NY 10019, New York City, 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@voltashow.com",
            "external_url": "http://ny.voltashow.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                8233
            ],
            "additional_images": []
        },
        {
            "id": 1963,
            "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": 563,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ernst-Wilhelm-Nay-Untitled-1955-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ernst-Wilhelm-Nay-Untitled-1955-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Ernst-Wilhelm-Nay-Untitled-1955-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ernst-Wilhelm-Nay-Untitled-1955-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ernst-Wilhelm-Nay-Untitled-1955-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ernst-Wilhelm-Nay-Untitled-1955-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ernst-Wilhelm-Nay-Untitled-1955-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ernst-Wilhelm-Nay-Untitled-1955-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ernst-Wilhelm-Nay-Untitled-1955-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ernst-Wilhelm-Nay-Untitled-1955-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-23T23:54:40.886465Z",
                "updated_at": "2021-09-13T10:32:57.826526Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Ernst Wilhelm Nay - Untitled, 1955 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1663,
                "name": "Christie's London",
                "slug": "christies-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.492612378861516,-0.17696611349185787",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2152,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Old_Brompton_Road-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Old_Brompton_Road-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Old_Brompton_Road-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Christies_Old_Brompton_Road.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Old_Brompton_Road-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Old_Brompton_Road-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Old_Brompton_Road-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Christies_Old_Brompton_Road-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:34:47.013641Z",
                    "updated_at": "2021-09-14T13:23:31.667142Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Christies_Old_Brompton_Road",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 4,
                "image": null,
                "slug": "auctions",
                "created_at": "2020-06-02T15:33:40.538154Z",
                "updated_at": "2021-03-20T11:25:03.980018Z",
                "name": "Auctions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2018-03-06T16:39:58.000000Z",
            "publish_time": null,
            "slug": "christies-london-post-war-and-contemporary-art-day-auction-3-7-2018",
            "created_at": "2018-03-06T16:39:58.000000Z",
            "updated_at": "2020-07-16T08:11:00.614683Z",
            "summary": "Post-War and Contemporary Art Day Auction is an Auctions event starting on 07/03/2018, 13:00 and ending on 07/03/2018, 14:00. Event is in Christie's London with address 64 Old Brompton Rd, South Kensington, London SW7 3LQ, UK.",
            "title": "Post-War and Contemporary Art Day Auction",
            "content": "",
            "start_time": "2018-03-07T13:00:00.000000Z",
            "end_time": "2018-03-07T14: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": "64 Old Brompton Rd, South Kensington, London SW7 3LQ, UK",
            "city": "Royal Borough of Kensington and Chelsea",
            "geolocation": "51.4908176,-0.1839486",
            "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,
                1700,
                476,
                73,
                57,
                847,
                491,
                356,
                932,
                10826,
                880,
                860,
                901,
                247,
                470,
                467,
                570,
                349,
                350,
                372,
                428,
                793,
                364,
                580,
                933,
                558,
                746,
                1333,
                1697,
                2388,
                445,
                1764,
                347,
                1703,
                475,
                785,
                848,
                46,
                132,
                408,
                477,
                609,
                754,
                913,
                2152,
                3710,
                505,
                509,
                764,
                934,
                1331,
                433,
                501,
                513,
                533,
                586,
                833,
                852,
                989,
                1884,
                2165,
                2680,
                136,
                370,
                472,
                485,
                492,
                500,
                516,
                530,
                692,
                730,
                769,
                776,
                809,
                879,
                924,
                936,
                1359,
                1458,
                1607,
                1724,
                1836,
                1847,
                1862,
                1867,
                1873,
                1900,
                1912,
                2156,
                2241,
                2242,
                2259,
                2287,
                2335,
                2692,
                2901,
                2937,
                2973,
                3007,
                3075,
                3077,
                3080,
                3118,
                3119,
                3124,
                3193,
                3313,
                3461,
                3565,
                3712,
                3714,
                4049,
                4117,
                4118,
                4445,
                4495,
                4543,
                4602,
                4724,
                5540,
                6109,
                9094,
                10298,
                10484
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 1964,
            "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": 562,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Sigmar-Polke-Freundinnen-II-1967-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Sigmar-Polke-Freundinnen-II-1967-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Sigmar-Polke-Freundinnen-II-1967-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Sigmar-Polke-Freundinnen-II-1967-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Sigmar-Polke-Freundinnen-II-1967-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Sigmar-Polke-Freundinnen-II-1967-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Sigmar-Polke-Freundinnen-II-1967-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Sigmar-Polke-Freundinnen-II-1967-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Sigmar-Polke-Freundinnen-II-1967-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Sigmar-Polke-Freundinnen-II-1967-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-23T23:51:43.425749Z",
                "updated_at": "2021-09-13T10:32:56.462120Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Sigmar Polke - Freundinnen II, 1967 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1650,
                "name": "Bonhams London",
                "slug": "bonhams-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4989182,-0.16586280000001352",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2163,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Bonhams_Knightsbridge-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Bonhams_Knightsbridge-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Bonhams_Knightsbridge-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Bonhams_Knightsbridge.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Bonhams_Knightsbridge-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Bonhams_Knightsbridge-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Bonhams_Knightsbridge-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Bonhams_Knightsbridge-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:35:33.305122Z",
                    "updated_at": "2021-09-14T13:23:46.133959Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Bonhams_Knightsbridge",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 4,
                "image": null,
                "slug": "auctions",
                "created_at": "2020-06-02T15:33:40.538154Z",
                "updated_at": "2021-03-20T11:25:03.980018Z",
                "name": "Auctions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2018-03-05T18:28:12.000000Z",
            "publish_time": null,
            "slug": "bonhams-london-post-war-contemporary-art-3-7-2018",
            "created_at": "2018-03-05T18:28:12.000000Z",
            "updated_at": "2020-07-16T08:11:01.069736Z",
            "summary": "Post-War & Contemporary Art is an Auctions event starting on 07/03/2018, 17:00 and ending on 07/03/2018, 18:00. Event is in Bonhams London with address Montpelier Street Knightsbridge, Montpelier St, Knightsbridge, London SW7 1EX, UK.",
            "title": "Post-War & Contemporary Art",
            "content": "",
            "start_time": "2018-03-07T17:00:00.000000Z",
            "end_time": "2018-03-07T18: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": "Montpelier Street Knightsbridge, Montpelier St, Knightsbridge, London SW7 1EX, UK",
            "city": "City of Westminster",
            "geolocation": "51.4988176,-0.1654474",
            "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,
                476,
                65,
                932,
                880,
                860,
                470,
                3115,
                372,
                364,
                1216,
                779,
                477,
                2245,
                3131,
                505,
                934,
                1331,
                1808,
                2252,
                2160,
                2255,
                3862,
                472,
                788,
                1359,
                2175,
                2937,
                2946,
                3003,
                3080,
                3565,
                3605,
                3683,
                3736,
                3920,
                6109,
                7667
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 1960,
            "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": 561,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Peter-Doig-The-Architects-Home-In-The-Ravine-1991-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Peter-Doig-The-Architects-Home-In-The-Ravine-1991-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Peter-Doig-The-Architects-Home-In-The-Ravine-1991-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Peter-Doig-The-Architects-Home-In-The-Ravine-1991-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Peter-Doig-The-Architects-Home-In-The-Ravine-1991-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Peter-Doig-The-Architects-Home-In-The-Ravine-1991-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Peter-Doig-The-Architects-Home-In-The-Ravine-1991-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Peter-Doig-The-Architects-Home-In-The-Ravine-1991-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Peter-Doig-The-Architects-Home-In-The-Ravine-1991-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Peter-Doig-The-Architects-Home-In-The-Ravine-1991-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-23T23:51:03.802899Z",
                "updated_at": "2021-09-13T10:32:56.263170Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Peter Doig - The Architects Home In The Ravine, 1991 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1674,
                "name": "Sotheby's London",
                "slug": "sothebys-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.511784938565285,-0.1437964245369585",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2148,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/sothebys_london.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:34:24.725705Z",
                    "updated_at": "2021-09-14T13:23:26.383475Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "sothebys_london",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 4,
                "image": null,
                "slug": "auctions",
                "created_at": "2020-06-02T15:33:40.538154Z",
                "updated_at": "2021-03-20T11:25:03.980018Z",
                "name": "Auctions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2018-03-05T17:37:53.000000Z",
            "publish_time": null,
            "slug": "sothebys-london-contemporary-art-evening-auction-3-7-2018",
            "created_at": "2018-03-05T17:37:53.000000Z",
            "updated_at": "2020-07-16T08:10:59.081650Z",
            "summary": "Contemporary Art Evening Auction is an Auctions event starting on 07/03/2018, 19:00 and ending on 07/03/2018, 20:00. Event is in Sotheby's London with address 34-35 New Bond St, Mayfair, London W1S 2RT, UK.",
            "title": "Contemporary Art Evening Auction",
            "content": "",
            "start_time": "2018-03-07T19:00:00.000000Z",
            "end_time": "2018-03-07T20:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": true,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "34-35 New Bond St, Mayfair, London W1S 2RT, UK",
            "city": "City of Westminster",
            "geolocation": "51.5118149,-0.1437632",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                60,
                345,
                1700,
                1694,
                476,
                7,
                491,
                65,
                317,
                247,
                349,
                364,
                580,
                933,
                1697,
                347,
                475,
                46,
                395,
                2999,
                934,
                3560,
                433,
                464,
                501,
                513,
                833,
                885,
                472,
                485,
                516,
                537,
                557,
                628,
                692,
                1174,
                1359,
                2017,
                2692,
                3289,
                3293,
                4602
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 26288,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 25156,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b9676046810420ca4e804fd975f4fbf-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b9676046810420ca4e804fd975f4fbf-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0b9676046810420ca4e804fd975f4fbf.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b9676046810420ca4e804fd975f4fbf-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b9676046810420ca4e804fd975f4fbf-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b9676046810420ca4e804fd975f4fbf-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b9676046810420ca4e804fd975f4fbf-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b9676046810420ca4e804fd975f4fbf-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b9676046810420ca4e804fd975f4fbf-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b9676046810420ca4e804fd975f4fbf-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-15T12:32:14.492109Z",
                "updated_at": "2023-05-15T12:32:14.492147Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8653,
                "name": "NUS Museum",
                "slug": "nus-museum",
                "city": "Singapore",
                "country": {
                    "code": "SG",
                    "name": "Singapore"
                },
                "geolocation": "1.3015907,103.7721946",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "SG",
            "publish_status": "published",
            "published_at": "2023-05-15T12:32:19.884715Z",
            "publish_time": null,
            "slug": "nus-museum-from-the-ashes-reviving-myanmar-celadon-ceramics-2018-03-08",
            "created_at": "2023-05-15T12:32:20.805974Z",
            "updated_at": "2023-05-15T12:32:23.217003Z",
            "summary": "From The Ashes: Reviving Myanmar Celadon Ceramics is an Gallery Shows event starting on 08/03/2018, 01:00 and ending on 31/01/2018, 01:00. Event is in NUS Museum with address 50 Kent Ridge Crescent, Singapore, SG.",
            "title": "From The Ashes: Reviving Myanmar Celadon Ceramics",
            "content": null,
            "start_time": "2018-03-08T01:00:00.000000Z",
            "end_time": "2018-01-31T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "50 Kent Ridge Crescent, Singapore, SG",
            "city": "Singapore",
            "geolocation": "1.3014454,103.7725633",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 26287,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 25158,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ccf1d86c5fe4725a2f946d1782ed5bb-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ccf1d86c5fe4725a2f946d1782ed5bb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3ccf1d86c5fe4725a2f946d1782ed5bb.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ccf1d86c5fe4725a2f946d1782ed5bb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ccf1d86c5fe4725a2f946d1782ed5bb-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ccf1d86c5fe4725a2f946d1782ed5bb-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ccf1d86c5fe4725a2f946d1782ed5bb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ccf1d86c5fe4725a2f946d1782ed5bb-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ccf1d86c5fe4725a2f946d1782ed5bb-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ccf1d86c5fe4725a2f946d1782ed5bb-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-15T12:32:14.654073Z",
                "updated_at": "2023-05-15T12:32:14.654115Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8653,
                "name": "NUS Museum",
                "slug": "nus-museum",
                "city": "Singapore",
                "country": {
                    "code": "SG",
                    "name": "Singapore"
                },
                "geolocation": "1.3015907,103.7721946",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "SG",
            "publish_status": "published",
            "published_at": "2023-05-15T12:32:17.552375Z",
            "publish_time": null,
            "slug": "nus-museum-crossings-a-solo-exhibition-by-wei-leng-tay-2018-03-08",
            "created_at": "2023-05-15T12:32:18.477089Z",
            "updated_at": "2023-05-15T12:32:19.765463Z",
            "summary": "Crossings | A solo exhibition by Wei Leng Tay is an Gallery Shows event starting on 08/03/2018, 01:00 and ending on 30/11/2018, 01:00. Event is in NUS Museum with address 50 Kent Ridge Crescent, Singapore, SG.",
            "title": "Crossings | A solo exhibition by Wei Leng Tay",
            "content": null,
            "start_time": "2018-03-08T01:00:00.000000Z",
            "end_time": "2018-11-30T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "50 Kent Ridge Crescent, Singapore, SG",
            "city": "Singapore",
            "geolocation": "1.3014454,103.7725633",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 1961,
            "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": 564,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Bradford-Untitled-2006-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Bradford-Untitled-2006-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Mark-Bradford-Untitled-2006-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Bradford-Untitled-2006-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Bradford-Untitled-2006-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Bradford-Untitled-2006-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Bradford-Untitled-2006-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Bradford-Untitled-2006-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Bradford-Untitled-2006-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Mark-Bradford-Untitled-2006-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-23T23:57:54.069672Z",
                "updated_at": "2021-09-13T10:32:57.842537Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Mark Bradford - Untitled, 2006 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1674,
                "name": "Sotheby's London",
                "slug": "sothebys-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.511784938565285,-0.1437964245369585",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2148,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/sothebys_london.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/sothebys_london-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:34:24.725705Z",
                    "updated_at": "2021-09-14T13:23:26.383475Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "sothebys_london",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 4,
                "image": null,
                "slug": "auctions",
                "created_at": "2020-06-02T15:33:40.538154Z",
                "updated_at": "2021-03-20T11:25:03.980018Z",
                "name": "Auctions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2018-03-07T01:33:28.000000Z",
            "publish_time": null,
            "slug": "sothebys-london-contemporary-art-day-auction-3-8-2018",
            "created_at": "2018-03-07T01:33:28.000000Z",
            "updated_at": "2020-07-16T08:10:59.589915Z",
            "summary": "Contemporary Art Day Auction is an Auctions event starting on 08/03/2018, 10:30 and ending on 08/03/2018, 11:30. Event is in Sotheby's London with address 34-35 New Bond St, Mayfair, London W1S 2RT, UK.",
            "title": "Contemporary Art Day Auction",
            "content": "",
            "start_time": "2018-03-08T10:30:00.000000Z",
            "end_time": "2018-03-08T11:30:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": true,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "34-35 New Bond St, Mayfair, London W1S 2RT, UK",
            "city": "City of Westminster",
            "geolocation": "51.5118149,-0.1437632",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                60,
                345,
                1700,
                731,
                1694,
                773,
                59,
                476,
                914,
                73,
                847,
                7,
                2380,
                491,
                65,
                783,
                932,
                1221,
                860,
                317,
                901,
                247,
                470,
                3145,
                349,
                763,
                115,
                573,
                1340,
                350,
                372,
                793,
                364,
                499,
                1216,
                3700,
                839,
                1233,
                1333,
                445,
                796,
                347,
                857,
                1220,
                2462,
                427,
                475,
                544,
                785,
                937,
                132,
                395,
                477,
                2245,
                2456,
                563,
                764,
                934,
                1331,
                1969,
                3560,
                291,
                352,
                358,
                433,
                487,
                581,
                586,
                792,
                806,
                833,
                846,
                1810,
                2160,
                2340,
                7328,
                125,
                136,
                393,
                430,
                432,
                472,
                485,
                510,
                525,
                549,
                571,
                593,
                678,
                769,
                809,
                823,
                910,
                915,
                924,
                957,
                1034,
                1061,
                1272,
                1289,
                1314,
                1329,
                1336,
                1375,
                1543,
                1758,
                1892,
                2156,
                2175,
                2238,
                2240,
                2246,
                2257,
                2258,
                2271,
                2293,
                2301,
                2355,
                2361,
                2692,
                3007,
                3025,
                3077,
                3080,
                3085,
                3107,
                3120,
                3252,
                3291,
                3314,
                3461,
                3692,
                3849,
                3928,
                4017,
                4111,
                4118,
                4543,
                5384,
                5414,
                5420,
                5425,
                7343,
                7605,
                7620,
                7667,
                8137
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 1940,
            "author": {
                "id": "dc5d6c1a-0832-48bd-8384-6d72c8ef6eaf",
                "username": "Dylan Cuddy",
                "slug": "dylan-cuddy",
                "first_name": "Dylan",
                "last_name": "Cuddy",
                "display_name": "Dylan Cuddy",
                "display_name_full": "Dylan Cuddy",
                "email": "dragan.kolarevic@widewalls.ch",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 565,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Allen-Jones-T-Riffic-1966-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Allen-Jones-T-Riffic-1966-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Allen-Jones-T-Riffic-1966-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Allen-Jones-T-Riffic-1966-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Allen-Jones-T-Riffic-1966-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Allen-Jones-T-Riffic-1966-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Allen-Jones-T-Riffic-1966-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Allen-Jones-T-Riffic-1966-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Allen-Jones-T-Riffic-1966-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Allen-Jones-T-Riffic-1966-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-23T23:59:12.751587Z",
                "updated_at": "2021-09-13T10:32:58.589152Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Allen Jones - T-Riffic, 1966 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1665,
                "name": "Phillips London",
                "slug": "phillips-de-pury-luxembourg-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.51021829297328,-0.14693412023780184",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2158,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/phillips_london.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:35:15.364961Z",
                    "updated_at": "2021-09-14T13:23:39.625896Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "phillips_london",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 4,
                "image": null,
                "slug": "auctions",
                "created_at": "2020-06-02T15:33:40.538154Z",
                "updated_at": "2021-03-20T11:25:03.980018Z",
                "name": "Auctions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2018-03-07T19:07:54.000000Z",
            "publish_time": null,
            "slug": "phillips-20th-century-contemporary-art-evening-sale-3-8-2018",
            "created_at": "2018-03-07T19:07:54.000000Z",
            "updated_at": "2020-07-16T08:10:49.567246Z",
            "summary": "20th Century & Contemporary Art Evening Sale is an Auctions event starting on 08/03/2018, 19:00 and ending on 08/03/2018, 20:00. Event is in Phillips London with address 30 Berkeley Square, Mayfair, London W1J 6EN, UK.",
            "title": "20th Century & Contemporary Art Evening Sale",
            "content": "",
            "start_time": "2018-03-08T19:00:00.000000Z",
            "end_time": "2018-03-08T20: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": "30 Berkeley Square, Mayfair, London W1J 6EN, UK",
            "city": "City of Westminster",
            "geolocation": "51.51051004999999,-0.14696381769827865",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                1702,
                60,
                345,
                1700,
                476,
                2158,
                2151,
                1998,
                580,
                1333,
                1701,
                347,
                779,
                1220,
                46,
                132,
                477,
                754,
                563,
                736,
                352,
                433,
                833,
                2150,
                2961,
                382,
                432,
                435,
                472,
                485,
                516,
                525,
                593,
                647,
                663,
                692,
                776,
                924,
                1098,
                3118,
                3195,
                3422,
                4023
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 1999,
            "author": {
                "id": "f56c0111-3ee1-40c2-84b4-88f2f6bdd35e",
                "username": "Mirko",
                "slug": "mirko",
                "first_name": "Mirko",
                "last_name": "Nikolic",
                "display_name": "Mirko Nikolic",
                "display_name_full": "Mirko Nikolic",
                "email": "mirko.nikolic81@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 576,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/lee-jeffries-event-1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/lee-jeffries-event-1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/lee-jeffries-event-1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/lee-jeffries-event-1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/lee-jeffries-event-1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/lee-jeffries-event-1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/lee-jeffries-event-1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/lee-jeffries-event-1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/lee-jeffries-event-1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/lee-jeffries-event-1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T00:09:45.489356Z",
                "updated_at": "2021-09-13T10:33:05.123985Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "lee-jeffries-event-1",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 381,
                "name": "GALERIE MATHGOTH",
                "slug": "galerie-mathgoth",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8279199,2.3804251999999906",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2564,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-mathgoth-paris-france-600x400-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-mathgoth-paris-france-600x400-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-mathgoth-paris-france-600x400-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/galerie-mathgoth-paris-france-600x400.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-mathgoth-paris-france-600x400-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-mathgoth-paris-france-600x400-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-mathgoth-paris-france-600x400-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-mathgoth-paris-france-600x400-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-04-29T16:19:53.789394Z",
                    "updated_at": "2021-09-14T13:32:32.790003Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "FR",
            "publish_status": "published",
            "published_at": "2018-03-13T18:00:16.000000Z",
            "publish_time": null,
            "slug": "lee-jeffries-portraits",
            "created_at": "2018-03-13T18:00:16.000000Z",
            "updated_at": "2020-07-16T08:11:18.567620Z",
            "summary": "Lee Jeffries - Portraits is an Gallery Shows event starting on 09/03/2018, 00:00 and ending on 01/04/2018, 00:00. Event is in GALERIE MATHGOTH with address 34 Rue Hélène Brion, 75013 Paris, France.",
            "title": "Lee Jeffries - Portraits",
            "content": "",
            "start_time": "2018-03-09T00:00:00.000000Z",
            "end_time": "2018-04-01T00:00:00.000000Z",
            "is_all_day_event": true,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "34 Rue Hélène Brion, 75013 Paris, France",
            "city": "Paris",
            "geolocation": "48.8279162,2.3802384",
            "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": "​galerie@mathgoth.com",
            "external_url": "http://www.mathgoth.com/",
            "phone": "+33 (0) 6 63 01 41 50",
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                5417
            ],
            "artworks": [],
            "magazines": [
                8290
            ],
            "additional_images": []
        },
        {
            "id": 1941,
            "author": {
                "id": "dc5d6c1a-0832-48bd-8384-6d72c8ef6eaf",
                "username": "Dylan Cuddy",
                "slug": "dylan-cuddy",
                "first_name": "Dylan",
                "last_name": "Cuddy",
                "display_name": "Dylan Cuddy",
                "display_name_full": "Dylan Cuddy",
                "email": "dragan.kolarevic@widewalls.ch",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 569,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Bosco-Sodi-Untitled-0087-2011-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Bosco-Sodi-Untitled-0087-2011-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Bosco-Sodi-Untitled-0087-2011-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Bosco-Sodi-Untitled-0087-2011-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Bosco-Sodi-Untitled-0087-2011-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Bosco-Sodi-Untitled-0087-2011-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Bosco-Sodi-Untitled-0087-2011-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Bosco-Sodi-Untitled-0087-2011-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Bosco-Sodi-Untitled-0087-2011-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Bosco-Sodi-Untitled-0087-2011-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T00:03:47.831534Z",
                "updated_at": "2021-09-13T10:33:00.976397Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Bosco Sodi - Untitled - 0087, 2011 (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1665,
                "name": "Phillips London",
                "slug": "phillips-de-pury-luxembourg-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.51021829297328,-0.14693412023780184",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2158,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/phillips_london.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_london-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:35:15.364961Z",
                    "updated_at": "2021-09-14T13:23:39.625896Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "phillips_london",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 4,
                "image": null,
                "slug": "auctions",
                "created_at": "2020-06-02T15:33:40.538154Z",
                "updated_at": "2021-03-20T11:25:03.980018Z",
                "name": "Auctions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2018-03-10T15:05:23.000000Z",
            "publish_time": null,
            "slug": "phillips-20th-century-contemporary-art-day-sale-3-9-2018",
            "created_at": "2018-03-10T15:05:23.000000Z",
            "updated_at": "2020-07-16T08:10:50.067724Z",
            "summary": "20th Century & Contemporary Art Day Sale is an Auctions event starting on 09/03/2018, 14:00 and ending on 09/03/2018, 15:00. Event is in Phillips London with address 30 Berkeley Square, Mayfair, London W1J 6EN, UK.",
            "title": "20th Century & Contemporary Art Day Sale",
            "content": "",
            "start_time": "2018-03-09T14:00:00.000000Z",
            "end_time": "2018-03-09T15: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": "30 Berkeley Square, Mayfair, London W1J 6EN, UK",
            "city": "City of Westminster",
            "geolocation": "51.51051004999999,-0.14696381769827865",
            "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,
                1694,
                891,
                932,
                470,
                1998,
                467,
                349,
                843,
                573,
                372,
                364,
                1216,
                3082,
                1697,
                1701,
                2388,
                796,
                1764,
                2960,
                857,
                1220,
                2412,
                427,
                785,
                132,
                477,
                609,
                820,
                965,
                2084,
                2978,
                2999,
                864,
                934,
                3116,
                7800,
                291,
                348,
                353,
                464,
                501,
                513,
                527,
                547,
                581,
                586,
                681,
                833,
                846,
                885,
                887,
                956,
                1418,
                1787,
                1799,
                2472,
                3324,
                3862,
                5048,
                83,
                318,
                370,
                410,
                432,
                472,
                483,
                495,
                516,
                520,
                536,
                549,
                604,
                743,
                749,
                769,
                797,
                915,
                917,
                939,
                963,
                972,
                973,
                987,
                1329,
                1359,
                1370,
                1722,
                1834,
                2017,
                2154,
                2156,
                2240,
                2264,
                2268,
                2273,
                2283,
                2305,
                2349,
                2413,
                2417,
                2560,
                2910,
                2937,
                3077,
                3081,
                3150,
                3195,
                3234,
                3251,
                3303,
                3312,
                3425,
                3565,
                3605,
                3748,
                3805,
                3913,
                4114,
                4440,
                4446,
                4538,
                4602,
                5249,
                5331,
                5365,
                5492,
                6255,
                6468,
                7317,
                7320,
                7344,
                7427,
                7437,
                9622,
                9660,
                10288
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 1994,
            "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": 571,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Bruno-Barbey-Shandong-province-Qingdao-China-2015-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Bruno-Barbey-Shandong-province-Qingdao-China-2015-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Bruno-Barbey-Shandong-province-Qingdao-China-2015.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Bruno-Barbey-Shandong-province-Qingdao-China-2015-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Bruno-Barbey-Shandong-province-Qingdao-China-2015-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Bruno-Barbey-Shandong-province-Qingdao-China-2015-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Bruno-Barbey-Shandong-province-Qingdao-China-2015-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Bruno-Barbey-Shandong-province-Qingdao-China-2015-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Bruno-Barbey-Shandong-province-Qingdao-China-2015-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Bruno-Barbey-Shandong-province-Qingdao-China-2015-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T00:05:31.980798Z",
                "updated_at": "2021-09-13T10:33:02.707353Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Bruno Barbey - Shandong province, Qingdao, China, 2015",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 869,
                "name": "Stephen Bulger Gallery Toronto",
                "slug": "stephen-bulger-gallery-toronto",
                "city": "Toronto",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "43.6496209,-79.42763020000001",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2583,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/SBG-Logo-Midnight-Square2.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-04-29T16:21:09.068176Z",
                    "updated_at": "2021-09-14T13:33:00.611505Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "CA",
            "publish_status": "published",
            "published_at": "2018-03-12T17:17:35.000000Z",
            "publish_time": null,
            "slug": "bruno-barbey-witness-of-things-past",
            "created_at": "2018-03-12T17:17:35.000000Z",
            "updated_at": "2018-03-12T17:17:35.000000Z",
            "summary": "Bruno Barbey: Witness of Things Past is an Gallery Shows event starting on 10/03/2018, 00:00 and ending on 15/04/2018, 00:00. Event is in Stephen Bulger Gallery Toronto with address 1356 Dundas St W, Toronto, ON M6J 1Y2, Canada.",
            "title": "Bruno Barbey: Witness of Things Past",
            "content": "Opening Reception: Saturday, March 10, 2-5pm",
            "start_time": "2018-03-10T00:00:00.000000Z",
            "end_time": "2018-04-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": "1356 Dundas St W, Toronto, ON M6J 1Y2, Canada",
            "city": "Toronto",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "Stephen Bulger Gallery is pleased to present 'Witness of Things Past', our first solo exhibition of work by the internationally renowned Magnum photographer Bruno Barbey. This exhibition offers a survey of some of his best-known black and white photographs as well as colour works made over the course of his remarkable career.\r\nBarbey’s professional career began in the early 1960s when, over a four-year period, he photographed his series 'The Italians'. Barbey perceived the Italian people as protagonists of a 'theatrical world' and aimed to capture the spirit of a nation through his striking black and white portraiture. This series presents a modern Commedia dell’arte of beggars, priests, nuns, carabinieri, prostitutes, Mafiosi, and other archetypal figures whose exotic charms stand as a testament to the life and times of Italy in the 1960s. The resulting book remains on the short list of many photography experts and continues to entrance readers to this day.",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                11110
            ],
            "artworks": [],
            "magazines": [
                8296
            ],
            "additional_images": []
        },
        {
            "id": 1823,
            "author": {
                "id": "631e7ab8-4ee0-49ac-9973-abbaa6bae314",
                "username": "Francis Pro",
                "slug": "siteadmin",
                "first_name": "Francis",
                "last_name": "Berthomier",
                "display_name": "Anonymous",
                "display_name_full": "Anonymous",
                "email": "francis.berthomier@widewalls.ch",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 407,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ankara-event-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ankara-event-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ankara-event.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ankara-event-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ankara-event-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ankara-event-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ankara-event-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ankara-event-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ankara-event-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ankara-event-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-23T20:02:45.841594Z",
                "updated_at": "2021-09-13T10:31:23.286949Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "ankara-event",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 2767,
                "name": "ATO Congresium",
                "slug": "ato-congresium",
                "city": "Ankara",
                "country": {
                    "code": "TR",
                    "name": "Turkey"
                },
                "geolocation": "39.911435,32.80293000000006",
                "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": "TR",
            "publish_status": "published",
            "published_at": "2017-10-12T16:40:30.000000Z",
            "publish_time": null,
            "slug": "artankara-2018",
            "created_at": "2017-10-12T16:40:30.000000Z",
            "updated_at": "2017-10-12T16:40:30.000000Z",
            "summary": "ArtAnkara 2018 is an Art Fairs event starting on 15/03/2018, 00:00 and ending on 19/03/2018, 00:00. Event is in ATO Congresium with address Söğütözü Mahallesi, Söğütözü Cd. No:1, Ankara, Turkey.",
            "title": "ArtAnkara 2018",
            "content": "",
            "start_time": "2018-03-15T00:00:00.000000Z",
            "end_time": "2018-03-19T00: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": "Söğütözü Mahallesi, Söğütözü Cd. No:1, Ankara, Turkey",
            "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@artfairankara.com",
            "external_url": "http://artfairankara.com/",
            "phone": "+90 (312) 442 9002",
            "additional_info": "",
            "press_release": "ARTANKARA is one of the largest art fairs in Turkey which is committed to highlight the strong local and international art scene in the region. \r\nWorks of Painting, Sculpture, Photography, Video and Digital Art, Installations and many other forms of artistic expression, the result of a careful selection by the Selection Committee, are presented at the Show.\r\nThe 3rd edition of ARTANKARA has been visited by 39.650 art-lovers. Show brought together art galleries from Turkey and from 9 countries exhibiting over 2,000 artworks on behalf of 108 exhibitors like galleries from Turkey, Italy, Switzerland, South Korea, Kirgizia, Russia..., museums, art initiatives, fine art faculties etc..\r\nFollowing last year’s success, the relatively young art fair returns with a significantly enhanced list of emerging and established galleries from Turkey and abroad.\r\nThe 4th edition of ARTANKARA will take place between March 15-18, 2018 at ATO Congresium. On 10,000 sqm, visitors will be able to sample the diver",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 1995,
            "author": {
                "id": "f56c0111-3ee1-40c2-84b4-88f2f6bdd35e",
                "username": "Mirko",
                "slug": "mirko",
                "first_name": "Mirko",
                "last_name": "Nikolic",
                "display_name": "Mirko Nikolic",
                "display_name_full": "Mirko Nikolic",
                "email": "mirko.nikolic81@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 572,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/wayne-horse-event-1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/wayne-horse-event-1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/wayne-horse-event-1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/wayne-horse-event-1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/wayne-horse-event-1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/wayne-horse-event-1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/wayne-horse-event-1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/wayne-horse-event-1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/wayne-horse-event-1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/wayne-horse-event-1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T00:05:41.909899Z",
                "updated_at": "2021-09-13T10:33:03.186311Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "wayne-horse-event-1",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 2696,
                "name": "Galerie Droste",
                "slug": "galerie-droste",
                "city": "Wuppertal",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "51.2598774,7.123681499999975",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2455,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Droste-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Droste-crop-c0-5__0-5-558x279.png",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Droste-crop-c0-5__0-5-265x149.png",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Galerie-Droste.png",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Droste-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Droste-crop-c0-5__0-5-760x499.png",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Droste-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Droste-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-24T00:51:11.996535Z",
                    "updated_at": "2021-09-14T13:30:10.426638Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Galerie Droste",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2018-03-12T18:41:29.000000Z",
            "publish_time": null,
            "slug": "wayne-horse-happy-holidays-forever",
            "created_at": "2018-03-12T18:41:29.000000Z",
            "updated_at": "2020-07-16T08:11:16.568134Z",
            "summary": "Wayne Horse - Happy Holidays Forever is an Gallery Shows event starting on 17/03/2018, 00:00 and ending on 20/05/2018, 00:00. Event is in Galerie Droste with address Katernberger Str. 100, 42115 Wuppertal, Germany.",
            "title": "Wayne Horse - Happy Holidays Forever",
            "content": "",
            "start_time": "2018-03-17T00:00:00.000000Z",
            "end_time": "2018-05-20T00: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": "Katernberger Str. 100, 42115 Wuppertal, Germany",
            "city": "Wuppertal",
            "geolocation": "51.2599279,7.1237751436497305",
            "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@galeriedroste.de",
            "external_url": "http://www.galeriedroste.de/",
            "phone": "+49 202 26514 16",
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                8288
            ],
            "additional_images": []
        },
        {
            "id": 2905,
            "author": {
                "id": "6dad3612-3b9c-40a6-9f0c-b47416fed875",
                "username": "stefania_1340",
                "slug": "stefania_1340",
                "first_name": "Stefania",
                "last_name": "Minutaglio",
                "display_name": "Stefania Minutaglio",
                "display_name_full": "Stefania Minutaglio",
                "email": "stefania@11HH.gallery",
                "telephone": "+1 786 830 6852"
            },
            "price": null,
            "featured_image": {
                "id": 4366,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/494895831_1589657297-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/494895831_1589657297-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/494895831_1589657297.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/494895831_1589657297-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/494895831_1589657297-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/494895831_1589657297-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/494895831_1589657297-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/494895831_1589657297-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/494895831_1589657297-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/494895831_1589657297-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-06-03T11:59:26.810776Z",
                "updated_at": "2021-09-13T11:32:52.046338Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 2973,
                "name": "11HH Art Gallery | Miami",
                "slug": "11-hellheaven-art-gallery",
                "city": "Miami",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "25.7986707,-80.1893809",
                "artworks_for_sale_count": 280,
                "featured_image": {
                    "id": 2768,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/11-hellheaven-miami-showroom-dp-1585406847-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/11-hellheaven-miami-showroom-dp-1585406847-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/11-hellheaven-miami-showroom-dp-1585406847-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/11-hellheaven-miami-showroom-dp-1585406847.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/11-hellheaven-miami-showroom-dp-1585406847-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/11-hellheaven-miami-showroom-dp-1585406847-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/11-hellheaven-miami-showroom-dp-1585406847-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/11-hellheaven-miami-showroom-dp-1585406847-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-05-07T21:41:25.265192Z",
                    "updated_at": "2021-09-14T13:38:09.937725Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2020-05-16T21:30:19.000000Z",
            "publish_time": null,
            "slug": "gz-new-york-2018-partnered-by-galeriazero",
            "created_at": "2020-05-16T21:30:19.000000Z",
            "updated_at": "2020-05-16T21:30:19.000000Z",
            "summary": "GZ-NEW YORK 2018 (PARTNERED BY GALERIAZERO) is an Gallery Shows event starting on 19/03/2018, 00:00 and ending on 22/03/2018, 00:00. Event is in 11 [HH] Miami Showroom with address Times Square Manhattan, 311 West 43rd Street, New York, USA.",
            "title": "GZ-NEW YORK 2018 (PARTNERED BY GALERIAZERO)",
            "content": "11 [HellHeaven] Art Gallery is delighted to invite collectors and friends from 19 to 22 March at GZ-NEW YORK 2018. This International event of contemporary art has this year as a theme:  \"The taste of Art\".\r\n\r\nThe exhibition is partnered and promoted by GaleriaZero, Kamer 52, Zandheuvel 52 b, 4901 HW, Oosterhout,The Netherlands.",
            "start_time": "2018-03-19T00:00:00.000000Z",
            "end_time": "2018-03-22T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Times Square Manhattan, 311 West 43rd Street, New York, USA",
            "city": null,
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 1975,
            "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": 570,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Jamini-Roy-Untitled-The-Bridegroom-Procession-Detail-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Jamini-Roy-Untitled-The-Bridegroom-Procession-Detail-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Jamini-Roy-Untitled-The-Bridegroom-Procession-Detail.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Jamini-Roy-Untitled-The-Bridegroom-Procession-Detail-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Jamini-Roy-Untitled-The-Bridegroom-Procession-Detail-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Jamini-Roy-Untitled-The-Bridegroom-Procession-Detail-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Jamini-Roy-Untitled-The-Bridegroom-Procession-Detail-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Jamini-Roy-Untitled-The-Bridegroom-Procession-Detail-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Jamini-Roy-Untitled-The-Bridegroom-Procession-Detail-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Jamini-Roy-Untitled-The-Bridegroom-Procession-Detail-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T00:04:58.213498Z",
                "updated_at": "2021-09-13T10:33:02.122940Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Jamini Roy - Untitled (The Bridegroom Procession) (Detail)",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1675,
                "name": "Sotheby's New York",
                "slug": "sothebys-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.76628277740424,-73.95360261163938",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2138,
                    "image": {
                        "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": "2018-03-11T23:59:42.000000Z",
            "publish_time": null,
            "slug": "sothebys-new-york-modern-contemporary-south-asian-art-3-19-2018",
            "created_at": "2018-03-11T23:59:42.000000Z",
            "updated_at": "2020-07-16T08:11:06.583191Z",
            "summary": "Modern & Contemporary South Asian Art is an Auctions event starting on 19/03/2018, 11:00 and ending on 19/03/2018, 12:00. Event is in Sotheby's New York with address 1334 York Ave, New York, NY 10021, USA.",
            "title": "Modern & Contemporary South Asian Art",
            "content": "",
            "start_time": "2018-03-19T11:00:00.000000Z",
            "end_time": "2018-03-19T12: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": [
                1377,
                2474,
                3360,
                5671,
                5828,
                5886,
                7448,
                7450,
                7454,
                7573,
                9767,
                10565
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        }
    ]
}