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

{
    "count": 37587,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=6570&ordering=-start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=6534&ordering=-start_time",
    "results": [
        {
            "id": 32745,
            "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": 30970,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e61edfa850c484495f25a458ac5fa55-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e61edfa850c484495f25a458ac5fa55-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4e61edfa850c484495f25a458ac5fa55.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e61edfa850c484495f25a458ac5fa55-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e61edfa850c484495f25a458ac5fa55-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e61edfa850c484495f25a458ac5fa55-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e61edfa850c484495f25a458ac5fa55-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e61edfa850c484495f25a458ac5fa55-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e61edfa850c484495f25a458ac5fa55-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e61edfa850c484495f25a458ac5fa55-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-25T09:52:13.078546Z",
                "updated_at": "2023-10-25T09:52:13.078582Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7107,
                "name": "Museum in the Park Gallery",
                "slug": "museum-park-gallery",
                "city": "Stroud",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.7482343,-2.2240592",
                "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-10-25T09:52:19.329491Z",
            "publish_time": null,
            "slug": "museum-in-the-park-gallery-woodcarvings-by-natasha-houseago-2023-10-08",
            "created_at": "2023-10-25T09:52:20.287644Z",
            "updated_at": "2023-10-25T09:52:24.461461Z",
            "summary": "Woodcarvings by Natasha Houseago is an Gallery Shows event starting on 08/10/2023, 00:00 and ending on 05/11/2023, 01:00. Event is in Museum in the Park Gallery with address Stratford Park.",
            "title": "Woodcarvings by Natasha Houseago",
            "content": null,
            "start_time": "2023-10-08T00:00:00.000000Z",
            "end_time": "2023-11-05T01: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": "Stratford Park",
            "city": "Stroud",
            "geolocation": "52.0590485,-0.8260153",
            "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": 32122,
            "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": 30391,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b7e3e76cdd4ee29837f29f79deac84-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b7e3e76cdd4ee29837f29f79deac84-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/79b7e3e76cdd4ee29837f29f79deac84.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b7e3e76cdd4ee29837f29f79deac84-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b7e3e76cdd4ee29837f29f79deac84-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b7e3e76cdd4ee29837f29f79deac84-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b7e3e76cdd4ee29837f29f79deac84-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b7e3e76cdd4ee29837f29f79deac84-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b7e3e76cdd4ee29837f29f79deac84-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b7e3e76cdd4ee29837f29f79deac84-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-09T10:28:39.120001Z",
                "updated_at": "2023-10-09T10:28:39.120061Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9275,
                "name": "Lansdown Stores",
                "slug": "lansdown-stores",
                "city": "Bath",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.3892395,-2.3629091",
                "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-10-09T10:28:47.867099Z",
            "publish_time": null,
            "slug": "lansdown-stores-elemental-forces-of-nature-2023-10-08",
            "created_at": "2023-10-09T10:28:48.773249Z",
            "updated_at": "2023-10-09T10:28:49.674831Z",
            "summary": "Elemental: Forces of Nature is an Gallery Shows event starting on 08/10/2023, 00:00 and ending on 26/10/2023, 00:00. Event is in Lansdown Stores with address Lansdown Road.",
            "title": "Elemental: Forces of Nature",
            "content": null,
            "start_time": "2023-10-08T00:00:00.000000Z",
            "end_time": "2023-10-26T00: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": "Lansdown Road",
            "city": "Bath",
            "geolocation": "51.2735015,1.0825607",
            "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": 31992,
            "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": 30250,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c5cb892523d4b66843fa15d6ceead2e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c5cb892523d4b66843fa15d6ceead2e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7c5cb892523d4b66843fa15d6ceead2e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c5cb892523d4b66843fa15d6ceead2e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c5cb892523d4b66843fa15d6ceead2e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c5cb892523d4b66843fa15d6ceead2e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c5cb892523d4b66843fa15d6ceead2e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c5cb892523d4b66843fa15d6ceead2e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c5cb892523d4b66843fa15d6ceead2e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c5cb892523d4b66843fa15d6ceead2e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-05T09:26:01.354507Z",
                "updated_at": "2023-10-05T09:26:01.354542Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 405,
                "name": "MoMA",
                "slug": "moma",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7614029,-73.9776248",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 95,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/MoMA-2.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-17T20:58:49.945877Z",
                    "updated_at": "2021-09-14T12:38:45.020345Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "MoMA-2",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-10-05T09:26:04.564315Z",
            "publish_time": null,
            "slug": "moma-picasso-in-fontainebleau-2023-10-08",
            "created_at": "2023-10-05T09:26:05.483901Z",
            "updated_at": "2023-10-05T09:26:06.459873Z",
            "summary": "Picasso in Fontainebleau is an Gallery Shows event starting on 08/10/2023, 00:00 and ending on 17/02/2024, 01:00. Event is in MoMA with address 11 West 53 Street.",
            "title": "Picasso in Fontainebleau",
            "content": null,
            "start_time": "2023-10-08T00:00:00.000000Z",
            "end_time": "2024-02-17T01: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 West 53 Street",
            "city": "New York",
            "geolocation": "-27.4685874,153.1697791",
            "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": 31597,
            "author": {
                "id": "7d04438a-00a7-4a9f-9185-77a249a76551",
                "username": "Ken",
                "slug": "ken",
                "first_name": "Hashimoto",
                "last_name": "Contemporary",
                "display_name": "Ken Harman",
                "display_name_full": "Ken Harman",
                "email": "info@hashimotocontemporary.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 29887,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac6770169c004ae2875e07cae584014e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac6770169c004ae2875e07cae584014e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ac6770169c004ae2875e07cae584014e.png",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac6770169c004ae2875e07cae584014e-crop-c0-5__0-5-270x152.png",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac6770169c004ae2875e07cae584014e-crop-c0-5__0-5-555x312.png",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac6770169c004ae2875e07cae584014e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac6770169c004ae2875e07cae584014e-crop-c0-5__0-5-524x294.png",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac6770169c004ae2875e07cae584014e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac6770169c004ae2875e07cae584014e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac6770169c004ae2875e07cae584014e-crop-c0-5__0-5-179x179.png"
                },
                "created_at": "2023-09-22T22:59:14.797143Z",
                "updated_at": "2023-09-22T22:59:14.797206Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "7d04438a-00a7-4a9f-9185-77a249a76551"
            },
            "venue": {
                "id": 1938,
                "name": "HASHIMOTO CONTEMPORARY",
                "slug": "hashimoto-contemporary-san-francisco",
                "city": "San Francisco",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.7887064,-122.41375790000001",
                "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-09-22T22:59:20.235114Z",
            "publish_time": null,
            "slug": "kim-cogan-embers",
            "created_at": "2023-09-22T22:59:20.238452Z",
            "updated_at": "2023-09-22T23:02:10.358594Z",
            "summary": "Kim Cogan - \"Embers\" is an Gallery Shows event starting on 07/10/2023, 17:00 and ending on 28/10/2023, 18:00. Event is in HASHIMOTO CONTEMPORARY with address 1275 Minnesota St, San Francisco, CA 94107, USA.",
            "title": "Kim Cogan - \"Embers\"",
            "content": "Hashimoto Contemporary is pleased to present Embers, a solo exhibition by San Francisco-based painter Kim Cogan. The exhibition will be Cogan's fourth solo exhibition at Hashimoto Contemporary, and debut solo presentation at our Minnesota Street location.\r\n\r\n \r\n\r\nOpening Night Reception:\r\n\r\nSaturday, October 7th\r\n5pm - 7pm\r\nThe artist will be in attendance",
            "start_time": "2023-10-07T17:00:00.000000Z",
            "end_time": "2023-10-28T18: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": "1275 Minnesota St, San Francisco, CA 94107, USA",
            "city": "San Francisco",
            "geolocation": "37.7542915,-122.389488",
            "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": 31658,
            "author": {
                "id": "a57b2f57-e169-4306-b59d-8c21aeddb574",
                "username": "anna@hamiltonsgallery.com",
                "slug": "annahamiltonsgallerycom",
                "first_name": "Molly",
                "last_name": "Horner",
                "display_name": null,
                "display_name_full": "Molly Horner",
                "email": "molly@hamiltonsgallery.com",
                "telephone": "+44 20 7499 9493"
            },
            "price": null,
            "featured_image": {
                "id": 29949,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd5dcff9f83e43a592a06c14b1bcb50c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd5dcff9f83e43a592a06c14b1bcb50c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/cd5dcff9f83e43a592a06c14b1bcb50c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd5dcff9f83e43a592a06c14b1bcb50c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd5dcff9f83e43a592a06c14b1bcb50c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd5dcff9f83e43a592a06c14b1bcb50c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd5dcff9f83e43a592a06c14b1bcb50c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd5dcff9f83e43a592a06c14b1bcb50c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd5dcff9f83e43a592a06c14b1bcb50c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd5dcff9f83e43a592a06c14b1bcb50c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-26T16:24:37.528825Z",
                "updated_at": "2023-09-26T16:24:37.528859Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "a57b2f57-e169-4306-b59d-8c21aeddb574"
            },
            "venue": {
                "id": 2431,
                "name": "Hamiltons Gallery",
                "slug": "hamiltons-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5105392,-0.14984340000000884",
                "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": "",
            "publish_status": "published",
            "published_at": "2023-09-26T16:25:02.021695Z",
            "publish_time": null,
            "slug": "albert-watson-skye",
            "created_at": "2023-09-26T16:25:02.025774Z",
            "updated_at": "2023-09-26T16:25:02.069043Z",
            "summary": "Albert Watson: Skye is an Gallery Shows event starting on 07/10/2023, 11:00 and ending on 17/11/2023, 18:00. Event is in Hamiltons Gallery with address 13 Carlos Place.",
            "title": "Albert Watson: Skye",
            "content": "Hamiltons is delighted to announce the exhibition Albert Watson: SKYE. In honour of his first exhibition with the gallery in over a decade, the artist has chosen a selection of breath-taking landscapes from his ‘first fine art project’ shot in the photographer’s native Scotland. \r\n\r\nAlbert Watson's most personal project to date began in 2013 when he toured the island of Skye, working 12 hours a day for 5 weeks, inspiring him to create a series of other-worldly landscape photographs. Known to him since childhood, the island’s dramatic landscapes produced an inescapable magical quality that compelled him to produce a body of extraordinary photographs that he hoped would do more than simply document the landscape.",
            "start_time": "2023-10-07T11:00:00.000000Z",
            "end_time": "2023-11-17T18: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": "13 Carlos Place",
            "city": "",
            "geolocation": "51.5105392,-0.14984340000000884",
            "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": [
                2537
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 32020,
            "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": 30277,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf8ee862fc8d46d0bc767e2e23658916-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf8ee862fc8d46d0bc767e2e23658916-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/cf8ee862fc8d46d0bc767e2e23658916.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf8ee862fc8d46d0bc767e2e23658916-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf8ee862fc8d46d0bc767e2e23658916-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf8ee862fc8d46d0bc767e2e23658916-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf8ee862fc8d46d0bc767e2e23658916-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf8ee862fc8d46d0bc767e2e23658916-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf8ee862fc8d46d0bc767e2e23658916-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cf8ee862fc8d46d0bc767e2e23658916-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-05T09:28:54.756560Z",
                "updated_at": "2023-10-05T09:28:54.756599Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4895,
                "name": "The Box",
                "slug": "box",
                "city": "Plymouth",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.3741406,-4.1370518",
                "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-10-05T09:28:58.497459Z",
            "publish_time": null,
            "slug": "the-box-dutch-flowers-2023-10-07",
            "created_at": "2023-10-05T09:28:59.421599Z",
            "updated_at": "2023-10-05T09:28:59.869285Z",
            "summary": "Dutch Flowers is an Gallery Shows event starting on 07/10/2023, 00:00 and ending on 07/01/2024, 01:00. Event is in The Box with address Tavistock Place.",
            "title": "Dutch Flowers",
            "content": null,
            "start_time": "2023-10-07T00:00:00.000000Z",
            "end_time": "2024-01-07T01: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": "Tavistock Place",
            "city": "Plymouth",
            "geolocation": "52.01607285,-0.6543960740754523",
            "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": 32295,
            "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": 30552,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d754270268a4421092e63f028db13ae8-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d754270268a4421092e63f028db13ae8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d754270268a4421092e63f028db13ae8.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d754270268a4421092e63f028db13ae8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d754270268a4421092e63f028db13ae8-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d754270268a4421092e63f028db13ae8-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d754270268a4421092e63f028db13ae8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d754270268a4421092e63f028db13ae8-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d754270268a4421092e63f028db13ae8-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d754270268a4421092e63f028db13ae8-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-12T09:30:17.284902Z",
                "updated_at": "2023-10-12T09:30:17.284960Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3297,
                "name": "Brooklyn Museum of Art",
                "slug": "brooklyn-museum-art",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.6712083,-73.9636299",
                "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-10-12T09:30:20.019996Z",
            "publish_time": null,
            "slug": "brooklyn-museum-of-art-spike-lee-creative-sources-2023-10-07",
            "created_at": "2023-10-12T09:30:20.973741Z",
            "updated_at": "2023-10-12T09:30:22.202011Z",
            "summary": "Spike Lee: Creative Sources is an Gallery Shows event starting on 07/10/2023, 00:00 and ending on 04/02/2024, 01:00. Event is in Brooklyn Museum of Art with address 200 Eastern Parkway.",
            "title": "Spike Lee: Creative Sources",
            "content": null,
            "start_time": "2023-10-07T00:00:00.000000Z",
            "end_time": "2024-02-04T01: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": "200 Eastern Parkway",
            "city": "New York",
            "geolocation": "40.6709108,-73.96331715672227",
            "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": 31251,
            "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": 5705,
                "name": "Atelier Natalia Gromicho",
                "slug": "atelier-natalia-gromicho",
                "city": "Lisbon",
                "country": {
                    "code": "PT",
                    "name": "Portugal"
                },
                "geolocation": "38.7113519,-9.142403300000002",
                "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": "PT",
            "publish_status": "published",
            "published_at": "2023-09-15T13:47:43.116208Z",
            "publish_time": null,
            "slug": "atelier-natalia-gromicho-lisboa-international-contemporary-exhibit-2023-10-07",
            "created_at": "2023-09-15T13:47:44.051337Z",
            "updated_at": "2023-09-15T13:47:44.101980Z",
            "summary": "Lisboa International Contemporary Exhibit is an Gallery Shows event starting on 07/10/2023, 00:00 and ending on 20/10/2023, 00:00. Event is in Atelier Natalia Gromicho with address Rua Nova da Trindade 5G Piso S/L.",
            "title": "Lisboa International Contemporary Exhibit",
            "content": null,
            "start_time": "2023-10-07T00:00:00.000000Z",
            "end_time": "2023-10-20T00: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": "Rua Nova da Trindade 5G Piso S/L",
            "city": "Lisbon",
            "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": 32289,
            "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": 30545,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a7ca8f15a60147249af5bdb129ffeadd-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a7ca8f15a60147249af5bdb129ffeadd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a7ca8f15a60147249af5bdb129ffeadd.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a7ca8f15a60147249af5bdb129ffeadd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a7ca8f15a60147249af5bdb129ffeadd-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a7ca8f15a60147249af5bdb129ffeadd-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a7ca8f15a60147249af5bdb129ffeadd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a7ca8f15a60147249af5bdb129ffeadd-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a7ca8f15a60147249af5bdb129ffeadd-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a7ca8f15a60147249af5bdb129ffeadd-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-12T09:29:57.856356Z",
                "updated_at": "2023-10-12T09:29:57.856419Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9294,
                "name": "Aedicula Raffaella Cortese",
                "slug": "aedicula-raffaella-cortese",
                "city": "Albisola Superiore",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "44.32981290000001,8.5143851",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2023-10-12T09:30:07.456924Z",
            "publish_time": null,
            "slug": "aedicula-raffaella-cortese-francesco-arena-lo-starec-2023-10-07",
            "created_at": "2023-10-12T09:30:08.421122Z",
            "updated_at": "2023-10-12T09:30:09.107422Z",
            "summary": "Francesco Arena, Lo Starec is an Gallery Shows event starting on 07/10/2023, 00:00 and ending on 30/03/2024, 01:00. Event is in Aedicula Raffaella Cortese with address via C. Colombo 54.",
            "title": "Francesco Arena, Lo Starec",
            "content": null,
            "start_time": "2023-10-07T00:00:00.000000Z",
            "end_time": "2024-03-30T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "via C. Colombo 54",
            "city": "Albisola Superiore",
            "geolocation": "40.3550746,15.8291994",
            "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": 32061,
            "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": 30324,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba66cc840cfa430e822499eb35018777-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba66cc840cfa430e822499eb35018777-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ba66cc840cfa430e822499eb35018777.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba66cc840cfa430e822499eb35018777-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba66cc840cfa430e822499eb35018777-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba66cc840cfa430e822499eb35018777-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba66cc840cfa430e822499eb35018777-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba66cc840cfa430e822499eb35018777-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba66cc840cfa430e822499eb35018777-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba66cc840cfa430e822499eb35018777-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-05T09:35:04.371554Z",
                "updated_at": "2023-10-05T09:35:04.371599Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5597,
                "name": "CAMPLE LINE",
                "slug": "cample-line",
                "city": "Thornhill",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.22850589999999,-3.7335313",
                "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-10-05T09:35:12.512563Z",
            "publish_time": null,
            "slug": "cample-line-jumana-emil-abboud-the-unbearable-halfness-of-being-2023-10-07",
            "created_at": "2023-10-05T09:35:13.423271Z",
            "updated_at": "2023-10-05T09:35:13.463098Z",
            "summary": "Jumana Emil Abboud — The Unbearable Halfness of Being is an Gallery Shows event starting on 07/10/2023, 00:00 and ending on 17/12/2023, 01:00. Event is in CAMPLE LINE with address Cample Mill.",
            "title": "Jumana Emil Abboud — The Unbearable Halfness of Being",
            "content": null,
            "start_time": "2023-10-07T00:00:00.000000Z",
            "end_time": "2023-12-17T01: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": "Cample Mill",
            "city": "Dumfries",
            "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": 32794,
            "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": 31015,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed346031797941938de893b952d657b2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed346031797941938de893b952d657b2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ed346031797941938de893b952d657b2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed346031797941938de893b952d657b2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed346031797941938de893b952d657b2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed346031797941938de893b952d657b2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed346031797941938de893b952d657b2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed346031797941938de893b952d657b2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed346031797941938de893b952d657b2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed346031797941938de893b952d657b2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-25T10:00:52.666435Z",
                "updated_at": "2023-10-25T10:00:52.666473Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5822,
                "name": "Tullie House Museum & Art Gallery",
                "slug": "tullie-house-museum-art-gallery",
                "city": "Carlisle",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "54.8953893,-2.9394793",
                "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-10-25T10:00:59.970892Z",
            "publish_time": null,
            "slug": "tullie-house-museum-art-gallery-nature-inspires-2023-10-07",
            "created_at": "2023-10-25T10:01:00.880825Z",
            "updated_at": "2023-10-25T10:01:01.515690Z",
            "summary": "Nature Inspires is an Gallery Shows event starting on 07/10/2023, 00:00 and ending on 01/12/2023, 01:00. Event is in Tullie House Museum & Art Gallery with address Castle street.",
            "title": "Nature Inspires",
            "content": null,
            "start_time": "2023-10-07T00:00:00.000000Z",
            "end_time": "2023-12-01T01: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": "Castle street",
            "city": "Carlisle",
            "geolocation": "54.6848579,25.2893723",
            "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": 31750,
            "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": 30025,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae66706f847c42c899a60697784d1a5f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae66706f847c42c899a60697784d1a5f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ae66706f847c42c899a60697784d1a5f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae66706f847c42c899a60697784d1a5f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae66706f847c42c899a60697784d1a5f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae66706f847c42c899a60697784d1a5f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae66706f847c42c899a60697784d1a5f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae66706f847c42c899a60697784d1a5f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae66706f847c42c899a60697784d1a5f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae66706f847c42c899a60697784d1a5f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-27T09:51:08.957442Z",
                "updated_at": "2023-09-27T09:51:08.957479Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4445,
                "name": "SCOTTY e.V.",
                "slug": "scotty-ev",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.50289,13.4139429",
                "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-09-27T09:51:15.508210Z",
            "publish_time": null,
            "slug": "scotty-ev-random-chronicles-2023-10-07",
            "created_at": "2023-09-27T09:51:16.469411Z",
            "updated_at": "2023-09-27T09:51:17.337100Z",
            "summary": "Random Chronicles is an Gallery Shows event starting on 07/10/2023, 00:00 and ending on 11/11/2023, 01:00. Event is in SCOTTY e.V. with address 46 Oranienstraße.",
            "title": "Random Chronicles",
            "content": null,
            "start_time": "2023-10-07T00:00:00.000000Z",
            "end_time": "2023-11-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": "46 Oranienstraße",
            "city": "Berlin",
            "geolocation": "52.5028668,13.4139142",
            "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": 32539,
            "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": 30784,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/55208d2f00824fbf919b5baa6c54f0d4-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/55208d2f00824fbf919b5baa6c54f0d4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/55208d2f00824fbf919b5baa6c54f0d4.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/55208d2f00824fbf919b5baa6c54f0d4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/55208d2f00824fbf919b5baa6c54f0d4-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/55208d2f00824fbf919b5baa6c54f0d4-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/55208d2f00824fbf919b5baa6c54f0d4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/55208d2f00824fbf919b5baa6c54f0d4-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/55208d2f00824fbf919b5baa6c54f0d4-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/55208d2f00824fbf919b5baa6c54f0d4-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-19T12:49:04.894768Z",
                "updated_at": "2023-10-19T12:49:04.894804Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9337,
                "name": "Allouche Gallery | Los Angeles",
                "slug": "allouche-gallery-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.03342970000001,-118.3764571",
                "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-10-19T12:49:09.852064Z",
            "publish_time": null,
            "slug": "allouche-gallery-los-angeles-michael-reeder-brain-storm-2023-10-07",
            "created_at": "2023-10-19T12:49:10.775722Z",
            "updated_at": "2023-10-19T12:49:12.509249Z",
            "summary": "Michael Reeder: Brain Storm is an Gallery Shows event starting on 07/10/2023, 00:00 and ending on 10/11/2023, 01:00. Event is in Allouche Gallery | Los Angeles with address 2683 S La Cienega Blvd.",
            "title": "Michael Reeder: Brain Storm",
            "content": null,
            "start_time": "2023-10-07T00:00:00.000000Z",
            "end_time": "2023-11-10T01: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": "2683 S La Cienega Blvd",
            "city": "Los Angeles",
            "geolocation": "34.033636,-118.376368",
            "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": 31770,
            "author": {
                "id": "80c7abb5-7f0a-475b-bcc9-118374b2a18f",
                "username": "Andrew",
                "slug": "andrew",
                "first_name": "Andrew",
                "last_name": "Hosner",
                "display_name": "Andrew",
                "display_name_full": "Andrew",
                "email": "daniel@thinkspaceprojects.com",
                "telephone": "310-558-3375"
            },
            "price": null,
            "featured_image": {
                "id": 30046,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04b2bca20e6043f2872b992e9f12f7f3-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04b2bca20e6043f2872b992e9f12f7f3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/04b2bca20e6043f2872b992e9f12f7f3.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04b2bca20e6043f2872b992e9f12f7f3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04b2bca20e6043f2872b992e9f12f7f3-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04b2bca20e6043f2872b992e9f12f7f3-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04b2bca20e6043f2872b992e9f12f7f3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04b2bca20e6043f2872b992e9f12f7f3-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04b2bca20e6043f2872b992e9f12f7f3-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04b2bca20e6043f2872b992e9f12f7f3-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-27T09:54:18.374696Z",
                "updated_at": "2023-09-27T09:54:18.374750Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3068,
                "name": "Thinkspace Projects",
                "slug": "thinkspace-projects",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.09024,-95.712891",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3631,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/20220110WEB__ts47.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-01-25T23:36:19.884188Z",
                    "updated_at": "2022-01-25T23:36:19.884225Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "80c7abb5-7f0a-475b-bcc9-118374b2a18f"
                },
                "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-09-27T09:54:21.850456Z",
            "publish_time": null,
            "slug": "thinkspace-projects-thinkspace-projects-october-2023-2023-10-07",
            "created_at": "2023-09-27T09:54:22.771481Z",
            "updated_at": "2023-09-27T09:54:24.797803Z",
            "summary": "Thinkspace Projects • October 2023 is an Gallery Shows event starting on 07/10/2023, 00:00 and ending on 28/10/2023, 00:00. Event is in Thinkspace Projects with address 4217 W. Jefferson Boulevard.",
            "title": "Thinkspace Projects • October 2023",
            "content": null,
            "start_time": "2023-10-07T00:00:00.000000Z",
            "end_time": "2023-10-28T00: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": "4217 W. Jefferson Boulevard",
            "city": "Los Angeles",
            "geolocation": "32.73812090073256,-96.88894122511628",
            "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": 32014,
            "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": 30274,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b7d6c078ddf9483689a00ab6681b121f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b7d6c078ddf9483689a00ab6681b121f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b7d6c078ddf9483689a00ab6681b121f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b7d6c078ddf9483689a00ab6681b121f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b7d6c078ddf9483689a00ab6681b121f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b7d6c078ddf9483689a00ab6681b121f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b7d6c078ddf9483689a00ab6681b121f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b7d6c078ddf9483689a00ab6681b121f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b7d6c078ddf9483689a00ab6681b121f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b7d6c078ddf9483689a00ab6681b121f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-05T09:28:40.430505Z",
                "updated_at": "2023-10-05T09:28:40.430561Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3276,
                "name": "Taymour Grahne Projects",
                "slug": "taymour-grahne-projects",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5073196,-0.2078779",
                "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-10-05T09:28:45.681067Z",
            "publish_time": null,
            "slug": "taymour-grahne-projects-sikelela-owen-the-air-is-thick-with-love-2023-10-07",
            "created_at": "2023-10-05T09:28:46.631713Z",
            "updated_at": "2023-10-05T09:28:47.745482Z",
            "summary": "Sikelela Owen - The Air is Thick with Love is an Gallery Shows event starting on 07/10/2023, 00:00 and ending on 18/11/2023, 01:00. Event is in Taymour Grahne Projects with address 1 Lonsdale Road.",
            "title": "Sikelela Owen - The Air is Thick with Love",
            "content": null,
            "start_time": "2023-10-07T00:00:00.000000Z",
            "end_time": "2023-11-18T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1 Lonsdale Road",
            "city": "London",
            "geolocation": "51.537606600000004,-0.20216219429982252",
            "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": 32313,
            "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": 30569,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49705ef01b644f629fb42e386c36d8d4-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49705ef01b644f629fb42e386c36d8d4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/49705ef01b644f629fb42e386c36d8d4.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49705ef01b644f629fb42e386c36d8d4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49705ef01b644f629fb42e386c36d8d4-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49705ef01b644f629fb42e386c36d8d4-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49705ef01b644f629fb42e386c36d8d4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49705ef01b644f629fb42e386c36d8d4-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49705ef01b644f629fb42e386c36d8d4-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49705ef01b644f629fb42e386c36d8d4-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-12T10:22:34.326789Z",
                "updated_at": "2023-10-12T10:22:34.326826Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9305,
                "name": "Hackensack Performance Arts Center",
                "slug": "hackensack-performance-arts-center",
                "city": "Hackensack",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.8817418,-74.045502",
                "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-10-12T10:22:37.056644Z",
            "publish_time": null,
            "slug": "hackensack-performance-arts-center-threes-company-starring-ruth-bauer-neustadter-joe-lamattina-maria-teresa-ortiz-naretto-2023-10-07",
            "created_at": "2023-10-12T10:22:38.005567Z",
            "updated_at": "2023-10-12T10:22:44.603433Z",
            "summary": "Three’s company. Starring Ruth Bauer-Neustadter, Joe LaMattina, Maria Teresa Ortiz-Naretto is an Gallery Shows event starting on 07/10/2023, 00:00 and ending on 12/11/2023, 01:00. Event is in Hackensack Performance Arts Center with address 102 State Street.",
            "title": "Three’s company. Starring Ruth Bauer-Neustadter, Joe LaMattina, Maria Teresa Ortiz-Naretto",
            "content": null,
            "start_time": "2023-10-07T00:00:00.000000Z",
            "end_time": "2023-11-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": "102 State Street",
            "city": "Hackensack",
            "geolocation": "45.6581393,-68.70644165131971",
            "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": 32802,
            "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": 31025,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ad261db0b3994fa5bf3602c4c3859f62-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ad261db0b3994fa5bf3602c4c3859f62-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ad261db0b3994fa5bf3602c4c3859f62.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ad261db0b3994fa5bf3602c4c3859f62-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ad261db0b3994fa5bf3602c4c3859f62-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ad261db0b3994fa5bf3602c4c3859f62-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ad261db0b3994fa5bf3602c4c3859f62-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ad261db0b3994fa5bf3602c4c3859f62-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ad261db0b3994fa5bf3602c4c3859f62-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ad261db0b3994fa5bf3602c4c3859f62-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-25T10:01:13.435544Z",
                "updated_at": "2023-10-25T10:01:13.435586Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4451,
                "name": "Vellum LA",
                "slug": "vellum-la",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0838683,-118.3570562",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3598,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Vellum_WIDEWALLS_1920x1080-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Vellum_WIDEWALLS_1920x1080-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Vellum_WIDEWALLS_1920x1080-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Vellum_WIDEWALLS_1920x1080.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Vellum_WIDEWALLS_1920x1080-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Vellum_WIDEWALLS_1920x1080-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Vellum_WIDEWALLS_1920x1080-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Vellum_WIDEWALLS_1920x1080-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-01-09T22:40:48.790200Z",
                    "updated_at": "2022-01-09T22:40:48.790236Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "b850e8fe-7e65-470a-88f4-d2eecac6bc31"
                },
                "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-10-25T10:01:18.016864Z",
            "publish_time": null,
            "slug": "vellum-la-conjured-terrain-2023-10-07",
            "created_at": "2023-10-25T10:01:18.932277Z",
            "updated_at": "2023-10-25T10:01:20.874105Z",
            "summary": "Conjured Terrain is an Gallery Shows event starting on 07/10/2023, 00:00 and ending on 29/10/2023, 00:00. Event is in Vellum LA with address 7673 Melrose Ave..",
            "title": "Conjured Terrain",
            "content": null,
            "start_time": "2023-10-07T00:00:00.000000Z",
            "end_time": "2023-10-29T00: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": "7673 Melrose Ave.",
            "city": "Los Angeles",
            "geolocation": "34.08379775510204,-118.35702591836736",
            "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": 32318,
            "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": 30574,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bd366fe0bd549888f154a23395318c2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bd366fe0bd549888f154a23395318c2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8bd366fe0bd549888f154a23395318c2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bd366fe0bd549888f154a23395318c2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bd366fe0bd549888f154a23395318c2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bd366fe0bd549888f154a23395318c2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bd366fe0bd549888f154a23395318c2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bd366fe0bd549888f154a23395318c2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bd366fe0bd549888f154a23395318c2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bd366fe0bd549888f154a23395318c2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-12T10:22:42.129092Z",
                "updated_at": "2023-10-12T10:22:42.129142Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4715,
                "name": "Hastings Contemporary",
                "slug": "hastings-contemporary",
                "city": "Hastings",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.8562727,0.5949554",
                "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-10-12T10:22:46.343325Z",
            "publish_time": null,
            "slug": "hastings-contemporary-nengi-omuku-the-dance-of-people-and-the-natural-world-2023-10-07",
            "created_at": "2023-10-12T10:22:47.323803Z",
            "updated_at": "2023-10-12T10:22:47.768711Z",
            "summary": "Nengi Omuku. The Dance of People and the Natural World is an Gallery Shows event starting on 07/10/2023, 00:00 and ending on 03/03/2024, 01:00. Event is in Hastings Contemporary with address Hastings Contemporary.",
            "title": "Nengi Omuku. The Dance of People and the Natural World",
            "content": null,
            "start_time": "2023-10-07T00:00:00.000000Z",
            "end_time": "2024-03-03T01: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": "Hastings Contemporary",
            "city": "Hastings",
            "geolocation": "50.855863150000005,0.5930973604432969",
            "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": []
        }
    ]
}