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=3078&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=3096&ordering=end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=3060&ordering=end_time",
    "results": [
        {
            "id": 28810,
            "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": 27419,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2e2de5cf1f64f93849c241a2d422cea-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2e2de5cf1f64f93849c241a2d422cea-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2e2de5cf1f64f93849c241a2d422cea-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2e2de5cf1f64f93849c241a2d422cea-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2e2de5cf1f64f93849c241a2d422cea-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f2e2de5cf1f64f93849c241a2d422cea.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2e2de5cf1f64f93849c241a2d422cea-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2e2de5cf1f64f93849c241a2d422cea-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2e2de5cf1f64f93849c241a2d422cea-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2e2de5cf1f64f93849c241a2d422cea-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-04T10:18:13.015730Z",
                "updated_at": "2023-07-04T10:18:13.015782Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5873,
                "name": "Essex Flowers",
                "slug": "essex-flowers",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7116703,-73.99565419999999",
                "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-04T10:18:19.515970Z",
            "publish_time": null,
            "slug": "essex-flowers-sally-paul-slits-and-slots-2020-10-03",
            "created_at": "2023-07-04T10:18:20.425478Z",
            "updated_at": "2023-07-04T10:18:26.535296Z",
            "summary": "Sally Paul: Slits and Slots is an Gallery Shows event starting on 03/10/2020, 00:00 and ending on 24/10/2020, 00:00. Event is in Essex Flowers with address 19 Monroe Street.",
            "title": "Sally Paul: Slits and Slots",
            "content": null,
            "start_time": "2020-10-03T00:00:00.000000Z",
            "end_time": "2020-10-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "19 Monroe Street",
            "city": "New York",
            "geolocation": "43.0962817,-77.4359171",
            "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": 28447,
            "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": 27091,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6aa9bb832814a58ac7fcd3e56cbc14e-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6aa9bb832814a58ac7fcd3e56cbc14e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6aa9bb832814a58ac7fcd3e56cbc14e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6aa9bb832814a58ac7fcd3e56cbc14e-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6aa9bb832814a58ac7fcd3e56cbc14e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a6aa9bb832814a58ac7fcd3e56cbc14e.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6aa9bb832814a58ac7fcd3e56cbc14e-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6aa9bb832814a58ac7fcd3e56cbc14e-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6aa9bb832814a58ac7fcd3e56cbc14e-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6aa9bb832814a58ac7fcd3e56cbc14e-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-27T19:12:39.705213Z",
                "updated_at": "2023-06-27T19:12:39.705248Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4680,
                "name": "domobaal",
                "slug": "domobaal",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5215842,-0.1147379",
                "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-27T19:12:45.009575Z",
            "publish_time": null,
            "slug": "domobaal-miho-sato-freedom-2020-09-19",
            "created_at": "2023-06-27T19:12:46.080344Z",
            "updated_at": "2023-06-27T19:12:54.478653Z",
            "summary": "Miho Sato - Freedom is an Gallery Shows event starting on 19/09/2020, 00:00 and ending on 24/10/2020, 00:00. Event is in domobaal with address 3 John Street.",
            "title": "Miho Sato - Freedom",
            "content": null,
            "start_time": "2020-09-19T00:00:00.000000Z",
            "end_time": "2020-10-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "3 John Street",
            "city": "London",
            "geolocation": "44.2392028,-76.4850988",
            "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": 28426,
            "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": 27071,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac8eb112e2924c0f8cd0172ade6a9d26-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac8eb112e2924c0f8cd0172ade6a9d26-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac8eb112e2924c0f8cd0172ade6a9d26-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac8eb112e2924c0f8cd0172ade6a9d26-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac8eb112e2924c0f8cd0172ade6a9d26-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ac8eb112e2924c0f8cd0172ade6a9d26.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac8eb112e2924c0f8cd0172ade6a9d26-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac8eb112e2924c0f8cd0172ade6a9d26-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac8eb112e2924c0f8cd0172ade6a9d26-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac8eb112e2924c0f8cd0172ade6a9d26-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-27T18:56:28.456181Z",
                "updated_at": "2023-06-27T18:56:28.456215Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 747,
                "name": "David Zwirner 20th Street New York",
                "slug": "david-zwirner-20th-street-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.746768,-74.00720999999999",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 793,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/20th_St_crop-21.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-18T20:25:39.309224Z",
                    "updated_at": "2021-09-14T12:54:07.843597Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "20th_St_crop (2)",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-06-27T18:56:31.676719Z",
            "publish_time": null,
            "slug": "david-zwirner-josh-smith-spectre-2020-09-15",
            "created_at": "2023-06-27T18:56:32.664519Z",
            "updated_at": "2023-06-27T18:56:36.658608Z",
            "summary": "Josh Smith: Spectre is an Gallery Shows event starting on 15/09/2020, 00:00 and ending on 24/10/2020, 00:00. Event is in David Zwirner 20th Street New York with address 34 E. 69th Street.",
            "title": "Josh Smith: Spectre",
            "content": null,
            "start_time": "2020-09-15T00:00:00.000000Z",
            "end_time": "2020-10-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "34 E. 69th Street",
            "city": "New York",
            "geolocation": "40.7694688,-73.96648327397803",
            "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": 28849,
            "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": 27454,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/19aae5d5dec148cd9182fb6289a396c1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/19aae5d5dec148cd9182fb6289a396c1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/19aae5d5dec148cd9182fb6289a396c1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/19aae5d5dec148cd9182fb6289a396c1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/19aae5d5dec148cd9182fb6289a396c1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/19aae5d5dec148cd9182fb6289a396c1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/19aae5d5dec148cd9182fb6289a396c1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/19aae5d5dec148cd9182fb6289a396c1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/19aae5d5dec148cd9182fb6289a396c1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/19aae5d5dec148cd9182fb6289a396c1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-04T10:33:59.402575Z",
                "updated_at": "2023-07-04T10:33:59.402612Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2329,
                "name": "Fraenkel Gallery",
                "slug": "fraenkel-gallery",
                "city": "San Francisco",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.787698,-122.40428830000002",
                "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-04T10:34:02.267677Z",
            "publish_time": null,
            "slug": "fraenkel-gallery-im-not-the-only-one-2020-09-08",
            "created_at": "2023-07-04T10:34:03.362681Z",
            "updated_at": "2023-07-04T10:34:03.713455Z",
            "summary": "Im Not the Only One is an Gallery Shows event starting on 08/09/2020, 00:00 and ending on 24/10/2020, 00:00. Event is in Fraenkel Gallery with address 49 Geary Street.",
            "title": "Im Not the Only One",
            "content": null,
            "start_time": "2020-09-08T00:00:00.000000Z",
            "end_time": "2020-10-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "49 Geary Street",
            "city": "San Francisco",
            "geolocation": "37.7877413,-122.4042992",
            "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": 3082,
            "author": {
                "id": "cf2adfbb-630f-463b-ba73-021e647e62b0",
                "username": "alfonso_1030",
                "slug": "alfonso_1030",
                "first_name": "Alfonso",
                "last_name": "Artiaco",
                "display_name": "Alfonso Artiaco",
                "display_name_full": "Alfonso Artiaco",
                "email": "info@alfonsoartiaco.com",
                "telephone": "+39 081 497 6072"
            },
            "price": null,
            "featured_image": {
                "id": 4555,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9502036819_1602878598-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9502036819_1602878598-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9502036819_1602878598-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9502036819_1602878598-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9502036819_1602878598-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9502036819_1602878598.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9502036819_1602878598-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9502036819_1602878598-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9502036819_1602878598-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9502036819_1602878598-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-10-28T01:36:33.423094Z",
                "updated_at": "2021-09-13T11:36:28.819036Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2886,
                "name": "Alfonso Artiaco",
                "slug": "alfonso-artiaco",
                "city": "Naples",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "40.8486138,14.255739500000004",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3638,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Alfonso_Artiaco_profile_image-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Alfonso_Artiaco_profile_image-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Alfonso_Artiaco_profile_image-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Alfonso_Artiaco_profile_image-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Alfonso_Artiaco_profile_image-crop-c0-5__0-5-558x279.png",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Alfonso_Artiaco_profile_image-crop-c0-5__0-5-760x499.png",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Alfonso_Artiaco_profile_image.png",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Alfonso_Artiaco_profile_image-crop-c0-5__0-5-265x149.png"
                    },
                    "created_at": "2022-01-26T17:20:04.047101Z",
                    "updated_at": "2022-01-26T17:20:04.047131Z",
                    "is_converted_to_webp": true,
                    "caption": "Alfonso Artiaco profile image",
                    "alt_text": "Alfonso Artiaco profile image",
                    "description": "",
                    "uploaded_by": "2c83a774-5ea2-4702-9e29-ffb9740dbb2a"
                },
                "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": "IT",
            "publish_status": "published",
            "published_at": "2020-10-28T01:36:34.728055Z",
            "publish_time": null,
            "slug": "alfonso-artiaco-liam-gillick-it-should-feel-like-unicorns-are-about-to-appear-aka-half-awake-half-asleep-2020-09-10",
            "created_at": "2020-10-28T01:36:35.477656Z",
            "updated_at": "2022-08-03T08:41:58.246049Z",
            "summary": "Liam Gillick: It should feel like unicorns are about to appear a.k.a. Half Awake Half Asleep is an Gallery Shows event starting on 10/09/2020, 00:00 and ending on 24/10/2020, 00:00. Event is in Alfonso Artiaco with address Piazzetta Nilo, 7.",
            "title": "Liam Gillick: It should feel like unicorns are about to appear a.k.a. Half Awake Half Asleep",
            "content": null,
            "start_time": "2020-09-10T00:00:00.000000Z",
            "end_time": "2020-10-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Piazzetta Nilo, 7",
            "city": "Naples",
            "geolocation": "40.8484821,14.2556958",
            "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": 28443,
            "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": 27088,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/527de7fc936441eca3e825e7d4a29e59-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/527de7fc936441eca3e825e7d4a29e59-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/527de7fc936441eca3e825e7d4a29e59-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/527de7fc936441eca3e825e7d4a29e59-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/527de7fc936441eca3e825e7d4a29e59-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/527de7fc936441eca3e825e7d4a29e59.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/527de7fc936441eca3e825e7d4a29e59-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/527de7fc936441eca3e825e7d4a29e59-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/527de7fc936441eca3e825e7d4a29e59-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/527de7fc936441eca3e825e7d4a29e59-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-27T18:59:46.211670Z",
                "updated_at": "2023-06-27T18:59:46.211707Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4957,
                "name": "Diane Rosenstein Gallery",
                "slug": "diane-rosenstein-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.086158,-118.338876",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-06-27T18:59:50.231084Z",
            "publish_time": null,
            "slug": "diane-rosenstein-fine-art-heather-day-ricochet-2020-09-12",
            "created_at": "2023-06-27T18:59:51.144638Z",
            "updated_at": "2023-06-27T18:59:58.185840Z",
            "summary": "Heather Day. Ricochet is an Gallery Shows event starting on 12/09/2020, 00:00 and ending on 24/10/2020, 00:00. Event is in Diane Rosenstein Gallery with address 831 N. Highland Avenue.",
            "title": "Heather Day. Ricochet",
            "content": null,
            "start_time": "2020-09-12T00:00:00.000000Z",
            "end_time": "2020-10-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "831 N. Highland Avenue",
            "city": "Los Angeles",
            "geolocation": "34.08587969387755,-118.33868691836734",
            "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": 28483,
            "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": 27125,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/077fe28067a74b52ae7a15f61b639a45-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/077fe28067a74b52ae7a15f61b639a45-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/077fe28067a74b52ae7a15f61b639a45-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/077fe28067a74b52ae7a15f61b639a45-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/077fe28067a74b52ae7a15f61b639a45-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/077fe28067a74b52ae7a15f61b639a45.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/077fe28067a74b52ae7a15f61b639a45-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/077fe28067a74b52ae7a15f61b639a45-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/077fe28067a74b52ae7a15f61b639a45-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/077fe28067a74b52ae7a15f61b639a45-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-27T19:20:13.179630Z",
                "updated_at": "2023-06-27T19:20:13.179666Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8195,
                "name": "Cassina Projects",
                "slug": "cassina-projects",
                "city": "Milan",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.4530348,9.247743000000002",
                "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": "IT",
            "publish_status": "published",
            "published_at": "2023-06-27T19:20:17.247336Z",
            "publish_time": null,
            "slug": "cassina-projects-all-your-secrets-2020-09-09",
            "created_at": "2023-06-27T19:20:18.147299Z",
            "updated_at": "2023-06-27T19:20:21.305322Z",
            "summary": "All Your Secrets is an Gallery Shows event starting on 09/09/2020, 00:00 and ending on 24/10/2020, 00:00. Event is in Cassina Projects with address Via Mecenate, 76/45.",
            "title": "All Your Secrets",
            "content": null,
            "start_time": "2020-09-09T00:00:00.000000Z",
            "end_time": "2020-10-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Via Mecenate, 76/45",
            "city": "Milan",
            "geolocation": "45.4481351,9.2566699",
            "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": 28346,
            "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": 27003,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622e083be5e24cfaa66c33344ee0c3d8-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622e083be5e24cfaa66c33344ee0c3d8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622e083be5e24cfaa66c33344ee0c3d8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622e083be5e24cfaa66c33344ee0c3d8-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622e083be5e24cfaa66c33344ee0c3d8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/622e083be5e24cfaa66c33344ee0c3d8.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622e083be5e24cfaa66c33344ee0c3d8-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622e083be5e24cfaa66c33344ee0c3d8-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622e083be5e24cfaa66c33344ee0c3d8-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622e083be5e24cfaa66c33344ee0c3d8-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-27T18:38:10.723090Z",
                "updated_at": "2023-06-27T18:38:10.723127Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3942,
                "name": "Centrala",
                "slug": "centrala",
                "city": "Birmingham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.4778197,-1.8816823",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-06-27T18:38:14.550415Z",
            "publish_time": null,
            "slug": "centrala-pavel-braila-undressing-the-bride-introduction-2020-10-02",
            "created_at": "2023-06-27T18:38:15.456454Z",
            "updated_at": "2023-06-27T18:38:18.392808Z",
            "summary": "Pavel Brăila - Undressing the Bride: Introduction is an Gallery Shows event starting on 02/10/2020, 00:00 and ending on 24/10/2020, 00:00. Event is in Centrala with address 158 Fazeley Street.",
            "title": "Pavel Brăila - Undressing the Bride: Introduction",
            "content": null,
            "start_time": "2020-10-02T00:00:00.000000Z",
            "end_time": "2020-10-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "158 Fazeley Street",
            "city": "Birmingham",
            "geolocation": "52.4790117,-1.8823126",
            "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": 5001,
            "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": 6360,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3741986454_1602880923-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3741986454_1602880923-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3741986454_1602880923-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3741986454_1602880923-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3741986454_1602880923-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3741986454_1602880923.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3741986454_1602880923-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3741986454_1602880923-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3741986454_1602880923-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3741986454_1602880923-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-09-29T12:41:50.333767Z",
                "updated_at": "2021-09-29T12:41:50.333815Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3251,
                "name": "Asya Geisberg Gallery",
                "slug": "asya-geisberg-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7485563,-74.0053679",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2021-09-29T12:41:55.873137Z",
            "publish_time": null,
            "slug": "asya-geisberg-gallery-from-the-ashes-2020-09-12",
            "created_at": "2021-09-29T12:41:56.638660Z",
            "updated_at": "2021-09-29T12:41:57.368152Z",
            "summary": "From the Ashes is an Gallery Shows event starting on 12/09/2020, 00:00 and ending on 24/10/2020, 00:00. Event is in Asya Geisberg Gallery with address 537B West 23rd Street.",
            "title": "From the Ashes",
            "content": null,
            "start_time": "2020-09-12T00:00:00.000000Z",
            "end_time": "2020-10-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "537B West 23rd Street",
            "city": "New York",
            "geolocation": "36.11964720408163,-80.25510291836734",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 28463,
            "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": 27108,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46b7560895d44f76a701c7c9c41a98b0-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46b7560895d44f76a701c7c9c41a98b0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46b7560895d44f76a701c7c9c41a98b0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46b7560895d44f76a701c7c9c41a98b0-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46b7560895d44f76a701c7c9c41a98b0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/46b7560895d44f76a701c7c9c41a98b0.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46b7560895d44f76a701c7c9c41a98b0-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46b7560895d44f76a701c7c9c41a98b0-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46b7560895d44f76a701c7c9c41a98b0-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46b7560895d44f76a701c7c9c41a98b0-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-27T19:16:20.081934Z",
                "updated_at": "2023-06-27T19:16:20.081970Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5644,
                "name": "Eigen + Art Lab",
                "slug": "eigen-art-lab",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5273469,13.3891976",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-06-27T19:16:23.585741Z",
            "publish_time": null,
            "slug": "eigen-art-lab-lotte-meret-fragil-2020-09-30",
            "created_at": "2023-06-27T19:16:24.498039Z",
            "updated_at": "2023-06-27T19:16:28.831185Z",
            "summary": "Lotte Meret. fragil is an Gallery Shows event starting on 30/09/2020, 00:00 and ending on 24/10/2020, 00:00. Event is in Eigen + Art Lab with address Torstraße 220.",
            "title": "Lotte Meret. fragil",
            "content": null,
            "start_time": "2020-09-30T00:00:00.000000Z",
            "end_time": "2020-10-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Torstraße 220",
            "city": "Berlin",
            "geolocation": "52.5272975,13.3889878",
            "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": 28772,
            "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": 27379,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c1e915e874d4649a0af7486f680bfe6-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c1e915e874d4649a0af7486f680bfe6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c1e915e874d4649a0af7486f680bfe6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c1e915e874d4649a0af7486f680bfe6-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c1e915e874d4649a0af7486f680bfe6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7c1e915e874d4649a0af7486f680bfe6.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c1e915e874d4649a0af7486f680bfe6-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c1e915e874d4649a0af7486f680bfe6-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c1e915e874d4649a0af7486f680bfe6-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c1e915e874d4649a0af7486f680bfe6-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-04T10:08:36.031882Z",
                "updated_at": "2023-07-04T10:08:36.031918Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6753,
                "name": "Daniel Marzona",
                "slug": "daniel-marzona",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5142658,13.2692568",
                "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-07-04T10:08:40.989364Z",
            "publish_time": null,
            "slug": "daniel-marzona-nina-canell-dits-dahs-2020-09-09",
            "created_at": "2023-07-04T10:08:42.083598Z",
            "updated_at": "2023-07-04T10:08:46.185491Z",
            "summary": "Nina Canell: Dits Dahs is an Gallery Shows event starting on 09/09/2020, 00:00 and ending on 24/10/2020, 00:00. Event is in Daniel Marzona with address Marienstraße 10.",
            "title": "Nina Canell: Dits Dahs",
            "content": null,
            "start_time": "2020-09-09T00:00:00.000000Z",
            "end_time": "2020-10-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Marienstraße 10",
            "city": "Berlin",
            "geolocation": "52.594138,13.426387",
            "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": 20512,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 4526,
                "name": "Bookstein Projects",
                "slug": "bookstein-projects",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7674233,-73.9674263",
                "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-01-24T19:55:49.847665Z",
            "publish_time": null,
            "slug": "bookstein-projects-paul-resika-eight-decades-of-painting-2020-09-24",
            "created_at": "2023-01-24T19:55:50.747357Z",
            "updated_at": "2023-01-24T19:55:52.760763Z",
            "summary": "Paul Resika: Eight Decades of Painting is an Gallery Shows event starting on 24/09/2020, 00:00 and ending on 24/10/2020, 00:00. Event is in Bookstein Projects with address 60 East 66th Street.",
            "title": "Paul Resika: Eight Decades of Painting",
            "content": null,
            "start_time": "2020-09-24T00:00:00.000000Z",
            "end_time": "2020-10-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "60 East 66th Street",
            "city": "New York",
            "geolocation": "40.76742865,-73.96741438599064",
            "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": 20620,
            "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": 19946,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/052fbeb8f6bd4d4bab64a14a7635f721-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/052fbeb8f6bd4d4bab64a14a7635f721-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/052fbeb8f6bd4d4bab64a14a7635f721-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/052fbeb8f6bd4d4bab64a14a7635f721-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/052fbeb8f6bd4d4bab64a14a7635f721-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/052fbeb8f6bd4d4bab64a14a7635f721.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/052fbeb8f6bd4d4bab64a14a7635f721-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/052fbeb8f6bd4d4bab64a14a7635f721-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/052fbeb8f6bd4d4bab64a14a7635f721-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/052fbeb8f6bd4d4bab64a14a7635f721-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-25T10:31:02.403672Z",
                "updated_at": "2023-02-10T15:12:41.381000Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3381,
                "name": "Bermondsey Project Space",
                "slug": "bermondsey-project-space",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.498712,-0.08088089999999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-01-25T10:31:02.606489Z",
            "publish_time": null,
            "slug": "bermondsey-project-space-philipp-humm-the-last-faust-2020-10-03",
            "created_at": "2023-01-25T10:31:03.506806Z",
            "updated_at": "2023-01-25T10:31:03.506843Z",
            "summary": null,
            "title": "Philipp Humm: The Last Faust",
            "content": null,
            "start_time": "2020-10-03T00:00:00.000000Z",
            "end_time": "2020-10-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "183-185 Bermondsey Street",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 20322,
            "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": 19674,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/daafccb74ae94d789a1408a4adaff33a-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/daafccb74ae94d789a1408a4adaff33a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/daafccb74ae94d789a1408a4adaff33a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/daafccb74ae94d789a1408a4adaff33a-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/daafccb74ae94d789a1408a4adaff33a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/daafccb74ae94d789a1408a4adaff33a.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/daafccb74ae94d789a1408a4adaff33a-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/daafccb74ae94d789a1408a4adaff33a-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/daafccb74ae94d789a1408a4adaff33a-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/daafccb74ae94d789a1408a4adaff33a-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-20T13:37:43.909047Z",
                "updated_at": "2023-02-10T15:11:28.391917Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7902,
                "name": "Beckenham Place Mansion",
                "slug": "beckenham-place-mansion",
                "city": "Beckenham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-01-20T13:37:47.300391Z",
            "publish_time": null,
            "slug": "beckenham-place-mansion-t-a-p-e-presents-ceremony-2020-10-24",
            "created_at": "2023-01-20T13:37:48.203119Z",
            "updated_at": "2023-01-20T13:37:56.493902Z",
            "summary": "T A P E Presents ‘Ceremony’ is an Gallery Shows event starting on 24/10/2020, 00:00 and ending on 24/10/2020, 00:00. Event is in Beckenham Place Mansion with address Beckenham Place Park.",
            "title": "T A P E Presents ‘Ceremony’",
            "content": null,
            "start_time": "2020-10-24T00:00:00.000000Z",
            "end_time": "2020-10-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Beckenham Place Park",
            "city": "Beckenham",
            "geolocation": "51.41874385,-0.013589755748811362",
            "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": 20641,
            "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": 19967,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f205f6e6050457a8e9ee23b39c5dd52-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f205f6e6050457a8e9ee23b39c5dd52-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f205f6e6050457a8e9ee23b39c5dd52-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f205f6e6050457a8e9ee23b39c5dd52-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f205f6e6050457a8e9ee23b39c5dd52-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9f205f6e6050457a8e9ee23b39c5dd52.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f205f6e6050457a8e9ee23b39c5dd52-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f205f6e6050457a8e9ee23b39c5dd52-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f205f6e6050457a8e9ee23b39c5dd52-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f205f6e6050457a8e9ee23b39c5dd52-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-25T10:34:39.297084Z",
                "updated_at": "2023-02-10T15:12:58.537442Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4518,
                "name": "Blum & Poe Los Angeles",
                "slug": "blum-poe-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0329595,-118.3756203",
                "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-01-25T10:34:44.515804Z",
            "publish_time": null,
            "slug": "blum-poe-4-from-3-dancers-aaron-garber-maikovska-2020-09-12",
            "created_at": "2023-01-25T10:34:45.390930Z",
            "updated_at": "2023-01-25T10:34:46.047826Z",
            "summary": "4 from 3 dancers. Aaron Garber-Maikovska is an Gallery Shows event starting on 12/09/2020, 00:00 and ending on 24/10/2020, 00:00. Event is in Blum & Poe Los Angeles with address 2727 S. La Cienega Boulevard.",
            "title": "4 from 3 dancers. Aaron Garber-Maikovska",
            "content": null,
            "start_time": "2020-09-12T00:00:00.000000Z",
            "end_time": "2020-10-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2727 S. La Cienega Boulevard",
            "city": "Los Angeles",
            "geolocation": "34.0227529,-118.372295",
            "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": 29212,
            "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": 27774,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df3bb18649f04e03893422e2a833da89-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df3bb18649f04e03893422e2a833da89-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df3bb18649f04e03893422e2a833da89-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df3bb18649f04e03893422e2a833da89-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df3bb18649f04e03893422e2a833da89-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/df3bb18649f04e03893422e2a833da89.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df3bb18649f04e03893422e2a833da89-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df3bb18649f04e03893422e2a833da89-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df3bb18649f04e03893422e2a833da89-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df3bb18649f04e03893422e2a833da89-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-10T11:18:01.885834Z",
                "updated_at": "2023-07-10T11:18:01.885871Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4216,
                "name": "Galerie Barbara Thumm",
                "slug": "galerie-barbara-thumm",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5054994,13.3941382",
                "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-07-10T11:18:07.782012Z",
            "publish_time": null,
            "slug": "galerie-barbara-thumm-kommst-du-von-dann-oder-von-dann-2020-09-09",
            "created_at": "2023-07-10T11:18:14.995004Z",
            "updated_at": "2023-07-10T11:18:15.876432Z",
            "summary": "Kommst Du von dann oder von dann... is an Gallery Shows event starting on 09/09/2020, 00:00 and ending on 24/10/2020, 00:00. Event is in Galerie Barbara Thumm with address Markgrafenstrasse 68.",
            "title": "Kommst Du von dann oder von dann...",
            "content": null,
            "start_time": "2020-09-09T00:00:00.000000Z",
            "end_time": "2020-10-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Markgrafenstrasse 68",
            "city": "Berlin",
            "geolocation": "52.6378911,13.29286907679623",
            "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": 20306,
            "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": 19660,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f7175cb637848669ca3d9c13cef2bbe-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f7175cb637848669ca3d9c13cef2bbe-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f7175cb637848669ca3d9c13cef2bbe-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f7175cb637848669ca3d9c13cef2bbe-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f7175cb637848669ca3d9c13cef2bbe-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6f7175cb637848669ca3d9c13cef2bbe.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f7175cb637848669ca3d9c13cef2bbe-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f7175cb637848669ca3d9c13cef2bbe-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f7175cb637848669ca3d9c13cef2bbe-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f7175cb637848669ca3d9c13cef2bbe-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-20T13:36:46.619642Z",
                "updated_at": "2023-02-10T15:11:25.892849Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4674,
                "name": "Beck & Eggeling International Fine Art",
                "slug": "beck-eggeling-international-fine-art",
                "city": "Düsseldorf",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "51.2226585,6.7730842",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-01-20T13:36:49.272860Z",
            "publish_time": null,
            "slug": "beck-eggeling-international-fine-art-chris-reinecke-mappa-mundi-2020-09-29",
            "created_at": "2023-01-20T13:36:50.177562Z",
            "updated_at": "2023-01-20T13:36:50.571791Z",
            "summary": "Chris Reinecke: mappa mundi is an Gallery Shows event starting on 29/09/2020, 00:00 and ending on 24/10/2020, 00:00. Event is in Beck & Eggeling International Fine Art with address Bilker Straße 5.",
            "title": "Chris Reinecke: mappa mundi",
            "content": null,
            "start_time": "2020-09-29T00:00:00.000000Z",
            "end_time": "2020-10-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Bilker Straße 5",
            "city": "Düsseldorf",
            "geolocation": "51.22253,6.77267899328388",
            "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": 28770,
            "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": 27382,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f3865afdddc34cf19f212e2c25327636-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f3865afdddc34cf19f212e2c25327636-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f3865afdddc34cf19f212e2c25327636-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f3865afdddc34cf19f212e2c25327636-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f3865afdddc34cf19f212e2c25327636-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f3865afdddc34cf19f212e2c25327636.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f3865afdddc34cf19f212e2c25327636-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f3865afdddc34cf19f212e2c25327636-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f3865afdddc34cf19f212e2c25327636-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f3865afdddc34cf19f212e2c25327636-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-04T10:08:36.228784Z",
                "updated_at": "2023-07-04T10:08:36.228821Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4204,
                "name": "Danielle Arnaud Gallery",
                "slug": "danielle-arnaud-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4946372,-0.1106358",
                "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-04T10:08:38.761688Z",
            "publish_time": null,
            "slug": "danielle-arnaud-holly-davey-a-script-for-an-archive-2020-09-25",
            "created_at": "2023-07-04T10:08:39.675211Z",
            "updated_at": "2023-07-04T10:08:40.027512Z",
            "summary": "Holly Davey | A Script for an Archive is an Gallery Shows event starting on 25/09/2020, 00:00 and ending on 24/10/2020, 00:00. Event is in Danielle Arnaud Gallery with address 123 Kennington Road.",
            "title": "Holly Davey | A Script for an Archive",
            "content": null,
            "start_time": "2020-09-25T00:00:00.000000Z",
            "end_time": "2020-10-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "123 Kennington Road",
            "city": "London",
            "geolocation": "-27.4885989,153.0869239",
            "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": []
        }
    ]
}