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

{
    "count": 37589,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=6444&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=6408&ordering=start_time",
    "results": [
        {
            "id": 26982,
            "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": 25796,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6961ab0b0f0d4d1487143b39a21aca03-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6961ab0b0f0d4d1487143b39a21aca03-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6961ab0b0f0d4d1487143b39a21aca03.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6961ab0b0f0d4d1487143b39a21aca03-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6961ab0b0f0d4d1487143b39a21aca03-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6961ab0b0f0d4d1487143b39a21aca03-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6961ab0b0f0d4d1487143b39a21aca03-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6961ab0b0f0d4d1487143b39a21aca03-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6961ab0b0f0d4d1487143b39a21aca03-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6961ab0b0f0d4d1487143b39a21aca03-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-30T19:04:22.123405Z",
                "updated_at": "2023-05-30T19:04:22.123443Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3388,
                "name": "Centrespace",
                "slug": "centrespace",
                "city": "Bristol",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4545308,-2.5955805",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-30T19:04:26.156284Z",
            "publish_time": null,
            "slug": "centrespace-achimera-the-phenomenology-of-illness-2021-10-31",
            "created_at": "2023-05-30T19:04:27.194957Z",
            "updated_at": "2023-05-30T19:04:29.157834Z",
            "summary": "Achimera: The Phenomenology of Illness is an Gallery Shows event starting on 31/10/2021, 00:00 and ending on 03/11/2021, 01:00. Event is in Centrespace with address 6 Leonard lane.",
            "title": "Achimera: The Phenomenology of Illness",
            "content": null,
            "start_time": "2021-10-31T00:00:00.000000Z",
            "end_time": "2021-11-03T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "6 Leonard lane",
            "city": "Bristol",
            "geolocation": "42.5573562,-71.20453027773698",
            "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": 19706,
            "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": 19118,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e81f5b2d44e74628a24fdd608dfce537-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e81f5b2d44e74628a24fdd608dfce537-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e81f5b2d44e74628a24fdd608dfce537.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e81f5b2d44e74628a24fdd608dfce537-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e81f5b2d44e74628a24fdd608dfce537-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e81f5b2d44e74628a24fdd608dfce537-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e81f5b2d44e74628a24fdd608dfce537-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e81f5b2d44e74628a24fdd608dfce537-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e81f5b2d44e74628a24fdd608dfce537-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e81f5b2d44e74628a24fdd608dfce537-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-15T00:22:13.341765Z",
                "updated_at": "2023-02-10T14:46:52.461018Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7809,
                "name": "AlUla Design Award",
                "slug": "alula-design-award",
                "city": "AIUIa",
                "country": {
                    "code": "SA",
                    "name": "Saudi Arabia"
                },
                "geolocation": "26.6031391,37.929482",
                "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": "SA",
            "publish_status": "published",
            "published_at": "2023-01-15T00:22:14.935572Z",
            "publish_time": null,
            "slug": "alula-design-award-alula-design-award-2021-10-31",
            "created_at": "2023-01-15T00:22:16.690384Z",
            "updated_at": "2023-01-15T00:22:16.690426Z",
            "summary": null,
            "title": "AlUla Design Award",
            "content": null,
            "start_time": "2021-10-31T00:00:00.000000Z",
            "end_time": "2021-12-30T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "",
            "city": "AlUla",
            "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": 5583,
            "author": {
                "id": "e545b462-5486-47b1-86b1-6bf27ba652c4",
                "username": "office@whistlerart.com",
                "slug": "officewhistlerartcom",
                "first_name": "Whistler",
                "last_name": "Gallery",
                "display_name": null,
                "display_name_full": "Whistler Gallery",
                "email": "info@whistlerart.com",
                "telephone": "6049383001"
            },
            "price": null,
            "featured_image": {
                "id": 6885,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ski_SQ-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ski_SQ-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Ski_SQ.jpeg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ski_SQ-crop-c0-5__0-5-270x152-70.jpeg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ski_SQ-crop-c0-5__0-5-555x312-70.jpeg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ski_SQ-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ski_SQ-crop-c0-5__0-5-524x294-70.jpeg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ski_SQ-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ski_SQ-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Ski_SQ-crop-c0-5__0-5-179x179-70.jpeg"
                },
                "created_at": "2021-11-08T00:25:07.383875Z",
                "updated_at": "2021-11-08T00:25:07.383915Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "e545b462-5486-47b1-86b1-6bf27ba652c4"
            },
            "venue": {
                "id": 3143,
                "name": "Off-Piste Fine Arts",
                "slug": "whistler-contemporary-gallery",
                "city": "Whistler",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "56.130366,-106.346771",
                "artworks_for_sale_count": 874,
                "featured_image": {
                    "id": 4638,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/0baee46b51b7425699f23d4187f535a6-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/0baee46b51b7425699f23d4187f535a6-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/0baee46b51b7425699f23d4187f535a6-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/0baee46b51b7425699f23d4187f535a6.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/0baee46b51b7425699f23d4187f535a6-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/0baee46b51b7425699f23d4187f535a6-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/0baee46b51b7425699f23d4187f535a6-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/0baee46b51b7425699f23d4187f535a6-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2023-11-06T17:18:19.291730Z",
                    "updated_at": "2023-11-06T17:18:19.291769Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "e545b462-5486-47b1-86b1-6bf27ba652c4"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2021-11-08T00:25:14.275749Z",
            "publish_time": null,
            "slug": "ski-inspired-art",
            "created_at": "2021-11-08T00:25:14.279028Z",
            "updated_at": "2021-11-08T00:25:14.316970Z",
            "summary": "Ski Inspired Art is an Gallery Shows event starting on 01/11/2021, 00:15 and ending on 30/11/2021, 00:15. Event is in Whistler Contemporary Gallery with address Online-Only.",
            "title": "Ski Inspired Art",
            "content": "Whistler Contemporary Gallery is happy to present works from artist that have been inspired some one of our favourite sports, skiing!\n\nFrom realism, to X-rays, these artists cover it all. Bringing us back to some of out favourite memories. \n\nEnjoy!",
            "start_time": "2021-11-01T00:15:00.000000Z",
            "end_time": "2021-11-30T00:15: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": "Online-Only",
            "city": "",
            "geolocation": "56.130366,-106.346771",
            "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": true,
            "banner_logo": null,
            "artists": [
                14960,
                14922,
                2583,
                14920,
                14937,
                14915,
                14961,
                14923,
                14952,
                14913,
                14914,
                14944,
                14918
            ],
            "artworks": [
                56424,
                56459,
                56460,
                56479,
                56482,
                56565,
                56727,
                56955,
                56989,
                57577,
                62572,
                65453,
                68846,
                69188,
                69190,
                72665,
                76773,
                79241
            ],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 4431,
            "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": 5856,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6330201484_1630468195-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6330201484_1630468195-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6330201484_1630468195.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6330201484_1630468195-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6330201484_1630468195-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6330201484_1630468195-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6330201484_1630468195-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6330201484_1630468195-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6330201484_1630468195-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6330201484_1630468195-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-09-08T09:48:18.458959Z",
                "updated_at": "2021-09-13T11:57:03.185971Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3792,
                "name": "Sacramento Fine Arts Center",
                "slug": "sacramento-fine-arts-center",
                "city": "Carmichael",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "38.6351469,-121.3412849",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2021-09-08T09:48:20.437090Z",
            "publish_time": null,
            "slug": "sacramento-fine-arts-center-call-to-artists-watery-wonders-2021-11-01",
            "created_at": "2021-09-08T09:48:21.204478Z",
            "updated_at": "2021-09-08T09:48:21.636005Z",
            "summary": "Call to Artists: Watery Wonders is an Gallery Shows event starting on 01/11/2021, 01:00 and ending on 22/04/2022, 00:00. Event is in Sacramento Fine Arts Center with address 5330 GIBBONS DR.",
            "title": "Call to Artists: Watery Wonders",
            "content": null,
            "start_time": "2021-11-01T01:00:00.000000Z",
            "end_time": "2022-04-22T00: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": "5330 GIBBONS DR",
            "city": "Carmichael",
            "geolocation": "38.63533026530612,-121.33992075510204",
            "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": 5422,
            "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": 6712,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7970319821_1633494562-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7970319821_1633494562-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7970319821_1633494562.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7970319821_1633494562-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7970319821_1633494562-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7970319821_1633494562-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7970319821_1633494562-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7970319821_1633494562-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7970319821_1633494562-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7970319821_1633494562-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-10-19T21:52:56.102739Z",
                "updated_at": "2021-10-19T21:52:56.102789Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4032,
                "name": "Kunsthalle Bratislava",
                "slug": "kunsthalle-bratislava",
                "city": "Bratislava",
                "country": {
                    "code": "SK",
                    "name": "Slovakia"
                },
                "geolocation": "48.1452896,17.1118711",
                "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": "SK",
            "publish_status": "published",
            "published_at": "2021-10-19T21:52:58.295940Z",
            "publish_time": null,
            "slug": "kunsthalle-bratislava-matej-gavula-promenade-2021-11-01",
            "created_at": "2021-10-19T21:52:59.020178Z",
            "updated_at": "2021-10-19T21:52:59.071240Z",
            "summary": "Matej Gavula: Promenade is an Gallery Shows event starting on 01/11/2021, 01:00 and ending on 06/02/2022, 01:00. Event is in Kunsthalle Bratislava with address Námestie SNP 12.",
            "title": "Matej Gavula: Promenade",
            "content": null,
            "start_time": "2021-11-01T01:00:00.000000Z",
            "end_time": "2022-02-06T01: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": "Námestie SNP 12",
            "city": "Bratislava",
            "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": 5434,
            "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": 6726,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4839569373_1633494573-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4839569373_1633494573-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4839569373_1633494573.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4839569373_1633494573-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4839569373_1633494573-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4839569373_1633494573-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4839569373_1633494573-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4839569373_1633494573-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4839569373_1633494573-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4839569373_1633494573-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-10-19T21:53:12.414305Z",
                "updated_at": "2021-10-19T21:53:12.414357Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4044,
                "name": "McClelland Sculpture Park and Gallery",
                "slug": "mcclelland-sculpture-park-and-gallery",
                "city": "Langwarrin",
                "country": {
                    "code": "AU",
                    "name": "Australia"
                },
                "geolocation": "-38.146203,145.175225",
                "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": "AU",
            "publish_status": "published",
            "published_at": "2021-10-19T21:53:14.457050Z",
            "publish_time": null,
            "slug": "mcclelland-sculpture-park-gallery-mcclelland-awards-exhibition-2021-11-01",
            "created_at": "2021-10-19T21:53:15.185418Z",
            "updated_at": "2021-10-19T21:53:15.586610Z",
            "summary": "McClelland Awards Exhibition is an Gallery Shows event starting on 01/11/2021, 01:00 and ending on 06/02/2022, 01:00. Event is in McClelland Sculpture Park and Gallery with address 390 McClelland Drive.",
            "title": "McClelland Awards Exhibition",
            "content": null,
            "start_time": "2021-11-01T01:00:00.000000Z",
            "end_time": "2022-02-06T01: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": "390 McClelland Drive",
            "city": "Langwarrin",
            "geolocation": "38.74321975510204,-89.92239467346938",
            "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": 5701,
            "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": 6975,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1779945665_1635307078-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1779945665_1635307078-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1779945665_1635307078.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1779945665_1635307078-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1779945665_1635307078-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1779945665_1635307078-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1779945665_1635307078-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1779945665_1635307078-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1779945665_1635307078-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1779945665_1635307078-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-11-21T23:14:37.196656Z",
                "updated_at": "2021-11-21T23:14:37.196690Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3655,
                "name": "John Hansard Gallery",
                "slug": "john-hansard-gallery",
                "city": "Southampton",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.9079299,-1.4044114",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2021-11-21T23:14:40.325312Z",
            "publish_time": null,
            "slug": "john-hansard-gallery-matterlurgy-hydromancy-2021-11-01",
            "created_at": "2021-11-21T23:14:41.062688Z",
            "updated_at": "2021-11-21T23:14:41.385727Z",
            "summary": "Matterlurgy: Hydromancy is an Gallery Shows event starting on 01/11/2021, 01:00 and ending on 31/01/2022, 01:00. Event is in John Hansard Gallery with address 142-144 Above Bar Street.",
            "title": "Matterlurgy: Hydromancy",
            "content": null,
            "start_time": "2021-11-01T01:00:00.000000Z",
            "end_time": "2022-01-31T01: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": "142-144 Above Bar Street",
            "city": "Southampton",
            "geolocation": "50.90809815,-1.4041588103903107",
            "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": 5713,
            "author": {
                "id": "c30de939-79c4-4fa9-b93b-25579eed8fea",
                "username": "aimee@maddoxgallery.com",
                "slug": "aimeemaddoxgallerycom",
                "first_name": "Aimee",
                "last_name": "Holmes",
                "display_name": null,
                "display_name_full": "Aimee Holmes",
                "email": "aimee@maddoxgallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2912,
                "name": "Maddox Gallery Los Angeles",
                "slug": "maddox-gallery-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0774682,-118.38431459999998",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2519,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Los-Angeles-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Los-Angeles-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Los-Angeles-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Maddox-Gallery-Los-Angeles.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Los-Angeles-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Los-Angeles-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Los-Angeles-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Los-Angeles-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-24T09:35:19.176858Z",
                    "updated_at": "2021-09-14T13:31:31.834404Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Maddox Gallery Los Angeles",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2021-11-21T23:34:45.352348Z",
            "publish_time": null,
            "slug": "maddox-gallery-mayfair-london-out-to-lunch-2021-11-01",
            "created_at": "2021-11-21T23:34:46.102767Z",
            "updated_at": "2022-08-03T08:41:57.536320Z",
            "summary": "Out To Lunch is an Gallery Shows event starting on 01/11/2021, 01:00 and ending on 17/12/2021, 01:00. Event is in Maddox Gallery Los Angeles with address Maddox Gallery Los Angeles.",
            "title": "Out To Lunch",
            "content": null,
            "start_time": "2021-11-01T01:00:00.000000Z",
            "end_time": "2021-12-17T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Maddox Gallery Los Angeles",
            "city": "West Hollywood",
            "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": 20428,
            "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": 19772,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f0a49aa105e4bc08295c43a473651ba-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f0a49aa105e4bc08295c43a473651ba-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2f0a49aa105e4bc08295c43a473651ba.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f0a49aa105e4bc08295c43a473651ba-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f0a49aa105e4bc08295c43a473651ba-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f0a49aa105e4bc08295c43a473651ba-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f0a49aa105e4bc08295c43a473651ba-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f0a49aa105e4bc08295c43a473651ba-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f0a49aa105e4bc08295c43a473651ba-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f0a49aa105e4bc08295c43a473651ba-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-20T16:47:03.222432Z",
                "updated_at": "2023-02-10T15:11:44.953863Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7912,
                "name": "Bergen PAC - Sandy Bennett Gallery",
                "slug": "bergen-pac-sandy-bennett-gallery",
                "city": "Englewood",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.8966418,-73.9736298",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-01-20T16:47:07.557716Z",
            "publish_time": null,
            "slug": "bergen-pac-sandy-bennett-gallery-the-power-of-color-2021-11-01",
            "created_at": "2023-01-20T16:47:08.446446Z",
            "updated_at": "2023-01-20T16:47:09.053329Z",
            "summary": "The Power of Color is an Gallery Shows event starting on 01/11/2021, 01:00 and ending on 30/11/2021, 01:00. Event is in Bergen PAC - Sandy Bennett Gallery with address 30 North Van Brunt Street.",
            "title": "The Power of Color",
            "content": null,
            "start_time": "2021-11-01T01:00:00.000000Z",
            "end_time": "2021-11-30T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "30 North Van Brunt Street",
            "city": "Englewood",
            "geolocation": "40.895427,-73.97516466430991",
            "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": 20667,
            "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": 19991,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f6eea3e407345728b62ef02dd025945-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f6eea3e407345728b62ef02dd025945-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5f6eea3e407345728b62ef02dd025945.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f6eea3e407345728b62ef02dd025945-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f6eea3e407345728b62ef02dd025945-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f6eea3e407345728b62ef02dd025945-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f6eea3e407345728b62ef02dd025945-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f6eea3e407345728b62ef02dd025945-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f6eea3e407345728b62ef02dd025945-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f6eea3e407345728b62ef02dd025945-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-25T10:57:06.927322Z",
                "updated_at": "2023-02-10T15:13:05.476043Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4186,
                "name": "Brady Arts and Community Centre",
                "slug": "brady-arts-and-community-centre",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5195149,-0.06536929999999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-01-25T10:57:11.403575Z",
            "publish_time": null,
            "slug": "brady-arts-and-community-centre-bijoy-71-and-colours-of-bengal-2021-11-01",
            "created_at": "2023-01-25T10:57:12.284725Z",
            "updated_at": "2023-01-25T10:57:12.640338Z",
            "summary": "Bijoy '71 and Colours of Bengal is an Gallery Shows event starting on 01/11/2021, 01:00 and ending on 28/11/2021, 01:00. Event is in Brady Arts and Community Centre with address 192-196 Hanbury St.",
            "title": "Bijoy '71 and Colours of Bengal",
            "content": null,
            "start_time": "2021-11-01T01:00:00.000000Z",
            "end_time": "2021-11-28T01: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": "192-196 Hanbury St",
            "city": "London",
            "geolocation": "51.51939925,-0.06537693421686189",
            "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": 3892,
            "author": {
                "id": "6997f44f-1e5e-4516-b00c-c28e24f0eb1e",
                "username": "joanneartman",
                "slug": "joanneartman",
                "first_name": "JoAnne",
                "last_name": "Artman",
                "display_name": "JoAnne Artman",
                "display_name_full": "JoAnne Artman",
                "email": "byrnestory@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 5356,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/lucky_13_326_n_coast_hwy_laguna_beach_thumb-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/lucky_13_326_n_coast_hwy_laguna_beach_thumb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/lucky_13_326_n_coast_hwy_laguna_beach_thumb.JPG",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/lucky_13_326_n_coast_hwy_laguna_beach_thumb-crop-c0-5__0-5-270x152-70.JPG",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/lucky_13_326_n_coast_hwy_laguna_beach_thumb-crop-c0-5__0-5-555x312-70.JPG",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/lucky_13_326_n_coast_hwy_laguna_beach_thumb-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/lucky_13_326_n_coast_hwy_laguna_beach_thumb-crop-c0-5__0-5-524x294-70.JPG",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/lucky_13_326_n_coast_hwy_laguna_beach_thumb-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/lucky_13_326_n_coast_hwy_laguna_beach_thumb-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/lucky_13_326_n_coast_hwy_laguna_beach_thumb-crop-c0-5__0-5-179x179-70.JPG"
                },
                "created_at": "2021-07-26T20:21:47.010021Z",
                "updated_at": "2021-09-13T11:49:24.010686Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "6997f44f-1e5e-4516-b00c-c28e24f0eb1e"
            },
            "venue": {
                "id": 2673,
                "name": "JoAnne Artman Gallery Laguna Beach",
                "slug": "joanne-artman-gallery-laguna-beach",
                "city": "Laguna Beach",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "33.5442691,-117.78883129999997",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2479,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/JoAnne-Artman-Gallery-Laguna-Beach-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/JoAnne-Artman-Gallery-Laguna-Beach-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/JoAnne-Artman-Gallery-Laguna-Beach-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/JoAnne-Artman-Gallery-Laguna-Beach.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/JoAnne-Artman-Gallery-Laguna-Beach-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/JoAnne-Artman-Gallery-Laguna-Beach-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/JoAnne-Artman-Gallery-Laguna-Beach-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/JoAnne-Artman-Gallery-Laguna-Beach-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-24T02:10:42.488335Z",
                    "updated_at": "2021-09-14T13:30:38.232689Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "JoAnne Artman Gallery Laguna Beach",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2021-07-26T20:21:53.230451Z",
            "publish_time": null,
            "slug": "lucky-13-13-years-in-laguna-beach",
            "created_at": "2021-07-26T20:21:53.234996Z",
            "updated_at": "2021-07-26T20:21:53.281466Z",
            "summary": "Lucky #13: 13 Years in Laguna Beach is an Gallery Shows event starting on 01/11/2021, 11:00 and ending on 30/11/2021, 18:00. Event is in JoAnne Artman Gallery Laguna Beach with address 326 N Coast Highway.",
            "title": "Lucky #13: 13 Years in Laguna Beach",
            "content": "JoAnne Artman Gallery is celebrating another milestone as November marks 13 years in business!\n\nFor the past 13 years, JoAnne Artman Gallery has fostered creativity and curiosity in Orange County. A noteworthy anniversary, JoAnne Artman’s Lucky #13 commemorates both 13 years of fine art sales and the opportunity to gather in person once again. With over a decade of collaborations, adaptations, expansions, and more, we have built a thriving arts community through the continued support of the gallery’s award-winning artists, loyal clients, and visitors from all over the world.\n\nOpening its doors in 2008 in Laguna Beach, California, JoAnne Artman Gallery opened as one of the only contemporary art galleries in the neighborhood under the guidance and clear vision of Founder and Executive Director, JoAnne Artman. No stranger to the art world, JoAnne Artman has been showing the work of culturally diverse artists throughout her career as a gallery owner. Always maintaining a distinctive identi",
            "start_time": "2021-11-01T11:00:00.000000Z",
            "end_time": "2021-11-30T18: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": "326 N Coast Highway",
            "city": "",
            "geolocation": "33.5442691,-117.78883129999997",
            "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": 5159,
            "author": {
                "id": "14b18d00-175f-4988-8243-a147814e67af",
                "username": "samantha@marsgallery.com.au",
                "slug": "samanthamarsgallerycomau",
                "first_name": "Samantha",
                "last_name": "Happe",
                "display_name": null,
                "display_name_full": "Samantha Happe",
                "email": "samantha@marsgallery.com.au",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 6509,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1725812404_1633494530-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1725812404_1633494530-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1725812404_1633494530.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1725812404_1633494530-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1725812404_1633494530-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1725812404_1633494530-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1725812404_1633494530-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1725812404_1633494530-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1725812404_1633494530-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1725812404_1633494530-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-10-18T16:42:22.014015Z",
                "updated_at": "2021-10-18T16:42:22.014066Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3336,
                "name": "Melbourne Art Rooms, MARS",
                "slug": "mars-gallery",
                "city": "Windsor",
                "country": {
                    "code": "AU",
                    "name": "Australia"
                },
                "geolocation": "-25.274398,133.775136",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3335,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen_Shot_2021-05-07_at_12.52.16_pm-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen_Shot_2021-05-07_at_12.52.16_pm-crop-c0-5__0-5-558x279.png",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen_Shot_2021-05-07_at_12.52.16_pm-crop-c0-5__0-5-265x149.png",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Screen_Shot_2021-05-07_at_12.52.16_pm.png",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen_Shot_2021-05-07_at_12.52.16_pm-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen_Shot_2021-05-07_at_12.52.16_pm-crop-c0-5__0-5-760x499.png",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen_Shot_2021-05-07_at_12.52.16_pm-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen_Shot_2021-05-07_at_12.52.16_pm-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2021-05-07T02:52:57.307764Z",
                    "updated_at": "2021-09-14T13:52:20.512729Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "14b18d00-175f-4988-8243-a147814e67af"
                },
                "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": "AU",
            "publish_status": "published",
            "published_at": "2021-10-18T16:42:24.173299Z",
            "publish_time": null,
            "slug": "melbourne-art-rooms-mars-giles-alexander-the-still-vague-vault-2021-11-02",
            "created_at": "2021-10-18T16:42:24.914406Z",
            "updated_at": "2022-08-03T08:41:53.041890Z",
            "summary": "Giles Alexander: The Still Vague Vault is an Gallery Shows event starting on 02/11/2021, 01:00 and ending on 04/12/2021, 01:00. Event is in Melbourne Art Rooms, MARS with address 7 James Street.",
            "title": "Giles Alexander: The Still Vague Vault",
            "content": null,
            "start_time": "2021-11-02T01:00:00.000000Z",
            "end_time": "2021-12-04T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "7 James Street",
            "city": "Melbourne",
            "geolocation": "40.6815865,-73.57056613869382",
            "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": 5160,
            "author": {
                "id": "14b18d00-175f-4988-8243-a147814e67af",
                "username": "samantha@marsgallery.com.au",
                "slug": "samanthamarsgallerycomau",
                "first_name": "Samantha",
                "last_name": "Happe",
                "display_name": null,
                "display_name_full": "Samantha Happe",
                "email": "samantha@marsgallery.com.au",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 6511,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2095902681_1633494541-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2095902681_1633494541-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2095902681_1633494541.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2095902681_1633494541-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2095902681_1633494541-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2095902681_1633494541-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2095902681_1633494541-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2095902681_1633494541-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2095902681_1633494541-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2095902681_1633494541-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-10-18T16:43:44.620017Z",
                "updated_at": "2021-10-18T16:43:44.620075Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3336,
                "name": "Melbourne Art Rooms, MARS",
                "slug": "mars-gallery",
                "city": "Windsor",
                "country": {
                    "code": "AU",
                    "name": "Australia"
                },
                "geolocation": "-25.274398,133.775136",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3335,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen_Shot_2021-05-07_at_12.52.16_pm-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen_Shot_2021-05-07_at_12.52.16_pm-crop-c0-5__0-5-558x279.png",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen_Shot_2021-05-07_at_12.52.16_pm-crop-c0-5__0-5-265x149.png",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Screen_Shot_2021-05-07_at_12.52.16_pm.png",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen_Shot_2021-05-07_at_12.52.16_pm-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen_Shot_2021-05-07_at_12.52.16_pm-crop-c0-5__0-5-760x499.png",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen_Shot_2021-05-07_at_12.52.16_pm-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen_Shot_2021-05-07_at_12.52.16_pm-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2021-05-07T02:52:57.307764Z",
                    "updated_at": "2021-09-14T13:52:20.512729Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "14b18d00-175f-4988-8243-a147814e67af"
                },
                "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": "AU",
            "publish_status": "published",
            "published_at": "2021-10-18T16:43:46.730289Z",
            "publish_time": null,
            "slug": "melbourne-art-rooms-mars-sassy-park-masculin-feminin-2021-11-02",
            "created_at": "2021-10-18T16:43:47.497386Z",
            "updated_at": "2022-08-03T08:41:53.052659Z",
            "summary": "Sassy Park: Masculin Féminin is an Gallery Shows event starting on 02/11/2021, 01:00 and ending on 04/12/2021, 01:00. Event is in Melbourne Art Rooms, MARS with address 7 James Street.",
            "title": "Sassy Park: Masculin Féminin",
            "content": null,
            "start_time": "2021-11-02T01:00:00.000000Z",
            "end_time": "2021-12-04T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "7 James Street",
            "city": "Melbourne",
            "geolocation": "40.6815865,-73.57056613869382",
            "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": 5165,
            "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": 6516,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1039365570_1633491713-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1039365570_1633491713-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1039365570_1633491713.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1039365570_1633491713-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1039365570_1633491713-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1039365570_1633491713-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1039365570_1633491713-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1039365570_1633491713-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1039365570_1633491713-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1039365570_1633491713-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-10-18T16:44:52.241770Z",
                "updated_at": "2021-10-18T16:44:52.241822Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3543,
                "name": "Thackeray Gallery",
                "slug": "thackeray-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5004585,-0.1883423",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2021-10-18T16:44:55.505906Z",
            "publish_time": null,
            "slug": "thackeray-gallery-ethel-walker-seasons-of-light-2021-11-02",
            "created_at": "2021-10-18T16:44:56.248098Z",
            "updated_at": "2021-10-18T16:44:56.767929Z",
            "summary": "Ethel Walker, Seasons of Light is an Gallery Shows event starting on 02/11/2021, 01:00 and ending on 19/11/2021, 01:00. Event is in Thackeray Gallery with address 18 Thackeray Street.",
            "title": "Ethel Walker, Seasons of Light",
            "content": null,
            "start_time": "2021-11-02T01:00:00.000000Z",
            "end_time": "2021-11-19T01: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 Thackeray Street",
            "city": "London",
            "geolocation": "51.5005429,-0.18886",
            "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": 5430,
            "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": 6722,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5173815744_1633494520-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5173815744_1633494520-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5173815744_1633494520.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5173815744_1633494520-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5173815744_1633494520-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5173815744_1633494520-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5173815744_1633494520-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5173815744_1633494520-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5173815744_1633494520-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5173815744_1633494520-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-10-19T21:53:06.494339Z",
                "updated_at": "2021-10-19T21:53:06.494391Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4040,
                "name": "Maison de la Culture d’Amiens",
                "slug": "maison-de-la-culture-damiens",
                "city": "Amiens",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "49.8941251,2.2933276",
                "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": "FR",
            "publish_status": "published",
            "published_at": "2021-10-19T21:53:08.804152Z",
            "publish_time": null,
            "slug": "maison-de-la-culture-damiens-gabriel-folli-parcours-dart-contemporain-2021-11-02",
            "created_at": "2021-10-19T21:53:09.542591Z",
            "updated_at": "2021-10-19T21:53:09.585869Z",
            "summary": "Gabriel Folli: Parcours d’art contemporain is an Gallery Shows event starting on 02/11/2021, 01:00 and ending on 16/12/2021, 01:00. Event is in Maison de la Culture d’Amiens with address 2 place Léon Gontier.",
            "title": "Gabriel Folli: Parcours d’art contemporain",
            "content": null,
            "start_time": "2021-11-02T01:00:00.000000Z",
            "end_time": "2021-12-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": "2 place Léon Gontier",
            "city": "Amiens",
            "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": 5666,
            "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": 6954,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1976433526_1635306493-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1976433526_1635306493-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1976433526_1635306493.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1976433526_1635306493-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1976433526_1635306493-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1976433526_1635306493-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1976433526_1635306493-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1976433526_1635306493-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1976433526_1635306493-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1976433526_1635306493-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-11-18T02:05:21.126063Z",
                "updated_at": "2021-11-18T02:05:21.126098Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4005,
                "name": "D Contemporary",
                "slug": "d-contemporary",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5095207,-0.1430757",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2021-11-18T02:05:25.403242Z",
            "publish_time": null,
            "slug": "d-contemporary-verdant-futures-2021-11-02",
            "created_at": "2021-11-18T02:05:26.145430Z",
            "updated_at": "2021-11-18T02:05:26.991095Z",
            "summary": "Verdant Futures is an Gallery Shows event starting on 02/11/2021, 01:00 and ending on 13/11/2021, 01:00. Event is in D Contemporary with address 23.",
            "title": "Verdant Futures",
            "content": null,
            "start_time": "2021-11-02T01:00:00.000000Z",
            "end_time": "2021-11-13T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "23",
            "city": "London",
            "geolocation": "46.0593485,2.04890101251091",
            "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": 5667,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 747,
                "name": "David Zwirner 20th Street New York",
                "slug": "david-zwirner-20th-street-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.746768,-74.00720999999999",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 793,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/20th_St_crop-21.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th_St_crop-21-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-18T20:25:39.309224Z",
                    "updated_at": "2021-09-14T12:54:07.843597Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "20th_St_crop (2)",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2021-11-18T02:07:09.879059Z",
            "publish_time": null,
            "slug": "david-zwirner-19th-street-new-york-seen-in-the-mirrorthings-from-the-cartin-collection-2021-11-02",
            "created_at": "2021-11-18T02:07:10.617191Z",
            "updated_at": "2021-11-18T02:07:11.636653Z",
            "summary": "Seen in the Mirror:Things from the Cartin Collection is an Gallery Shows event starting on 02/11/2021, 01:00 and ending on 18/12/2021, 01:00. Event is in DAVID ZWIRNER 20th Street New York with address 537 W. 20th Street.",
            "title": "Seen in the Mirror:Things from the Cartin Collection",
            "content": null,
            "start_time": "2021-11-02T01:00:00.000000Z",
            "end_time": "2021-12-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": "537 W. 20th Street",
            "city": "New York",
            "geolocation": "40.74676395,-74.00721284139541",
            "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": 5676,
            "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": 6960,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7836301081_1635305605-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7836301081_1635305605-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7836301081_1635305605.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7836301081_1635305605-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7836301081_1635305605-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7836301081_1635305605-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7836301081_1635305605-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7836301081_1635305605-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7836301081_1635305605-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7836301081_1635305605-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-11-18T02:12:42.125858Z",
                "updated_at": "2021-11-18T02:12:42.125910Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3398,
                "name": "Espacio Gallery",
                "slug": "espacio-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5255803,-0.0704685",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2021-11-18T02:12:45.546908Z",
            "publish_time": null,
            "slug": "espacio-gallery-loop2021-2021-11-02",
            "created_at": "2021-11-18T02:12:46.272447Z",
            "updated_at": "2021-11-18T02:12:47.013624Z",
            "summary": "Loop2021 is an Gallery Shows event starting on 02/11/2021, 01:00 and ending on 07/11/2021, 01:00. Event is in Espacio Gallery with address 159 Bethnal Green Road.",
            "title": "Loop2021",
            "content": null,
            "start_time": "2021-11-02T01:00:00.000000Z",
            "end_time": "2021-11-07T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "159 Bethnal Green Road",
            "city": "London",
            "geolocation": "51.5271727,-0.0582418",
            "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": []
        }
    ]
}