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

{
    "count": 37589,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=24624&ordering=-start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=24588&ordering=-start_time",
    "results": [
        {
            "id": 10138,
            "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": 10803,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d33bc7e7c0a4850ae5fcc9b7d39194a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d33bc7e7c0a4850ae5fcc9b7d39194a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7d33bc7e7c0a4850ae5fcc9b7d39194a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d33bc7e7c0a4850ae5fcc9b7d39194a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d33bc7e7c0a4850ae5fcc9b7d39194a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d33bc7e7c0a4850ae5fcc9b7d39194a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d33bc7e7c0a4850ae5fcc9b7d39194a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d33bc7e7c0a4850ae5fcc9b7d39194a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d33bc7e7c0a4850ae5fcc9b7d39194a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d33bc7e7c0a4850ae5fcc9b7d39194a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-02T10:27:14.359145Z",
                "updated_at": "2022-07-02T10:27:14.359180Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5409,
                "name": "Walter Storms Galerie",
                "slug": "walter-storms-galerie",
                "city": "Munich",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "48.1509685,11.5741079",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2022-07-02T10:27:16.888548Z",
            "publish_time": null,
            "slug": "walter-storms-galerie-albert-hien-alte-besen-brennen-besser-2022-06-20",
            "created_at": "2022-07-02T10:27:17.690321Z",
            "updated_at": "2022-07-02T10:27:18.134571Z",
            "summary": "Albert Hien: Alte Besen brennen besser is an Gallery Shows event starting on 20/06/2022, 00:00 and ending on 24/09/2022, 00:00. Event is in Walter Storms Galerie with address Ismaninger Straße 51.",
            "title": "Albert Hien: Alte Besen brennen besser",
            "content": null,
            "start_time": "2022-06-20T00:00:00.000000Z",
            "end_time": "2022-09-24T00: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": "Ismaninger Straße 51",
            "city": "Munich",
            "geolocation": "48.1418123,11.600594",
            "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": 8625,
            "author": {
                "id": "365a9b01-9a24-4787-b4c4-8b89b57364c7",
                "username": "ElenaMartinique",
                "slug": "elenamartinique",
                "first_name": "Jelena",
                "last_name": "Martinović",
                "display_name": "Jelena Martinović",
                "display_name_full": "Jelena Martinović",
                "email": "jelena.martinovic@gmail.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 9474,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92da9d1223214df2802e489bf3289522-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92da9d1223214df2802e489bf3289522-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/92da9d1223214df2802e489bf3289522.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92da9d1223214df2802e489bf3289522-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92da9d1223214df2802e489bf3289522-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92da9d1223214df2802e489bf3289522-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92da9d1223214df2802e489bf3289522-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92da9d1223214df2802e489bf3289522-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92da9d1223214df2802e489bf3289522-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92da9d1223214df2802e489bf3289522-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-05-25T08:00:50.962785Z",
                "updated_at": "2022-05-25T08:00:50.962814Z",
                "is_converted_to_webp": true,
                "caption": "brafa art fair 2022",
                "alt_text": "brafa art fair 2022",
                "description": "",
                "uploaded_by": "365a9b01-9a24-4787-b4c4-8b89b57364c7"
            },
            "venue": 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": "BE",
            "publish_status": "published",
            "published_at": "2022-05-25T08:02:32.420513Z",
            "publish_time": null,
            "slug": "brafa-art-fair-2022",
            "created_at": "2022-05-25T08:02:32.422564Z",
            "updated_at": "2022-05-25T08:02:32.422582Z",
            "summary": "Taking place this June, BRAFA Art Fair 2022 will bring together 115 galleries, retracing more than 5000 years of history.",
            "title": "BRAFA Art Fair 2022",
            "content": "<p><span style=\"text-align: justify;\">One of the longest-running and most prestigious fairs in the world, <b>BRAFA Art Fair</b> is renowned for the high quality and eclecticism of art presented.&nbsp;</span><span style=\"text-align: justify;\">After two alternative initiatives during the pandemic years, the fair finally returns to its original form, marked by the change of venue and season.&nbsp;</span></p><p><span style=\"text-align: justify;\">Taking place this June,&nbsp;</span><span style=\"text-rendering: optimizelegibility; -webkit-tap-highlight-color: transparent; text-align: justify;\"><b>BRAFA Art Fair 2022</b></span><span style=\"text-align: justify;\">&nbsp;will bring together&nbsp;</span><span style=\"text-rendering: optimizelegibility; -webkit-tap-highlight-color: transparent; text-align: justify;\"><b>115 galleries</b></span><span style=\"text-align: justify;\">, retracing more than 5000 years of history. Instead of being held in the Tour &amp; Taxis venue, which was home to BRAFA for almost 20 years, the fair will now take place at Brussels Expo on the Heysel plateau north of the Belgian capital.</span><span style=\"color: rgb(66, 66, 66); font-family: &quot;WorkSans Light&quot;, sans-serif; font-size: 16px; text-align: justify;\"><br></span><br></p>",
            "start_time": "2022-06-19T00:00:00.000000Z",
            "end_time": "2022-06-26T00:00:00.000000Z",
            "is_all_day_event": true,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": true,
            "is_paid_art_fair": false,
            "address": "Pl. de Belgique 1, 1020 Bruxelles, Belgium",
            "city": "Brussels",
            "geolocation": "50.8977117,4.341108",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": "https://www.brafa.art/en",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                24485
            ],
            "additional_images": []
        },
        {
            "id": 9429,
            "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": 10167,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80dee166f8224b1787416ee4a7341fbd-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80dee166f8224b1787416ee4a7341fbd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/80dee166f8224b1787416ee4a7341fbd.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80dee166f8224b1787416ee4a7341fbd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80dee166f8224b1787416ee4a7341fbd-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80dee166f8224b1787416ee4a7341fbd-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80dee166f8224b1787416ee4a7341fbd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80dee166f8224b1787416ee4a7341fbd-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80dee166f8224b1787416ee4a7341fbd-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/80dee166f8224b1787416ee4a7341fbd-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-16T20:44:02.000745Z",
                "updated_at": "2022-06-16T20:44:02.000781Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4532,
                "name": "Hammer Museum",
                "slug": "hammer-museum",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0591217,-118.4436674",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-06-16T20:44:06.041544Z",
            "publish_time": null,
            "slug": "hammer-museum-drawing-down-the-moon-2022-06-19",
            "created_at": "2022-06-16T20:44:06.900166Z",
            "updated_at": "2022-06-16T20:44:07.794834Z",
            "summary": "Drawing Down the Moon is an Gallery Shows event starting on 19/06/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in Hammer Museum with address 10899 Wilshire Blvd.",
            "title": "Drawing Down the Moon",
            "content": null,
            "start_time": "2022-06-19T00:00:00.000000Z",
            "end_time": "2022-09-11T00: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": "10899 Wilshire Blvd",
            "city": "Los Angeles",
            "geolocation": "34.0591533,-118.4436421",
            "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": 9767,
            "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": 10488,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/163e4d61b868426597ee0665bce19e09-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/163e4d61b868426597ee0665bce19e09-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/163e4d61b868426597ee0665bce19e09.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/163e4d61b868426597ee0665bce19e09-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/163e4d61b868426597ee0665bce19e09-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/163e4d61b868426597ee0665bce19e09-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/163e4d61b868426597ee0665bce19e09-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/163e4d61b868426597ee0665bce19e09-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/163e4d61b868426597ee0665bce19e09-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/163e4d61b868426597ee0665bce19e09-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-24T08:19:28.591148Z",
                "updated_at": "2022-06-24T08:19:28.591183Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3679,
                "name": "Matter Studio Gallery",
                "slug": "matter-studio-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0478248,-118.3490141",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-06-24T08:19:33.181123Z",
            "publish_time": null,
            "slug": "matter-studio-gallery-donna-angers-these-women-matter-2022-06-19",
            "created_at": "2022-06-24T08:19:33.979330Z",
            "updated_at": "2022-06-24T08:19:34.878949Z",
            "summary": "Donna Angers: These Women Matter is an Gallery Shows event starting on 19/06/2022, 00:00 and ending on 03/07/2022, 00:00. Event is in Matter Studio Gallery with address 5080 West Pico Boulevard.",
            "title": "Donna Angers: These Women Matter",
            "content": null,
            "start_time": "2022-06-19T00:00:00.000000Z",
            "end_time": "2022-07-03T00: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": "5080 West Pico Boulevard",
            "city": "Los Angeles",
            "geolocation": "34.047826,-118.3475753",
            "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": 9813,
            "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": 10525,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a33b7231995f426685b4b8cc718996e7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a33b7231995f426685b4b8cc718996e7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a33b7231995f426685b4b8cc718996e7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a33b7231995f426685b4b8cc718996e7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a33b7231995f426685b4b8cc718996e7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a33b7231995f426685b4b8cc718996e7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a33b7231995f426685b4b8cc718996e7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a33b7231995f426685b4b8cc718996e7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a33b7231995f426685b4b8cc718996e7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a33b7231995f426685b4b8cc718996e7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-24T10:13:29.534849Z",
                "updated_at": "2022-06-24T10:13:29.534885Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3363,
                "name": "Japan House London",
                "slug": "japan-house-london",
                "city": "London",
                "country": "",
                "geolocation": "51.50127879999999,-0.1917503",
                "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": "GB",
            "publish_status": "published",
            "published_at": "2022-06-24T10:13:31.767970Z",
            "publish_time": null,
            "slug": "japan-house-london-yellow-flower-dream-beatriz-milhazes-in-conversation-with-dr-sofia-gotti-2022-06-19",
            "created_at": "2022-06-24T10:13:32.589221Z",
            "updated_at": "2022-06-24T10:13:33.218987Z",
            "summary": "Yellow Flower Dream: Beatriz Milhazes in Conversation with Dr Sofia Gotti is an Gallery Shows event starting on 19/06/2022, 00:00 and ending on 19/06/2022, 00:00. Event is in Japan House London with address 101-111 Kensington High St.",
            "title": "Yellow Flower Dream: Beatriz Milhazes in Conversation with Dr Sofia Gotti",
            "content": null,
            "start_time": "2022-06-19T00:00:00.000000Z",
            "end_time": "2022-06-19T00: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": "101-111 Kensington High St",
            "city": "London",
            "geolocation": "51.5013496,-0.1916822",
            "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": 9827,
            "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": 10539,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eef6da070df34bbdb8bf7f25e16a8462-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eef6da070df34bbdb8bf7f25e16a8462-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/eef6da070df34bbdb8bf7f25e16a8462.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eef6da070df34bbdb8bf7f25e16a8462-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eef6da070df34bbdb8bf7f25e16a8462-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eef6da070df34bbdb8bf7f25e16a8462-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eef6da070df34bbdb8bf7f25e16a8462-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eef6da070df34bbdb8bf7f25e16a8462-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eef6da070df34bbdb8bf7f25e16a8462-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eef6da070df34bbdb8bf7f25e16a8462-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-25T15:26:59.782716Z",
                "updated_at": "2022-06-25T15:26:59.782752Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5290,
                "name": "Idyllwild Arts",
                "slug": "idyllwild-arts",
                "city": "Idyllwild",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "33.7337283,-116.7468366",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-06-25T15:27:02.810402Z",
            "publish_time": null,
            "slug": "idyllwild-arts-idyllwild-arts-native-american-arts-festival-week-runs-from-june-19-to-24-2022-2022-06-19",
            "created_at": "2022-06-25T15:27:03.597114Z",
            "updated_at": "2022-06-25T15:27:03.975838Z",
            "summary": "Idyllwild Arts' Native American Arts Festival Week Runs from June 19 to 24, 2022 is an Gallery Shows event starting on 19/06/2022, 00:00 and ending on 24/06/2022, 00:00. Event is in Idyllwild Arts with address 52500 Temecula Road.",
            "title": "Idyllwild Arts' Native American Arts Festival Week Runs from June 19 to 24, 2022",
            "content": null,
            "start_time": "2022-06-19T00:00:00.000000Z",
            "end_time": "2022-06-24T00: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": "52500 Temecula Road",
            "city": "Idyllwild-Pine Cove",
            "geolocation": "34.5554333,-117.1756668",
            "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": 10075,
            "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": null,
            "venue": {
                "id": 4674,
                "name": "Beck & Eggeling International Fine Art",
                "slug": "beck-eggeling-international-fine-art",
                "city": "Düsseldorf",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "51.2226585,6.7730842",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2022-06-29T19:16:12.370184Z",
            "publish_time": null,
            "slug": "beck-eggeling-international-fine-art-aljoscha-invincible-happiness-not-just-for-humans-but-for-all-sentient-life-2022-06-19",
            "created_at": "2022-06-29T19:16:13.144266Z",
            "updated_at": "2022-06-29T19:16:13.185590Z",
            "summary": "Aljoscha: Invincible Happiness Not Just For Humans, But For All Sentient Life is an Gallery Shows event starting on 19/06/2022, 00:00 and ending on 23/07/2022, 00:00. Event is in Beck & Eggeling International Fine Art with address Bilker Straße 5 und Bilker Straße 4-6.",
            "title": "Aljoscha: Invincible Happiness Not Just For Humans, But For All Sentient Life",
            "content": null,
            "start_time": "2022-06-19T00:00:00.000000Z",
            "end_time": "2022-07-23T00: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": "Bilker Straße 5 und Bilker Straße 4-6",
            "city": "Düsseldorf",
            "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": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 10101,
            "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": null,
            "venue": {
                "id": 4821,
                "name": "Hauser & Wirth Los Angeles",
                "slug": "hauser-wirth-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0462059,-118.2348186",
                "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": "ES",
            "publish_status": "published",
            "published_at": "2022-06-29T19:56:46.425819Z",
            "publish_time": null,
            "slug": "hauser-wirth-los-angeles-rashid-johnson-sodade-2022-06-19",
            "created_at": "2022-06-29T19:56:47.250212Z",
            "updated_at": "2022-06-29T19:56:47.624856Z",
            "summary": "Rashid Johnson: Sodade is an Gallery Shows event starting on 19/06/2022, 00:00 and ending on 13/11/2022, 01:00. Event is in Hauser & Wirth Los Angeles with address Isla del Rey (Illa del Rei) Mahon.",
            "title": "Rashid Johnson: Sodade",
            "content": null,
            "start_time": "2022-06-19T00:00:00.000000Z",
            "end_time": "2022-11-13T01: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": "Isla del Rey (Illa del Rei) Mahon",
            "city": "Islas Baleares",
            "geolocation": "39.8868777,4.2875286639896375",
            "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": 10132,
            "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": null,
            "venue": {
                "id": 5405,
                "name": "Piano Nobile",
                "slug": "piano-nobile",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5099954,-0.2104853",
                "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": "GB",
            "publish_status": "published",
            "published_at": "2022-07-01T10:00:11.843659Z",
            "publish_time": null,
            "slug": "piano-nobile-the-sculptors-line-2022-06-19",
            "created_at": "2022-07-01T10:00:12.649428Z",
            "updated_at": "2022-07-01T10:00:13.276159Z",
            "summary": "The Sculptors Line is an Gallery Shows event starting on 19/06/2022, 00:00 and ending on 01/08/2022, 00:00. Event is in Piano Nobile with address 129 Portland Road.",
            "title": "The Sculptors Line",
            "content": null,
            "start_time": "2022-06-19T00:00:00.000000Z",
            "end_time": "2022-08-01T00: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": "129 Portland Road",
            "city": "London",
            "geolocation": "-36.8696435,174.796262",
            "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": 9439,
            "author": {
                "id": "cfc50155-9a72-4503-a787-1c7499c807ce",
                "username": "AddictedArtGallery",
                "slug": "addictedartgallery",
                "first_name": "Blair",
                "last_name": "Thomson",
                "display_name": "Blair Thomson",
                "display_name_full": "Blair Thomson",
                "email": "blair@addictedgallery.com",
                "telephone": "+65 9068 2026"
            },
            "price": null,
            "featured_image": {
                "id": 10177,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8d0c8a2216334d01a27eab13f76974b1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8d0c8a2216334d01a27eab13f76974b1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8d0c8a2216334d01a27eab13f76974b1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8d0c8a2216334d01a27eab13f76974b1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8d0c8a2216334d01a27eab13f76974b1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8d0c8a2216334d01a27eab13f76974b1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8d0c8a2216334d01a27eab13f76974b1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8d0c8a2216334d01a27eab13f76974b1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8d0c8a2216334d01a27eab13f76974b1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8d0c8a2216334d01a27eab13f76974b1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-17T10:14:47.343269Z",
                "updated_at": "2022-06-17T10:14:47.343305Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "cfc50155-9a72-4503-a787-1c7499c807ce"
            },
            "venue": {
                "id": 2675,
                "name": "Addicted Art Gallery",
                "slug": "addicted-art-gallery",
                "city": "By Appointment Only",
                "country": {
                    "code": "SG",
                    "name": "Singapore"
                },
                "geolocation": "1.2916105,103.84547989999999",
                "artworks_for_sale_count": 28,
                "featured_image": {
                    "id": 2840,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Addicted_Art_Gallery-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Addicted_Art_Gallery-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Addicted_Art_Gallery-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Addicted_Art_Gallery.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Addicted_Art_Gallery-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Addicted_Art_Gallery-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Addicted_Art_Gallery-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Addicted_Art_Gallery-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-06-08T09:33:34.304216Z",
                    "updated_at": "2021-09-14T13:39:53.887486Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "cfc50155-9a72-4503-a787-1c7499c807ce"
                },
                "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": "2022-06-17T10:14:53.048020Z",
            "publish_time": null,
            "slug": "inyaface-4",
            "created_at": "2022-06-17T10:14:53.051723Z",
            "updated_at": "2022-06-17T10:24:19.621027Z",
            "summary": "#INYAFACE 4 is an Gallery Shows event starting on 18/06/2022, 08:00 and ending on 31/07/2022, 23:59. Event is in Addicted Art Gallery with address Online-Only.",
            "title": "#INYAFACE 4",
            "content": "What constitutes a controversial or provocative work of art? From political, social and environmental topics to questioning the art itself, inspired conversations are evoked by art that is in your face.\r\n\r\n#INYAFACE is back! Now in its fourth edition, this virtual exhibition brings you a global melting pot of pop and urban art to tickle your senses.\r\n\r\nAddicted Art Gallery is delighted to present you with this visual feast featuring boundary-pushing artists, including:\r\n\r\nBen Frost - Booda Brand - Charlie Haydn Taylor - Dan Witz - FAILE - Formento & Formento - Formento x Pastor - Greg Beebe - HUSH - Joe Webb - Markus Klinko - Martin Whatson - Mojoko x Eric Foenander - Nick Walker - PREFAB77 - Pure Evil - RoamCouch - Shepard Fairey - SNIK - STATIC - Tinker Brothers\r\n\r\nOur 3D gallery is available to you wherever you like to login.\r\n\r\nTime: At your leisure\r\nPlace: Wherever you are\r\nBring: Popcorn\r\n3D Gallery: https://bit.ly/INYAFACE4\r\n\r\nGot a question? Get #INOURFACE at blair@addictedgallery.com",
            "start_time": "2022-06-18T08:00:00.000000Z",
            "end_time": "2022-07-31T23:59: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": "Online-Only",
            "city": "",
            "geolocation": "1.2916105,103.84547989999999",
            "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": true,
            "banner_logo": null,
            "artists": [
                6334,
                8,
                6992,
                7671,
                231,
                10261,
                11611,
                1555,
                1454,
                7028,
                11,
                15785,
                18,
                43,
                640,
                13,
                3640,
                8874,
                5408,
                7672,
                15611
            ],
            "artworks": [
                5092,
                5321,
                8901,
                11454,
                12625,
                14293,
                31687,
                63115,
                66792,
                77289,
                79355,
                84818,
                85163,
                87985,
                88547,
                94763,
                95034
            ],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 8113,
            "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": 9075,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b3b2e9f700ee43f3b4c485c808c7213b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b3b2e9f700ee43f3b4c485c808c7213b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b3b2e9f700ee43f3b4c485c808c7213b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b3b2e9f700ee43f3b4c485c808c7213b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b3b2e9f700ee43f3b4c485c808c7213b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b3b2e9f700ee43f3b4c485c808c7213b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b3b2e9f700ee43f3b4c485c808c7213b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b3b2e9f700ee43f3b4c485c808c7213b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b3b2e9f700ee43f3b4c485c808c7213b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b3b2e9f700ee43f3b4c485c808c7213b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-22T16:19:32.252077Z",
                "updated_at": "2022-04-22T16:19:32.252133Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3488,
                "name": "Newlyn Art Gallery & The Exchange",
                "slug": "newlyn-art-gallery",
                "city": "Newlyn",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.1074657,-5.549703399999999",
                "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": "GB",
            "publish_status": "published",
            "published_at": "2022-04-22T16:19:36.426804Z",
            "publish_time": null,
            "slug": "newlyn-art-gallery-creative-connections-cornwall-2022-06-18",
            "created_at": "2022-04-22T16:19:37.157965Z",
            "updated_at": "2022-04-22T16:19:37.757516Z",
            "summary": "Creative Connections Cornwall is an Gallery Shows event starting on 18/06/2022, 00:00 and ending on 17/09/2022, 00:00. Event is in Newlyn Art Gallery & The Exchange with address Princes Street.",
            "title": "Creative Connections Cornwall",
            "content": null,
            "start_time": "2022-06-18T00:00:00.000000Z",
            "end_time": "2022-09-17T00: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": "Princes Street",
            "city": "Penzance",
            "geolocation": "55.952799,-3.1925521",
            "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": 8122,
            "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": 9085,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/760a875ec86f442dbee394b9d1134271-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/760a875ec86f442dbee394b9d1134271-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/760a875ec86f442dbee394b9d1134271.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/760a875ec86f442dbee394b9d1134271-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/760a875ec86f442dbee394b9d1134271-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/760a875ec86f442dbee394b9d1134271-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/760a875ec86f442dbee394b9d1134271-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/760a875ec86f442dbee394b9d1134271-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/760a875ec86f442dbee394b9d1134271-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/760a875ec86f442dbee394b9d1134271-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-22T16:21:03.584872Z",
                "updated_at": "2022-04-22T16:21:03.584908Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3550,
                "name": "Yorkshire Sculpture Park",
                "slug": "yorkshire-sculpture-park",
                "city": "Wakefield",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.6072965,-1.5631592",
                "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": "GB",
            "publish_status": "published",
            "published_at": "2022-04-22T16:21:07.691856Z",
            "publish_time": null,
            "slug": "yorkshire-sculpture-park-jaume-plensa-in-small-places-close-to-home-2022-06-18",
            "created_at": "2022-04-22T16:21:08.439774Z",
            "updated_at": "2022-04-22T16:21:08.793255Z",
            "summary": "Jaume Plensa: In small places, close to home is an Gallery Shows event starting on 18/06/2022, 00:00 and ending on 30/10/2022, 00:00. Event is in Yorkshire Sculpture Park with address West Bretton.",
            "title": "Jaume Plensa: In small places, close to home",
            "content": null,
            "start_time": "2022-06-18T00:00:00.000000Z",
            "end_time": "2022-10-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "West Bretton",
            "city": "Wakefield",
            "geolocation": "53.6199425,-1.5648379",
            "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": 8692,
            "author": {
                "id": "b5831ba0-a7fc-4c2b-8937-ab6b1eda9c87",
                "username": "silvia_1472",
                "slug": "silvia_1472",
                "first_name": "Silvia",
                "last_name": "Bonsiepe",
                "display_name": "Silvia Bonsiepe",
                "display_name_full": "Silvia Bonsiepe",
                "email": "silvia.bonsiepe@klemms-berlin.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 9543,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db5a15baecfd42998cafb6deb42dc4c4-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db5a15baecfd42998cafb6deb42dc4c4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/db5a15baecfd42998cafb6deb42dc4c4.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db5a15baecfd42998cafb6deb42dc4c4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db5a15baecfd42998cafb6deb42dc4c4-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db5a15baecfd42998cafb6deb42dc4c4-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db5a15baecfd42998cafb6deb42dc4c4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db5a15baecfd42998cafb6deb42dc4c4-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db5a15baecfd42998cafb6deb42dc4c4-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db5a15baecfd42998cafb6deb42dc4c4-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-01T17:19:32.651499Z",
                "updated_at": "2022-06-01T17:19:32.651557Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3057,
                "name": "Klemm's",
                "slug": "klemms",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5016658,13.4138041",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2705,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/klemms-dp-1586446666-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/klemms-dp-1586446666-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/klemms-dp-1586446666-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/klemms-dp-1586446666.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/klemms-dp-1586446666-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/klemms-dp-1586446666-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/klemms-dp-1586446666-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/klemms-dp-1586446666-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-05-07T14:55:07.393341Z",
                    "updated_at": "2021-09-14T13:36:18.479880Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2022-06-01T17:19:36.134459Z",
            "publish_time": null,
            "slug": "klemms-full-bodied-hum-2022-06-18",
            "created_at": "2022-06-01T17:19:36.842869Z",
            "updated_at": "2022-08-03T08:41:56.921558Z",
            "summary": "Full-bodied (hum) is an Gallery Shows event starting on 18/06/2022, 00:00 and ending on 30/07/2022, 00:00. Event is in Klemm's with address 29 Prinzessinnenstraße.",
            "title": "Full-bodied (hum)",
            "content": null,
            "start_time": "2022-06-18T00:00:00.000000Z",
            "end_time": "2022-07-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "29 Prinzessinnenstraße",
            "city": "Berlin",
            "geolocation": "52.386542,13.394249",
            "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": 8746,
            "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": 9588,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00dc044635cb482cabfaf3644203fb04-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00dc044635cb482cabfaf3644203fb04-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/00dc044635cb482cabfaf3644203fb04.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00dc044635cb482cabfaf3644203fb04-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00dc044635cb482cabfaf3644203fb04-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00dc044635cb482cabfaf3644203fb04-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00dc044635cb482cabfaf3644203fb04-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00dc044635cb482cabfaf3644203fb04-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00dc044635cb482cabfaf3644203fb04-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00dc044635cb482cabfaf3644203fb04-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-01T19:59:28.534349Z",
                "updated_at": "2022-06-01T19:59:28.534388Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4403,
                "name": "Modern Painters, New Decorators",
                "slug": "modern-painters-new-decorators",
                "city": "Loughborough",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.77163969999999,-1.2067785",
                "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": "GB",
            "publish_status": "published",
            "published_at": "2022-06-01T19:59:31.608987Z",
            "publish_time": null,
            "slug": "modern-painters-new-decorators-ghost-hat-lizard-by-daniel-cowlam-2022-06-18",
            "created_at": "2022-06-01T19:59:32.376254Z",
            "updated_at": "2022-06-01T19:59:33.061359Z",
            "summary": "'Ghost Hat Lizard' by Daniel Cowlam is an Gallery Shows event starting on 18/06/2022, 00:00 and ending on 30/07/2022, 00:00. Event is in Modern Painters, New Decorators with address Unit 33.",
            "title": "'Ghost Hat Lizard' by Daniel Cowlam",
            "content": null,
            "start_time": "2022-06-18T00:00:00.000000Z",
            "end_time": "2022-07-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Unit 33",
            "city": "Loughborough",
            "geolocation": "-37.9523562,145.079636",
            "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": 8747,
            "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": 9590,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c15f6e5afed34ad7a84d1bbf5f771180-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c15f6e5afed34ad7a84d1bbf5f771180-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c15f6e5afed34ad7a84d1bbf5f771180.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c15f6e5afed34ad7a84d1bbf5f771180-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c15f6e5afed34ad7a84d1bbf5f771180-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c15f6e5afed34ad7a84d1bbf5f771180-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c15f6e5afed34ad7a84d1bbf5f771180-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c15f6e5afed34ad7a84d1bbf5f771180-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c15f6e5afed34ad7a84d1bbf5f771180-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c15f6e5afed34ad7a84d1bbf5f771180-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-01T19:59:29.446535Z",
                "updated_at": "2022-06-01T19:59:29.446588Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 405,
                "name": "MoMA",
                "slug": "moma",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7614029,-73.9776248",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 95,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/MoMA-2.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-17T20:58:49.945877Z",
                    "updated_at": "2021-09-14T12:38:45.020345Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "MoMA-2",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-06-01T19:59:31.701689Z",
            "publish_time": null,
            "slug": "moma-projects-carolina-caycedo-and-david-de-rozas-2022-06-18",
            "created_at": "2022-06-01T19:59:32.414256Z",
            "updated_at": "2022-06-01T19:59:33.704594Z",
            "summary": "Projects: Carolina Caycedo and David de Rozas is an Museum Exhibitions event starting on 18/06/2022, 00:00 and ending on 02/01/2023, 01:00. Event is in MoMA with address 11 West 53rd Street.",
            "title": "Projects: Carolina Caycedo and David de Rozas",
            "content": null,
            "start_time": "2022-06-18T00:00:00.000000Z",
            "end_time": "2023-01-02T01: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": "11 West 53rd Street",
            "city": "Midtown - New York",
            "geolocation": "40.761612400000004,-73.97749918210806",
            "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": 8760,
            "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": 9599,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c1e74fb923d43ccab45c43f6c156de7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c1e74fb923d43ccab45c43f6c156de7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1c1e74fb923d43ccab45c43f6c156de7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c1e74fb923d43ccab45c43f6c156de7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c1e74fb923d43ccab45c43f6c156de7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c1e74fb923d43ccab45c43f6c156de7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c1e74fb923d43ccab45c43f6c156de7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c1e74fb923d43ccab45c43f6c156de7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c1e74fb923d43ccab45c43f6c156de7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c1e74fb923d43ccab45c43f6c156de7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-01T21:03:01.256311Z",
                "updated_at": "2022-06-01T21:03:01.256368Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4104,
                "name": "New Ashgate Gallery",
                "slug": "new-ashgate-gallery",
                "city": "Farnham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.212975,-0.7992324",
                "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": "GB",
            "publish_status": "published",
            "published_at": "2022-06-01T21:03:06.083978Z",
            "publish_time": null,
            "slug": "new-ashgate-gallery-the-art-of-being-outside-2022-06-18",
            "created_at": "2022-06-01T21:03:06.811828Z",
            "updated_at": "2022-06-01T21:03:06.853587Z",
            "summary": "The Art Of Being Outside is an Gallery Shows event starting on 18/06/2022, 00:00 and ending on 23/07/2022, 00:00. Event is in New Ashgate Gallery with address Wagon Yard/Lower Church La.",
            "title": "The Art Of Being Outside",
            "content": null,
            "start_time": "2022-06-18T00:00:00.000000Z",
            "end_time": "2022-07-23T00: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": "Wagon Yard/Lower Church La",
            "city": "Farnham",
            "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": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 8761,
            "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": 9601,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d94cdadac779404e994c1bb50ebada9f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d94cdadac779404e994c1bb50ebada9f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d94cdadac779404e994c1bb50ebada9f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d94cdadac779404e994c1bb50ebada9f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d94cdadac779404e994c1bb50ebada9f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d94cdadac779404e994c1bb50ebada9f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d94cdadac779404e994c1bb50ebada9f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d94cdadac779404e994c1bb50ebada9f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d94cdadac779404e994c1bb50ebada9f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d94cdadac779404e994c1bb50ebada9f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-01T21:03:02.804466Z",
                "updated_at": "2022-06-01T21:03:02.804503Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4104,
                "name": "New Ashgate Gallery",
                "slug": "new-ashgate-gallery",
                "city": "Farnham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.212975,-0.7992324",
                "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": "GB",
            "publish_status": "published",
            "published_at": "2022-06-01T21:03:08.560166Z",
            "publish_time": null,
            "slug": "new-ashgate-gallery-solitude-is-bliss-2022-06-18",
            "created_at": "2022-06-01T21:03:09.281844Z",
            "updated_at": "2022-06-01T21:03:09.322433Z",
            "summary": "Solitude Is Bliss is an Gallery Shows event starting on 18/06/2022, 00:00 and ending on 23/07/2022, 00:00. Event is in New Ashgate Gallery with address Wagon Yard/Lower Church La.",
            "title": "Solitude Is Bliss",
            "content": null,
            "start_time": "2022-06-18T00:00:00.000000Z",
            "end_time": "2022-07-23T00: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": "Wagon Yard/Lower Church La",
            "city": "Farnham",
            "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": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 8765,
            "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": 9605,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f52e60b6b54c4d2fa6c7ca7a1ac01a8f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f52e60b6b54c4d2fa6c7ca7a1ac01a8f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f52e60b6b54c4d2fa6c7ca7a1ac01a8f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f52e60b6b54c4d2fa6c7ca7a1ac01a8f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f52e60b6b54c4d2fa6c7ca7a1ac01a8f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f52e60b6b54c4d2fa6c7ca7a1ac01a8f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f52e60b6b54c4d2fa6c7ca7a1ac01a8f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f52e60b6b54c4d2fa6c7ca7a1ac01a8f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f52e60b6b54c4d2fa6c7ca7a1ac01a8f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f52e60b6b54c4d2fa6c7ca7a1ac01a8f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-01T21:03:11.072978Z",
                "updated_at": "2022-06-01T21:03:11.073039Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4104,
                "name": "New Ashgate Gallery",
                "slug": "new-ashgate-gallery",
                "city": "Farnham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.212975,-0.7992324",
                "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": "GB",
            "publish_status": "published",
            "published_at": "2022-06-01T21:03:15.110965Z",
            "publish_time": null,
            "slug": "new-ashgate-gallery-sculptor-in-focus-2022-06-18",
            "created_at": "2022-06-01T21:03:15.835142Z",
            "updated_at": "2022-06-01T21:03:15.884047Z",
            "summary": "Sculptor In Focus is an Gallery Shows event starting on 18/06/2022, 00:00 and ending on 23/07/2022, 00:00. Event is in New Ashgate Gallery with address Wagon Yard/Lower Church La.",
            "title": "Sculptor In Focus",
            "content": null,
            "start_time": "2022-06-18T00:00:00.000000Z",
            "end_time": "2022-07-23T00: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": "Wagon Yard/Lower Church La",
            "city": "Farnham",
            "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": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        }
    ]
}