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=9756&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=9774&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=9738&ordering=-end_time",
    "results": [
        {
            "id": 30252,
            "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": 28655,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7a26afd7e8de48f1b2b0416ca737d2ab-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7a26afd7e8de48f1b2b0416ca737d2ab-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7a26afd7e8de48f1b2b0416ca737d2ab-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7a26afd7e8de48f1b2b0416ca737d2ab-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7a26afd7e8de48f1b2b0416ca737d2ab-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7a26afd7e8de48f1b2b0416ca737d2ab.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7a26afd7e8de48f1b2b0416ca737d2ab-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7a26afd7e8de48f1b2b0416ca737d2ab-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7a26afd7e8de48f1b2b0416ca737d2ab-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7a26afd7e8de48f1b2b0416ca737d2ab-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-08-11T07:53:34.641828Z",
                "updated_at": "2023-08-11T07:53:34.641884Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9048,
                "name": "HIVEArts Bpl",
                "slug": "hivearts-bpl",
                "city": "Blackpool",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.81674229999999,-3.0370485",
                "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-08-11T07:53:38.026403Z",
            "publish_time": null,
            "slug": "hivearts-bpl-wish-you-were-herepostcards-from-the-edge-2023-08-04",
            "created_at": "2023-08-11T07:53:38.923234Z",
            "updated_at": "2023-08-11T07:53:39.264537Z",
            "summary": "Wish You Were Here:Postcards From The Edge. is an Gallery Shows event starting on 04/08/2023, 00:00 and ending on 14/08/2023, 00:00. Event is in HIVEArts Bpl with address HIVE Bpl.",
            "title": "Wish You Were Here:Postcards From The Edge.",
            "content": null,
            "start_time": "2023-08-04T00:00:00.000000Z",
            "end_time": "2023-08-14T00: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": "HIVE Bpl",
            "city": "Blackpool",
            "geolocation": "53.817809249999996,-3.0522822172112183",
            "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": 30255,
            "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": 28657,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c989eecbfca5412e94a890e70955d33f-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c989eecbfca5412e94a890e70955d33f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c989eecbfca5412e94a890e70955d33f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c989eecbfca5412e94a890e70955d33f-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c989eecbfca5412e94a890e70955d33f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c989eecbfca5412e94a890e70955d33f.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c989eecbfca5412e94a890e70955d33f-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c989eecbfca5412e94a890e70955d33f-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c989eecbfca5412e94a890e70955d33f-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c989eecbfca5412e94a890e70955d33f-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-08-11T07:53:35.144991Z",
                "updated_at": "2023-08-11T07:53:35.145029Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9049,
                "name": "Kingston University",
                "slug": "kingston-university",
                "city": "Kingston upon Thames",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.40703970000001,-0.3005575",
                "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-08-11T07:53:38.690090Z",
            "publish_time": null,
            "slug": "kingston-university-seekhide-2023-08-10",
            "created_at": "2023-08-11T07:53:39.657111Z",
            "updated_at": "2023-08-11T07:53:40.754728Z",
            "summary": "Seek.&.Hide is an Gallery Shows event starting on 10/08/2023, 00:00 and ending on 14/08/2023, 00:00. Event is in Kingston University with address Knights Park.",
            "title": "Seek.&.Hide",
            "content": null,
            "start_time": "2023-08-10T00:00:00.000000Z",
            "end_time": "2023-08-14T00: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": "Knights Park",
            "city": "Kingston Upon Thames",
            "geolocation": "51.153121549999994,0.29623095242797887",
            "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": 25291,
            "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": 24279,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb640931297842e59f48fc45e9ad143f-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb640931297842e59f48fc45e9ad143f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb640931297842e59f48fc45e9ad143f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb640931297842e59f48fc45e9ad143f-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb640931297842e59f48fc45e9ad143f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fb640931297842e59f48fc45e9ad143f.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb640931297842e59f48fc45e9ad143f-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb640931297842e59f48fc45e9ad143f-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb640931297842e59f48fc45e9ad143f-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb640931297842e59f48fc45e9ad143f-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-05-03T18:51:19.017926Z",
                "updated_at": "2023-05-03T18:51:19.017985Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8525,
                "name": "ajh.pm",
                "slug": "ajhpm",
                "city": "Bielefeld",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.0211207,8.5210609",
                "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-05-03T18:51:22.959362Z",
            "publish_time": null,
            "slug": "ajhpm-julien-creuzet-assidule-2023-05-15",
            "created_at": "2023-05-03T18:51:23.868879Z",
            "updated_at": "2023-05-03T18:51:24.499015Z",
            "summary": "Julien Creuzet \"Assidule“ is an Gallery Shows event starting on 15/05/2023, 00:00 and ending on 14/08/2023, 00:00. Event is in ajh.pm with address Dornbergerstraße 2.",
            "title": "Julien Creuzet \"Assidule“",
            "content": null,
            "start_time": "2023-05-15T00:00:00.000000Z",
            "end_time": "2023-08-14T00: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": "Dornbergerstraße 2",
            "city": "Bielefeld",
            "geolocation": "51.3425784,12.4072587",
            "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": 26624,
            "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": 25465,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/16656a302fa24a069c55ba2e918ce77b-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/16656a302fa24a069c55ba2e918ce77b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/16656a302fa24a069c55ba2e918ce77b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/16656a302fa24a069c55ba2e918ce77b-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/16656a302fa24a069c55ba2e918ce77b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/16656a302fa24a069c55ba2e918ce77b.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/16656a302fa24a069c55ba2e918ce77b-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/16656a302fa24a069c55ba2e918ce77b-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/16656a302fa24a069c55ba2e918ce77b-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/16656a302fa24a069c55ba2e918ce77b-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-05-24T07:14:02.810434Z",
                "updated_at": "2023-05-24T07:14:02.810472Z",
                "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": "2023-05-24T07:14:07.421867Z",
            "publish_time": null,
            "slug": "berlinische-galerie-bohler-orendt-the-sweet-certainty-2023-05-26",
            "created_at": "2023-05-24T07:14:08.348664Z",
            "updated_at": "2023-05-24T07:14:08.725878Z",
            "summary": "Böhler & Orendt. The Sweet Certainty is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 14/08/2023, 00:00. Event is in Berlinische Galerie with address Alte Jakobstraße 124-128.",
            "title": "Böhler & Orendt. The Sweet Certainty",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-08-14T00: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": 26628,
            "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": 25467,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/902555f244f8427e88cd563a4951664a-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/902555f244f8427e88cd563a4951664a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/902555f244f8427e88cd563a4951664a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/902555f244f8427e88cd563a4951664a-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/902555f244f8427e88cd563a4951664a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/902555f244f8427e88cd563a4951664a.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/902555f244f8427e88cd563a4951664a-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/902555f244f8427e88cd563a4951664a-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/902555f244f8427e88cd563a4951664a-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/902555f244f8427e88cd563a4951664a-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-05-24T07:14:04.135010Z",
                "updated_at": "2023-05-24T07:14:04.135051Z",
                "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": "2023-05-24T07:14:09.606604Z",
            "publish_time": null,
            "slug": "berlinische-galerie-julius-von-bismarck-when-platitudes-become-form-2023-05-26",
            "created_at": "2023-05-24T07:14:10.532562Z",
            "updated_at": "2023-05-24T07:14:11.377644Z",
            "summary": "Julius von Bismarck. When Platitudes Become Form is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 14/08/2023, 00:00. Event is in Berlinische Galerie with address Alte Jakobstraße 124-128.",
            "title": "Julius von Bismarck. When Platitudes Become Form",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-08-14T00: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": 30026,
            "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": 28457,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04718ddc624b4b12b3fe2bdb425589b8-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04718ddc624b4b12b3fe2bdb425589b8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04718ddc624b4b12b3fe2bdb425589b8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04718ddc624b4b12b3fe2bdb425589b8-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04718ddc624b4b12b3fe2bdb425589b8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/04718ddc624b4b12b3fe2bdb425589b8.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04718ddc624b4b12b3fe2bdb425589b8-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04718ddc624b4b12b3fe2bdb425589b8-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04718ddc624b4b12b3fe2bdb425589b8-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04718ddc624b4b12b3fe2bdb425589b8-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-08-07T18:24:16.932426Z",
                "updated_at": "2023-08-07T18:24:16.932463Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9015,
                "name": "PhotoVoice",
                "slug": "photovoice",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5243618,-0.0810925",
                "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-08-07T18:24:22.283179Z",
            "publish_time": null,
            "slug": "photovoice-health-and-safety-posters-from-the-jupiter-factory-complex-chernobyl-2023-08-11",
            "created_at": "2023-08-07T18:24:23.206058Z",
            "updated_at": "2023-08-07T18:24:25.123608Z",
            "summary": "Health and Safety Posters from the Jupiter Factory Complex, Chernobyl is an Gallery Shows event starting on 11/08/2023, 00:00 and ending on 14/08/2023, 00:00. Event is in PhotoVoice with address 26 Phipp Street.",
            "title": "Health and Safety Posters from the Jupiter Factory Complex, Chernobyl",
            "content": null,
            "start_time": "2023-08-11T00:00:00.000000Z",
            "end_time": "2023-08-14T00: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": "26 Phipp Street",
            "city": "London",
            "geolocation": "51.5235119,-0.0816604",
            "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": 28656,
            "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": 27277,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c6138427daf4c0288addc9424b21278-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c6138427daf4c0288addc9424b21278-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c6138427daf4c0288addc9424b21278-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c6138427daf4c0288addc9424b21278-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c6138427daf4c0288addc9424b21278-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6c6138427daf4c0288addc9424b21278.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c6138427daf4c0288addc9424b21278-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c6138427daf4c0288addc9424b21278-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c6138427daf4c0288addc9424b21278-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6c6138427daf4c0288addc9424b21278-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-03T11:34:55.009179Z",
                "updated_at": "2023-07-03T11:34:55.009217Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3572,
                "name": "White Conduit Projects",
                "slug": "white-conduit-projects",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5336187,-0.1087218",
                "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-07-03T11:34:57.490089Z",
            "publish_time": null,
            "slug": "white-conduit-projects-balance-artc-group-show-2023-08-12",
            "created_at": "2023-07-03T11:34:58.526186Z",
            "updated_at": "2023-07-03T11:34:59.928510Z",
            "summary": "BALANCE - ArtC Group Show is an Gallery Shows event starting on 12/08/2023, 00:00 and ending on 14/08/2023, 00:00. Event is in White Conduit Projects with address 1 White Conduit Street.",
            "title": "BALANCE - ArtC Group Show",
            "content": null,
            "start_time": "2023-08-12T00:00:00.000000Z",
            "end_time": "2023-08-14T00: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": "1 White Conduit Street",
            "city": "London",
            "geolocation": "51.5334942,-0.1087734",
            "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": 21821,
            "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": 21046,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e37730a89eda4fda83f26ff422d873d1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e37730a89eda4fda83f26ff422d873d1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e37730a89eda4fda83f26ff422d873d1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e37730a89eda4fda83f26ff422d873d1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e37730a89eda4fda83f26ff422d873d1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e37730a89eda4fda83f26ff422d873d1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e37730a89eda4fda83f26ff422d873d1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e37730a89eda4fda83f26ff422d873d1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e37730a89eda4fda83f26ff422d873d1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e37730a89eda4fda83f26ff422d873d1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-02-16T12:09:16.778929Z",
                "updated_at": "2023-02-16T12:09:16.778967Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5568,
                "name": "Norton Simon Museum",
                "slug": "norton-simon-museum",
                "city": "Pasadena",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.1464508,-118.1592298",
                "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-02-16T12:09:16.958766Z",
            "publish_time": null,
            "slug": "norton-simon-museum-all-consuming-art-and-the-essence-of-food-2023-04-14",
            "created_at": "2023-02-16T12:09:17.851726Z",
            "updated_at": "2023-02-16T12:09:17.851746Z",
            "summary": null,
            "title": "All Consuming: Art and the Essence of Food",
            "content": null,
            "start_time": "2023-04-14T00:00:00.000000Z",
            "end_time": "2023-08-14T00: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": "411 West Colorado Boulevard",
            "city": "Pasadena",
            "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": 29241,
            "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": 27803,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30fdee3390b44240ba37e73c36ebbcba-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30fdee3390b44240ba37e73c36ebbcba-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30fdee3390b44240ba37e73c36ebbcba-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30fdee3390b44240ba37e73c36ebbcba-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30fdee3390b44240ba37e73c36ebbcba-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/30fdee3390b44240ba37e73c36ebbcba.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30fdee3390b44240ba37e73c36ebbcba-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30fdee3390b44240ba37e73c36ebbcba-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30fdee3390b44240ba37e73c36ebbcba-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30fdee3390b44240ba37e73c36ebbcba-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-12T18:49:37.291018Z",
                "updated_at": "2023-07-12T18:49:37.291055Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5317,
                "name": "Brooklyn Waterfront Artists Coalition (BWAC)",
                "slug": "brooklyn-waterfront-artists-coalition-bwac",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.6736885,-74.01656249999999",
                "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-07-12T18:49:43.714909Z",
            "publish_time": null,
            "slug": "brooklyn-waterfront-artists-coalition-bwac-go-figure-2023-07-08",
            "created_at": "2023-07-12T18:49:44.616184Z",
            "updated_at": "2023-07-12T18:49:45.041119Z",
            "summary": "Go Figure! is an Gallery Shows event starting on 08/07/2023, 00:00 and ending on 13/08/2023, 00:00. Event is in Brooklyn Waterfront Artists Coalition (BWAC) with address 481 Van Brunt St..",
            "title": "Go Figure!",
            "content": null,
            "start_time": "2023-07-08T00:00:00.000000Z",
            "end_time": "2023-08-13T00: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": "481 Van Brunt St.",
            "city": "Brooklyn",
            "geolocation": "40.6737155,-74.0168886",
            "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": 29440,
            "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": 27988,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/68a3f04be54a48339fb19f65f5a85e2d-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/68a3f04be54a48339fb19f65f5a85e2d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/68a3f04be54a48339fb19f65f5a85e2d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/68a3f04be54a48339fb19f65f5a85e2d-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/68a3f04be54a48339fb19f65f5a85e2d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/68a3f04be54a48339fb19f65f5a85e2d.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/68a3f04be54a48339fb19f65f5a85e2d-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/68a3f04be54a48339fb19f65f5a85e2d-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/68a3f04be54a48339fb19f65f5a85e2d-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/68a3f04be54a48339fb19f65f5a85e2d-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-18T10:17:24.775820Z",
                "updated_at": "2023-07-18T10:17:24.775857Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8954,
                "name": "La Loma Projects",
                "slug": "la-loma-projects",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.1206007,-118.1835766",
                "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-07-18T10:17:30.705807Z",
            "publish_time": null,
            "slug": "la-loma-projects-microgreens-2023-07-08",
            "created_at": "2023-07-18T10:17:31.631700Z",
            "updated_at": "2023-07-18T10:17:31.681583Z",
            "summary": "Microgreens is an Gallery Shows event starting on 08/07/2023, 00:00 and ending on 13/08/2023, 00:00. Event is in La Loma Projects with address 6516 North Figueroa street Unit A..",
            "title": "Microgreens",
            "content": null,
            "start_time": "2023-07-08T00:00:00.000000Z",
            "end_time": "2023-08-13T00: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": "6516 North Figueroa street Unit A.",
            "city": "Los Angeles",
            "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": 29711,
            "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": 28227,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b1b4e9cb68c42afac65dee745f3c511-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b1b4e9cb68c42afac65dee745f3c511-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b1b4e9cb68c42afac65dee745f3c511-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b1b4e9cb68c42afac65dee745f3c511-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b1b4e9cb68c42afac65dee745f3c511-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6b1b4e9cb68c42afac65dee745f3c511.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b1b4e9cb68c42afac65dee745f3c511-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b1b4e9cb68c42afac65dee745f3c511-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b1b4e9cb68c42afac65dee745f3c511-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b1b4e9cb68c42afac65dee745f3c511-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-08-01T10:38:03.607514Z",
                "updated_at": "2023-08-01T10:38:03.607552Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8985,
                "name": "195 Mare Street",
                "slug": "195-mare-street",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5408349,-0.0554502",
                "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-08-01T10:38:07.176909Z",
            "publish_time": null,
            "slug": "195-mare-street-going-down-getting-out-2023-08-04",
            "created_at": "2023-08-01T10:38:08.081326Z",
            "updated_at": "2023-08-01T10:38:08.787972Z",
            "summary": "Going Down, Getting Out is an Gallery Shows event starting on 04/08/2023, 00:00 and ending on 13/08/2023, 00:00. Event is in 195 Mare Street with address 195 Mare Street.",
            "title": "Going Down, Getting Out",
            "content": null,
            "start_time": "2023-08-04T00:00:00.000000Z",
            "end_time": "2023-08-13T00: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": "195 Mare Street",
            "city": "London",
            "geolocation": "51.5402546,-0.0556439",
            "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": 27681,
            "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": 26411,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72e5a19a046f401db0ab24c04d252fca-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72e5a19a046f401db0ab24c04d252fca-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72e5a19a046f401db0ab24c04d252fca-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72e5a19a046f401db0ab24c04d252fca-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72e5a19a046f401db0ab24c04d252fca-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/72e5a19a046f401db0ab24c04d252fca.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72e5a19a046f401db0ab24c04d252fca-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72e5a19a046f401db0ab24c04d252fca-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72e5a19a046f401db0ab24c04d252fca-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72e5a19a046f401db0ab24c04d252fca-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-15T19:40:07.880077Z",
                "updated_at": "2023-06-15T19:40:07.880115Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4196,
                "name": "Cell Project Space",
                "slug": "cell-project-space",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.53315569999999,-0.0569849",
                "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-15T19:40:12.778991Z",
            "publish_time": null,
            "slug": "cell-project-space-niklas-taleb-solo-yolo-2023-06-24",
            "created_at": "2023-06-15T19:40:13.688170Z",
            "updated_at": "2023-06-15T19:40:14.074800Z",
            "summary": "Niklas Taleb: Solo Yolo is an Gallery Shows event starting on 24/06/2023, 00:00 and ending on 13/08/2023, 00:00. Event is in Cell Project Space with address 258 Cambridge Heath Road.",
            "title": "Niklas Taleb: Solo Yolo",
            "content": null,
            "start_time": "2023-06-24T00:00:00.000000Z",
            "end_time": "2023-08-13T00: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": "258 Cambridge Heath Road",
            "city": "London",
            "geolocation": "51.5200846,-0.0563938",
            "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": 30271,
            "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": 28670,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de6929db9b4f4c46bd8537686099af2b-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de6929db9b4f4c46bd8537686099af2b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de6929db9b4f4c46bd8537686099af2b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de6929db9b4f4c46bd8537686099af2b-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de6929db9b4f4c46bd8537686099af2b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/de6929db9b4f4c46bd8537686099af2b.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de6929db9b4f4c46bd8537686099af2b-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de6929db9b4f4c46bd8537686099af2b-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de6929db9b4f4c46bd8537686099af2b-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de6929db9b4f4c46bd8537686099af2b-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-08-11T08:04:54.661120Z",
                "updated_at": "2023-08-11T08:04:54.661158Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3715,
                "name": "The Brick Lane Gallery",
                "slug": "brick-lane-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.52449350000001,-0.0713509",
                "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-08-11T08:05:00.240297Z",
            "publish_time": null,
            "slug": "the-brick-lane-gallery-photography-now-2023-08-02",
            "created_at": "2023-08-11T08:05:01.150281Z",
            "updated_at": "2023-08-11T08:05:01.587606Z",
            "summary": "Photography NOW is an Gallery Shows event starting on 02/08/2023, 00:00 and ending on 13/08/2023, 00:00. Event is in The Brick Lane Gallery with address 216 Brick Lane.",
            "title": "Photography NOW",
            "content": null,
            "start_time": "2023-08-02T00:00:00.000000Z",
            "end_time": "2023-08-13T00: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": "216 Brick Lane",
            "city": "London",
            "geolocation": "51.52447435,-0.07145220557759512",
            "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": 27649,
            "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": 26384,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75837e636b654663ac340240bda86cc5-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75837e636b654663ac340240bda86cc5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75837e636b654663ac340240bda86cc5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75837e636b654663ac340240bda86cc5-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75837e636b654663ac340240bda86cc5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/75837e636b654663ac340240bda86cc5.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75837e636b654663ac340240bda86cc5-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75837e636b654663ac340240bda86cc5-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75837e636b654663ac340240bda86cc5-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75837e636b654663ac340240bda86cc5-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-15T19:28:54.051748Z",
                "updated_at": "2023-06-15T19:28:54.051834Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6202,
                "name": "198 Contemporary Arts & Learning",
                "slug": "198-contemporary-arts-learning",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4539865,-0.1038749",
                "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-15T19:28:58.555373Z",
            "publish_time": null,
            "slug": "198-contemporary-arts-learning-wocaa-resonance-2023-06-08",
            "created_at": "2023-06-15T19:28:59.459983Z",
            "updated_at": "2023-06-15T19:28:59.500900Z",
            "summary": "Wocaa: Resonance is an Gallery Shows event starting on 08/06/2023, 00:00 and ending on 13/08/2023, 00:00. Event is in 198 Contemporary Arts & Learning with address 198 Contemporary Arts and Learning.",
            "title": "Wocaa: Resonance",
            "content": null,
            "start_time": "2023-06-08T00:00:00.000000Z",
            "end_time": "2023-08-13T00: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": "198 Contemporary Arts and Learning",
            "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": 28942,
            "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": 27540,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/155e63d93193426ca38641babe4f84d1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/155e63d93193426ca38641babe4f84d1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/155e63d93193426ca38641babe4f84d1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/155e63d93193426ca38641babe4f84d1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/155e63d93193426ca38641babe4f84d1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/155e63d93193426ca38641babe4f84d1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/155e63d93193426ca38641babe4f84d1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/155e63d93193426ca38641babe4f84d1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/155e63d93193426ca38641babe4f84d1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/155e63d93193426ca38641babe4f84d1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-06T17:45:54.140472Z",
                "updated_at": "2023-07-06T17:45:54.140531Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4833,
                "name": "Louis K. Meisel Gallery",
                "slug": "louis-k-meisel-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7257466,-74.0004721",
                "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-07-06T17:45:59.950656Z",
            "publish_time": null,
            "slug": "louis-k-meisel-gallery-the-last-picture-show-2023-06-03",
            "created_at": "2023-07-06T17:46:00.896644Z",
            "updated_at": "2023-07-06T17:46:00.934113Z",
            "summary": "The Last Picture Show is an Gallery Shows event starting on 03/06/2023, 00:00 and ending on 13/08/2023, 00:00. Event is in Louis K. Meisel Gallery with address Flint Institute of the Arts.",
            "title": "The Last Picture Show",
            "content": null,
            "start_time": "2023-06-03T00:00:00.000000Z",
            "end_time": "2023-08-13T00: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": "Flint Institute of the Arts",
            "city": "Flint",
            "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": 29240,
            "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": 27802,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dd9a1faf073a4d32b3931030a93cadba-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dd9a1faf073a4d32b3931030a93cadba-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dd9a1faf073a4d32b3931030a93cadba-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dd9a1faf073a4d32b3931030a93cadba-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dd9a1faf073a4d32b3931030a93cadba-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/dd9a1faf073a4d32b3931030a93cadba.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dd9a1faf073a4d32b3931030a93cadba-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dd9a1faf073a4d32b3931030a93cadba-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dd9a1faf073a4d32b3931030a93cadba-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dd9a1faf073a4d32b3931030a93cadba-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-12T18:49:36.867807Z",
                "updated_at": "2023-07-12T18:49:36.867849Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5317,
                "name": "Brooklyn Waterfront Artists Coalition (BWAC)",
                "slug": "brooklyn-waterfront-artists-coalition-bwac",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.6736885,-74.01656249999999",
                "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-07-12T18:49:43.052494Z",
            "publish_time": null,
            "slug": "brooklyn-waterfront-artists-coalition-bwac-off-the-grid-2023-07-08",
            "created_at": "2023-07-12T18:49:43.950313Z",
            "updated_at": "2023-07-12T18:49:44.576022Z",
            "summary": "Off the Grid is an Gallery Shows event starting on 08/07/2023, 00:00 and ending on 13/08/2023, 00:00. Event is in Brooklyn Waterfront Artists Coalition (BWAC) with address 481 Van Brunt St..",
            "title": "Off the Grid",
            "content": null,
            "start_time": "2023-07-08T00:00:00.000000Z",
            "end_time": "2023-08-13T00: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": "481 Van Brunt St.",
            "city": "Brooklyn",
            "geolocation": "40.6737155,-74.0168886",
            "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": 29756,
            "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": 28264,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/62be8b93a9d246cba4744ed8eae0c916-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/62be8b93a9d246cba4744ed8eae0c916-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/62be8b93a9d246cba4744ed8eae0c916-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/62be8b93a9d246cba4744ed8eae0c916-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/62be8b93a9d246cba4744ed8eae0c916-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/62be8b93a9d246cba4744ed8eae0c916.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/62be8b93a9d246cba4744ed8eae0c916-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/62be8b93a9d246cba4744ed8eae0c916-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/62be8b93a9d246cba4744ed8eae0c916-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/62be8b93a9d246cba4744ed8eae0c916-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-08-02T14:06:44.923752Z",
                "updated_at": "2023-08-02T14:06:44.923795Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5744,
                "name": "Brick Lane Gallery - The Annexe",
                "slug": "brick-lane-gallery-annexe",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.523627,-0.0722189",
                "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-08-02T14:06:48.252030Z",
            "publish_time": null,
            "slug": "brick-lane-gallery-the-annexe-contemporary-painting-2023-08-02",
            "created_at": "2023-08-02T14:06:49.193217Z",
            "updated_at": "2023-08-02T14:06:50.033057Z",
            "summary": "Contemporary Painting is an Gallery Shows event starting on 02/08/2023, 00:00 and ending on 13/08/2023, 00:00. Event is in Brick Lane Gallery - The Annexe with address 93-95 Sclater Street.",
            "title": "Contemporary Painting",
            "content": null,
            "start_time": "2023-08-02T00:00:00.000000Z",
            "end_time": "2023-08-13T00: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": "93-95 Sclater Street",
            "city": "London",
            "geolocation": "51.5236943,-0.0745026",
            "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": 30464,
            "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": 28829,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c68c7c1717c4de386201b062f27dd1a-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c68c7c1717c4de386201b062f27dd1a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c68c7c1717c4de386201b062f27dd1a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c68c7c1717c4de386201b062f27dd1a-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c68c7c1717c4de386201b062f27dd1a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7c68c7c1717c4de386201b062f27dd1a.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c68c7c1717c4de386201b062f27dd1a-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c68c7c1717c4de386201b062f27dd1a-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c68c7c1717c4de386201b062f27dd1a-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c68c7c1717c4de386201b062f27dd1a-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-08-16T07:36:11.041617Z",
                "updated_at": "2023-08-16T07:36:11.041654Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3258,
                "name": "ZKM | Center for Art and Media Karlsruhe",
                "slug": "zkm-center-art-and-media-karlsruhe",
                "city": "Karlsruhe",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "49.001798,8.3831662",
                "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-08-16T07:36:14.129089Z",
            "publish_time": null,
            "slug": "zkm-center-for-art-and-media-karlsruhe-vasiliy-sumin-the-resemblance-to-the-speech-will-be-erased-2023-07-28",
            "created_at": "2023-08-16T07:36:15.040142Z",
            "updated_at": "2023-08-16T07:36:15.942072Z",
            "summary": "Vasiliy Sumin. The Resemblance to the Speech Will Be Erased is an Gallery Shows event starting on 28/07/2023, 00:00 and ending on 13/08/2023, 00:00. Event is in ZKM | Center for Art and Media Karlsruhe with address Lorenzstrasse 19.",
            "title": "Vasiliy Sumin. The Resemblance to the Speech Will Be Erased",
            "content": null,
            "start_time": "2023-07-28T00:00:00.000000Z",
            "end_time": "2023-08-13T00: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": "Lorenzstrasse 19",
            "city": "Karlsruhe",
            "geolocation": "50.3160279,11.9163464",
            "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": []
        }
    ]
}