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

{
    "count": 37604,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=4014&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=3978&ordering=-end_time",
    "results": [
        {
            "id": 33517,
            "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": 31691,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/914d62e9027844f1958bcb7b136e257c-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/914d62e9027844f1958bcb7b136e257c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/914d62e9027844f1958bcb7b136e257c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/914d62e9027844f1958bcb7b136e257c-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/914d62e9027844f1958bcb7b136e257c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/914d62e9027844f1958bcb7b136e257c.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/914d62e9027844f1958bcb7b136e257c-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/914d62e9027844f1958bcb7b136e257c-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/914d62e9027844f1958bcb7b136e257c-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/914d62e9027844f1958bcb7b136e257c-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-15T13:21:12.899102Z",
                "updated_at": "2023-11-15T13:21:12.899138Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5437,
                "name": "Galerie Christine Knauber",
                "slug": "galerie-christine-knauber",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.4891902,13.3620169",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-11-15T13:21:18.636394Z",
            "publish_time": null,
            "slug": "galerie-christine-knauber-winter-fairy-tale-2023-11-24",
            "created_at": "2023-11-15T13:21:19.775330Z",
            "updated_at": "2023-11-15T13:21:20.227371Z",
            "summary": "Winter – Fairy Tale is an Gallery Shows event starting on 24/11/2023, 01:00 and ending on 15/02/2024, 01:00. Event is in Galerie Christine Knauber with address Langenscheidtstr. 6.",
            "title": "Winter – Fairy Tale",
            "content": null,
            "start_time": "2023-11-24T01:00:00.000000Z",
            "end_time": "2024-02-15T01: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": "Langenscheidtstr. 6",
            "city": "Berlin",
            "geolocation": "52.4891176,13.3622155",
            "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": 36109,
            "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": 4868,
                "name": "Pontone Gallery",
                "slug": "pontone-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5176221,-0.1359302",
                "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": "2024-02-16T13:47:05.065129Z",
            "publish_time": null,
            "slug": "pontone-gallery-live-updates-wwe-wrestlemania-40-kickoff-media-2024-02-12",
            "created_at": "2024-02-16T13:47:05.963984Z",
            "updated_at": "2024-02-16T13:47:15.593843Z",
            "summary": "LIVE UPDATES - WWE WrestleMania 40 Kickoff Media is an Gallery Shows event starting on 12/02/2024, 01:00 and ending on 14/02/2024, 01:00. Event is in Pontone Gallery with address 1128 Broad St.",
            "title": "LIVE UPDATES - WWE WrestleMania 40 Kickoff Media",
            "content": null,
            "start_time": "2024-02-12T01:00:00.000000Z",
            "end_time": "2024-02-14T01: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": "1128 Broad St",
            "city": "Augusta",
            "geolocation": "41.7540504,-72.6869308",
            "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": 36174,
            "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": 34236,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9693f6194cd84d299a235435e20beb6a-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9693f6194cd84d299a235435e20beb6a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9693f6194cd84d299a235435e20beb6a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9693f6194cd84d299a235435e20beb6a-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9693f6194cd84d299a235435e20beb6a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9693f6194cd84d299a235435e20beb6a.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9693f6194cd84d299a235435e20beb6a-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9693f6194cd84d299a235435e20beb6a-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9693f6194cd84d299a235435e20beb6a-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9693f6194cd84d299a235435e20beb6a-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-20T10:29:29.131367Z",
                "updated_at": "2024-02-20T10:29:29.131449Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9719,
                "name": "Royal Hibernian Academy",
                "slug": "royal-hibernian-academy",
                "city": "Dublin",
                "country": {
                    "code": "IE",
                    "name": "Ireland"
                },
                "geolocation": "53.33707639999999,-6.254961499999999",
                "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": "IE",
            "publish_status": "published",
            "published_at": "2024-02-20T10:30:16.669997Z",
            "publish_time": null,
            "slug": "royal-hibernian-academy-rha-talk-future-academies-electronic-sheep-2024-02-14",
            "created_at": "2024-02-20T10:30:17.690064Z",
            "updated_at": "2024-02-20T10:30:28.317193Z",
            "summary": "RHA Talk — FUTURE ACADEMIES: ELECTRONIC SHEEP is an Gallery Shows event starting on 14/02/2024, 01:00 and ending on 14/02/2024, 01:00. Event is in Royal Hibernian Academy with address Ely Place.",
            "title": "RHA Talk — FUTURE ACADEMIES: ELECTRONIC SHEEP",
            "content": null,
            "start_time": "2024-02-14T01:00:00.000000Z",
            "end_time": "2024-02-14T01: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": "Ely Place",
            "city": "Dublin",
            "geolocation": "53.268956349999996,-9.062272882978537",
            "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": 34770,
            "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": 32852,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4dd9375671754a22b55dad52eec0479d-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4dd9375671754a22b55dad52eec0479d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4dd9375671754a22b55dad52eec0479d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4dd9375671754a22b55dad52eec0479d-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4dd9375671754a22b55dad52eec0479d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4dd9375671754a22b55dad52eec0479d.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4dd9375671754a22b55dad52eec0479d-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4dd9375671754a22b55dad52eec0479d-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4dd9375671754a22b55dad52eec0479d-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4dd9375671754a22b55dad52eec0479d-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-08T11:56:28.730215Z",
                "updated_at": "2024-01-08T11:56:28.730251Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9579,
                "name": "Charmoli Ciarmoli",
                "slug": "charmoli-ciarmoli",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7551055,-73.9758738",
                "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": "2024-01-08T11:56:33.987142Z",
            "publish_time": null,
            "slug": "charmoli-ciarmoli-stefania-pia-prayers-2023-12-21",
            "created_at": "2024-01-08T11:56:34.899567Z",
            "updated_at": "2024-01-08T11:56:44.189695Z",
            "summary": "Stefania Pia. Prayers is an Gallery Shows event starting on 21/12/2023, 01:00 and ending on 14/02/2024, 01:00. Event is in Charmoli Ciarmoli with address 250 Park Avenue.",
            "title": "Stefania Pia. Prayers",
            "content": null,
            "start_time": "2023-12-21T01:00:00.000000Z",
            "end_time": "2024-02-14T01: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": "250 Park Avenue",
            "city": "New York",
            "geolocation": "40.7551097,-73.9759422",
            "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": 35651,
            "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": 33769,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65f8475bdfaf443ea3ff99081be420cb-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65f8475bdfaf443ea3ff99081be420cb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65f8475bdfaf443ea3ff99081be420cb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65f8475bdfaf443ea3ff99081be420cb-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65f8475bdfaf443ea3ff99081be420cb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/65f8475bdfaf443ea3ff99081be420cb.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65f8475bdfaf443ea3ff99081be420cb-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65f8475bdfaf443ea3ff99081be420cb-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65f8475bdfaf443ea3ff99081be420cb-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/65f8475bdfaf443ea3ff99081be420cb-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-08T09:41:34.163225Z",
                "updated_at": "2024-02-08T09:41:34.163279Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3403,
                "name": "Foam Museum",
                "slug": "foam-museum",
                "city": "Amsterdam",
                "country": {
                    "code": "NL",
                    "name": "Netherlands"
                },
                "geolocation": "52.3640856,4.8933216",
                "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": "NL",
            "publish_status": "published",
            "published_at": "2024-02-08T09:41:40.612506Z",
            "publish_time": null,
            "slug": "foam-fotografiemuseum-the-camera-as-a-weapon-2024-02-05",
            "created_at": "2024-02-08T09:41:41.533711Z",
            "updated_at": "2024-02-08T09:41:43.209201Z",
            "summary": "The Camera as a Weapon is an Gallery Shows event starting on 05/02/2024, 01:00 and ending on 14/02/2024, 01:00. Event is in Foam Museum with address Keizersgracht 609.",
            "title": "The Camera as a Weapon",
            "content": null,
            "start_time": "2024-02-05T01:00:00.000000Z",
            "end_time": "2024-02-14T01: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": "Keizersgracht 609",
            "city": "Amsterdam",
            "geolocation": "52.3640124,4.8932784",
            "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": 35307,
            "author": {
                "id": "a664b0bc-4f7f-4f19-a487-c174f7258f94",
                "username": "francesco@thehouseoffineart.com",
                "slug": "francescothehouseoffineartcom",
                "first_name": "Francesco",
                "last_name": "Marchiaro",
                "display_name": null,
                "display_name_full": "Francesco Marchiaro",
                "email": "francesco@thehouseoffineart.com",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 3339,
                "name": "HOFA Gallery (House of Fine Art)",
                "slug": "hofa-gallery-house-fine-art",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.510587,-0.144184",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3725,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/739726e86541498980a5c0e7bc7e7f0a-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/739726e86541498980a5c0e7bc7e7f0a-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/739726e86541498980a5c0e7bc7e7f0a-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/739726e86541498980a5c0e7bc7e7f0a-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/739726e86541498980a5c0e7bc7e7f0a-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/739726e86541498980a5c0e7bc7e7f0a-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/739726e86541498980a5c0e7bc7e7f0a.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/739726e86541498980a5c0e7bc7e7f0a-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2022-03-17T13:47:00.560265Z",
                    "updated_at": "2022-03-17T13:47:00.560306Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "a664b0bc-4f7f-4f19-a487-c174f7258f94"
                },
                "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": "2024-01-31T08:00:42.818961Z",
            "publish_time": null,
            "slug": "hofa-gallery-house-of-fine-art-anne-von-freyburg-papillotage-2024-02-01",
            "created_at": "2024-01-31T08:00:43.765055Z",
            "updated_at": "2024-01-31T08:00:47.258700Z",
            "summary": "Anne von Freyburg | Papillotage is an Gallery Shows event starting on 01/02/2024, 01:00 and ending on 14/02/2024, 01:00. Event is in HOFA Gallery (House of Fine Art) with address 11 Bruton Street.",
            "title": "Anne von Freyburg | Papillotage",
            "content": null,
            "start_time": "2024-02-01T01:00:00.000000Z",
            "end_time": "2024-02-14T01: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 Bruton Street",
            "city": "London",
            "geolocation": "51.510473700000006,-0.14409005429180796",
            "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": 35583,
            "author": {
                "id": "a664b0bc-4f7f-4f19-a487-c174f7258f94",
                "username": "francesco@thehouseoffineart.com",
                "slug": "francescothehouseoffineartcom",
                "first_name": "Francesco",
                "last_name": "Marchiaro",
                "display_name": null,
                "display_name_full": "Francesco Marchiaro",
                "email": "francesco@thehouseoffineart.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 33702,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6a0a843dbdb46f4a79ff20eb35f2996-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6a0a843dbdb46f4a79ff20eb35f2996-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6a0a843dbdb46f4a79ff20eb35f2996-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6a0a843dbdb46f4a79ff20eb35f2996-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6a0a843dbdb46f4a79ff20eb35f2996-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f6a0a843dbdb46f4a79ff20eb35f2996.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6a0a843dbdb46f4a79ff20eb35f2996-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6a0a843dbdb46f4a79ff20eb35f2996-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6a0a843dbdb46f4a79ff20eb35f2996-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6a0a843dbdb46f4a79ff20eb35f2996-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-07T17:50:51.336330Z",
                "updated_at": "2024-02-07T17:50:51.336370Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3339,
                "name": "HOFA Gallery (House of Fine Art)",
                "slug": "hofa-gallery-house-fine-art",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.510587,-0.144184",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3725,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/739726e86541498980a5c0e7bc7e7f0a-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/739726e86541498980a5c0e7bc7e7f0a-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/739726e86541498980a5c0e7bc7e7f0a-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/739726e86541498980a5c0e7bc7e7f0a-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/739726e86541498980a5c0e7bc7e7f0a-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/739726e86541498980a5c0e7bc7e7f0a-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/739726e86541498980a5c0e7bc7e7f0a.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/739726e86541498980a5c0e7bc7e7f0a-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2022-03-17T13:47:00.560265Z",
                    "updated_at": "2022-03-17T13:47:00.560306Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "a664b0bc-4f7f-4f19-a487-c174f7258f94"
                },
                "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": "2024-02-07T17:50:54.278841Z",
            "publish_time": null,
            "slug": "hofa-gallery-anna-von-freyburg-papillotage-2024-02-02",
            "created_at": "2024-02-07T17:50:55.198349Z",
            "updated_at": "2024-02-07T17:50:55.246374Z",
            "summary": "Anna von Freyburg. Papillotage is an Gallery Shows event starting on 02/02/2024, 01:00 and ending on 14/02/2024, 01:00. Event is in HOFA Gallery (House of Fine Art) with address La Galleria Royal Opera Arcade.",
            "title": "Anna von Freyburg. Papillotage",
            "content": null,
            "start_time": "2024-02-02T01:00:00.000000Z",
            "end_time": "2024-02-14T01: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": "La Galleria Royal Opera Arcade",
            "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": 34655,
            "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": 32744,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2dd2bece5f974457b22cbdb58d94578e-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2dd2bece5f974457b22cbdb58d94578e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2dd2bece5f974457b22cbdb58d94578e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2dd2bece5f974457b22cbdb58d94578e-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2dd2bece5f974457b22cbdb58d94578e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2dd2bece5f974457b22cbdb58d94578e.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2dd2bece5f974457b22cbdb58d94578e-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2dd2bece5f974457b22cbdb58d94578e-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2dd2bece5f974457b22cbdb58d94578e-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2dd2bece5f974457b22cbdb58d94578e-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-29T14:03:08.606782Z",
                "updated_at": "2023-12-29T14:03:08.606819Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9568,
                "name": "Woolff Gallery",
                "slug": "woolff-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5204742,-0.1369771",
                "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-12-29T14:03:14.909335Z",
            "publish_time": null,
            "slug": "woolff-gallery-russell-west-new-facades-2024-01-25",
            "created_at": "2023-12-29T14:03:15.814119Z",
            "updated_at": "2023-12-29T14:03:16.903847Z",
            "summary": "Russell West: New Façades is an Gallery Shows event starting on 25/01/2024, 01:00 and ending on 14/02/2024, 01:00. Event is in Woolff Gallery with address 89.",
            "title": "Russell West: New Façades",
            "content": null,
            "start_time": "2024-01-25T01:00:00.000000Z",
            "end_time": "2024-02-14T01: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": "89",
            "city": "London",
            "geolocation": "47.85512575,3.6450439257238765",
            "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": 34203,
            "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": 8267,
                "name": "Gefen Gallery",
                "slug": "gefen-gallery",
                "city": "San Francisco",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.7898865,-122.4056664",
                "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-12-07T11:48:48.598961Z",
            "publish_time": null,
            "slug": "gefen-gallery-expression-unveiled-2023-12-14",
            "created_at": "2023-12-07T11:48:49.814357Z",
            "updated_at": "2023-12-07T11:48:52.369388Z",
            "summary": "Expression Unveiled is an Gallery Shows event starting on 14/12/2023, 01:00 and ending on 14/02/2024, 01:00. Event is in Gefen Gallery with address 315 Grant Ave.",
            "title": "Expression Unveiled",
            "content": null,
            "start_time": "2023-12-14T01:00:00.000000Z",
            "end_time": "2024-02-14T01: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": "315 Grant Ave",
            "city": "San Francisco",
            "geolocation": "37.78986425,-122.40566101560576",
            "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": 35079,
            "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": 33179,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/32e5a210b8a74c8c8496388890c4c9db-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/32e5a210b8a74c8c8496388890c4c9db-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/32e5a210b8a74c8c8496388890c4c9db-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/32e5a210b8a74c8c8496388890c4c9db-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/32e5a210b8a74c8c8496388890c4c9db-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/32e5a210b8a74c8c8496388890c4c9db.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/32e5a210b8a74c8c8496388890c4c9db-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/32e5a210b8a74c8c8496388890c4c9db-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/32e5a210b8a74c8c8496388890c4c9db-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/32e5a210b8a74c8c8496388890c4c9db-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-18T16:55:43.011085Z",
                "updated_at": "2024-01-18T16:55:43.011140Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4562,
                "name": "Bircham Gallery",
                "slug": "bircham-gallery",
                "city": "Holt",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.9057867,1.0901226",
                "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": "2024-01-18T16:55:49.338934Z",
            "publish_time": null,
            "slug": "bircham-gallery-printmakers-2024-01-13",
            "created_at": "2024-01-18T16:55:50.247768Z",
            "updated_at": "2024-01-18T16:55:52.996500Z",
            "summary": "Printmakers is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 14/02/2024, 01:00. Event is in Bircham Gallery with address 14 Market Place.",
            "title": "Printmakers",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-02-14T01: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": "14 Market Place",
            "city": "Holt",
            "geolocation": "52.795463,1.2508656",
            "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": 34370,
            "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": 32481,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0767bc76d7e9433e881c52903f82559b-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0767bc76d7e9433e881c52903f82559b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0767bc76d7e9433e881c52903f82559b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0767bc76d7e9433e881c52903f82559b-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0767bc76d7e9433e881c52903f82559b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0767bc76d7e9433e881c52903f82559b.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0767bc76d7e9433e881c52903f82559b-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0767bc76d7e9433e881c52903f82559b-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0767bc76d7e9433e881c52903f82559b-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0767bc76d7e9433e881c52903f82559b-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-21T11:34:53.591169Z",
                "updated_at": "2023-12-21T11:34:53.591224Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5157,
                "name": "RBSA Gallery",
                "slug": "rbsa-gallery",
                "city": "Birmingham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.4849317,-1.9074872",
                "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-12-21T11:34:57.876412Z",
            "publish_time": null,
            "slug": "rbsa-gallery-introduction-to-lino-printing-workshop-2024-02-13",
            "created_at": "2023-12-21T11:34:58.814628Z",
            "updated_at": "2023-12-21T11:35:01.003831Z",
            "summary": "Introduction to Lino Printing Workshop is an Gallery Shows event starting on 13/02/2024, 01:00 and ending on 13/02/2024, 01:00. Event is in RBSA Gallery with address 4 Brook Street.",
            "title": "Introduction to Lino Printing Workshop",
            "content": null,
            "start_time": "2024-02-13T01:00:00.000000Z",
            "end_time": "2024-02-13T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "4 Brook Street",
            "city": "Birmingham",
            "geolocation": "41.9295319,-70.83468614138602",
            "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": 35588,
            "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": 33710,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b38f01c7dfc94a37ae352602548b470e-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b38f01c7dfc94a37ae352602548b470e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b38f01c7dfc94a37ae352602548b470e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b38f01c7dfc94a37ae352602548b470e-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b38f01c7dfc94a37ae352602548b470e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b38f01c7dfc94a37ae352602548b470e.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b38f01c7dfc94a37ae352602548b470e-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b38f01c7dfc94a37ae352602548b470e-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b38f01c7dfc94a37ae352602548b470e-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b38f01c7dfc94a37ae352602548b470e-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-07T17:51:06.032321Z",
                "updated_at": "2024-02-07T17:51:06.032392Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9543,
                "name": "Hove Museum & Art Gallery",
                "slug": "hove-museum-art-gallery",
                "city": "Hove",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.82967980000001,-0.1811941",
                "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": "2024-02-07T17:51:13.991253Z",
            "publish_time": null,
            "slug": "hove-museum-art-gallery-wonder-lab-2024-02-10",
            "created_at": "2024-02-07T17:51:14.908913Z",
            "updated_at": "2024-02-07T17:51:15.712454Z",
            "summary": "Wonder Lab is an Gallery Shows event starting on 10/02/2024, 01:00 and ending on 12/02/2024, 01:00. Event is in Hove Museum & Art Gallery with address 19 New Church Road.",
            "title": "Wonder Lab",
            "content": null,
            "start_time": "2024-02-10T01:00:00.000000Z",
            "end_time": "2024-02-12T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "19 New Church Road",
            "city": "Hove",
            "geolocation": "52.54279925,-1.8359042505182048",
            "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": 35004,
            "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": 33079,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bf9a4b7fd174d08b4c6551081370670-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bf9a4b7fd174d08b4c6551081370670-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bf9a4b7fd174d08b4c6551081370670-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bf9a4b7fd174d08b4c6551081370670-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bf9a4b7fd174d08b4c6551081370670-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4bf9a4b7fd174d08b4c6551081370670.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bf9a4b7fd174d08b4c6551081370670-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bf9a4b7fd174d08b4c6551081370670-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bf9a4b7fd174d08b4c6551081370670-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bf9a4b7fd174d08b4c6551081370670-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-17T08:29:56.160846Z",
                "updated_at": "2024-01-17T08:29:56.160884Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8954,
                "name": "La Loma Projects",
                "slug": "la-loma-projects",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.1206007,-118.1835766",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-01-17T08:29:58.753806Z",
            "publish_time": null,
            "slug": "la-loma-projects-above-the-sea-and-below-the-sky-2024-01-13",
            "created_at": "2024-01-17T08:29:59.660407Z",
            "updated_at": "2024-01-17T08:29:59.701132Z",
            "summary": "Above the Sea and Below the Sky is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 12/02/2024, 01:00. Event is in La Loma Projects with address 6516 North Figueroa street Unit A..",
            "title": "Above the Sea and Below the Sky",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-02-12T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "6516 North Figueroa street Unit A.",
            "city": "Los Angeles",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 35118,
            "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": 33212,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f5c9b1f5afbf4ac6a468912a4dbf72f1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f5c9b1f5afbf4ac6a468912a4dbf72f1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f5c9b1f5afbf4ac6a468912a4dbf72f1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f5c9b1f5afbf4ac6a468912a4dbf72f1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f5c9b1f5afbf4ac6a468912a4dbf72f1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f5c9b1f5afbf4ac6a468912a4dbf72f1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f5c9b1f5afbf4ac6a468912a4dbf72f1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f5c9b1f5afbf4ac6a468912a4dbf72f1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f5c9b1f5afbf4ac6a468912a4dbf72f1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f5c9b1f5afbf4ac6a468912a4dbf72f1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-19T13:56:49.762996Z",
                "updated_at": "2024-01-19T13:56:49.763047Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4560,
                "name": "CICA Museum",
                "slug": "cica-museum",
                "city": "Gyeonggi-do",
                "country": {
                    "code": "KR",
                    "name": "South Korea"
                },
                "geolocation": "37.6152464,126.7156325",
                "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": "KR",
            "publish_status": "published",
            "published_at": "2024-01-19T13:56:52.742512Z",
            "publish_time": null,
            "slug": "cica-cica-contemporary-art-solo-show-series-spring-2025-2024-01-10",
            "created_at": "2024-01-19T13:56:53.638480Z",
            "updated_at": "2024-01-19T13:56:53.683740Z",
            "summary": "CICA Contemporary Art Solo Show Series Spring 2025 is an Gallery Shows event starting on 10/01/2024, 01:00 and ending on 12/02/2024, 01:00. Event is in CICA Museum with address Samdo-ro, Yangchon-eup, Gimpo-si, Gyeonggi-do, Korea 10049.",
            "title": "CICA Contemporary Art Solo Show Series Spring 2025",
            "content": null,
            "start_time": "2024-01-10T01:00:00.000000Z",
            "end_time": "2024-02-12T01: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": "Samdo-ro, Yangchon-eup, Gimpo-si, Gyeonggi-do, Korea 10049",
            "city": "Gimpo-si",
            "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": 35684,
            "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": 33784,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39ebed7f2769414692f0d393dd8900eb-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39ebed7f2769414692f0d393dd8900eb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39ebed7f2769414692f0d393dd8900eb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39ebed7f2769414692f0d393dd8900eb-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39ebed7f2769414692f0d393dd8900eb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/39ebed7f2769414692f0d393dd8900eb.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39ebed7f2769414692f0d393dd8900eb-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39ebed7f2769414692f0d393dd8900eb-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39ebed7f2769414692f0d393dd8900eb-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39ebed7f2769414692f0d393dd8900eb-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-08T10:43:37.004213Z",
                "updated_at": "2024-02-08T10:43:37.004276Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4716,
                "name": "Keystone Art Space",
                "slug": "keystone-art-space",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0679535,-118.2223697",
                "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": "2024-02-08T10:44:03.808351Z",
            "publish_time": null,
            "slug": "keystone-art-space-marleigh-culver-seep-2024-02-01",
            "created_at": "2024-02-08T10:44:04.776470Z",
            "updated_at": "2024-02-08T10:44:12.391565Z",
            "summary": "Marleigh Culver. Seep is an Gallery Shows event starting on 01/02/2024, 01:00 and ending on 12/02/2024, 01:00. Event is in Keystone Art Space with address 338 S. Ave 16.",
            "title": "Marleigh Culver. Seep",
            "content": null,
            "start_time": "2024-02-01T01:00:00.000000Z",
            "end_time": "2024-02-12T01: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": "338 S. Ave 16",
            "city": "Los Angeles",
            "geolocation": "34.06807214285714,-118.22260059183674",
            "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": 35197,
            "author": {
                "id": "e370e651-6d11-4980-bb20-26ed42888bb6",
                "username": "lauren@melissamorganfineart.com",
                "slug": "laurenmelissamorganfineartcom",
                "first_name": "Melissa",
                "last_name": "Morgan",
                "display_name": null,
                "display_name_full": "Melissa Morgan",
                "email": "lauren@melissamorganfineart.com",
                "telephone": "7606362921"
            },
            "price": null,
            "featured_image": {
                "id": 33301,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d4257912c90a4c2abbae75f4bbdfc141-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d4257912c90a4c2abbae75f4bbdfc141-crop-c0-5__0-5-270x152.png",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d4257912c90a4c2abbae75f4bbdfc141-crop-c0-5__0-5-524x294.png",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d4257912c90a4c2abbae75f4bbdfc141-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d4257912c90a4c2abbae75f4bbdfc141-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d4257912c90a4c2abbae75f4bbdfc141.png",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d4257912c90a4c2abbae75f4bbdfc141-crop-c0-5__0-5-179x179.png",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d4257912c90a4c2abbae75f4bbdfc141-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d4257912c90a4c2abbae75f4bbdfc141-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d4257912c90a4c2abbae75f4bbdfc141-crop-c0-5__0-5-555x312.png"
                },
                "created_at": "2024-01-25T00:51:22.174360Z",
                "updated_at": "2024-01-25T00:51:22.174440Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "e370e651-6d11-4980-bb20-26ed42888bb6"
            },
            "venue": {
                "id": 5495,
                "name": "Melissa Morgan Fine Art",
                "slug": "melissa-morgan-fine-art",
                "city": "Palm Desert",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "33.7201108,-116.3795956",
                "artworks_for_sale_count": 18,
                "featured_image": {
                    "id": 3915,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/fda1d74ffa5b4f2db90398594983a5b1-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/fda1d74ffa5b4f2db90398594983a5b1-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/fda1d74ffa5b4f2db90398594983a5b1-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/fda1d74ffa5b4f2db90398594983a5b1-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/fda1d74ffa5b4f2db90398594983a5b1-crop-c0-5__0-5-558x279.png",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/fda1d74ffa5b4f2db90398594983a5b1-crop-c0-5__0-5-760x499.png",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/fda1d74ffa5b4f2db90398594983a5b1.png",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/fda1d74ffa5b4f2db90398594983a5b1-crop-c0-5__0-5-265x149.png"
                    },
                    "created_at": "2022-07-07T23:38:22.055982Z",
                    "updated_at": "2022-07-07T23:38:22.056029Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "e370e651-6d11-4980-bb20-26ed42888bb6"
                },
                "response_time": null
            },
            "category": {
                "id": 3,
                "image": null,
                "slug": "art-fairs",
                "created_at": "2020-06-02T15:33:40.534223Z",
                "updated_at": "2021-03-29T12:18:45.718972Z",
                "name": "Art Fairs",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-01-24T23:22:02.698477Z",
            "publish_time": null,
            "slug": "intersect-palm-springs",
            "created_at": "2024-01-24T23:22:02.703712Z",
            "updated_at": "2024-01-25T00:52:21.762760Z",
            "summary": "Intersect Palm Springs is an Art Fairs event starting on 08/02/2024, 12:00 and ending on 11/02/2024, 17:00. Event is in Melissa Morgan Fine Art with address 277 N Avenida Caballeros, Palm Springs, CA 92262, USA.",
            "title": "Intersect Palm Springs",
            "content": "MMFA will be exhibiting at Intersect Palm Springs 2024, February 8-11.  This is an art and design fair that brings together a dynamic mix of modern and contemporary galleries, and is activated by timely and original programming. \r\n\r\n Fair schedule, hours, and ticket information are to be announced.",
            "start_time": "2024-02-08T12:00:00.000000Z",
            "end_time": "2024-02-11T17: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": "277 N Avenida Caballeros, Palm Springs, CA 92262, USA",
            "city": "Palm Springs",
            "geolocation": "33.8258333,-116.5392478",
            "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": 34934,
            "author": {
                "id": "559aa9d9-935c-4b7f-922a-fa80438a2292",
                "username": "art@artplexgallery.com",
                "slug": "artartplexgallerycom",
                "first_name": "Valerie",
                "last_name": "Deutsch",
                "display_name": null,
                "display_name_full": "Valerie Deutsch",
                "email": "art@artplexgallery.com",
                "telephone": "+1 323 936 7020"
            },
            "price": null,
            "featured_image": {
                "id": 33017,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13fd6e43420a4fa295cdacc4b667cc52-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13fd6e43420a4fa295cdacc4b667cc52-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13fd6e43420a4fa295cdacc4b667cc52-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13fd6e43420a4fa295cdacc4b667cc52-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13fd6e43420a4fa295cdacc4b667cc52-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/13fd6e43420a4fa295cdacc4b667cc52.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13fd6e43420a4fa295cdacc4b667cc52-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13fd6e43420a4fa295cdacc4b667cc52-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13fd6e43420a4fa295cdacc4b667cc52-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13fd6e43420a4fa295cdacc4b667cc52-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-16T19:40:20.043769Z",
                "updated_at": "2024-01-16T19:40:20.043812Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "559aa9d9-935c-4b7f-922a-fa80438a2292"
            },
            "venue": {
                "id": 5169,
                "name": "Artplex Gallery",
                "slug": "artplex-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0764276,-118.3508087",
                "artworks_for_sale_count": 944,
                "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": "2024-01-16T19:40:50.127473Z",
            "publish_time": null,
            "slug": "erin-hammond-live-painting",
            "created_at": "2024-01-16T19:40:50.134785Z",
            "updated_at": "2024-01-16T19:40:50.183493Z",
            "summary": "Erin Hammond: Live Painting is an Gallery Shows event starting on 11/02/2024, 14:00 and ending on 11/02/2024, 16:00. Event is in Artplex Gallery with address 7358 Beverly Blvd, Los Angeles, CA 90036, USA.",
            "title": "Erin Hammond: Live Painting",
            "content": "Artspace Warehouse is thrilled to announce \"Erin Hammond: Live Painting,\" an exclusive afternoon of art and dialogue. Known for her vibrant canvases featuring her enigmatic portraits, Erin Hammond invites art enthusiasts and the community to witness the creation of art in real time.\r\n\r\nErin Hammond, born in 1982 in Milwaukee, WI, is a seasoned artist nurtured in a creatively charged upbringing. Graduating with a Bachelor's degree in Fine Art Painting, Sculpture, and Theatre from the esteemed University of Wisconsin, Hammond's talent garnered notice from a local downtown dealer. In 2010, she relocated to Los Angeles to expand her artistic journey.\r\n\r\nBelieving in the collaborative nature of creativity, Hammond sees art as both an act of creation and surrender. Her artworks, exhibited at international art fairs and galleries, have found homes in major private collections worldwide, cementing her status as a distinguished artist.",
            "start_time": "2024-02-11T14:00:00.000000Z",
            "end_time": "2024-02-11T16: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": "7358 Beverly Blvd, Los Angeles, CA 90036, USA",
            "city": "Los Angeles",
            "geolocation": "34.0759152,-118.3500757",
            "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": [
                17269
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 35840,
            "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": 33926,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b52ffedae2c84fc79b1dee0d2fd083ac-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b52ffedae2c84fc79b1dee0d2fd083ac-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b52ffedae2c84fc79b1dee0d2fd083ac-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b52ffedae2c84fc79b1dee0d2fd083ac-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b52ffedae2c84fc79b1dee0d2fd083ac-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b52ffedae2c84fc79b1dee0d2fd083ac.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b52ffedae2c84fc79b1dee0d2fd083ac-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b52ffedae2c84fc79b1dee0d2fd083ac-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b52ffedae2c84fc79b1dee0d2fd083ac-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b52ffedae2c84fc79b1dee0d2fd083ac-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-13T10:45:42.436781Z",
                "updated_at": "2024-02-13T10:45:42.436819Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3870,
                "name": "The Crypt Gallery",
                "slug": "crypt-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.52665409999999,-0.1328411",
                "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": "2024-02-13T10:45:49.807031Z",
            "publish_time": null,
            "slug": "the-crypt-gallery-counter-mapping-2024-02-08",
            "created_at": "2024-02-13T10:45:50.731661Z",
            "updated_at": "2024-02-13T10:45:50.783499Z",
            "summary": "counter-mapping is an Gallery Shows event starting on 08/02/2024, 01:00 and ending on 11/02/2024, 01:00. Event is in The Crypt Gallery with address (Entrance in Duke's Rd).",
            "title": "counter-mapping",
            "content": null,
            "start_time": "2024-02-08T01:00:00.000000Z",
            "end_time": "2024-02-11T01: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": "(Entrance in Duke's Rd)",
            "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": []
        }
    ]
}