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

{
    "count": 37604,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=3564&ordering=end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=3528&ordering=end_time",
    "results": [
        {
            "id": 20613,
            "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": 19937,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a4118a496594fb09808cb87fbfaf9a6-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a4118a496594fb09808cb87fbfaf9a6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a4118a496594fb09808cb87fbfaf9a6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a4118a496594fb09808cb87fbfaf9a6-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a4118a496594fb09808cb87fbfaf9a6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4a4118a496594fb09808cb87fbfaf9a6.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a4118a496594fb09808cb87fbfaf9a6-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a4118a496594fb09808cb87fbfaf9a6-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a4118a496594fb09808cb87fbfaf9a6-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a4118a496594fb09808cb87fbfaf9a6-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-25T10:26:21.459171Z",
                "updated_at": "2023-02-10T15:12:39.637205Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4667,
                "name": "Belfast Exposed",
                "slug": "belfast-exposed",
                "city": "Belfast",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "54.6014129,-5.9277295",
                "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": "2023-01-25T10:26:23.514316Z",
            "publish_time": null,
            "slug": "belfast-exposed-becoming-christine-2020-11-20",
            "created_at": "2023-01-25T10:26:24.388253Z",
            "updated_at": "2023-01-25T10:26:24.426270Z",
            "summary": "Becoming Christine is an Gallery Shows event starting on 20/11/2020, 01:00 and ending on 19/12/2020, 01:00. Event is in Belfast Exposed with address The Exchange Place: 23 Donegall Street.",
            "title": "Becoming Christine",
            "content": null,
            "start_time": "2020-11-20T01:00:00.000000Z",
            "end_time": "2020-12-19T01: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 Exchange Place: 23 Donegall Street",
            "city": "Belfast",
            "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": 20604,
            "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": 19925,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f91e217134f045daa4b191df6802b4c3-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f91e217134f045daa4b191df6802b4c3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f91e217134f045daa4b191df6802b4c3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f91e217134f045daa4b191df6802b4c3-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f91e217134f045daa4b191df6802b4c3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f91e217134f045daa4b191df6802b4c3.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f91e217134f045daa4b191df6802b4c3-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f91e217134f045daa4b191df6802b4c3-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f91e217134f045daa4b191df6802b4c3-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f91e217134f045daa4b191df6802b4c3-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-25T10:25:53.084949Z",
                "updated_at": "2023-02-10T15:12:37.149121Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7215,
                "name": "Bau-Xi Gallery",
                "slug": "bau-xi-gallery",
                "city": "Toronto",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "43.6542452,-79.3927214",
                "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": "2023-01-25T10:25:57.867150Z",
            "publish_time": null,
            "slug": "bau-xi-gallery-toronto-casey-mcglynn-everyone-ive-never-met-2020-12-05",
            "created_at": "2023-01-25T10:25:58.749455Z",
            "updated_at": "2023-01-25T10:25:59.954192Z",
            "summary": "Casey McGlynn: Everyone I've Never Met is an Gallery Shows event starting on 05/12/2020, 01:00 and ending on 19/12/2020, 01:00. Event is in Bau-Xi Gallery with address 340 Dundas Street West.",
            "title": "Casey McGlynn: Everyone I've Never Met",
            "content": null,
            "start_time": "2020-12-05T01:00:00.000000Z",
            "end_time": "2020-12-19T01: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": "340 Dundas Street West",
            "city": "Toronto",
            "geolocation": "43.65414787096774,-79.3927260967742",
            "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": 20359,
            "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": 19705,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b51dbe98ed48d48ce8bb6f03cdd327-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b51dbe98ed48d48ce8bb6f03cdd327-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b51dbe98ed48d48ce8bb6f03cdd327-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b51dbe98ed48d48ce8bb6f03cdd327-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b51dbe98ed48d48ce8bb6f03cdd327-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/79b51dbe98ed48d48ce8bb6f03cdd327.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b51dbe98ed48d48ce8bb6f03cdd327-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b51dbe98ed48d48ce8bb6f03cdd327-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b51dbe98ed48d48ce8bb6f03cdd327-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b51dbe98ed48d48ce8bb6f03cdd327-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-20T13:48:34.088607Z",
                "updated_at": "2023-02-10T15:11:33.708567Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7906,
                "name": "Bermondsey Gallery",
                "slug": "bermondsey-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5003158,-0.0722972",
                "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": "2023-01-20T13:48:39.566682Z",
            "publish_time": null,
            "slug": "bermondsey-gallery-peter-samson-short-films-2020-12-08",
            "created_at": "2023-01-20T13:48:40.458717Z",
            "updated_at": "2023-01-20T13:48:41.289216Z",
            "summary": "Peter Samson: Short Films is an Gallery Shows event starting on 08/12/2020, 01:00 and ending on 19/12/2020, 01:00. Event is in Bermondsey Gallery with address 29,dockhead.",
            "title": "Peter Samson: Short Films",
            "content": null,
            "start_time": "2020-12-08T01:00:00.000000Z",
            "end_time": "2020-12-19T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "29,dockhead",
            "city": "London",
            "geolocation": "51.5002601,-0.0717579",
            "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": 19825,
            "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": 19230,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b040ed40f9a0459bab223750c6ff03ea-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b040ed40f9a0459bab223750c6ff03ea-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b040ed40f9a0459bab223750c6ff03ea-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b040ed40f9a0459bab223750c6ff03ea-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b040ed40f9a0459bab223750c6ff03ea-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b040ed40f9a0459bab223750c6ff03ea.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b040ed40f9a0459bab223750c6ff03ea-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b040ed40f9a0459bab223750c6ff03ea-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b040ed40f9a0459bab223750c6ff03ea-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b040ed40f9a0459bab223750c6ff03ea-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-16T20:28:42.548638Z",
                "updated_at": "2023-02-10T14:48:11.808823Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7846,
                "name": "Art Arcadia",
                "slug": "art-arcadia",
                "city": "Londonderry",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "54.9949375,-7.3242109",
                "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": "2023-01-16T20:28:46.996080Z",
            "publish_time": null,
            "slug": "art-arcadia-diaries-monuments-memory-documentation-event-pandemic-archive-2020-12-15",
            "created_at": "2023-01-16T20:28:47.876755Z",
            "updated_at": "2023-01-16T20:28:47.930502Z",
            "summary": "Diaries. Monuments. Memory. Documentation. Event. Pandemic. Archive. [...] is an Gallery Shows event starting on 15/12/2020, 01:00 and ending on 19/12/2020, 01:00. Event is in Art Arcadia with address St Augustine's Old Schoolhouse.",
            "title": "Diaries. Monuments. Memory. Documentation. Event. Pandemic. Archive. [...]",
            "content": null,
            "start_time": "2020-12-15T01:00:00.000000Z",
            "end_time": "2020-12-19T01: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": "St Augustine's Old Schoolhouse",
            "city": "Londonderry",
            "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": 28480,
            "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": 27122,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac86b2a30dbe4ee4b769df3aa74d0360-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac86b2a30dbe4ee4b769df3aa74d0360-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac86b2a30dbe4ee4b769df3aa74d0360-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac86b2a30dbe4ee4b769df3aa74d0360-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac86b2a30dbe4ee4b769df3aa74d0360-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ac86b2a30dbe4ee4b769df3aa74d0360.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac86b2a30dbe4ee4b769df3aa74d0360-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac86b2a30dbe4ee4b769df3aa74d0360-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac86b2a30dbe4ee4b769df3aa74d0360-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac86b2a30dbe4ee4b769df3aa74d0360-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-27T19:20:06.827931Z",
                "updated_at": "2023-06-27T19:20:06.827966Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4553,
                "name": "Carvalho Park",
                "slug": "carvalho-park",
                "city": "Brooklyn",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7114356,-73.9376365",
                "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": "2023-06-27T19:20:09.685945Z",
            "publish_time": null,
            "slug": "carvalho-park-mimi-jung-the-subsuming-ellipse-2020-10-24",
            "created_at": "2023-06-27T19:20:10.726973Z",
            "updated_at": "2023-06-27T19:20:13.257320Z",
            "summary": "Mimi Jung: The Subsuming Ellipse is an Gallery Shows event starting on 24/10/2020, 00:00 and ending on 19/12/2020, 01:00. Event is in Carvalho Park with address 112 Waterbury Street.",
            "title": "Mimi Jung: The Subsuming Ellipse",
            "content": null,
            "start_time": "2020-10-24T00:00:00.000000Z",
            "end_time": "2020-12-19T01: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": "112 Waterbury Street",
            "city": "Brooklyn",
            "geolocation": "43.86647100821271,-79.70697446000347",
            "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": 4954,
            "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": 6326,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8135384043_1602876504-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8135384043_1602876504-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8135384043_1602876504-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8135384043_1602876504-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8135384043_1602876504-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8135384043_1602876504.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8135384043_1602876504-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8135384043_1602876504-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8135384043_1602876504-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8135384043_1602876504-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-09-29T12:14:45.556789Z",
                "updated_at": "2021-09-29T12:14:45.556836Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3729,
                "name": "Arthur Roger Gallery",
                "slug": "arthur-roger-gallery",
                "city": "New Orleans",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "29.9448095,-90.0686549",
                "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": "2021-09-29T12:14:48.428117Z",
            "publish_time": null,
            "slug": "arthur-roger-gallery-art-in-the-time-of-empathy-2020-10-03",
            "created_at": "2021-09-29T12:14:49.224351Z",
            "updated_at": "2021-09-29T12:14:49.267834Z",
            "summary": "Art in the Time of Empathy is an Gallery Shows event starting on 03/10/2020, 00:00 and ending on 19/12/2020, 01:00. Event is in Arthur Roger Gallery with address Arthur Roger Gallery.",
            "title": "Art in the Time of Empathy",
            "content": null,
            "start_time": "2020-10-03T00:00:00.000000Z",
            "end_time": "2020-12-19T01: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": "Arthur Roger Gallery",
            "city": "New Orleans, LA",
            "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": 20600,
            "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": 19923,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/758b72bcc05541b39878da54b83cbb46-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/758b72bcc05541b39878da54b83cbb46-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/758b72bcc05541b39878da54b83cbb46-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/758b72bcc05541b39878da54b83cbb46-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/758b72bcc05541b39878da54b83cbb46-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/758b72bcc05541b39878da54b83cbb46.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/758b72bcc05541b39878da54b83cbb46-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/758b72bcc05541b39878da54b83cbb46-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/758b72bcc05541b39878da54b83cbb46-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/758b72bcc05541b39878da54b83cbb46-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-25T10:25:52.896860Z",
                "updated_at": "2023-02-10T15:12:36.679907Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7215,
                "name": "Bau-Xi Gallery",
                "slug": "bau-xi-gallery",
                "city": "Toronto",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "43.6542452,-79.3927214",
                "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": "2023-01-25T10:25:55.738568Z",
            "publish_time": null,
            "slug": "bau-xi-gallery-toronto-darlene-cole-midnight-2020-12-05",
            "created_at": "2023-01-25T10:25:56.599865Z",
            "updated_at": "2023-01-25T10:25:57.037012Z",
            "summary": "Darlene Cole: Midnight is an Gallery Shows event starting on 05/12/2020, 01:00 and ending on 19/12/2020, 01:00. Event is in Bau-Xi Gallery with address 340 Dundas Street West.",
            "title": "Darlene Cole: Midnight",
            "content": null,
            "start_time": "2020-12-05T01:00:00.000000Z",
            "end_time": "2020-12-19T01: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": "340 Dundas Street West",
            "city": "Toronto",
            "geolocation": "43.65414787096774,-79.3927260967742",
            "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": 28467,
            "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": 27110,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f933a93b310c424e8e6ea4bb721e642d-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f933a93b310c424e8e6ea4bb721e642d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f933a93b310c424e8e6ea4bb721e642d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f933a93b310c424e8e6ea4bb721e642d-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f933a93b310c424e8e6ea4bb721e642d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f933a93b310c424e8e6ea4bb721e642d.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f933a93b310c424e8e6ea4bb721e642d-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f933a93b310c424e8e6ea4bb721e642d-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f933a93b310c424e8e6ea4bb721e642d-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f933a93b310c424e8e6ea4bb721e642d-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-27T19:16:20.285992Z",
                "updated_at": "2023-06-27T19:16:20.286029Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3636,
                "name": "einBuch.haus",
                "slug": "einbuchhaus",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5664326,13.4088477",
                "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": "2023-06-27T19:16:25.842812Z",
            "publish_time": null,
            "slug": "einbuchhaus-oncetype-by-kelly-moonkyung-choi-2020-12-04",
            "created_at": "2023-06-27T19:16:26.751890Z",
            "updated_at": "2023-06-27T19:16:31.097688Z",
            "summary": "Oncetype by Kelly Moonkyung Choi is an Gallery Shows event starting on 04/12/2020, 01:00 and ending on 19/12/2020, 01:00. Event is in einBuch.haus with address Florastraße 61.",
            "title": "Oncetype by Kelly Moonkyung Choi",
            "content": null,
            "start_time": "2020-12-04T01:00:00.000000Z",
            "end_time": "2020-12-19T01: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": "Florastraße 61",
            "city": "Berlin",
            "geolocation": "52.5663243,13.4087726",
            "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": 5233,
            "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": 6561,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2346709656_1605669041-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2346709656_1605669041-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2346709656_1605669041-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2346709656_1605669041-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2346709656_1605669041-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2346709656_1605669041.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2346709656_1605669041-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2346709656_1605669041-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2346709656_1605669041-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2346709656_1605669041-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-10-18T23:38:50.106416Z",
                "updated_at": "2021-10-18T23:38:50.106466Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3292,
                "name": "Bortolami",
                "slug": "bortolami",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.71913079999999,-74.0039619",
                "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": "2021-10-18T23:38:52.957825Z",
            "publish_time": null,
            "slug": "bortolami-virginia-overton-untitled-chime-2020-2020-11-07",
            "created_at": "2021-10-18T23:38:53.674899Z",
            "updated_at": "2021-10-18T23:38:54.080243Z",
            "summary": "Virginia Overton: Untitled (chime), 2020 is an Gallery Shows event starting on 07/11/2020, 01:00 and ending on 19/12/2020, 01:00. Event is in Bortolami with address 39 Walker Street.",
            "title": "Virginia Overton: Untitled (chime), 2020",
            "content": null,
            "start_time": "2020-11-07T01:00:00.000000Z",
            "end_time": "2020-12-19T01: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": "39 Walker Street",
            "city": "New York",
            "geolocation": "30.851584189422958,-95.40112015008951",
            "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": 4955,
            "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": 6327,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2195098861_1604570893-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2195098861_1604570893-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2195098861_1604570893-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2195098861_1604570893-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2195098861_1604570893-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2195098861_1604570893.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2195098861_1604570893-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2195098861_1604570893-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2195098861_1604570893-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2195098861_1604570893-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-09-29T12:14:45.618656Z",
                "updated_at": "2021-09-29T12:14:45.618709Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3729,
                "name": "Arthur Roger Gallery",
                "slug": "arthur-roger-gallery",
                "city": "New Orleans",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "29.9448095,-90.0686549",
                "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": "2021-09-29T12:14:48.725580Z",
            "publish_time": null,
            "slug": "arthur-roger-gallery-edward-whiteman-2020-11-07",
            "created_at": "2021-09-29T12:14:49.499045Z",
            "updated_at": "2021-09-29T12:14:49.542747Z",
            "summary": "Edward Whiteman is an Gallery Shows event starting on 07/11/2020, 01:00 and ending on 19/12/2020, 01:00. Event is in Arthur Roger Gallery with address Arthur Roger@434.",
            "title": "Edward Whiteman",
            "content": null,
            "start_time": "2020-11-07T01:00:00.000000Z",
            "end_time": "2020-12-19T01: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": "Arthur Roger@434",
            "city": "New Orleans, LA",
            "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": 4167,
            "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": 5617,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2701310836_1602885108-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2701310836_1602885108-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2701310836_1602885108-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2701310836_1602885108-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2701310836_1602885108-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2701310836_1602885108.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2701310836_1602885108-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2701310836_1602885108-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2701310836_1602885108-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2701310836_1602885108-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-08-03T23:33:23.913029Z",
                "updated_at": "2021-09-13T11:53:04.320368Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3449,
                "name": "40mcube",
                "slug": "40mcube",
                "city": "Rennes",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.1098029,-1.6661083",
                "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": "FR",
            "publish_status": "published",
            "published_at": "2021-08-03T23:33:27.359085Z",
            "publish_time": null,
            "slug": "40mcube-water-color-music-florian-michael-quistrebert-2020-09-25",
            "created_at": "2021-08-03T23:33:28.131727Z",
            "updated_at": "2021-08-03T23:33:28.631653Z",
            "summary": "Water Color Music, Florian & Michael Quistrebert is an Gallery Shows event starting on 25/09/2020, 00:00 and ending on 19/12/2020, 01:00. Event is in 40mcube with address 48, avenue du Sergent Maginot.",
            "title": "Water Color Music, Florian & Michael Quistrebert",
            "content": null,
            "start_time": "2020-09-25T00:00:00.000000Z",
            "end_time": "2020-12-19T01: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, avenue du Sergent Maginot",
            "city": "Rennes",
            "geolocation": "48.1097516,-1.6662455",
            "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": 4908,
            "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": 6288,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6789672528_1602883297-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6789672528_1602883297-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6789672528_1602883297-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6789672528_1602883297-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6789672528_1602883297-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6789672528_1602883297.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6789672528_1602883297-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6789672528_1602883297-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6789672528_1602883297-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6789672528_1602883297-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-09-29T01:47:43.486632Z",
                "updated_at": "2021-09-29T01:47:43.486681Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3728,
                "name": "Arebyte Gallery",
                "slug": "arebyte-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.51130620000001,0.005360699999999999",
                "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": "2021-09-29T01:47:47.219975Z",
            "publish_time": null,
            "slug": "arebyte-gallery-rgbfaq-by-alan-warburton-2020-10-16",
            "created_at": "2021-09-29T01:47:47.977088Z",
            "updated_at": "2021-09-29T01:47:48.558066Z",
            "summary": "RGBFAQ by Alan Warburton is an Gallery Shows event starting on 16/10/2020, 00:00 and ending on 19/12/2020, 01:00. Event is in Arebyte Gallery with address Java House.",
            "title": "RGBFAQ by Alan Warburton",
            "content": null,
            "start_time": "2020-10-16T00:00:00.000000Z",
            "end_time": "2020-12-19T01: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": "Java House",
            "city": "London",
            "geolocation": "0.3268027,32.6044814",
            "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": 4997,
            "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": 6357,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4572938513_1603255978-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4572938513_1603255978-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4572938513_1603255978-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4572938513_1603255978-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4572938513_1603255978-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4572938513_1603255978.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4572938513_1603255978-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4572938513_1603255978-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4572938513_1603255978-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4572938513_1603255978-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-09-29T12:41:49.795297Z",
                "updated_at": "2021-09-29T12:41:49.795348Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3251,
                "name": "Asya Geisberg Gallery",
                "slug": "asya-geisberg-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7485563,-74.0053679",
                "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": "2021-09-29T12:41:52.573405Z",
            "publish_time": null,
            "slug": "asya-geisberg-gallery-rodrigo-valenzuela-stature-2020-10-29",
            "created_at": "2021-09-29T12:41:53.689939Z",
            "updated_at": "2021-09-29T12:41:54.365284Z",
            "summary": "Rodrigo Valenzuela: Stature is an Gallery Shows event starting on 29/10/2020, 01:00 and ending on 19/12/2020, 01:00. Event is in Asya Geisberg Gallery with address 537B West 23rd Street.",
            "title": "Rodrigo Valenzuela: Stature",
            "content": null,
            "start_time": "2020-10-29T01:00:00.000000Z",
            "end_time": "2020-12-19T01: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": "537B West 23rd Street",
            "city": "Chelsea - New York",
            "geolocation": "36.11964720408163,-80.25510291836734",
            "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": 19501,
            "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": 18932,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ce586edf028e42d78b42f84681ce0727-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ce586edf028e42d78b42f84681ce0727-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ce586edf028e42d78b42f84681ce0727-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ce586edf028e42d78b42f84681ce0727-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ce586edf028e42d78b42f84681ce0727-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ce586edf028e42d78b42f84681ce0727.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ce586edf028e42d78b42f84681ce0727-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ce586edf028e42d78b42f84681ce0727-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ce586edf028e42d78b42f84681ce0727-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ce586edf028e42d78b42f84681ce0727-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-12T19:40:14.780851Z",
                "updated_at": "2023-02-10T14:32:53.549167Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5374,
                "name": "The Showroom",
                "slug": "showroom",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.523503,-0.1727909",
                "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": "2023-01-12T19:40:15.024539Z",
            "publish_time": null,
            "slug": "the-showroom-the-showroom-mural-commission-simnikiwe-buhlungu-notes-to-self-intimate-1-2019-10-02",
            "created_at": "2023-01-12T19:40:15.889652Z",
            "updated_at": "2023-01-12T19:40:15.889672Z",
            "summary": null,
            "title": "The Showroom Mural Commission - Simnikiwe Buhlungu: Notes to Self (Intimate 1)",
            "content": null,
            "start_time": "2019-10-02T00:00:00.000000Z",
            "end_time": "2020-12-19T01: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": "63 Penfold Street",
            "city": "London",
            "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": 5218,
            "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": 3292,
                "name": "Bortolami",
                "slug": "bortolami",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.71913079999999,-74.0039619",
                "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": "2021-10-18T23:38:31.908975Z",
            "publish_time": null,
            "slug": "bortolami-anna-ostoya-motions-2020-11-07",
            "created_at": "2021-10-18T23:38:32.623752Z",
            "updated_at": "2021-10-18T23:38:34.360719Z",
            "summary": "Anna Ostoya: Motions is an Gallery Shows event starting on 07/11/2020, 01:00 and ending on 19/12/2020, 01:00. Event is in Bortolami with address 39 Walker Street.",
            "title": "Anna Ostoya: Motions",
            "content": null,
            "start_time": "2020-11-07T01:00:00.000000Z",
            "end_time": "2020-12-19T01: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": "39 Walker Street",
            "city": "New York",
            "geolocation": "30.851584189422958,-95.40112015008951",
            "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": 28437,
            "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": 27082,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/448519ef6a324add9112e37d8f78209e-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/448519ef6a324add9112e37d8f78209e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/448519ef6a324add9112e37d8f78209e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/448519ef6a324add9112e37d8f78209e-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/448519ef6a324add9112e37d8f78209e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/448519ef6a324add9112e37d8f78209e.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/448519ef6a324add9112e37d8f78209e-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/448519ef6a324add9112e37d8f78209e-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/448519ef6a324add9112e37d8f78209e-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/448519ef6a324add9112e37d8f78209e-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-27T18:59:31.348662Z",
                "updated_at": "2023-06-27T18:59:31.348721Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3603,
                "name": "Deptford Does Art",
                "slug": "deptford-does-art",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.47575000000001,-0.0258056",
                "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": "2023-06-27T18:59:35.378345Z",
            "publish_time": null,
            "slug": "deptford-does-art-illustration-print-open-2020-2020-12-10",
            "created_at": "2023-06-27T18:59:36.336745Z",
            "updated_at": "2023-06-27T18:59:39.104062Z",
            "summary": "Illustration + Print Open 2020 is an Gallery Shows event starting on 10/12/2020, 01:00 and ending on 19/12/2020, 01:00. Event is in Deptford Does Art with address 28 Deptford High Street.",
            "title": "Illustration + Print Open 2020",
            "content": null,
            "start_time": "2020-12-10T01:00:00.000000Z",
            "end_time": "2020-12-19T01: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": "28 Deptford High Street",
            "city": "London",
            "geolocation": "51.4757511,-0.0257515584204722",
            "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": 28781,
            "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": 27389,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f2649e381604ef9a9cb8c5a9dc918df-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f2649e381604ef9a9cb8c5a9dc918df-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f2649e381604ef9a9cb8c5a9dc918df-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f2649e381604ef9a9cb8c5a9dc918df-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f2649e381604ef9a9cb8c5a9dc918df-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8f2649e381604ef9a9cb8c5a9dc918df.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f2649e381604ef9a9cb8c5a9dc918df-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f2649e381604ef9a9cb8c5a9dc918df-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f2649e381604ef9a9cb8c5a9dc918df-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f2649e381604ef9a9cb8c5a9dc918df-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-04T10:09:01.064662Z",
                "updated_at": "2023-07-04T10:09:01.064699Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4585,
                "name": "David Zwirner Paris",
                "slug": "david-zwirner-paris",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8609457,2.3629189",
                "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": "FR",
            "publish_status": "published",
            "published_at": "2023-07-04T10:09:04.679092Z",
            "publish_time": null,
            "slug": "david-zwirner-oscar-murillo-2020-10-21",
            "created_at": "2023-07-04T10:09:05.622542Z",
            "updated_at": "2023-07-04T10:09:05.985567Z",
            "summary": "Oscar Murillo is an Gallery Shows event starting on 21/10/2020, 00:00 and ending on 19/12/2020, 01:00. Event is in David Zwirner Paris with address 108, rue Vieille du Temple.",
            "title": "Oscar Murillo",
            "content": null,
            "start_time": "2020-10-21T00:00:00.000000Z",
            "end_time": "2020-12-19T01: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": "108, rue Vieille du Temple",
            "city": "Paris",
            "geolocation": "48.860777,2.3630551",
            "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": 28421,
            "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": 747,
                "name": "David Zwirner 20th Street New York",
                "slug": "david-zwirner-20th-street-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.746768,-74.00720999999999",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 793,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/20th_St_crop-21.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-18T20:25:39.309224Z",
                    "updated_at": "2021-09-14T12:54:07.843597Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "20th_St_crop (2)",
                    "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": "2023-06-27T18:56:17.953523Z",
            "publish_time": null,
            "slug": "david-zwirner-2020-2020-10-29",
            "created_at": "2023-06-27T18:56:18.904631Z",
            "updated_at": "2023-06-27T18:56:23.308227Z",
            "summary": "20/20 is an Gallery Shows event starting on 29/10/2020, 01:00 and ending on 19/12/2020, 01:00. Event is in David Zwirner 20th Street New York with address 537 W. 20th Street.",
            "title": "20/20",
            "content": null,
            "start_time": "2020-10-29T01:00:00.000000Z",
            "end_time": "2020-12-19T01: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": "537 W. 20th Street",
            "city": "New York",
            "geolocation": "40.7466379,-74.0071808",
            "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": []
        }
    ]
}