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

{
    "count": 37603,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=5184&ordering=-start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=5148&ordering=-start_time",
    "results": [
        {
            "id": 33698,
            "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": 31859,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aa5aaaf2a34d499d95e743500ad5f31d-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aa5aaaf2a34d499d95e743500ad5f31d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aa5aaaf2a34d499d95e743500ad5f31d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aa5aaaf2a34d499d95e743500ad5f31d-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aa5aaaf2a34d499d95e743500ad5f31d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/aa5aaaf2a34d499d95e743500ad5f31d.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aa5aaaf2a34d499d95e743500ad5f31d-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aa5aaaf2a34d499d95e743500ad5f31d-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aa5aaaf2a34d499d95e743500ad5f31d-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aa5aaaf2a34d499d95e743500ad5f31d-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-21T12:13:17.166556Z",
                "updated_at": "2023-11-21T12:13:17.166593Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2296,
                "name": "Richard Saltoun Gallery",
                "slug": "richard-saltoun-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5081072,-0.142059",
                "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-11-21T12:13:22.502759Z",
            "publish_time": null,
            "slug": "richard-saltoun-gallery-womens-work-is-never-done-2023-11-14",
            "created_at": "2023-11-21T12:13:23.422527Z",
            "updated_at": "2023-11-21T12:13:24.828396Z",
            "summary": "Women's Work Is Never Done is an Gallery Shows event starting on 14/11/2023, 01:00 and ending on 27/01/2024, 01:00. Event is in Richard Saltoun Gallery with address 41 Dover Street.",
            "title": "Women's Work Is Never Done",
            "content": null,
            "start_time": "2023-11-14T01:00:00.000000Z",
            "end_time": "2024-01-27T01: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": "41 Dover Street",
            "city": "London",
            "geolocation": "51.508076450000004,-0.14207309667187207",
            "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": 33084,
            "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": 31291,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b273fcecb2f4446086d868847b6bfe11-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b273fcecb2f4446086d868847b6bfe11-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b273fcecb2f4446086d868847b6bfe11-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b273fcecb2f4446086d868847b6bfe11-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b273fcecb2f4446086d868847b6bfe11-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b273fcecb2f4446086d868847b6bfe11.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b273fcecb2f4446086d868847b6bfe11-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b273fcecb2f4446086d868847b6bfe11-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b273fcecb2f4446086d868847b6bfe11-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b273fcecb2f4446086d868847b6bfe11-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-01T12:22:50.943472Z",
                "updated_at": "2023-11-01T12:22:50.943508Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5353,
                "name": "Austin / Desmond fine Art",
                "slug": "austin-desmond-fine-art",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.518833,-0.1243324",
                "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-11-01T12:22:57.646856Z",
            "publish_time": null,
            "slug": "austin-desmond-fine-art-sedgley-and-steele-an-adventure-in-change-2023-11-14",
            "created_at": "2023-11-01T12:22:58.573309Z",
            "updated_at": "2023-11-01T12:22:58.620077Z",
            "summary": "Sedgley and Steele: An Adventure in Change is an Gallery Shows event starting on 14/11/2023, 01:00 and ending on 12/01/2024, 01:00. Event is in Austin / Desmond fine Art with address Pied Bull Yd, 68/69 Gt. Russell Street.",
            "title": "Sedgley and Steele: An Adventure in Change",
            "content": null,
            "start_time": "2023-11-14T01:00:00.000000Z",
            "end_time": "2024-01-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": "Pied Bull Yd, 68/69 Gt. Russell Street",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 32905,
            "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": 31126,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ac007f9ef6146b2954b9fe530366f5c-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ac007f9ef6146b2954b9fe530366f5c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ac007f9ef6146b2954b9fe530366f5c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ac007f9ef6146b2954b9fe530366f5c-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ac007f9ef6146b2954b9fe530366f5c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7ac007f9ef6146b2954b9fe530366f5c.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ac007f9ef6146b2954b9fe530366f5c-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ac007f9ef6146b2954b9fe530366f5c-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ac007f9ef6146b2954b9fe530366f5c-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7ac007f9ef6146b2954b9fe530366f5c-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-10-31T13:47:37.418577Z",
                "updated_at": "2023-10-31T13:47:37.418613Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5406,
                "name": "Royal College of Art, Dyson Building",
                "slug": "royal-college-art-dyson-building",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4793797,-0.1702443",
                "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-31T13:47:41.222963Z",
            "publish_time": null,
            "slug": "royal-college-of-art-dyson-building-no-mans-land-terra-nullius-2023-11-14",
            "created_at": "2023-10-31T13:47:42.139325Z",
            "updated_at": "2023-10-31T13:47:43.127844Z",
            "summary": "No Man’s Land – Terra Nullius is an Gallery Shows event starting on 14/11/2023, 01:00 and ending on 16/11/2023, 01:00. Event is in Royal College of Art, Dyson Building with address 1 Hester Road.",
            "title": "No Man’s Land – Terra Nullius",
            "content": null,
            "start_time": "2023-11-14T01:00:00.000000Z",
            "end_time": "2023-11-16T01: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 Hester Road",
            "city": "London",
            "geolocation": "-33.717960649999995,150.348497654359",
            "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": 33788,
            "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": 31932,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2efc8a74afa4513bc8f4b79468776c5-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2efc8a74afa4513bc8f4b79468776c5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2efc8a74afa4513bc8f4b79468776c5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2efc8a74afa4513bc8f4b79468776c5-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2efc8a74afa4513bc8f4b79468776c5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c2efc8a74afa4513bc8f4b79468776c5.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2efc8a74afa4513bc8f4b79468776c5-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2efc8a74afa4513bc8f4b79468776c5-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2efc8a74afa4513bc8f4b79468776c5-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2efc8a74afa4513bc8f4b79468776c5-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-22T09:31:02.070164Z",
                "updated_at": "2023-11-22T09:31:02.070199Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5070,
                "name": "Hastings Arts Forum",
                "slug": "hastings-arts-forum",
                "city": "St Leonards",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.8510778,0.5571361",
                "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-11-22T09:31:07.125052Z",
            "publish_time": null,
            "slug": "hastings-arts-forum-soco-artists-soco-open-111-2023-11-14",
            "created_at": "2023-11-22T09:31:08.115772Z",
            "updated_at": "2023-11-22T09:31:08.786644Z",
            "summary": "Soco Artists - SoCo Open  111 is an Gallery Shows event starting on 14/11/2023, 01:00 and ending on 26/11/2023, 01:00. Event is in Hastings Arts Forum with address Hastings Arts Forum.",
            "title": "Soco Artists - SoCo Open  111",
            "content": null,
            "start_time": "2023-11-14T01:00:00.000000Z",
            "end_time": "2023-11-26T01: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 Arts Forum",
            "city": "St Leonards On Sea",
            "geolocation": "50.8509151,0.5558761",
            "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": 33688,
            "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": 31851,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0133c5e491db4a7da7969eabc9067fc4-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0133c5e491db4a7da7969eabc9067fc4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0133c5e491db4a7da7969eabc9067fc4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0133c5e491db4a7da7969eabc9067fc4-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0133c5e491db4a7da7969eabc9067fc4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0133c5e491db4a7da7969eabc9067fc4.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0133c5e491db4a7da7969eabc9067fc4-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0133c5e491db4a7da7969eabc9067fc4-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0133c5e491db4a7da7969eabc9067fc4-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0133c5e491db4a7da7969eabc9067fc4-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-21T12:11:52.316570Z",
                "updated_at": "2023-11-21T12:11:52.316608Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4978,
                "name": "Galerie NuEdge",
                "slug": "galerie-nuedge",
                "city": "Montreal",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "45.497228,-73.58073279999999",
                "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": "CA",
            "publish_status": "published",
            "published_at": "2023-11-21T12:11:55.742111Z",
            "publish_time": null,
            "slug": "galerie-nuedge-reflection-2023-11-14",
            "created_at": "2023-11-21T12:11:56.655963Z",
            "updated_at": "2023-11-21T12:11:56.705182Z",
            "summary": "REFLECTION is an Gallery Shows event starting on 14/11/2023, 01:00 and ending on 24/11/2023, 01:00. Event is in Galerie NuEdge with address 1480 rue Sherbrooke Quest.",
            "title": "REFLECTION",
            "content": null,
            "start_time": "2023-11-14T01:00:00.000000Z",
            "end_time": "2023-11-24T01: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": "1480 rue Sherbrooke Quest",
            "city": "Montreal",
            "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": 33715,
            "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": 31876,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cefa60bd16bc4a2fa4d279e556c7ef58-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cefa60bd16bc4a2fa4d279e556c7ef58-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cefa60bd16bc4a2fa4d279e556c7ef58-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cefa60bd16bc4a2fa4d279e556c7ef58-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cefa60bd16bc4a2fa4d279e556c7ef58-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/cefa60bd16bc4a2fa4d279e556c7ef58.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cefa60bd16bc4a2fa4d279e556c7ef58-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cefa60bd16bc4a2fa4d279e556c7ef58-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cefa60bd16bc4a2fa4d279e556c7ef58-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cefa60bd16bc4a2fa4d279e556c7ef58-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-21T12:15:09.329214Z",
                "updated_at": "2023-11-21T12:15:09.329271Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5193,
                "name": "POSK Gallery",
                "slug": "posk-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4935842,-0.237489",
                "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-11-21T12:15:15.207354Z",
            "publish_time": null,
            "slug": "posk-gallery-borders-riverside-artists-group-rag-2023-11-14",
            "created_at": "2023-11-21T12:15:16.124873Z",
            "updated_at": "2023-11-21T12:15:17.445846Z",
            "summary": "'Borders' - Riverside Artists Group (RAG) is an Gallery Shows event starting on 14/11/2023, 01:00 and ending on 24/11/2023, 01:00. Event is in POSK Gallery with address 238 - 246 King Street,.",
            "title": "'Borders' - Riverside Artists Group (RAG)",
            "content": null,
            "start_time": "2023-11-14T01:00:00.000000Z",
            "end_time": "2023-11-24T01: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": "238 - 246 King Street,",
            "city": "London",
            "geolocation": "51.4935592,-0.23738727012605054",
            "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": 33545,
            "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": 31717,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/981b3f6fdfe64c3eb1315b4b41ba6a3d-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/981b3f6fdfe64c3eb1315b4b41ba6a3d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/981b3f6fdfe64c3eb1315b4b41ba6a3d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/981b3f6fdfe64c3eb1315b4b41ba6a3d-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/981b3f6fdfe64c3eb1315b4b41ba6a3d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/981b3f6fdfe64c3eb1315b4b41ba6a3d.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/981b3f6fdfe64c3eb1315b4b41ba6a3d-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/981b3f6fdfe64c3eb1315b4b41ba6a3d-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/981b3f6fdfe64c3eb1315b4b41ba6a3d-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/981b3f6fdfe64c3eb1315b4b41ba6a3d-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-15T13:26:41.269065Z",
                "updated_at": "2023-11-15T13:26:41.269121Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3845,
                "name": "Maximillian William",
                "slug": "maximillian-william",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5178776,-0.1394438",
                "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-11-15T13:26:46.622645Z",
            "publish_time": null,
            "slug": "maximillian-william-sensibilities-2023-11-14",
            "created_at": "2023-11-15T13:26:47.528451Z",
            "updated_at": "2023-11-15T13:26:49.108195Z",
            "summary": "Sensibilities is an Gallery Shows event starting on 14/11/2023, 01:00 and ending on 20/01/2024, 01:00. Event is in Maximillian William with address 47 Mortimer Street.",
            "title": "Sensibilities",
            "content": null,
            "start_time": "2023-11-14T01:00:00.000000Z",
            "end_time": "2024-01-20T01: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": "47 Mortimer Street",
            "city": "London",
            "geolocation": "51.51788125,-0.13939777311192783",
            "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": 17678,
            "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": 17330,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a82dda54ddc0469c826b066b513c16ad-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a82dda54ddc0469c826b066b513c16ad-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a82dda54ddc0469c826b066b513c16ad-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a82dda54ddc0469c826b066b513c16ad-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a82dda54ddc0469c826b066b513c16ad-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a82dda54ddc0469c826b066b513c16ad.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a82dda54ddc0469c826b066b513c16ad-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a82dda54ddc0469c826b066b513c16ad-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a82dda54ddc0469c826b066b513c16ad-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a82dda54ddc0469c826b066b513c16ad-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-12-15T09:20:28.259780Z",
                "updated_at": "2022-12-15T09:20:28.259837Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7474,
                "name": "Zawyeh Gallery",
                "slug": "zawyeh-gallery",
                "city": "Dubai",
                "country": {
                    "code": "AE",
                    "name": "United Arab Emirates"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "AE",
            "publish_status": "published",
            "published_at": "2022-12-15T09:20:33.582389Z",
            "publish_time": null,
            "slug": "zawyeh-gallery-tracing-boundaries-2023-11-14",
            "created_at": "2022-12-15T09:20:34.441760Z",
            "updated_at": "2022-12-15T09:20:34.492716Z",
            "summary": "Tracing Boundaries is an Gallery Shows event starting on 14/11/2023, 01:00 and ending on 05/01/2023, 01:00. Event is in Zawyeh Gallery with address Warehouse #27, Alserkal Avenue, Dubai, AE.",
            "title": "Tracing Boundaries",
            "content": null,
            "start_time": "2023-11-14T01:00:00.000000Z",
            "end_time": "2023-01-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": "Warehouse #27, Alserkal Avenue, Dubai, AE",
            "city": "Dubai",
            "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": 17515,
            "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": 17173,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c337d795e984302a86f43d39ad09be8-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c337d795e984302a86f43d39ad09be8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c337d795e984302a86f43d39ad09be8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c337d795e984302a86f43d39ad09be8-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c337d795e984302a86f43d39ad09be8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0c337d795e984302a86f43d39ad09be8.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c337d795e984302a86f43d39ad09be8-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c337d795e984302a86f43d39ad09be8-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c337d795e984302a86f43d39ad09be8-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c337d795e984302a86f43d39ad09be8-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-12-11T17:05:30.518085Z",
                "updated_at": "2022-12-11T17:05:30.518120Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2208,
                "name": "Ayyam Gallery, Alserkal Avenue",
                "slug": "ayyam-gallery-dubai-al-quoz",
                "city": "Dubai",
                "country": {
                    "code": "AE",
                    "name": "United Arab Emirates"
                },
                "geolocation": "25.0357117,55.1496939",
                "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": "AE",
            "publish_status": "published",
            "published_at": "2022-12-11T17:05:33.696514Z",
            "publish_time": null,
            "slug": "ayyam-gallery-the-common-pursuit-of-happiness-mouteea-murad-2023-11-14",
            "created_at": "2022-12-11T17:05:34.581419Z",
            "updated_at": "2022-12-11T17:05:34.617290Z",
            "summary": "The Common Pursuit of Happiness | Mouteea Murad is an Gallery Shows event starting on 14/11/2023, 01:00 and ending on 05/01/2023, 01:00. Event is in Ayyam Gallery, Alserkal Avenue with address Unit B11, Alserkal Avenue, Exit 43 of SZR, Dubai, AE.",
            "title": "The Common Pursuit of Happiness | Mouteea Murad",
            "content": null,
            "start_time": "2023-11-14T01:00:00.000000Z",
            "end_time": "2023-01-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": "Unit B11, Alserkal Avenue, Exit 43 of SZR, Dubai, AE",
            "city": "Dubai",
            "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": 34298,
            "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": 32416,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/121273924f7544b0939aabd2e8e0d26c-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/121273924f7544b0939aabd2e8e0d26c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/121273924f7544b0939aabd2e8e0d26c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/121273924f7544b0939aabd2e8e0d26c-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/121273924f7544b0939aabd2e8e0d26c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/121273924f7544b0939aabd2e8e0d26c.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/121273924f7544b0939aabd2e8e0d26c-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/121273924f7544b0939aabd2e8e0d26c-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/121273924f7544b0939aabd2e8e0d26c-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/121273924f7544b0939aabd2e8e0d26c-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-12T12:08:24.619648Z",
                "updated_at": "2023-12-12T12:08:24.619686Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9541,
                "name": "Heritage Gallery",
                "slug": "heritage-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4830707,-0.0032751",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-12-12T12:08:28.283045Z",
            "publish_time": null,
            "slug": "heritage-gallery-documents-of-the-web-20-a-vibrant-vision-of-more-than-human-mutualisms-2023-11-14",
            "created_at": "2023-12-12T12:08:29.172829Z",
            "updated_at": "2023-12-12T12:08:29.236452Z",
            "summary": "Documents of the Web 2.0: A Vibrant Vision of More-than-human Mutualisms is an Gallery Shows event starting on 14/11/2023, 01:00 and ending on 08/12/2023, 01:00. Event is in Heritage Gallery with address Queen Anne Court, University of Greenwich, Old Royal Naval College.",
            "title": "Documents of the Web 2.0: A Vibrant Vision of More-than-human Mutualisms",
            "content": null,
            "start_time": "2023-11-14T01:00:00.000000Z",
            "end_time": "2023-12-08T01: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": "Queen Anne Court, University of Greenwich, Old Royal Naval College",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 17671,
            "author": {
                "id": "20be47fe-393d-4a6a-a363-36f7ce90bc20",
                "username": "LawrieShabibi",
                "slug": "lawrieshabibi",
                "first_name": "Asmaa",
                "last_name": "Al-Shabibi",
                "display_name": "Asmaa Al-Shabibi",
                "display_name_full": "Asmaa Al-Shabibi",
                "email": "info@lawrieshabibi.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 17323,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5f79be267334fad819a9cf8db85ff7e-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5f79be267334fad819a9cf8db85ff7e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5f79be267334fad819a9cf8db85ff7e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5f79be267334fad819a9cf8db85ff7e-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5f79be267334fad819a9cf8db85ff7e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c5f79be267334fad819a9cf8db85ff7e.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5f79be267334fad819a9cf8db85ff7e-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5f79be267334fad819a9cf8db85ff7e-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5f79be267334fad819a9cf8db85ff7e-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5f79be267334fad819a9cf8db85ff7e-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-12-14T15:00:39.599282Z",
                "updated_at": "2022-12-14T15:00:39.599336Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2293,
                "name": "Lawrie Shabibi",
                "slug": "lawrie-shabibi",
                "city": "Dubai",
                "country": {
                    "code": "AE",
                    "name": "United Arab Emirates"
                },
                "geolocation": "52.3334749,21.1134059",
                "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": "AE",
            "publish_status": "published",
            "published_at": "2022-12-14T15:00:47.037728Z",
            "publish_time": null,
            "slug": "lawrie-shabibi-shaikha-al-mazrou-dwelling-in-the-gap-2023-11-14",
            "created_at": "2022-12-14T15:00:47.912517Z",
            "updated_at": "2022-12-14T15:00:47.958964Z",
            "summary": "Shaikha Al Mazrou: Dwelling in the Gap is an Gallery Shows event starting on 14/11/2023, 01:00 and ending on 05/01/2023, 01:00. Event is in Lawrie Shabibi with address Alserkal Avenue, Unit 21, Al Quoz PO Box 123901, Dubai, UAE, Dubai, AE.",
            "title": "Shaikha Al Mazrou: Dwelling in the Gap",
            "content": null,
            "start_time": "2023-11-14T01:00:00.000000Z",
            "end_time": "2023-01-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": "Alserkal Avenue, Unit 21, Al Quoz PO Box 123901, Dubai, UAE, Dubai, AE",
            "city": "Dubai",
            "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": 33858,
            "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": 32000,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d266b763445442e48c9194253696ac00-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d266b763445442e48c9194253696ac00-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d266b763445442e48c9194253696ac00-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d266b763445442e48c9194253696ac00-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d266b763445442e48c9194253696ac00-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d266b763445442e48c9194253696ac00.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d266b763445442e48c9194253696ac00-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d266b763445442e48c9194253696ac00-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d266b763445442e48c9194253696ac00-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d266b763445442e48c9194253696ac00-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-23T12:48:22.130000Z",
                "updated_at": "2023-11-23T12:48:22.130038Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9467,
                "name": "ExCeL London",
                "slug": "excel-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5083294,0.0231157",
                "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-11-23T12:48:30.825504Z",
            "publish_time": null,
            "slug": "excel-london-disney100-london-2023-11-14",
            "created_at": "2023-11-23T12:48:31.748594Z",
            "updated_at": "2023-11-23T12:48:32.510690Z",
            "summary": "Disney100 London is an Gallery Shows event starting on 14/11/2023, 01:00 and ending on 21/01/2024, 01:00. Event is in ExCeL London with address Royal Victoria Dock.",
            "title": "Disney100 London",
            "content": null,
            "start_time": "2023-11-14T01:00:00.000000Z",
            "end_time": "2024-01-21T01: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": "Royal Victoria Dock",
            "city": "London",
            "geolocation": "51.5066201,0.028419978065496933",
            "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": 33625,
            "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": 31796,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af1a2f6b2e524f41a1d3c553fae3a4c8-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af1a2f6b2e524f41a1d3c553fae3a4c8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af1a2f6b2e524f41a1d3c553fae3a4c8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af1a2f6b2e524f41a1d3c553fae3a4c8-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af1a2f6b2e524f41a1d3c553fae3a4c8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/af1a2f6b2e524f41a1d3c553fae3a4c8.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af1a2f6b2e524f41a1d3c553fae3a4c8-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af1a2f6b2e524f41a1d3c553fae3a4c8-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af1a2f6b2e524f41a1d3c553fae3a4c8-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af1a2f6b2e524f41a1d3c553fae3a4c8-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-21T11:49:43.150292Z",
                "updated_at": "2023-11-21T11:49:43.150361Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9452,
                "name": "Artsadmin Canteen",
                "slug": "artsadmin-canteen",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5165112,-0.0718506",
                "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-11-21T11:49:46.622428Z",
            "publish_time": null,
            "slug": "artsadmin-canteen-biome-forrest-2023-11-13",
            "created_at": "2023-11-21T11:49:47.542781Z",
            "updated_at": "2023-11-21T11:49:49.502470Z",
            "summary": "biome: forrest is an Gallery Shows event starting on 13/11/2023, 01:00 and ending on 12/12/2023, 01:00. Event is in Artsadmin Canteen with address Toynbee Studios.",
            "title": "biome: forrest",
            "content": null,
            "start_time": "2023-11-13T01:00:00.000000Z",
            "end_time": "2023-12-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": "Toynbee Studios",
            "city": "London",
            "geolocation": "51.5164459,-0.07188216295569236",
            "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": 33462,
            "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": 31645,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/94904801712448fea285911a8b84f73b-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/94904801712448fea285911a8b84f73b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/94904801712448fea285911a8b84f73b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/94904801712448fea285911a8b84f73b-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/94904801712448fea285911a8b84f73b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/94904801712448fea285911a8b84f73b.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/94904801712448fea285911a8b84f73b-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/94904801712448fea285911a8b84f73b-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/94904801712448fea285911a8b84f73b-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/94904801712448fea285911a8b84f73b-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-14T10:43:18.108512Z",
                "updated_at": "2023-11-14T10:43:18.108549Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9447,
                "name": "weareseventeen",
                "slug": "weareseventeen",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5232205,-0.1006091",
                "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-11-14T10:43:21.625501Z",
            "publish_time": null,
            "slug": "weareseventeen-wa17-presents-3d-design-illustration-auction-2023-11-13",
            "created_at": "2023-11-14T10:43:22.516033Z",
            "updated_at": "2023-11-14T10:43:23.216078Z",
            "summary": "WA17 Presents: 3D Design & Illustration Auction is an Gallery Shows event starting on 13/11/2023, 01:00 and ending on 16/11/2023, 01:00. Event is in weareseventeen with address 19-20 Great Sutton St.",
            "title": "WA17 Presents: 3D Design & Illustration Auction",
            "content": null,
            "start_time": "2023-11-13T01:00:00.000000Z",
            "end_time": "2023-11-16T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "19-20 Great Sutton St",
            "city": "London",
            "geolocation": "51.52322875,-0.1005784245532583",
            "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": 33427,
            "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": 31606,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f0df03c73134f05a02e288e741597a5-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f0df03c73134f05a02e288e741597a5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f0df03c73134f05a02e288e741597a5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f0df03c73134f05a02e288e741597a5-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f0df03c73134f05a02e288e741597a5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3f0df03c73134f05a02e288e741597a5.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f0df03c73134f05a02e288e741597a5-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f0df03c73134f05a02e288e741597a5-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f0df03c73134f05a02e288e741597a5-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f0df03c73134f05a02e288e741597a5-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-13T15:29:14.947935Z",
                "updated_at": "2023-11-13T15:29:14.947991Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5403,
                "name": "Parndon Mill",
                "slug": "parndon-mill",
                "city": "Harlow",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.7791123,0.08453569999999999",
                "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-11-13T15:29:29.295924Z",
            "publish_time": null,
            "slug": "parndon-mill-time-bomb-the-last-drop-of-water-2023-11-13",
            "created_at": "2023-11-13T15:29:30.194366Z",
            "updated_at": "2023-11-13T15:29:32.801329Z",
            "summary": "Time Bomb - The Last Drop of Water is an Gallery Shows event starting on 13/11/2023, 01:00 and ending on 18/11/2023, 01:00. Event is in Parndon Mill with address 54 Shepherd Market.",
            "title": "Time Bomb - The Last Drop of Water",
            "content": null,
            "start_time": "2023-11-13T01: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": "54 Shepherd Market",
            "city": "London",
            "geolocation": "51.506504,-0.14704907926950472",
            "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": 33660,
            "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": 31826,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e12f891aec3b4d64845ddd0521e7e328-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e12f891aec3b4d64845ddd0521e7e328-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e12f891aec3b4d64845ddd0521e7e328-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e12f891aec3b4d64845ddd0521e7e328-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e12f891aec3b4d64845ddd0521e7e328-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e12f891aec3b4d64845ddd0521e7e328.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e12f891aec3b4d64845ddd0521e7e328-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e12f891aec3b4d64845ddd0521e7e328-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e12f891aec3b4d64845ddd0521e7e328-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e12f891aec3b4d64845ddd0521e7e328-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-21T11:59:45.264603Z",
                "updated_at": "2023-11-21T11:59:45.264640Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3669,
                "name": "Lewisham Arthouse",
                "slug": "lewisham-arthouse",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.47142050000001,-0.0308219",
                "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-11-21T11:59:50.124144Z",
            "publish_time": null,
            "slug": "lewisham-arthouse-all-watched-over-by-machines-of-tight-embrace-2023-11-13",
            "created_at": "2023-11-21T11:59:51.047792Z",
            "updated_at": "2023-11-21T11:59:51.493013Z",
            "summary": "all watched over by machines of tight embrace is an Gallery Shows event starting on 13/11/2023, 01:00 and ending on 17/11/2023, 01:00. Event is in Lewisham Arthouse with address 140 Lewisham Way.",
            "title": "all watched over by machines of tight embrace",
            "content": null,
            "start_time": "2023-11-13T01:00:00.000000Z",
            "end_time": "2023-11-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": "140 Lewisham Way",
            "city": "London",
            "geolocation": "51.4705145,-0.0294719",
            "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": 17665,
            "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": 17318,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2ab5ad40c10482b87a55035462072e8-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2ab5ad40c10482b87a55035462072e8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2ab5ad40c10482b87a55035462072e8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2ab5ad40c10482b87a55035462072e8-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2ab5ad40c10482b87a55035462072e8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b2ab5ad40c10482b87a55035462072e8.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2ab5ad40c10482b87a55035462072e8-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2ab5ad40c10482b87a55035462072e8-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2ab5ad40c10482b87a55035462072e8-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2ab5ad40c10482b87a55035462072e8-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-12-14T15:00:27.635585Z",
                "updated_at": "2022-12-14T15:00:27.635639Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5904,
                "name": "Jeffrey Deitch - Grand St",
                "slug": "jeffrey-deitch-grand-st",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.722062,-74.002538",
                "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": "2022-12-14T15:00:31.745169Z",
            "publish_time": null,
            "slug": "jeffrey-deitch-grand-st-the-house-i-live-in-2023-11-13",
            "created_at": "2022-12-14T15:00:32.605945Z",
            "updated_at": "2022-12-14T15:00:35.304420Z",
            "summary": "The House I Live In is an Gallery Shows event starting on 13/11/2023, 01:00 and ending on 15/01/2023, 01:00. Event is in Jeffrey Deitch - Grand St with address 76 Grand Street, New York, US.",
            "title": "The House I Live In",
            "content": null,
            "start_time": "2023-11-13T01:00:00.000000Z",
            "end_time": "2023-01-15T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "76 Grand Street, New York, US",
            "city": "New York",
            "geolocation": "42.6457503,-73.7566205",
            "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": 17560,
            "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": 17217,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29b874354adc44afa4d64de0bd176113-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29b874354adc44afa4d64de0bd176113-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29b874354adc44afa4d64de0bd176113-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29b874354adc44afa4d64de0bd176113-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29b874354adc44afa4d64de0bd176113-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/29b874354adc44afa4d64de0bd176113.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29b874354adc44afa4d64de0bd176113-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29b874354adc44afa4d64de0bd176113-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29b874354adc44afa4d64de0bd176113-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29b874354adc44afa4d64de0bd176113-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-12-12T19:36:26.126019Z",
                "updated_at": "2022-12-12T19:36:26.126073Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5904,
                "name": "Jeffrey Deitch - Grand St",
                "slug": "jeffrey-deitch-grand-st",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.722062,-74.002538",
                "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": "2022-12-12T19:36:29.838390Z",
            "publish_time": null,
            "slug": "jeffrey-deitch-grand-st-consumer-reports-2023-11-13",
            "created_at": "2022-12-12T19:36:30.701027Z",
            "updated_at": "2022-12-12T19:36:31.363876Z",
            "summary": "Consumer Reports is an Gallery Shows event starting on 13/11/2023, 01:00 and ending on 15/01/2023, 01:00. Event is in Jeffrey Deitch - Grand St with address 18 Wooster Street, New York, US.",
            "title": "Consumer Reports",
            "content": null,
            "start_time": "2023-11-13T01:00:00.000000Z",
            "end_time": "2023-01-15T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "18 Wooster Street, New York, US",
            "city": "New York",
            "geolocation": "43.06653525,-74.34278262572965",
            "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": []
        }
    ]
}