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

{
    "count": 37593,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=5508&ordering=end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=5472&ordering=end_time",
    "results": [
        {
            "id": 4815,
            "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": 6199,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6596197960_1632284106-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6596197960_1632284106-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6596197960_1632284106.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6596197960_1632284106-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6596197960_1632284106-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6596197960_1632284106-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6596197960_1632284106-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6596197960_1632284106-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6596197960_1632284106-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6596197960_1632284106-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-09-28T12:18:07.374961Z",
                "updated_at": "2021-09-28T12:18:07.375010Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3526,
                "name": "Alpha Nova & Galerie Futura",
                "slug": "alpha-nova-galerie-futura",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.4970977,13.4516979",
                "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": "2021-09-28T12:18:12.009370Z",
            "publish_time": null,
            "slug": "alpha-nova-galerie-futura-aloneness-immersive-installation-2021-09-30",
            "created_at": "2021-09-28T12:18:12.782855Z",
            "updated_at": "2021-09-28T12:18:13.257573Z",
            "summary": "Aloneness - Immersive installation is an Gallery Shows event starting on 30/09/2021, 00:00 and ending on 03/10/2021, 00:00. Event is in Alpha Nova & Galerie Futura with address Am Flutgraben 3.",
            "title": "Aloneness - Immersive installation",
            "content": null,
            "start_time": "2021-09-30T00:00:00.000000Z",
            "end_time": "2021-10-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Am Flutgraben 3",
            "city": "Berlin",
            "geolocation": "52.4972679,13.4513962",
            "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": 4885,
            "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": 6266,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2850752666_1632281803-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2850752666_1632281803-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2850752666_1632281803.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2850752666_1632281803-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2850752666_1632281803-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2850752666_1632281803-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2850752666_1632281803-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2850752666_1632281803-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2850752666_1632281803-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2850752666_1632281803-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-09-29T01:19:29.225204Z",
                "updated_at": "2021-09-29T01:19:29.225253Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3962,
                "name": "LUX",
                "slug": "lux",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.563121,-0.1406221",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2021-09-29T01:19:32.714994Z",
            "publish_time": null,
            "slug": "lux-the-light-of-day-anne-beanalex-eisenberg-2020-2021-10-03",
            "created_at": "2021-09-29T01:19:33.468974Z",
            "updated_at": "2021-09-29T01:19:33.914443Z",
            "summary": "The Light of Day, Anne Bean/Alex Eisenberg (2020) is an Gallery Shows event starting on 03/10/2021, 00:00 and ending on 03/10/2021, 00:00. Event is in LUX with address Waterlow Park Centre.",
            "title": "The Light of Day, Anne Bean/Alex Eisenberg (2020)",
            "content": null,
            "start_time": "2021-10-03T00:00:00.000000Z",
            "end_time": "2021-10-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Waterlow Park Centre",
            "city": "London",
            "geolocation": "51.56836245,-0.14291585000000012",
            "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": 20277,
            "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": 19637,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97719f260c2040a8a3a0858c587d1b4b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97719f260c2040a8a3a0858c587d1b4b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/97719f260c2040a8a3a0858c587d1b4b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97719f260c2040a8a3a0858c587d1b4b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97719f260c2040a8a3a0858c587d1b4b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97719f260c2040a8a3a0858c587d1b4b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97719f260c2040a8a3a0858c587d1b4b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97719f260c2040a8a3a0858c587d1b4b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97719f260c2040a8a3a0858c587d1b4b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97719f260c2040a8a3a0858c587d1b4b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-20T13:26:32.380201Z",
                "updated_at": "2023-02-10T15:11:21.346699Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4161,
                "name": "Badr El Jundi",
                "slug": "badr-el-jundi",
                "city": "Málaga",
                "country": {
                    "code": "ES",
                    "name": "Spain"
                },
                "geolocation": "36.7433523,-4.4456025",
                "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": "ES",
            "publish_status": "published",
            "published_at": "2023-01-20T13:26:37.509006Z",
            "publish_time": null,
            "slug": "badr-el-jundi-salvaje-y-dulce-2021-08-13",
            "created_at": "2023-01-20T13:26:38.450815Z",
            "updated_at": "2023-01-20T13:26:38.496261Z",
            "summary": "Salvaje y Dulce is an Gallery Shows event starting on 13/08/2021, 00:00 and ending on 03/10/2021, 00:00. Event is in Badr El Jundi with address Urb. Villa Padierna Golf & Beach Resort. Carr. de Cádiz, km. 166..",
            "title": "Salvaje y Dulce",
            "content": null,
            "start_time": "2021-08-13T00:00:00.000000Z",
            "end_time": "2021-10-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Urb. Villa Padierna Golf & Beach Resort. Carr. de Cádiz, km. 166.",
            "city": "Marbella",
            "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": 20575,
            "author": {
                "id": "75f4c134-070f-4188-88b5-70ff9cdc8a66",
                "username": "bsmtspace",
                "slug": "bsmtspace",
                "first_name": "Greg",
                "last_name": "Key",
                "display_name": "Greg Key",
                "display_name_full": "Greg Key",
                "email": "info@bsmt.co.uk",
                "telephone": "+44 7917 225169"
            },
            "price": null,
            "featured_image": {
                "id": 19899,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b35cf6047ea4c739e935f3860790560-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b35cf6047ea4c739e935f3860790560-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2b35cf6047ea4c739e935f3860790560.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b35cf6047ea4c739e935f3860790560-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b35cf6047ea4c739e935f3860790560-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b35cf6047ea4c739e935f3860790560-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b35cf6047ea4c739e935f3860790560-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b35cf6047ea4c739e935f3860790560-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b35cf6047ea4c739e935f3860790560-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b35cf6047ea4c739e935f3860790560-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-24T20:42:20.182772Z",
                "updated_at": "2023-02-10T15:12:25.789442Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3104,
                "name": "BSMT Space",
                "slug": "bsmt-space",
                "city": "East London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5457405,-0.0759285",
                "artworks_for_sale_count": 2,
                "featured_image": {
                    "id": 2983,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/P1043125.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-08-13T18:55:39.175349Z",
                    "updated_at": "2021-09-14T13:43:24.864422Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "75f4c134-070f-4188-88b5-70ff9cdc8a66"
                },
                "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-24T20:42:23.407584Z",
            "publish_time": null,
            "slug": "bsmt-space-poppin-east-2021-09-27",
            "created_at": "2023-01-24T20:42:24.295936Z",
            "updated_at": "2023-01-24T20:42:29.605571Z",
            "summary": "Poppin’ East is an Gallery Shows event starting on 27/09/2021, 00:00 and ending on 03/10/2021, 00:00. Event is in BSMT Space with address 529 Kingsland Road.",
            "title": "Poppin’ East",
            "content": null,
            "start_time": "2021-09-27T00:00:00.000000Z",
            "end_time": "2021-10-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "529 Kingsland Road",
            "city": "London",
            "geolocation": "51.5457487,-0.0759116",
            "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": 20281,
            "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": 3281,
                "name": "Bailly Gallery",
                "slug": "bailly-gallery",
                "city": "Geneva",
                "country": {
                    "code": "CH",
                    "name": "Switzerland"
                },
                "geolocation": "46.2004466,6.1476345",
                "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": "CH",
            "publish_status": "published",
            "published_at": "2023-01-20T13:26:44.362479Z",
            "publish_time": null,
            "slug": "bailly-gallery-geneve-postcards-from-france-2021-09-13",
            "created_at": "2023-01-20T13:26:45.267569Z",
            "updated_at": "2023-01-20T13:26:46.042659Z",
            "summary": "Postcards from France is an Gallery Shows event starting on 13/09/2021, 00:00 and ending on 03/10/2021, 00:00. Event is in Bailly Gallery with address 10, rue de l'Hôtel de Ville.",
            "title": "Postcards from France",
            "content": null,
            "start_time": "2021-09-13T00:00:00.000000Z",
            "end_time": "2021-10-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "10, rue de l'Hôtel de Ville",
            "city": "Geneva",
            "geolocation": "48.8537154,2.3578324",
            "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": 26940,
            "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": 25763,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39c544f4787c48b18e30d69b91d1e839-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39c544f4787c48b18e30d69b91d1e839-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/39c544f4787c48b18e30d69b91d1e839.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39c544f4787c48b18e30d69b91d1e839-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39c544f4787c48b18e30d69b91d1e839-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39c544f4787c48b18e30d69b91d1e839-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39c544f4787c48b18e30d69b91d1e839-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39c544f4787c48b18e30d69b91d1e839-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39c544f4787c48b18e30d69b91d1e839-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39c544f4787c48b18e30d69b91d1e839-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-30T18:54:06.202780Z",
                "updated_at": "2023-05-30T18:54:06.202817Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3805,
                "name": "Cape Cod Museum of Art",
                "slug": "cape-cod-museum-art",
                "city": "Dennis",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "41.7401285,-70.19409209999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-05-30T18:54:08.934010Z",
            "publish_time": null,
            "slug": "cape-cod-museum-of-art-cartography-envisioning-cape-cod-2021-06-30",
            "created_at": "2023-05-30T18:54:10.046125Z",
            "updated_at": "2023-05-30T18:54:10.656467Z",
            "summary": "cARTography: Envisioning Cape Cod is an Museum Exhibitions event starting on 30/06/2021, 00:00 and ending on 03/10/2021, 00:00. Event is in Cape Cod Museum of Art with address 60 Hope Lane.",
            "title": "cARTography: Envisioning Cape Cod",
            "content": null,
            "start_time": "2021-06-30T00:00:00.000000Z",
            "end_time": "2021-10-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "60 Hope Lane",
            "city": "Dennis Port",
            "geolocation": "41.7400867,-70.19420484600619",
            "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": 5404,
            "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": 6695,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8212111644_1632886840-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8212111644_1632886840-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8212111644_1632886840.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8212111644_1632886840-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8212111644_1632886840-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8212111644_1632886840-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8212111644_1632886840-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8212111644_1632886840-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8212111644_1632886840-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8212111644_1632886840-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-10-19T17:19:51.103927Z",
                "updated_at": "2021-10-19T17:19:51.103991Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3570,
                "name": "Slash Arts",
                "slug": "slash-arts",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5343959,-0.1161435",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2021-10-19T17:20:05.722078Z",
            "publish_time": null,
            "slug": "slash-arts-are-you-here-will-you-be-there-2021-10-02",
            "created_at": "2021-10-19T17:20:06.454181Z",
            "updated_at": "2021-10-19T17:20:06.521528Z",
            "summary": "are you here will you be there is an Gallery Shows event starting on 02/10/2021, 00:00 and ending on 03/10/2021, 00:00. Event is in Slash Arts with address Slash Arts Gallery boat, Regent's Canal.",
            "title": "are you here will you be there",
            "content": null,
            "start_time": "2021-10-02T00:00:00.000000Z",
            "end_time": "2021-10-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Slash Arts Gallery boat, Regent's Canal",
            "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": 6575,
            "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": 7753,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6437d5f279c0476eaa93946e9ba8b894-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6437d5f279c0476eaa93946e9ba8b894-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6437d5f279c0476eaa93946e9ba8b894.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6437d5f279c0476eaa93946e9ba8b894-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6437d5f279c0476eaa93946e9ba8b894-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6437d5f279c0476eaa93946e9ba8b894-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6437d5f279c0476eaa93946e9ba8b894-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6437d5f279c0476eaa93946e9ba8b894-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6437d5f279c0476eaa93946e9ba8b894-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6437d5f279c0476eaa93946e9ba8b894-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-11T20:01:30.996829Z",
                "updated_at": "2022-01-11T20:01:30.996865Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4105,
                "name": "Art Hub Studios",
                "slug": "art-hub-studios",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.47692809999999,-0.0213509",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-01-11T20:01:34.853956Z",
            "publish_time": null,
            "slug": "art-hub-gallery-soothing-streams-2021-09-30",
            "created_at": "2022-01-11T20:01:35.683878Z",
            "updated_at": "2022-01-11T20:01:36.613217Z",
            "summary": "soothing streams is an Gallery Shows event starting on 30/09/2021, 00:00 and ending on 03/10/2021, 00:00. Event is in Art Hub Studios with address 5 - 9 Creekside.",
            "title": "soothing streams",
            "content": null,
            "start_time": "2021-09-30T00:00:00.000000Z",
            "end_time": "2021-10-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "5 - 9 Creekside",
            "city": "London",
            "geolocation": "33.646771,-117.813672",
            "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": 6560,
            "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": 7742,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81917c7bcd2f48579e96f8a6b79a884a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81917c7bcd2f48579e96f8a6b79a884a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/81917c7bcd2f48579e96f8a6b79a884a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81917c7bcd2f48579e96f8a6b79a884a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81917c7bcd2f48579e96f8a6b79a884a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81917c7bcd2f48579e96f8a6b79a884a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81917c7bcd2f48579e96f8a6b79a884a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81917c7bcd2f48579e96f8a6b79a884a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81917c7bcd2f48579e96f8a6b79a884a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81917c7bcd2f48579e96f8a6b79a884a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-11T19:52:33.580890Z",
                "updated_at": "2022-01-11T19:52:33.580926Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3976,
                "name": "Arbeit Studios",
                "slug": "arbeit-studios",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5448061,-0.0287774",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-01-11T19:52:35.413437Z",
            "publish_time": null,
            "slug": "arbeit-studios-workseries-synergy-2021-09-07",
            "created_at": "2022-01-11T19:52:36.131229Z",
            "updated_at": "2022-01-11T19:52:36.171320Z",
            "summary": "Work/Series Synergy is an Gallery Shows event starting on 07/09/2021, 00:00 and ending on 03/10/2021, 00:00. Event is in Arbeit Studios with address Market Parade, 778 to 782 High Road, Leyton.",
            "title": "Work/Series Synergy",
            "content": null,
            "start_time": "2021-09-07T00:00:00.000000Z",
            "end_time": "2021-10-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Market Parade, 778 to 782 High Road, Leyton",
            "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": 20576,
            "author": {
                "id": "75f4c134-070f-4188-88b5-70ff9cdc8a66",
                "username": "bsmtspace",
                "slug": "bsmtspace",
                "first_name": "Greg",
                "last_name": "Key",
                "display_name": "Greg Key",
                "display_name_full": "Greg Key",
                "email": "info@bsmt.co.uk",
                "telephone": "+44 7917 225169"
            },
            "price": null,
            "featured_image": {
                "id": 19897,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/05d7db27c615472b9e9c8d64df35a093-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/05d7db27c615472b9e9c8d64df35a093-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/05d7db27c615472b9e9c8d64df35a093.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/05d7db27c615472b9e9c8d64df35a093-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/05d7db27c615472b9e9c8d64df35a093-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/05d7db27c615472b9e9c8d64df35a093-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/05d7db27c615472b9e9c8d64df35a093-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/05d7db27c615472b9e9c8d64df35a093-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/05d7db27c615472b9e9c8d64df35a093-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/05d7db27c615472b9e9c8d64df35a093-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-24T20:42:19.014700Z",
                "updated_at": "2023-02-10T15:12:25.378620Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3104,
                "name": "BSMT Space",
                "slug": "bsmt-space",
                "city": "East London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5457405,-0.0759285",
                "artworks_for_sale_count": 2,
                "featured_image": {
                    "id": 2983,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/P1043125.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-08-13T18:55:39.175349Z",
                    "updated_at": "2021-09-14T13:43:24.864422Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "75f4c134-070f-4188-88b5-70ff9cdc8a66"
                },
                "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-24T20:42:24.360174Z",
            "publish_time": null,
            "slug": "bsmt-space-poppin-2021-09-27",
            "created_at": "2023-01-24T20:42:25.263974Z",
            "updated_at": "2023-01-24T20:42:25.686473Z",
            "summary": "Poppin' is an Gallery Shows event starting on 27/09/2021, 00:00 and ending on 03/10/2021, 00:00. Event is in BSMT Space with address 529 Kingsland Road.",
            "title": "Poppin'",
            "content": null,
            "start_time": "2021-09-27T00:00:00.000000Z",
            "end_time": "2021-10-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "529 Kingsland Road",
            "city": "London",
            "geolocation": "51.5457487,-0.0759116",
            "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": 27050,
            "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": 25853,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/629a521309534145a5b5795aec6777e7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/629a521309534145a5b5795aec6777e7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/629a521309534145a5b5795aec6777e7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/629a521309534145a5b5795aec6777e7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/629a521309534145a5b5795aec6777e7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/629a521309534145a5b5795aec6777e7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/629a521309534145a5b5795aec6777e7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/629a521309534145a5b5795aec6777e7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/629a521309534145a5b5795aec6777e7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/629a521309534145a5b5795aec6777e7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-30T19:15:55.100638Z",
                "updated_at": "2023-05-30T19:15:55.100693Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4507,
                "name": "Clark Art Institute",
                "slug": "clark-art-institute",
                "city": "Williamstown",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "42.7072753,-73.2137783",
                "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-05-30T19:15:58.154345Z",
            "publish_time": null,
            "slug": "clark-art-institute-durer-and-after-2021-07-17",
            "created_at": "2023-05-30T19:15:59.083243Z",
            "updated_at": "2023-05-30T19:16:05.585227Z",
            "summary": "Dürer and After is an Gallery Shows event starting on 17/07/2021, 00:00 and ending on 03/10/2021, 00:00. Event is in Clark Art Institute with address 225 South Street.",
            "title": "Dürer and After",
            "content": null,
            "start_time": "2021-07-17T00:00:00.000000Z",
            "end_time": "2021-10-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "225 South Street",
            "city": "Williamstown",
            "geolocation": "43.2990112,-73.6536974",
            "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": 19696,
            "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": 19110,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b42143378f42474ab11f3f839bf11db1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b42143378f42474ab11f3f839bf11db1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b42143378f42474ab11f3f839bf11db1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b42143378f42474ab11f3f839bf11db1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b42143378f42474ab11f3f839bf11db1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b42143378f42474ab11f3f839bf11db1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b42143378f42474ab11f3f839bf11db1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b42143378f42474ab11f3f839bf11db1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b42143378f42474ab11f3f839bf11db1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b42143378f42474ab11f3f839bf11db1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-14T23:27:36.678803Z",
                "updated_at": "2023-02-10T14:46:27.296214Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7806,
                "name": "AAIE Center for Contemporary Art",
                "slug": "aaie-center-contemporary-art",
                "city": "Rome",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "41.8815449,12.5167579",
                "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-01-14T23:27:36.884683Z",
            "publish_time": null,
            "slug": "aaie-center-for-contemporary-art-24-settembre-mostra-in-arrivo-la-figurazione-dellimmaginarioquintetto-2021-09-24",
            "created_at": "2023-01-14T23:27:37.763553Z",
            "updated_at": "2023-01-14T23:27:37.763571Z",
            "summary": null,
            "title": "24 Settembre Mostra in Arrivo - La Figurazione dell’Immaginario“Quintetto”",
            "content": null,
            "start_time": "2021-09-24T00:00:00.000000Z",
            "end_time": "2021-10-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Via Sermide 7",
            "city": "Rome",
            "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": 20678,
            "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": 20002,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77b001f598e44c01962a18fa2a3add14-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77b001f598e44c01962a18fa2a3add14-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/77b001f598e44c01962a18fa2a3add14.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77b001f598e44c01962a18fa2a3add14-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77b001f598e44c01962a18fa2a3add14-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77b001f598e44c01962a18fa2a3add14-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77b001f598e44c01962a18fa2a3add14-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77b001f598e44c01962a18fa2a3add14-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77b001f598e44c01962a18fa2a3add14-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77b001f598e44c01962a18fa2a3add14-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-25T11:02:49.428020Z",
                "updated_at": "2023-02-10T15:13:10.988000Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5729,
                "name": "browngrotta arts",
                "slug": "browngrotta-arts",
                "city": "Wilton",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "41.2036033,-73.45188069999999",
                "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-25T11:02:49.654305Z",
            "publish_time": null,
            "slug": "browngrotta-arts-japandi-shared-aesthetics-and-influences-at-browngrotta-arts-2021-09-25",
            "created_at": "2023-01-25T11:02:50.543706Z",
            "updated_at": "2023-01-25T11:02:51.253678Z",
            "summary": "Japandi: shared aesthetics and influences at browngrotta arts is an Gallery Shows event starting on 25/09/2021, 00:00 and ending on 03/10/2021, 00:00. Event is in browngrotta arts with address 276 Ridgefield Road.",
            "title": "Japandi: shared aesthetics and influences at browngrotta arts",
            "content": null,
            "start_time": "2021-09-25T00:00:00.000000Z",
            "end_time": "2021-10-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "276 Ridgefield Road",
            "city": "Wilton",
            "geolocation": "41.2037057,-73.451862",
            "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": 26941,
            "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": 25762,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e65052fadc9345299f428b545a7e86f2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e65052fadc9345299f428b545a7e86f2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e65052fadc9345299f428b545a7e86f2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e65052fadc9345299f428b545a7e86f2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e65052fadc9345299f428b545a7e86f2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e65052fadc9345299f428b545a7e86f2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e65052fadc9345299f428b545a7e86f2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e65052fadc9345299f428b545a7e86f2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e65052fadc9345299f428b545a7e86f2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e65052fadc9345299f428b545a7e86f2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-30T18:54:05.445209Z",
                "updated_at": "2023-05-30T18:54:05.445264Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7670,
                "name": "Canning Gallery",
                "slug": "canning-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.51237390000001,0.0116699",
                "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-05-30T18:54:09.525275Z",
            "publish_time": null,
            "slug": "canning-gallery-materials-process-2021-09-09",
            "created_at": "2023-05-30T18:54:10.454158Z",
            "updated_at": "2023-05-30T18:54:10.963553Z",
            "summary": "Materials & Process is an Gallery Shows event starting on 09/09/2021, 00:00 and ending on 03/10/2021, 00:00. Event is in Canning Gallery with address 11 Brunel St.",
            "title": "Materials & Process",
            "content": null,
            "start_time": "2021-09-09T00:00:00.000000Z",
            "end_time": "2021-10-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "11 Brunel St",
            "city": "London",
            "geolocation": "43.85635499999999,-79.49312105147058",
            "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": 3718,
            "author": {
                "id": "b850e8fe-7e65-470a-88f4-d2eecac6bc31",
                "username": "dustin_816",
                "slug": "dustin_816",
                "first_name": "Dustin",
                "last_name": "",
                "display_name": "Dustin",
                "display_name_full": "Dustin",
                "email": "dustin@hijinxarts.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 5185,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tristan_Eaton_FLYER_BANNER_1920x1080-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tristan_Eaton_FLYER_BANNER_1920x1080-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Tristan_Eaton_FLYER_BANNER_1920x1080.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tristan_Eaton_FLYER_BANNER_1920x1080-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tristan_Eaton_FLYER_BANNER_1920x1080-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tristan_Eaton_FLYER_BANNER_1920x1080-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tristan_Eaton_FLYER_BANNER_1920x1080-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tristan_Eaton_FLYER_BANNER_1920x1080-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tristan_Eaton_FLYER_BANNER_1920x1080-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Tristan_Eaton_FLYER_BANNER_1920x1080-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-06-23T21:13:20.447066Z",
                "updated_at": "2021-09-13T11:46:38.714542Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "b850e8fe-7e65-470a-88f4-d2eecac6bc31"
            },
            "venue": {
                "id": 3416,
                "name": "Long Beach Museum of Art",
                "slug": "long-beach-museum-of-art",
                "city": "Long Beach",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "33.7634664,-118.1647638",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3387,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Tristan_Eaton_WIDEWALLS_LOCATION_1920x1080-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Tristan_Eaton_WIDEWALLS_LOCATION_1920x1080-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Tristan_Eaton_WIDEWALLS_LOCATION_1920x1080-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Tristan_Eaton_WIDEWALLS_LOCATION_1920x1080.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Tristan_Eaton_WIDEWALLS_LOCATION_1920x1080-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Tristan_Eaton_WIDEWALLS_LOCATION_1920x1080-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Tristan_Eaton_WIDEWALLS_LOCATION_1920x1080-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Tristan_Eaton_WIDEWALLS_LOCATION_1920x1080-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2021-06-18T17:56:29.178059Z",
                    "updated_at": "2021-09-14T13:53:36.717000Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "b850e8fe-7e65-470a-88f4-d2eecac6bc31"
                },
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2021-06-23T21:13:21.750823Z",
            "publish_time": null,
            "slug": "tristan-eaton-all-at-once-25-years-of-art-design",
            "created_at": "2021-06-23T21:13:21.755195Z",
            "updated_at": "2021-06-23T21:13:21.801625Z",
            "summary": "Tristan Eaton • All At Once: 25 Years of Art & Design is an Museum Exhibitions event starting on 16/07/2021, 11:00 and ending on 03/10/2021, 17:00. Event is in Long Beach Museum of Art with address 2300 E Ocean Blvd, Long Beach, CA 90803, USA.",
            "title": "Tristan Eaton • All At Once: 25 Years of Art & Design",
            "content": "Tristan Eaton: All At Once presents a 25-year retrospective of the LA-native’s ongoing work and studio practice. Like Eaton’s career, the fully loaded exhibition transitions between guerrilla street art, iconic murals, game-changing design, and well-defined fine art, giving the viewer an atlas map of Eaton’s illustrious career.\r\n\r\nEaton’s exhibition transcends categories. The retrospective is meant to explore both his commercial appeal and his fine art abilities, juxtaposing and weaving them together seamlessly. As one of the few Urban Pop Artists to demonstrate both, Eaton highlights the synergy and creativity that become possible when the artistic side and the business side are embraced as cooperative, rather than opposing forces. Like the works of Murakami and KAWS, high art and product fill the same space making merchandise, public art, and fine art equally relevant.\r\n\r\nhttp://www.lbma.org",
            "start_time": "2021-07-16T11:00:00.000000Z",
            "end_time": "2021-10-03T17: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": "2300 E Ocean Blvd, Long Beach, CA 90803, USA",
            "city": "",
            "geolocation": "33.7634664,-118.1647638",
            "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": [
                254
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 4156,
            "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": 5606,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8451558045_1626236464-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8451558045_1626236464-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8451558045_1626236464.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8451558045_1626236464-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8451558045_1626236464-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8451558045_1626236464-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8451558045_1626236464-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8451558045_1626236464-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8451558045_1626236464-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8451558045_1626236464-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-08-03T23:23:48.381093Z",
                "updated_at": "2021-09-13T11:52:54.790324Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3725,
                "name": "Tramway",
                "slug": "tramway",
                "city": "Glasgow",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.841043,-4.267364299999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2021-08-03T23:23:49.439440Z",
            "publish_time": null,
            "slug": "tramway-flo-brooks-angletwich-2021-08-07",
            "created_at": "2021-08-03T23:23:50.442829Z",
            "updated_at": "2021-08-03T23:23:50.833279Z",
            "summary": "Flo Brooks: Angletwich is an Gallery Shows event starting on 07/08/2021, 00:00 and ending on 04/10/2021, 00:00. Event is in Tramway with address 25 Albert Drive.",
            "title": "Flo Brooks: Angletwich",
            "content": null,
            "start_time": "2021-08-07T00:00:00.000000Z",
            "end_time": "2021-10-04T00: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": "25 Albert Drive",
            "city": "Glasgow",
            "geolocation": "55.8406831,-4.267306206813944",
            "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": 4380,
            "author": {
                "id": "333167a8-0a23-465b-88d2-9949cfe2b7bd",
                "username": "press@unitlondon.com",
                "slug": "annaunitlondoncom",
                "first_name": "Anna",
                "last_name": "Lazaridou",
                "display_name": null,
                "display_name_full": "Anna Lazaridou",
                "email": "press@unitlondon.com",
                "telephone": "+44 20 7494 2035"
            },
            "price": null,
            "featured_image": {
                "id": 5817,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5550910067_1630466893-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5550910067_1630466893-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5550910067_1630466893.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5550910067_1630466893-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5550910067_1630466893-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5550910067_1630466893-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5550910067_1630466893-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5550910067_1630466893-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5550910067_1630466893-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5550910067_1630466893-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-09-07T23:53:40.427460Z",
                "updated_at": "2021-09-13T11:56:26.894839Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 694,
                "name": "UNIT London",
                "slug": "the-unit-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5134638,-0.1428616000000602",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4635,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/33ea995034be4effb254d363b49f0601.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2023-11-03T13:31:39.488690Z",
                    "updated_at": "2023-11-03T13:31:39.488723Z",
                    "is_converted_to_webp": true,
                    "caption": "",
                    "alt_text": null,
                    "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": "GB",
            "publish_status": "published",
            "published_at": "2021-09-07T23:53:43.962352Z",
            "publish_time": null,
            "slug": "unit-london-joshua-hagler-the-living-circle-us-2021-09-07",
            "created_at": "2021-09-07T23:53:44.729490Z",
            "updated_at": "2022-08-03T08:41:53.807410Z",
            "summary": "Joshua Hagler: The Living Circle Us is an Gallery Shows event starting on 07/09/2021, 00:00 and ending on 04/10/2021, 00:00. Event is in UNIT London with address 3 Hanover Square.",
            "title": "Joshua Hagler: The Living Circle Us",
            "content": null,
            "start_time": "2021-09-07T00:00:00.000000Z",
            "end_time": "2021-10-04T00: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 Hanover Square",
            "city": "London",
            "geolocation": "51.51340245,-0.14284323867738033",
            "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": 4382,
            "author": {
                "id": "333167a8-0a23-465b-88d2-9949cfe2b7bd",
                "username": "press@unitlondon.com",
                "slug": "annaunitlondoncom",
                "first_name": "Anna",
                "last_name": "Lazaridou",
                "display_name": null,
                "display_name_full": "Anna Lazaridou",
                "email": "press@unitlondon.com",
                "telephone": "+44 20 7494 2035"
            },
            "price": null,
            "featured_image": {
                "id": 5818,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6505451435_1630466771-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6505451435_1630466771-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6505451435_1630466771.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6505451435_1630466771-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6505451435_1630466771-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6505451435_1630466771-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6505451435_1630466771-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6505451435_1630466771-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6505451435_1630466771-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6505451435_1630466771-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-09-07T23:53:40.474136Z",
                "updated_at": "2021-09-13T11:56:27.460032Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 694,
                "name": "UNIT London",
                "slug": "the-unit-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5134638,-0.1428616000000602",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4635,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/33ea995034be4effb254d363b49f0601.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2023-11-03T13:31:39.488690Z",
                    "updated_at": "2023-11-03T13:31:39.488723Z",
                    "is_converted_to_webp": true,
                    "caption": "",
                    "alt_text": null,
                    "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": "GB",
            "publish_status": "published",
            "published_at": "2021-09-07T23:53:44.918814Z",
            "publish_time": null,
            "slug": "unit-london-esther-janssen-silence-2021-09-07",
            "created_at": "2021-09-07T23:53:45.672032Z",
            "updated_at": "2022-08-03T08:41:53.819964Z",
            "summary": "Esther Janssen: Silence is an Gallery Shows event starting on 07/09/2021, 00:00 and ending on 04/10/2021, 00:00. Event is in UNIT London with address 3 Hanover Square.",
            "title": "Esther Janssen: Silence",
            "content": null,
            "start_time": "2021-09-07T00:00:00.000000Z",
            "end_time": "2021-10-04T00: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 Hanover Square",
            "city": "London",
            "geolocation": "51.51340245,-0.14284323867738033",
            "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": []
        }
    ]
}