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

{
    "count": 37591,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=23742&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=23706&ordering=-end_time",
    "results": [
        {
            "id": 9153,
            "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": 9932,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6754449d667f4bbeac1789a522cbec54-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6754449d667f4bbeac1789a522cbec54-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6754449d667f4bbeac1789a522cbec54.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6754449d667f4bbeac1789a522cbec54-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6754449d667f4bbeac1789a522cbec54-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6754449d667f4bbeac1789a522cbec54-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6754449d667f4bbeac1789a522cbec54-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6754449d667f4bbeac1789a522cbec54-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6754449d667f4bbeac1789a522cbec54-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6754449d667f4bbeac1789a522cbec54-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-09T11:43:57.949995Z",
                "updated_at": "2022-06-09T11:43:57.950070Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4755,
                "name": "Auckland Art Gallery Toi o Tamaki",
                "slug": "auckland-art-gallery-toi-o-tamaki",
                "city": "Auckland",
                "country": {
                    "code": "NZ",
                    "name": "New Zealand"
                },
                "geolocation": "-36.8479231,174.758329",
                "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": "NZ",
            "publish_status": "published",
            "published_at": "2022-06-09T11:44:00.280017Z",
            "publish_time": null,
            "slug": "auckland-art-gallery-toi-o-tamaki-gilbert-george-the-tamaki-makaurau-auckland-exhibition-2022-06-11",
            "created_at": "2022-06-09T11:44:01.024741Z",
            "updated_at": "2022-06-09T11:44:01.072253Z",
            "summary": "Gilbert & George: The Tāmaki Makaurau Auckland Exhibition is an Gallery Shows event starting on 11/06/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in Auckland Art Gallery Toi o Tamaki with address cnr Kitchener and Wellesley Streets.",
            "title": "Gilbert & George: The Tāmaki Makaurau Auckland Exhibition",
            "content": null,
            "start_time": "2022-06-11T00: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": "cnr Kitchener and Wellesley Streets",
            "city": "Auckland",
            "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": 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": 9459,
            "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": 10197,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3bd82fb300504d0eaf41933016260c59-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3bd82fb300504d0eaf41933016260c59-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3bd82fb300504d0eaf41933016260c59.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3bd82fb300504d0eaf41933016260c59-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3bd82fb300504d0eaf41933016260c59-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3bd82fb300504d0eaf41933016260c59-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3bd82fb300504d0eaf41933016260c59-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3bd82fb300504d0eaf41933016260c59-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3bd82fb300504d0eaf41933016260c59-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3bd82fb300504d0eaf41933016260c59-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-18T09:12:22.622469Z",
                "updated_at": "2022-06-18T09:12:22.622527Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5089,
                "name": "Wadsworth Atheneum Museum of Art",
                "slug": "wadsworth-atheneum-museum-art",
                "city": "Hartford",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "41.7636438,-72.6730446",
                "artworks_for_sale_count": 0,
                "featured_image": 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-18T09:12:24.826074Z",
            "publish_time": null,
            "slug": "wadsworth-atheneum-museum-of-art-hamilton-the-art-of-remaking-history-2022-06-24",
            "created_at": "2022-06-18T09:12:25.646437Z",
            "updated_at": "2022-06-18T09:12:33.143518Z",
            "summary": "Hamilton: The Art Of Remaking History is an Museum Exhibitions event starting on 24/06/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in Wadsworth Atheneum Museum of Art with address 600 Main Street.",
            "title": "Hamilton: The Art Of Remaking History",
            "content": null,
            "start_time": "2022-06-24T00: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": "600 Main Street",
            "city": "Hartford",
            "geolocation": "42.03342345,-87.67996004631081",
            "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": 9569,
            "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": 10303,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d07074472d57472b88ec5eec01631402-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d07074472d57472b88ec5eec01631402-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d07074472d57472b88ec5eec01631402.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d07074472d57472b88ec5eec01631402-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d07074472d57472b88ec5eec01631402-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d07074472d57472b88ec5eec01631402-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d07074472d57472b88ec5eec01631402-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d07074472d57472b88ec5eec01631402-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d07074472d57472b88ec5eec01631402-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d07074472d57472b88ec5eec01631402-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-21T20:40:57.356168Z",
                "updated_at": "2022-06-21T20:40:57.356203Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5162,
                "name": "Portland Museum of Art, Maine",
                "slug": "portland-museum-art-maine",
                "city": "Portland",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "43.6688249,-70.2446781",
                "artworks_for_sale_count": 0,
                "featured_image": 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-21T20:40:59.495211Z",
            "publish_time": null,
            "slug": "portland-museum-of-art-maine-flying-woman-the-paintings-of-katherine-bradford-2022-06-25",
            "created_at": "2022-06-21T20:41:01.293194Z",
            "updated_at": "2022-06-21T20:41:01.640463Z",
            "summary": "Flying Woman: The Paintings of Katherine Bradford is an Museum Exhibitions event starting on 25/06/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in Portland Museum of Art, Maine with address 7 Congress Square.",
            "title": "Flying Woman: The Paintings of Katherine Bradford",
            "content": null,
            "start_time": "2022-06-25T00: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": "7 Congress Square",
            "city": "Portland",
            "geolocation": "43.65397055,-70.26250878256405",
            "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": 9732,
            "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": 10455,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c327ad9c200e4c6eac383d07c05b141a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c327ad9c200e4c6eac383d07c05b141a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c327ad9c200e4c6eac383d07c05b141a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c327ad9c200e4c6eac383d07c05b141a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c327ad9c200e4c6eac383d07c05b141a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c327ad9c200e4c6eac383d07c05b141a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c327ad9c200e4c6eac383d07c05b141a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c327ad9c200e4c6eac383d07c05b141a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c327ad9c200e4c6eac383d07c05b141a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c327ad9c200e4c6eac383d07c05b141a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-23T09:37:40.490837Z",
                "updated_at": "2022-06-23T09:37:40.490892Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 713,
                "name": "WHITE CUBE BERMONDSEY London",
                "slug": "white-cube-bermondsey-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4996041,-0.08180770000001303",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 439,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-18T13:53:32.254550Z",
                    "updated_at": "2021-09-14T12:46:02.031770Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "078b4eba5d110f3c7e283aa2399fb35b_0",
                    "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": "GB",
            "publish_status": "published",
            "published_at": "2022-06-23T09:37:42.950096Z",
            "publish_time": null,
            "slug": "white-cube-london-bermondsey-street-danica-lundy-stop-bath-2022-07-08",
            "created_at": "2022-06-23T09:37:43.713669Z",
            "updated_at": "2022-06-23T09:37:44.086319Z",
            "summary": "Danica Lundy: Stop Bath is an Gallery Shows event starting on 08/07/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in WHITE CUBE BERMONDSEY London with address Bermondsey Street 144-152.",
            "title": "Danica Lundy: Stop Bath",
            "content": null,
            "start_time": "2022-07-08T00: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": "Bermondsey Street 144-152",
            "city": "London",
            "geolocation": "51.49945965,-0.08232898488016241",
            "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": 9734,
            "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": 10456,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/15683511e9414eaabeb88784291f0da1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/15683511e9414eaabeb88784291f0da1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/15683511e9414eaabeb88784291f0da1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/15683511e9414eaabeb88784291f0da1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/15683511e9414eaabeb88784291f0da1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/15683511e9414eaabeb88784291f0da1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/15683511e9414eaabeb88784291f0da1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/15683511e9414eaabeb88784291f0da1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/15683511e9414eaabeb88784291f0da1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/15683511e9414eaabeb88784291f0da1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-23T09:37:41.877796Z",
                "updated_at": "2022-06-23T09:37:41.877850Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 713,
                "name": "WHITE CUBE BERMONDSEY London",
                "slug": "white-cube-bermondsey-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4996041,-0.08180770000001303",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 439,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-18T13:53:32.254550Z",
                    "updated_at": "2021-09-14T12:46:02.031770Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "078b4eba5d110f3c7e283aa2399fb35b_0",
                    "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": "GB",
            "publish_status": "published",
            "published_at": "2022-06-23T09:37:44.046940Z",
            "publish_time": null,
            "slug": "white-cube-london-bermondsey-street-louise-giovanelli-as-if-almost-2022-07-08",
            "created_at": "2022-06-23T09:37:44.833864Z",
            "updated_at": "2022-06-23T09:37:45.296843Z",
            "summary": "Louise Giovanelli: As If, Almost is an Gallery Shows event starting on 08/07/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in WHITE CUBE BERMONDSEY London with address Bermondsey Street 144-152.",
            "title": "Louise Giovanelli: As If, Almost",
            "content": null,
            "start_time": "2022-07-08T00: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": "Bermondsey Street 144-152",
            "city": "London",
            "geolocation": "51.49945965,-0.08232898488016241",
            "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": 9735,
            "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": 10457,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db46f522d46b4c2b910896ba3aaa2a03-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db46f522d46b4c2b910896ba3aaa2a03-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/db46f522d46b4c2b910896ba3aaa2a03.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db46f522d46b4c2b910896ba3aaa2a03-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db46f522d46b4c2b910896ba3aaa2a03-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db46f522d46b4c2b910896ba3aaa2a03-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db46f522d46b4c2b910896ba3aaa2a03-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db46f522d46b4c2b910896ba3aaa2a03-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db46f522d46b4c2b910896ba3aaa2a03-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db46f522d46b4c2b910896ba3aaa2a03-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-23T09:37:41.896440Z",
                "updated_at": "2022-06-23T09:37:41.896500Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 713,
                "name": "WHITE CUBE BERMONDSEY London",
                "slug": "white-cube-bermondsey-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4996041,-0.08180770000001303",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 439,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/078b4eba5d110f3c7e283aa2399fb35b_0-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-18T13:53:32.254550Z",
                    "updated_at": "2021-09-14T12:46:02.031770Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "078b4eba5d110f3c7e283aa2399fb35b_0",
                    "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": "GB",
            "publish_status": "published",
            "published_at": "2022-06-23T09:37:44.313812Z",
            "publish_time": null,
            "slug": "white-cube-london-bermondsey-street-ilana-savdie-in-jest-2022-07-08",
            "created_at": "2022-06-23T09:37:45.101981Z",
            "updated_at": "2022-06-23T09:37:45.790431Z",
            "summary": "Ilana Savdie: In jest is an Gallery Shows event starting on 08/07/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in WHITE CUBE BERMONDSEY London with address Bermondsey Street 144-152.",
            "title": "Ilana Savdie: In jest",
            "content": null,
            "start_time": "2022-07-08T00: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": "Bermondsey Street 144-152",
            "city": "London",
            "geolocation": "51.49945965,-0.08232898488016241",
            "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": 9762,
            "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": 10483,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8de94fc276464aeca69729f26395481f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8de94fc276464aeca69729f26395481f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8de94fc276464aeca69729f26395481f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8de94fc276464aeca69729f26395481f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8de94fc276464aeca69729f26395481f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8de94fc276464aeca69729f26395481f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8de94fc276464aeca69729f26395481f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8de94fc276464aeca69729f26395481f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8de94fc276464aeca69729f26395481f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8de94fc276464aeca69729f26395481f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-24T08:19:27.774685Z",
                "updated_at": "2022-06-24T08:19:27.774734Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3468,
                "name": "Memphis Brooks Museum of Art",
                "slug": "memphis-brooks-museum-art",
                "city": "Memphis",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "35.1444963,-89.9945355",
                "artworks_for_sale_count": 0,
                "featured_image": 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-24T08:19:30.156201Z",
            "publish_time": null,
            "slug": "memphis-brooks-museum-of-art-another-dimension-digital-art-in-memphis-2022-06-24",
            "created_at": "2022-06-24T08:19:30.953143Z",
            "updated_at": "2022-06-24T08:19:31.891735Z",
            "summary": "Another Dimension: Digital Art In Memphis is an Museum Exhibitions event starting on 24/06/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in Memphis Brooks Museum of Art with address 1934 Poplar Avenue.",
            "title": "Another Dimension: Digital Art In Memphis",
            "content": null,
            "start_time": "2022-06-24T00: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": "1934 Poplar Avenue",
            "city": "Memphis",
            "geolocation": "35.1445454,-89.99464162928146",
            "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": 10341,
            "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": 10986,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/272070d4f20b4b0abd6f95274ae4f24a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/272070d4f20b4b0abd6f95274ae4f24a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/272070d4f20b4b0abd6f95274ae4f24a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/272070d4f20b4b0abd6f95274ae4f24a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/272070d4f20b4b0abd6f95274ae4f24a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/272070d4f20b4b0abd6f95274ae4f24a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/272070d4f20b4b0abd6f95274ae4f24a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/272070d4f20b4b0abd6f95274ae4f24a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/272070d4f20b4b0abd6f95274ae4f24a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/272070d4f20b4b0abd6f95274ae4f24a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-07T20:55:52.906807Z",
                "updated_at": "2022-07-07T20:55:52.906853Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5485,
                "name": "Dean Clough",
                "slug": "dean-clough",
                "city": "Halifax",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.7282575,-1.8639791",
                "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-07T20:55:56.178615Z",
            "publish_time": null,
            "slug": "dean-clough-art-lab-2022-07-30",
            "created_at": "2022-07-07T20:55:56.964896Z",
            "updated_at": "2022-07-07T20:55:56.964916Z",
            "summary": null,
            "title": "Art Lab",
            "content": null,
            "start_time": "2022-07-30T00: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": "",
            "city": "Halifax",
            "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": 10524,
            "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": 11140,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a457dafbf3364b0f86ef3df5a5c52cd4-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a457dafbf3364b0f86ef3df5a5c52cd4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a457dafbf3364b0f86ef3df5a5c52cd4.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a457dafbf3364b0f86ef3df5a5c52cd4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a457dafbf3364b0f86ef3df5a5c52cd4-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a457dafbf3364b0f86ef3df5a5c52cd4-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a457dafbf3364b0f86ef3df5a5c52cd4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a457dafbf3364b0f86ef3df5a5c52cd4-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a457dafbf3364b0f86ef3df5a5c52cd4-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a457dafbf3364b0f86ef3df5a5c52cd4-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-13T13:29:13.648512Z",
                "updated_at": "2022-07-13T13:29:13.648588Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5570,
                "name": "The Brewhouse Theatre and Arts Centre",
                "slug": "brewhouse-theatre-and-arts-centre",
                "city": "Taunton",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.0180081,-3.1021487",
                "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-13T13:29:17.603321Z",
            "publish_time": null,
            "slug": "the-brewhouse-theatre-and-arts-centre-pennie-elfick-talking-to-myself-2022-08-06",
            "created_at": "2022-07-13T13:29:18.378678Z",
            "updated_at": "2022-07-13T13:29:19.035779Z",
            "summary": "Pennie Elfick | Talking to Myself is an Gallery Shows event starting on 06/08/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in The Brewhouse Theatre and Arts Centre with address Coal Orchard.",
            "title": "Pennie Elfick | Talking to Myself",
            "content": null,
            "start_time": "2022-08-06T00: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": "Coal Orchard",
            "city": "Taunton",
            "geolocation": "51.017622,-3.101998",
            "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": 10551,
            "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": 3573,
                "name": "White Cube Aspen",
                "slug": "white-cube-aspen",
                "city": "Aspen",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.1895263,-106.8194854",
                "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-13T19:19:33.880304Z",
            "publish_time": null,
            "slug": "white-cube-aspen-as-if-almost-2022-07-08",
            "created_at": "2022-07-13T19:19:34.743926Z",
            "updated_at": "2022-07-13T19:19:35.208146Z",
            "summary": "As If, Almost is an Gallery Shows event starting on 08/07/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in White Cube Aspen with address 144-152 Bermondsey Street.",
            "title": "As If, Almost",
            "content": null,
            "start_time": "2022-07-08T00: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": "144-152 Bermondsey Street",
            "city": "London",
            "geolocation": "51.49945965,-0.08232898488016241",
            "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": 10655,
            "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": 11260,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a96405e0942a4f5b83203a726874d85d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a96405e0942a4f5b83203a726874d85d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a96405e0942a4f5b83203a726874d85d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a96405e0942a4f5b83203a726874d85d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a96405e0942a4f5b83203a726874d85d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a96405e0942a4f5b83203a726874d85d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a96405e0942a4f5b83203a726874d85d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a96405e0942a4f5b83203a726874d85d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a96405e0942a4f5b83203a726874d85d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a96405e0942a4f5b83203a726874d85d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-18T20:19:22.103128Z",
                "updated_at": "2022-07-18T20:19:22.103167Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5619,
                "name": "SCI-Arc Gallery",
                "slug": "sci-arc-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0440447,-118.2327892",
                "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-07-18T20:19:24.126927Z",
            "publish_time": null,
            "slug": "sci-arc-gallery-william-virgil-intentionally-opaque-2022-07-29",
            "created_at": "2022-07-18T20:19:24.918700Z",
            "updated_at": "2022-07-18T20:19:25.978429Z",
            "summary": "William Virgil: Intentionally Opaque is an Gallery Shows event starting on 29/07/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in SCI-Arc Gallery with address 960 East 3rd Street.",
            "title": "William Virgil: Intentionally Opaque",
            "content": null,
            "start_time": "2022-07-29T00: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": "960 East 3rd Street",
            "city": "Los Angeles",
            "geolocation": "34.0431787,-118.2328067",
            "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": 10782,
            "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": 11373,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f348fd1bcaec4f71b283ef0c9e287f1a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f348fd1bcaec4f71b283ef0c9e287f1a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f348fd1bcaec4f71b283ef0c9e287f1a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f348fd1bcaec4f71b283ef0c9e287f1a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f348fd1bcaec4f71b283ef0c9e287f1a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f348fd1bcaec4f71b283ef0c9e287f1a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f348fd1bcaec4f71b283ef0c9e287f1a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f348fd1bcaec4f71b283ef0c9e287f1a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f348fd1bcaec4f71b283ef0c9e287f1a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f348fd1bcaec4f71b283ef0c9e287f1a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-22T20:47:12.284247Z",
                "updated_at": "2022-07-22T20:47:12.284292Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5619,
                "name": "SCI-Arc Gallery",
                "slug": "sci-arc-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0440447,-118.2327892",
                "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-07-22T20:47:14.261271Z",
            "publish_time": null,
            "slug": "sci-arc-sci-arc-presents-william-virgil-intentionally-opaque-2022-07-29",
            "created_at": "2022-07-22T20:47:15.128289Z",
            "updated_at": "2022-07-22T20:47:15.927594Z",
            "summary": "SCI-Arc Presents William Virgil: \"Intentionally Opaque\" is an Gallery Shows event starting on 29/07/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in SCI-Arc Gallery with address 960 East 3rd Street.",
            "title": "SCI-Arc Presents William Virgil: \"Intentionally Opaque\"",
            "content": null,
            "start_time": "2022-07-29T00: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": "960 East 3rd Street",
            "city": "Los Angeles",
            "geolocation": "34.0431787,-118.2328067",
            "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": 10832,
            "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": 11410,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8a18b5225ee42b5920d49be35fc4563-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8a18b5225ee42b5920d49be35fc4563-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a8a18b5225ee42b5920d49be35fc4563.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8a18b5225ee42b5920d49be35fc4563-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8a18b5225ee42b5920d49be35fc4563-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8a18b5225ee42b5920d49be35fc4563-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8a18b5225ee42b5920d49be35fc4563-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8a18b5225ee42b5920d49be35fc4563-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8a18b5225ee42b5920d49be35fc4563-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8a18b5225ee42b5920d49be35fc4563-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-25T10:18:59.244687Z",
                "updated_at": "2022-07-25T10:18:59.244724Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3659,
                "name": "Künstlerhaus Bethanien",
                "slug": "kunstlerhaus-bethanien",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.49794130000001,13.4189933",
                "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-25T10:19:01.643648Z",
            "publish_time": null,
            "slug": "kunstlerhaus-bethanien-dissonance-platform-germany-2022-07-22",
            "created_at": "2022-07-25T10:19:02.429415Z",
            "updated_at": "2022-07-25T10:19:03.442561Z",
            "summary": "DISSONANCE: Platform Germany is an Gallery Shows event starting on 22/07/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in Künstlerhaus Bethanien with address 10 Kottbusser Str..",
            "title": "DISSONANCE: Platform Germany",
            "content": null,
            "start_time": "2022-07-22T00: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": "10 Kottbusser Str.",
            "city": "Berlin",
            "geolocation": "52.4971249,13.4188484",
            "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": 10887,
            "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": 11446,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c0e192b34c8434abc301488cc365ee9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c0e192b34c8434abc301488cc365ee9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0c0e192b34c8434abc301488cc365ee9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c0e192b34c8434abc301488cc365ee9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c0e192b34c8434abc301488cc365ee9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c0e192b34c8434abc301488cc365ee9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c0e192b34c8434abc301488cc365ee9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c0e192b34c8434abc301488cc365ee9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c0e192b34c8434abc301488cc365ee9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c0e192b34c8434abc301488cc365ee9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-26T08:39:26.208909Z",
                "updated_at": "2022-07-26T08:39:26.208946Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3282,
                "name": "Bankside Gallery",
                "slug": "bankside-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5081414,-0.101209",
                "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-26T08:39:31.141777Z",
            "publish_time": null,
            "slug": "bankside-gallery-summer-at-bankside-gallery-2022-08-04",
            "created_at": "2022-07-26T08:39:31.935349Z",
            "updated_at": "2022-07-26T08:39:32.708361Z",
            "summary": "Summer at Bankside Gallery is an Gallery Shows event starting on 04/08/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in Bankside Gallery with address 48 Hopton Street.",
            "title": "Summer at Bankside Gallery",
            "content": null,
            "start_time": "2022-08-04T00: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": "48 Hopton Street",
            "city": "London",
            "geolocation": "51.5078212,-0.102459",
            "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": 11100,
            "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": 11648,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c22aa8fa5e4845609be9a74b3cb7ab27-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c22aa8fa5e4845609be9a74b3cb7ab27-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c22aa8fa5e4845609be9a74b3cb7ab27.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c22aa8fa5e4845609be9a74b3cb7ab27-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c22aa8fa5e4845609be9a74b3cb7ab27-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c22aa8fa5e4845609be9a74b3cb7ab27-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c22aa8fa5e4845609be9a74b3cb7ab27-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c22aa8fa5e4845609be9a74b3cb7ab27-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c22aa8fa5e4845609be9a74b3cb7ab27-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c22aa8fa5e4845609be9a74b3cb7ab27-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-27T19:41:43.982105Z",
                "updated_at": "2022-07-27T19:41:43.982141Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5471,
                "name": "Tiger Strikes Asteroid, New York",
                "slug": "tiger-strikes-asteroid-new-york",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7062335,-73.92119389999999",
                "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-07-27T19:41:46.693359Z",
            "publish_time": null,
            "slug": "tiger-strikes-asteroid-new-york-mis-shapes-2022-08-05",
            "created_at": "2022-07-27T19:41:47.486427Z",
            "updated_at": "2022-07-27T19:41:47.916657Z",
            "summary": "Mis-Shapes is an Gallery Shows event starting on 05/08/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in Tiger Strikes Asteroid, New York with address 1329 Willoughby Ave.",
            "title": "Mis-Shapes",
            "content": null,
            "start_time": "2022-08-05T00: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": "1329 Willoughby Ave",
            "city": "New York",
            "geolocation": "40.7062613,-73.9210802",
            "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": 11103,
            "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": 11649,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49ccb23851bd46edb88ceb8243006405-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49ccb23851bd46edb88ceb8243006405-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/49ccb23851bd46edb88ceb8243006405.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49ccb23851bd46edb88ceb8243006405-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49ccb23851bd46edb88ceb8243006405-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49ccb23851bd46edb88ceb8243006405-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49ccb23851bd46edb88ceb8243006405-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49ccb23851bd46edb88ceb8243006405-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49ccb23851bd46edb88ceb8243006405-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49ccb23851bd46edb88ceb8243006405-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-27T19:41:45.231008Z",
                "updated_at": "2022-07-27T19:41:45.231045Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 870,
                "name": "Transmitter Brooklyn",
                "slug": "transmitter-brooklyn",
                "city": "Brooklyn",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.706314,-73.92107499999997",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 1753,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/10931509_791184424304245_1302220943226392834_n.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-19T02:55:58.127247Z",
                    "updated_at": "2021-09-14T13:15:02.774055Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "transmitter",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-07-27T19:41:49.117470Z",
            "publish_time": null,
            "slug": "transmitter-brooklyn-to-bleach-to-fold-2022-08-05",
            "created_at": "2022-07-27T19:41:49.917681Z",
            "updated_at": "2022-07-27T19:41:51.342321Z",
            "summary": "to bleach, to fold is an Gallery Shows event starting on 05/08/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in Transmitter Brooklyn with address 1329 Willoughby Avenue, 2A.",
            "title": "to bleach, to fold",
            "content": null,
            "start_time": "2022-08-05T00: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": "1329 Willoughby Avenue, 2A",
            "city": "New York",
            "geolocation": "-33.8028163,151.1592741",
            "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": 11162,
            "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": 11695,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f9e4eba07f7a46938eee39ac9470fa74-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f9e4eba07f7a46938eee39ac9470fa74-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f9e4eba07f7a46938eee39ac9470fa74.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f9e4eba07f7a46938eee39ac9470fa74-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f9e4eba07f7a46938eee39ac9470fa74-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f9e4eba07f7a46938eee39ac9470fa74-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f9e4eba07f7a46938eee39ac9470fa74-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f9e4eba07f7a46938eee39ac9470fa74-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f9e4eba07f7a46938eee39ac9470fa74-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f9e4eba07f7a46938eee39ac9470fa74-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-27T20:21:58.299039Z",
                "updated_at": "2022-07-27T20:21:58.299078Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5745,
                "name": "Contemporary Arts Center, Cincinnati",
                "slug": "contemporary-arts-center-cincinnati",
                "city": "Cincinnati",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.10285280000001,-84.5121008",
                "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-07-27T20:22:00.746800Z",
            "publish_time": null,
            "slug": "contemporary-arts-center-cincinnati-artist-run-spaces-2022-05-27",
            "created_at": "2022-07-27T20:22:01.538026Z",
            "updated_at": "2022-07-27T20:22:03.019238Z",
            "summary": "Artist-Run Spaces is an Gallery Shows event starting on 27/05/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in Contemporary Arts Center, Cincinnati with address 44 East Sixth Street.",
            "title": "Artist-Run Spaces",
            "content": null,
            "start_time": "2022-05-27T00: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": "44 East Sixth Street",
            "city": "Cincinnati",
            "geolocation": "39.102826199999996,-84.51211735430314",
            "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": []
        }
    ]
}