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=25092&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=25110&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=25074&ordering=-end_time",
    "results": [
        {
            "id": 11811,
            "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": 12212,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b28a8917ddf4752aa902f60c7079b8f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b28a8917ddf4752aa902f60c7079b8f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1b28a8917ddf4752aa902f60c7079b8f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b28a8917ddf4752aa902f60c7079b8f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b28a8917ddf4752aa902f60c7079b8f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b28a8917ddf4752aa902f60c7079b8f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b28a8917ddf4752aa902f60c7079b8f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b28a8917ddf4752aa902f60c7079b8f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b28a8917ddf4752aa902f60c7079b8f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b28a8917ddf4752aa902f60c7079b8f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-04T18:03:38.353876Z",
                "updated_at": "2022-08-04T18:03:38.353911Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3388,
                "name": "Centrespace",
                "slug": "centrespace",
                "city": "Bristol",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4545308,-2.5955805",
                "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-08-04T18:03:40.847294Z",
            "publish_time": null,
            "slug": "centrespace-bend-until-you-see-your-world-upside-down-2022-07-30",
            "created_at": "2022-08-04T18:03:41.652807Z",
            "updated_at": "2022-08-04T18:03:42.084489Z",
            "summary": "Bend Until You See Your World Upside Down is an Gallery Shows event starting on 30/07/2022, 00:00 and ending on 03/08/2022, 00:00. Event is in Centrespace with address 6 Leonard lane.",
            "title": "Bend Until You See Your World Upside Down",
            "content": null,
            "start_time": "2022-07-30T00:00:00.000000Z",
            "end_time": "2022-08-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "6 Leonard lane",
            "city": "Bristol",
            "geolocation": "51.45463839999999,-2.5954836687257545",
            "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": 9488,
            "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": 10226,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e90e3f112f08486cafe4cf6ae79069a6-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e90e3f112f08486cafe4cf6ae79069a6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e90e3f112f08486cafe4cf6ae79069a6.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e90e3f112f08486cafe4cf6ae79069a6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e90e3f112f08486cafe4cf6ae79069a6-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e90e3f112f08486cafe4cf6ae79069a6-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e90e3f112f08486cafe4cf6ae79069a6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e90e3f112f08486cafe4cf6ae79069a6-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e90e3f112f08486cafe4cf6ae79069a6-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e90e3f112f08486cafe4cf6ae79069a6-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-18T12:03:42.530990Z",
                "updated_at": "2022-06-18T12:03:42.531035Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5108,
                "name": "The State Russian Museum",
                "slug": "state-russian-museum",
                "city": "St Petersburg",
                "country": {
                    "code": "RU",
                    "name": "Russia"
                },
                "geolocation": "59.9386219,30.3320736",
                "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": "RU",
            "publish_status": "published",
            "published_at": "2022-06-18T12:03:44.701778Z",
            "publish_time": null,
            "slug": "the-state-russian-museum-mikhail-vrubel-to-the-165th-anniversary-of-the-artist-2022-06-02",
            "created_at": "2022-06-18T12:03:45.511972Z",
            "updated_at": "2022-06-18T12:03:45.555734Z",
            "summary": "Mikhail Vrubel: To the 165th Anniversary of the Artist is an Museum Exhibitions event starting on 02/06/2022, 00:00 and ending on 02/08/2022, 00:00. Event is in The State Russian Museum with address 4 Inzhenernaya Star.",
            "title": "Mikhail Vrubel: To the 165th Anniversary of the Artist",
            "content": null,
            "start_time": "2022-06-02T00:00:00.000000Z",
            "end_time": "2022-08-02T00: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": "4 Inzhenernaya Star",
            "city": "St. Petersburg",
            "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": 10670,
            "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": 11273,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28cea31e774c452399943b08a1484c3e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28cea31e774c452399943b08a1484c3e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/28cea31e774c452399943b08a1484c3e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28cea31e774c452399943b08a1484c3e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28cea31e774c452399943b08a1484c3e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28cea31e774c452399943b08a1484c3e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28cea31e774c452399943b08a1484c3e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28cea31e774c452399943b08a1484c3e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28cea31e774c452399943b08a1484c3e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28cea31e774c452399943b08a1484c3e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-18T20:40:34.824354Z",
                "updated_at": "2022-07-18T20:40:34.824408Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5627,
                "name": "Peyton Wright Gallery",
                "slug": "peyton-wright-gallery",
                "city": "Santa Fe",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "35.6869263,-105.934027",
                "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:40:37.597731Z",
            "publish_time": null,
            "slug": "peyton-wright-gallery-peter-miller-coming-home-again-2022-07-01",
            "created_at": "2022-07-18T20:40:38.376529Z",
            "updated_at": "2022-07-18T20:40:38.704967Z",
            "summary": "Peter Miller: Coming Home Again is an Gallery Shows event starting on 01/07/2022, 00:00 and ending on 02/08/2022, 00:00. Event is in Peyton Wright Gallery with address 237 E. Palace Avenue.",
            "title": "Peter Miller: Coming Home Again",
            "content": null,
            "start_time": "2022-07-01T00:00:00.000000Z",
            "end_time": "2022-08-02T00: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": "237 E. Palace Avenue",
            "city": "Santa Fe, NM",
            "geolocation": "35.686963950000006,-105.93400467112006",
            "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": 7317,
            "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": 8403,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da907ea9fe234a2aa39dd58721e5c901-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da907ea9fe234a2aa39dd58721e5c901-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/da907ea9fe234a2aa39dd58721e5c901.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da907ea9fe234a2aa39dd58721e5c901-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da907ea9fe234a2aa39dd58721e5c901-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da907ea9fe234a2aa39dd58721e5c901-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da907ea9fe234a2aa39dd58721e5c901-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da907ea9fe234a2aa39dd58721e5c901-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da907ea9fe234a2aa39dd58721e5c901-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da907ea9fe234a2aa39dd58721e5c901-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-02-11T17:09:18.358242Z",
                "updated_at": "2022-02-11T17:09:18.358296Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3970,
                "name": "Whitney Museum of American Art",
                "slug": "whitney-museum-american-art",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7396059,-74.0089716",
                "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-02-11T17:09:23.704245Z",
            "publish_time": null,
            "slug": "whitney-museum-of-american-art-whitney-biennial-2022-2022-04-01",
            "created_at": "2022-02-11T17:09:24.432620Z",
            "updated_at": "2022-02-11T17:09:24.771451Z",
            "summary": "Whitney Biennial 2022 is an Museum Exhibitions event starting on 01/04/2022, 00:00 and ending on 01/08/2022, 00:00. Event is in Whitney Museum of American Art with address 99 Gansevoort Street.",
            "title": "Whitney Biennial 2022",
            "content": null,
            "start_time": "2022-04-01T00:00:00.000000Z",
            "end_time": "2022-08-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "99 Gansevoort Street",
            "city": "New York",
            "geolocation": "40.73964505,-74.00892095028976",
            "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": 7910,
            "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": 4177,
                "name": "Art Gallery of Alberta",
                "slug": "art-gallery-alberta",
                "city": "Edmonton",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "53.5449214,-113.4887954",
                "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": "CA",
            "publish_status": "published",
            "published_at": "2022-03-27T13:39:25.254141Z",
            "publish_time": null,
            "slug": "art-gallery-of-alberta-water-wise-river-breath-reframing-designs-role-with-water-2022-04-02",
            "created_at": "2022-03-27T13:39:26.011490Z",
            "updated_at": "2022-03-27T13:39:26.543141Z",
            "summary": "Water-Wise, River Breath: Reframing design’s role with water is an Gallery Shows event starting on 02/04/2022, 00:00 and ending on 01/08/2022, 00:00. Event is in Art Gallery of Alberta with address 2 Sir Winston Churchill Square.",
            "title": "Water-Wise, River Breath: Reframing design’s role with water",
            "content": null,
            "start_time": "2022-04-02T00:00:00.000000Z",
            "end_time": "2022-08-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2 Sir Winston Churchill Square",
            "city": "Edmonton",
            "geolocation": "53.54399035,-113.48980357497967",
            "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": 9891,
            "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": 10595,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2238690ef7f4792a5f0900d54c75366-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2238690ef7f4792a5f0900d54c75366-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b2238690ef7f4792a5f0900d54c75366.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2238690ef7f4792a5f0900d54c75366-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2238690ef7f4792a5f0900d54c75366-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2238690ef7f4792a5f0900d54c75366-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2238690ef7f4792a5f0900d54c75366-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2238690ef7f4792a5f0900d54c75366-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2238690ef7f4792a5f0900d54c75366-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2238690ef7f4792a5f0900d54c75366-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-27T17:59:55.944247Z",
                "updated_at": "2022-06-27T17:59:55.944284Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5330,
                "name": "Fitzrovia Community Centre",
                "slug": "fitzrovia-community-centre",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5200419,-0.1387365",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-06-27T17:59:59.817975Z",
            "publish_time": null,
            "slug": "fitzrovia-community-centre-renewal-an-expression-of-the-personal-experiences-of-female-artists-during-and-post-lockdown-2022-06-21",
            "created_at": "2022-06-27T18:00:00.663837Z",
            "updated_at": "2022-06-27T18:00:01.464280Z",
            "summary": "Renewal: an expression of the personal experiences of female artists during and post lockdown is an Gallery Shows event starting on 21/06/2022, 00:00 and ending on 01/08/2022, 00:00. Event is in Fitzrovia Community Centre with address 2 Foley St.",
            "title": "Renewal: an expression of the personal experiences of female artists during and post lockdown",
            "content": null,
            "start_time": "2022-06-21T00:00:00.000000Z",
            "end_time": "2022-08-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2 Foley St",
            "city": "London",
            "geolocation": "43.2172108,-79.8447738",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 10132,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 5405,
                "name": "Piano Nobile",
                "slug": "piano-nobile",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5099954,-0.2104853",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-07-01T10:00:11.843659Z",
            "publish_time": null,
            "slug": "piano-nobile-the-sculptors-line-2022-06-19",
            "created_at": "2022-07-01T10:00:12.649428Z",
            "updated_at": "2022-07-01T10:00:13.276159Z",
            "summary": "The Sculptors Line is an Gallery Shows event starting on 19/06/2022, 00:00 and ending on 01/08/2022, 00:00. Event is in Piano Nobile with address 129 Portland Road.",
            "title": "The Sculptors Line",
            "content": null,
            "start_time": "2022-06-19T00:00:00.000000Z",
            "end_time": "2022-08-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "129 Portland Road",
            "city": "London",
            "geolocation": "-36.8696435,174.796262",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 10316,
            "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": 10959,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71a74d45e44a43c8aeb11b6ef6cbee7b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71a74d45e44a43c8aeb11b6ef6cbee7b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/71a74d45e44a43c8aeb11b6ef6cbee7b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71a74d45e44a43c8aeb11b6ef6cbee7b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71a74d45e44a43c8aeb11b6ef6cbee7b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71a74d45e44a43c8aeb11b6ef6cbee7b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71a74d45e44a43c8aeb11b6ef6cbee7b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71a74d45e44a43c8aeb11b6ef6cbee7b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71a74d45e44a43c8aeb11b6ef6cbee7b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71a74d45e44a43c8aeb11b6ef6cbee7b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-07T19:25:37.130415Z",
                "updated_at": "2022-07-07T19:25:37.130450Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3537,
                "name": "Berlinische Galerie",
                "slug": "berlinische-galerie",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5037684,13.398673",
                "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-07T19:25:40.111704Z",
            "publish_time": null,
            "slug": "berlinische-galerie-ginan-seidl-2022-07-06",
            "created_at": "2022-07-07T19:25:41.324985Z",
            "updated_at": "2022-07-07T19:25:41.803168Z",
            "summary": "Ginan Seidl is an Gallery Shows event starting on 06/07/2022, 00:00 and ending on 01/08/2022, 00:00. Event is in Berlinische Galerie with address Alte Jakobstraße 124-128.",
            "title": "Ginan Seidl",
            "content": null,
            "start_time": "2022-07-06T00:00:00.000000Z",
            "end_time": "2022-08-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Alte Jakobstraße 124-128",
            "city": "Berlin",
            "geolocation": "52.5039063,13.398233090319028",
            "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": 10806,
            "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": 5652,
                "name": "Gaa Gallery",
                "slug": "gaa-gallery",
                "city": "Provincetown",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "42.0576622,-70.1772553",
                "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-25T10:06:03.725715Z",
            "publish_time": null,
            "slug": "gaa-gallery-wendy-white-sunset-drift-2022-07-08",
            "created_at": "2022-07-25T10:06:04.537580Z",
            "updated_at": "2022-07-25T10:06:04.900197Z",
            "summary": "WENDY WHITE - SUNSET DRIFT is an Gallery Shows event starting on 08/07/2022, 00:00 and ending on 01/08/2022, 00:00. Event is in Gaa Gallery with address Gaa Gallery Provincetown.",
            "title": "WENDY WHITE - SUNSET DRIFT",
            "content": null,
            "start_time": "2022-07-08T00:00:00.000000Z",
            "end_time": "2022-08-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Gaa Gallery Provincetown",
            "city": "Provincetown, MA",
            "geolocation": "42.0576059,-70.1771829",
            "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": 10807,
            "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": 5652,
                "name": "Gaa Gallery",
                "slug": "gaa-gallery",
                "city": "Provincetown",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "42.0576622,-70.1772553",
                "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-25T10:06:03.832715Z",
            "publish_time": null,
            "slug": "gaa-gallery-sarah-trigg-edges-of-a-sea-change-2022-07-08",
            "created_at": "2022-07-25T10:06:04.625220Z",
            "updated_at": "2022-07-25T10:06:05.399298Z",
            "summary": "SARAH TRIGG - EDGES OF A SEA CHANGE is an Gallery Shows event starting on 08/07/2022, 00:00 and ending on 01/08/2022, 00:00. Event is in Gaa Gallery with address Gaa Gallery Provincetown.",
            "title": "SARAH TRIGG - EDGES OF A SEA CHANGE",
            "content": null,
            "start_time": "2022-07-08T00:00:00.000000Z",
            "end_time": "2022-08-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Gaa Gallery Provincetown",
            "city": "Provincetown, MA",
            "geolocation": "42.0576059,-70.1771829",
            "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": 10835,
            "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": 11413,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bce10681739a4fd5b6330bfd7596d28f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bce10681739a4fd5b6330bfd7596d28f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bce10681739a4fd5b6330bfd7596d28f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bce10681739a4fd5b6330bfd7596d28f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bce10681739a4fd5b6330bfd7596d28f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bce10681739a4fd5b6330bfd7596d28f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bce10681739a4fd5b6330bfd7596d28f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bce10681739a4fd5b6330bfd7596d28f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bce10681739a4fd5b6330bfd7596d28f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bce10681739a4fd5b6330bfd7596d28f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-25T10:24:55.325998Z",
                "updated_at": "2022-07-25T10:24:55.326035Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5693,
                "name": "Lansdown Gallery",
                "slug": "lansdown-gallery",
                "city": "Stroud",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.7465376,-2.2159839",
                "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-25T10:24:58.959119Z",
            "publish_time": null,
            "slug": "lansdown-gallery-100-goddesses-2022-07-27",
            "created_at": "2022-07-25T10:24:59.753608Z",
            "updated_at": "2022-07-25T10:25:00.130851Z",
            "summary": "100 Goddesses is an Gallery Shows event starting on 27/07/2022, 00:00 and ending on 01/08/2022, 00:00. Event is in Lansdown Gallery with address Lansdown.",
            "title": "100 Goddesses",
            "content": null,
            "start_time": "2022-07-27T00:00:00.000000Z",
            "end_time": "2022-08-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Lansdown",
            "city": "Stroud",
            "geolocation": "51.3952731,-2.3665969",
            "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": 11177,
            "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": 11708,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1c2c4c83b114bd8a238c4fed299d682-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1c2c4c83b114bd8a238c4fed299d682-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e1c2c4c83b114bd8a238c4fed299d682.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1c2c4c83b114bd8a238c4fed299d682-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1c2c4c83b114bd8a238c4fed299d682-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1c2c4c83b114bd8a238c4fed299d682-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1c2c4c83b114bd8a238c4fed299d682-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1c2c4c83b114bd8a238c4fed299d682-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1c2c4c83b114bd8a238c4fed299d682-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1c2c4c83b114bd8a238c4fed299d682-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-28T08:27:16.046195Z",
                "updated_at": "2022-07-28T08:27:16.046236Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3742,
                "name": "V.O Curations",
                "slug": "vo-curations",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.51247619999999,-0.141267",
                "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-28T08:27:21.519225Z",
            "publish_time": null,
            "slug": "vo-curations-hooked-solo-show-by-izaak-brandt-2022-07-27",
            "created_at": "2022-07-28T08:27:22.326970Z",
            "updated_at": "2022-07-28T08:27:22.811490Z",
            "summary": "\"Hooked\" solo show by Izaak Brandt is an Gallery Shows event starting on 27/07/2022, 00:00 and ending on 01/08/2022, 00:00. Event is in V.O Curations with address 3 Angel Square.",
            "title": "\"Hooked\" solo show by Izaak Brandt",
            "content": null,
            "start_time": "2022-07-27T00:00:00.000000Z",
            "end_time": "2022-08-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "3 Angel Square",
            "city": "London",
            "geolocation": "51.7702558,-3.2090418",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 9439,
            "author": {
                "id": "cfc50155-9a72-4503-a787-1c7499c807ce",
                "username": "AddictedArtGallery",
                "slug": "addictedartgallery",
                "first_name": "Blair",
                "last_name": "Thomson",
                "display_name": "Blair Thomson",
                "display_name_full": "Blair Thomson",
                "email": "blair@addictedgallery.com",
                "telephone": "+65 9068 2026"
            },
            "price": null,
            "featured_image": {
                "id": 10177,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8d0c8a2216334d01a27eab13f76974b1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8d0c8a2216334d01a27eab13f76974b1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8d0c8a2216334d01a27eab13f76974b1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8d0c8a2216334d01a27eab13f76974b1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8d0c8a2216334d01a27eab13f76974b1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8d0c8a2216334d01a27eab13f76974b1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8d0c8a2216334d01a27eab13f76974b1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8d0c8a2216334d01a27eab13f76974b1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8d0c8a2216334d01a27eab13f76974b1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8d0c8a2216334d01a27eab13f76974b1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-17T10:14:47.343269Z",
                "updated_at": "2022-06-17T10:14:47.343305Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "cfc50155-9a72-4503-a787-1c7499c807ce"
            },
            "venue": {
                "id": 2675,
                "name": "Addicted Art Gallery",
                "slug": "addicted-art-gallery",
                "city": "By Appointment Only",
                "country": {
                    "code": "SG",
                    "name": "Singapore"
                },
                "geolocation": "1.2916105,103.84547989999999",
                "artworks_for_sale_count": 28,
                "featured_image": {
                    "id": 2840,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Addicted_Art_Gallery-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Addicted_Art_Gallery-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Addicted_Art_Gallery-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Addicted_Art_Gallery.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Addicted_Art_Gallery-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Addicted_Art_Gallery-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Addicted_Art_Gallery-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Addicted_Art_Gallery-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-06-08T09:33:34.304216Z",
                    "updated_at": "2021-09-14T13:39:53.887486Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "cfc50155-9a72-4503-a787-1c7499c807ce"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2022-06-17T10:14:53.048020Z",
            "publish_time": null,
            "slug": "inyaface-4",
            "created_at": "2022-06-17T10:14:53.051723Z",
            "updated_at": "2022-06-17T10:24:19.621027Z",
            "summary": "#INYAFACE 4 is an Gallery Shows event starting on 18/06/2022, 08:00 and ending on 31/07/2022, 23:59. Event is in Addicted Art Gallery with address Online-Only.",
            "title": "#INYAFACE 4",
            "content": "What constitutes a controversial or provocative work of art? From political, social and environmental topics to questioning the art itself, inspired conversations are evoked by art that is in your face.\r\n\r\n#INYAFACE is back! Now in its fourth edition, this virtual exhibition brings you a global melting pot of pop and urban art to tickle your senses.\r\n\r\nAddicted Art Gallery is delighted to present you with this visual feast featuring boundary-pushing artists, including:\r\n\r\nBen Frost - Booda Brand - Charlie Haydn Taylor - Dan Witz - FAILE - Formento & Formento - Formento x Pastor - Greg Beebe - HUSH - Joe Webb - Markus Klinko - Martin Whatson - Mojoko x Eric Foenander - Nick Walker - PREFAB77 - Pure Evil - RoamCouch - Shepard Fairey - SNIK - STATIC - Tinker Brothers\r\n\r\nOur 3D gallery is available to you wherever you like to login.\r\n\r\nTime: At your leisure\r\nPlace: Wherever you are\r\nBring: Popcorn\r\n3D Gallery: https://bit.ly/INYAFACE4\r\n\r\nGot a question? Get #INOURFACE at blair@addictedgallery.com",
            "start_time": "2022-06-18T08:00:00.000000Z",
            "end_time": "2022-07-31T23:59:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Online-Only",
            "city": "",
            "geolocation": "1.2916105,103.84547989999999",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": true,
            "banner_logo": null,
            "artists": [
                6334,
                8,
                6992,
                7671,
                231,
                10261,
                11611,
                1555,
                1454,
                7028,
                11,
                15785,
                18,
                43,
                640,
                13,
                3640,
                8874,
                5408,
                7672,
                15611
            ],
            "artworks": [
                5092,
                5321,
                8901,
                11454,
                12625,
                14293,
                31687,
                63115,
                66792,
                77289,
                79355,
                84818,
                85163,
                87985,
                88547,
                94763,
                95034
            ],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 5953,
            "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": 7207,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d9cb824e974c43e8b02a2ea6292e0e8a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d9cb824e974c43e8b02a2ea6292e0e8a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d9cb824e974c43e8b02a2ea6292e0e8a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d9cb824e974c43e8b02a2ea6292e0e8a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d9cb824e974c43e8b02a2ea6292e0e8a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d9cb824e974c43e8b02a2ea6292e0e8a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d9cb824e974c43e8b02a2ea6292e0e8a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d9cb824e974c43e8b02a2ea6292e0e8a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d9cb824e974c43e8b02a2ea6292e0e8a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d9cb824e974c43e8b02a2ea6292e0e8a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-12-29T17:02:36.786636Z",
                "updated_at": "2021-12-29T17:02:36.786671Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3396,
                "name": "Eli & Edythe Broad Art Museum",
                "slug": "eli-edythe-broad-art-museum",
                "city": "East Lansing",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "42.73275,-84.4766518",
                "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": "2021-12-29T17:02:39.085919Z",
            "publish_time": null,
            "slug": "eli-edythe-broad-art-museum-breaking-the-mold-the-sinker-ceramics-collection-2022-01-29",
            "created_at": "2021-12-29T17:02:39.903564Z",
            "updated_at": "2021-12-29T17:02:40.733001Z",
            "summary": "Breaking the Mold: The Sinker Ceramics Collection is an Museum Exhibitions event starting on 29/01/2022, 01:00 and ending on 31/07/2022, 00:00. Event is in Eli & Edythe Broad Art Museum with address 547 East Circle Drive.",
            "title": "Breaking the Mold: The Sinker Ceramics Collection",
            "content": null,
            "start_time": "2022-01-29T01:00:00.000000Z",
            "end_time": "2022-07-31T00: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": "547 East Circle Drive",
            "city": "East Lansing",
            "geolocation": "42.732719599999996,-84.47670239081211",
            "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": 6614,
            "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": 7790,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f3f37807f45e4b4aaf9f0005730c9ede-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f3f37807f45e4b4aaf9f0005730c9ede-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f3f37807f45e4b4aaf9f0005730c9ede.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f3f37807f45e4b4aaf9f0005730c9ede-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f3f37807f45e4b4aaf9f0005730c9ede-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f3f37807f45e4b4aaf9f0005730c9ede-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f3f37807f45e4b4aaf9f0005730c9ede-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f3f37807f45e4b4aaf9f0005730c9ede-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f3f37807f45e4b4aaf9f0005730c9ede-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f3f37807f45e4b4aaf9f0005730c9ede-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-12T13:35:37.555852Z",
                "updated_at": "2022-01-12T13:35:37.555889Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4476,
                "name": "Barry Art Museum",
                "slug": "barry-art-museum",
                "city": "Norfolk",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "36.8831763,-76.30206450000001",
                "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-01-12T13:35:39.242119Z",
            "publish_time": null,
            "slug": "barry-art-museum-motionemotion-exploring-affect-from-automata-to-robots-2022-02-10",
            "created_at": "2022-01-12T13:35:39.967159Z",
            "updated_at": "2022-01-12T13:35:40.483277Z",
            "summary": "Motion/Emotion: Exploring Affect from Automata to Robots is an Museum Exhibitions event starting on 10/02/2022, 01:00 and ending on 31/07/2022, 00:00. Event is in Barry Art Museum with address 1075 West 43rd Street.",
            "title": "Motion/Emotion: Exploring Affect from Automata to Robots",
            "content": null,
            "start_time": "2022-02-10T01:00:00.000000Z",
            "end_time": "2022-07-31T00: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": "1075 West 43rd Street",
            "city": "Norfolk",
            "geolocation": "36.883040050000005,-76.30184789384842",
            "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": 6615,
            "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": 7789,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf0d441284b743e9bfe5a3c2a11ae011-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf0d441284b743e9bfe5a3c2a11ae011-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bf0d441284b743e9bfe5a3c2a11ae011.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf0d441284b743e9bfe5a3c2a11ae011-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf0d441284b743e9bfe5a3c2a11ae011-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf0d441284b743e9bfe5a3c2a11ae011-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf0d441284b743e9bfe5a3c2a11ae011-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf0d441284b743e9bfe5a3c2a11ae011-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf0d441284b743e9bfe5a3c2a11ae011-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf0d441284b743e9bfe5a3c2a11ae011-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-12T13:35:37.464408Z",
                "updated_at": "2022-01-12T13:35:37.464448Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4476,
                "name": "Barry Art Museum",
                "slug": "barry-art-museum",
                "city": "Norfolk",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "36.8831763,-76.30206450000001",
                "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-01-12T13:35:39.256593Z",
            "publish_time": null,
            "slug": "barry-art-museum-hirata-goyo-the-birth-of-the-japanese-art-doll-2022-02-10",
            "created_at": "2022-01-12T13:35:39.987745Z",
            "updated_at": "2022-01-12T13:35:40.925272Z",
            "summary": "Hirata Gôyô: The Birth of the Japanese Art Doll is an Museum Exhibitions event starting on 10/02/2022, 01:00 and ending on 31/07/2022, 00:00. Event is in Barry Art Museum with address 1075 West 43rd Street.",
            "title": "Hirata Gôyô: The Birth of the Japanese Art Doll",
            "content": null,
            "start_time": "2022-02-10T01:00:00.000000Z",
            "end_time": "2022-07-31T00: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": "1075 West 43rd Street",
            "city": "Norfolk",
            "geolocation": "36.883040050000005,-76.30184789384842",
            "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": 7050,
            "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": 8184,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2aa812d06b274a449570689615673e1f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2aa812d06b274a449570689615673e1f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2aa812d06b274a449570689615673e1f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2aa812d06b274a449570689615673e1f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2aa812d06b274a449570689615673e1f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2aa812d06b274a449570689615673e1f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2aa812d06b274a449570689615673e1f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2aa812d06b274a449570689615673e1f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2aa812d06b274a449570689615673e1f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2aa812d06b274a449570689615673e1f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-02-01T21:58:42.465466Z",
                "updated_at": "2022-02-01T21:58:42.465505Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4551,
                "name": "California Museum of Art Thousand Oaks",
                "slug": "california-museum-art-thousand-oaks",
                "city": "Thousand Oaks",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.1849672,-118.8884423",
                "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-02-01T21:58:44.681318Z",
            "publish_time": null,
            "slug": "california-museum-of-art-thousand-oaks-landscape-through-the-eyes-of-abstraction-2022-02-18",
            "created_at": "2022-02-01T21:58:45.398302Z",
            "updated_at": "2022-02-01T21:58:45.863227Z",
            "summary": "Landscape Through the Eyes of Abstraction is an Museum Exhibitions event starting on 18/02/2022, 01:00 and ending on 31/07/2022, 00:00. Event is in California Museum of Art Thousand Oaks with address The Oaks, 350 W. Hillcrest Drive.",
            "title": "Landscape Through the Eyes of Abstraction",
            "content": null,
            "start_time": "2022-02-18T01:00:00.000000Z",
            "end_time": "2022-07-31T00: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": "The Oaks, 350 W. Hillcrest Drive",
            "city": "Thousand Oaks",
            "geolocation": "34.183611,-118.88774689530973",
            "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": 7524,
            "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": 8592,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ad48701326049b096917343e7b8909b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ad48701326049b096917343e7b8909b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9ad48701326049b096917343e7b8909b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ad48701326049b096917343e7b8909b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ad48701326049b096917343e7b8909b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ad48701326049b096917343e7b8909b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ad48701326049b096917343e7b8909b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ad48701326049b096917343e7b8909b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ad48701326049b096917343e7b8909b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ad48701326049b096917343e7b8909b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-02-28T16:39:22.793052Z",
                "updated_at": "2022-02-28T16:39:22.793086Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4644,
                "name": "MOCA Toronto",
                "slug": "moca-toronto",
                "city": "Toronto",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "43.6545624,-79.4452045",
                "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": "CA",
            "publish_status": "published",
            "published_at": "2022-02-28T16:39:24.428742Z",
            "publish_time": null,
            "slug": "moca-toronto-felix-gonzalez-torres-summer-2022-03-10",
            "created_at": "2022-02-28T16:39:25.185745Z",
            "updated_at": "2022-02-28T16:39:25.710163Z",
            "summary": "Felix Gonzalez-Torres: Summer is an Museum Exhibitions event starting on 10/03/2022, 01:00 and ending on 31/07/2022, 00:00. Event is in MOCA Toronto with address 158 Sterling Rd..",
            "title": "Felix Gonzalez-Torres: Summer",
            "content": null,
            "start_time": "2022-03-10T01:00:00.000000Z",
            "end_time": "2022-07-31T00: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": "158 Sterling Rd.",
            "city": "Toronto",
            "geolocation": "43.6545877,-79.44520019999999",
            "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": []
        }
    ]
}