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

{
    "count": 37587,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=24426&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=24390&ordering=start_time",
    "results": [
        {
            "id": 24398,
            "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": 23460,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a267523051bf4ea9bf20e8eff30f9a03-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a267523051bf4ea9bf20e8eff30f9a03-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a267523051bf4ea9bf20e8eff30f9a03.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a267523051bf4ea9bf20e8eff30f9a03-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a267523051bf4ea9bf20e8eff30f9a03-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a267523051bf4ea9bf20e8eff30f9a03-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a267523051bf4ea9bf20e8eff30f9a03-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a267523051bf4ea9bf20e8eff30f9a03-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a267523051bf4ea9bf20e8eff30f9a03-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a267523051bf4ea9bf20e8eff30f9a03-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-11T19:16:20.066266Z",
                "updated_at": "2023-04-11T19:16:20.066305Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4828,
                "name": "Ken Artspace",
                "slug": "ken-artspace",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4870554,-0.11165",
                "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-04-11T19:16:25.767744Z",
            "publish_time": null,
            "slug": "ken-artspace-robert-dawson-signifying-nothing-2023-04-15",
            "created_at": "2023-04-11T19:16:26.716462Z",
            "updated_at": "2023-04-11T19:16:27.245485Z",
            "summary": "Robert Dawson - Signifying Nothing is an Gallery Shows event starting on 15/04/2023, 00:00 and ending on 06/05/2023, 00:00. Event is in Ken Artspace with address 16 Windmill Row.",
            "title": "Robert Dawson - Signifying Nothing",
            "content": null,
            "start_time": "2023-04-15T00:00:00.000000Z",
            "end_time": "2023-05-06T00: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": "16 Windmill Row",
            "city": "London",
            "geolocation": "41.1509001,-73.6833617",
            "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": 24442,
            "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": 23500,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b333c2f9b0bc4a55959e1a4aa31c9eb8-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b333c2f9b0bc4a55959e1a4aa31c9eb8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b333c2f9b0bc4a55959e1a4aa31c9eb8.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b333c2f9b0bc4a55959e1a4aa31c9eb8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b333c2f9b0bc4a55959e1a4aa31c9eb8-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b333c2f9b0bc4a55959e1a4aa31c9eb8-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b333c2f9b0bc4a55959e1a4aa31c9eb8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b333c2f9b0bc4a55959e1a4aa31c9eb8-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b333c2f9b0bc4a55959e1a4aa31c9eb8-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b333c2f9b0bc4a55959e1a4aa31c9eb8-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-11T20:11:04.141591Z",
                "updated_at": "2023-04-11T20:11:04.141636Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3276,
                "name": "Taymour Grahne Projects",
                "slug": "taymour-grahne-projects",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5073196,-0.2078779",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-04-11T20:11:17.289993Z",
            "publish_time": null,
            "slug": "taymour-grahne-projects-gail-spaien-a-painting-is-a-place-2023-04-15",
            "created_at": "2023-04-11T20:11:18.179279Z",
            "updated_at": "2023-04-11T20:11:18.222059Z",
            "summary": "Gail Spaien - A Painting is a Place is an Gallery Shows event starting on 15/04/2023, 00:00 and ending on 13/05/2023, 00:00. Event is in Taymour Grahne Projects with address The Artist Room by Taymour Grahne Projects, 52 Lonsdale Road, London, GB.",
            "title": "Gail Spaien - A Painting is a Place",
            "content": null,
            "start_time": "2023-04-15T00:00:00.000000Z",
            "end_time": "2023-05-13T00: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": "The Artist Room by Taymour Grahne Projects, 52 Lonsdale Road, London, GB",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 24445,
            "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": 23504,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/919d080da68048b7a1419387891e61d9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/919d080da68048b7a1419387891e61d9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/919d080da68048b7a1419387891e61d9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/919d080da68048b7a1419387891e61d9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/919d080da68048b7a1419387891e61d9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/919d080da68048b7a1419387891e61d9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/919d080da68048b7a1419387891e61d9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/919d080da68048b7a1419387891e61d9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/919d080da68048b7a1419387891e61d9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/919d080da68048b7a1419387891e61d9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-11T20:11:08.946285Z",
                "updated_at": "2023-04-11T20:11:08.946324Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3276,
                "name": "Taymour Grahne Projects",
                "slug": "taymour-grahne-projects",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5073196,-0.2078779",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-04-11T20:11:41.758742Z",
            "publish_time": null,
            "slug": "taymour-grahne-projects-jen-hitchings-cycles-2023-04-15",
            "created_at": "2023-04-11T20:11:43.763753Z",
            "updated_at": "2023-04-11T20:11:43.798105Z",
            "summary": "Jen Hitchings - Cycles is an Gallery Shows event starting on 15/04/2023, 00:00 and ending on 13/05/2023, 00:00. Event is in Taymour Grahne Projects with address Holland Park, 10 Portland Road, London, GB.",
            "title": "Jen Hitchings - Cycles",
            "content": null,
            "start_time": "2023-04-15T00:00:00.000000Z",
            "end_time": "2023-05-13T00: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": "Holland Park, 10 Portland Road, London, GB",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 24489,
            "author": {
                "id": "e0848517-9a6f-4b33-9f7d-02bf59cfe8f0",
                "username": "bggallery",
                "slug": "bggallery",
                "first_name": "Om",
                "last_name": "Bleicher",
                "display_name": "Om Bleicher",
                "display_name_full": "Om Bleicher",
                "email": "om@bgartdealings.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 23545,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f63116b32d048cd88e49456f17e251d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f63116b32d048cd88e49456f17e251d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8f63116b32d048cd88e49456f17e251d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f63116b32d048cd88e49456f17e251d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f63116b32d048cd88e49456f17e251d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f63116b32d048cd88e49456f17e251d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f63116b32d048cd88e49456f17e251d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f63116b32d048cd88e49456f17e251d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f63116b32d048cd88e49456f17e251d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f63116b32d048cd88e49456f17e251d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-12T08:39:52.609182Z",
                "updated_at": "2023-04-12T08:39:52.609217Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2984,
                "name": "bG Gallery",
                "slug": "bg-gallery",
                "city": "Santa Monica",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0283148,-118.46764569999999",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2775,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bg-gallery-dp-1576509939-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bg-gallery-dp-1576509939-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bg-gallery-dp-1576509939-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/bg-gallery-dp-1576509939.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bg-gallery-dp-1576509939-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bg-gallery-dp-1576509939-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bg-gallery-dp-1576509939-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/bg-gallery-dp-1576509939-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-05-07T21:41:36.254527Z",
                    "updated_at": "2021-09-14T13:38:22.145434Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-04-12T08:40:16.263458Z",
            "publish_time": null,
            "slug": "bg-gallery-taking-it-to-the-streets-2023-04-15",
            "created_at": "2023-04-12T08:40:17.199426Z",
            "updated_at": "2023-04-12T08:40:17.730281Z",
            "summary": "Taking it to the Streets is an Gallery Shows event starting on 15/04/2023, 00:00 and ending on 02/05/2023, 00:00. Event is in bG Gallery with address Bergamot Station , Santa Monica, US.",
            "title": "Taking it to the Streets",
            "content": null,
            "start_time": "2023-04-15T00:00:00.000000Z",
            "end_time": "2023-05-02T00: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": "Bergamot Station , Santa Monica, US",
            "city": "Santa Monica",
            "geolocation": "34.0274374,-118.46900342813086",
            "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": 24500,
            "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": 23554,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e685376d6d04420b823643d92a1772fa-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e685376d6d04420b823643d92a1772fa-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e685376d6d04420b823643d92a1772fa.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e685376d6d04420b823643d92a1772fa-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e685376d6d04420b823643d92a1772fa-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e685376d6d04420b823643d92a1772fa-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e685376d6d04420b823643d92a1772fa-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e685376d6d04420b823643d92a1772fa-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e685376d6d04420b823643d92a1772fa-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e685376d6d04420b823643d92a1772fa-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-12T08:59:33.911765Z",
                "updated_at": "2023-04-12T08:59:33.911802Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8423,
                "name": "Kunstgalerie Diana Achtzig",
                "slug": "kunstgalerie-diana-achtzig",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.507988,13.5441237",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-04-12T08:59:42.207885Z",
            "publish_time": null,
            "slug": "diana-achtzig-liebespaarbilder-und-kunstwerke-neue-leipziger-schule-2023-04-15",
            "created_at": "2023-04-12T08:59:43.099507Z",
            "updated_at": "2023-04-12T08:59:43.488435Z",
            "summary": "Liebespaarbilder und KUNSTWERKE – NEUE LEIPZIGER SCHULE is an Gallery Shows event starting on 15/04/2023, 00:00 and ending on 09/06/2023, 00:00. Event is in Kunstgalerie Diana Achtzig with address Weißenhöher Str., 14.",
            "title": "Liebespaarbilder und KUNSTWERKE – NEUE LEIPZIGER SCHULE",
            "content": null,
            "start_time": "2023-04-15T00:00:00.000000Z",
            "end_time": "2023-06-09T00: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": "Weißenhöher Str., 14",
            "city": "Berlin",
            "geolocation": "52.5080085,13.5441585",
            "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": 24540,
            "author": {
                "id": "7d04438a-00a7-4a9f-9185-77a249a76551",
                "username": "Ken",
                "slug": "ken",
                "first_name": "Hashimoto",
                "last_name": "Contemporary",
                "display_name": "Ken Harman",
                "display_name_full": "Ken Harman",
                "email": "info@hashimotocontemporary.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 23586,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e57ec2095fd404aafdeeddd9ac3e588-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e57ec2095fd404aafdeeddd9ac3e588-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2e57ec2095fd404aafdeeddd9ac3e588.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e57ec2095fd404aafdeeddd9ac3e588-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e57ec2095fd404aafdeeddd9ac3e588-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e57ec2095fd404aafdeeddd9ac3e588-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e57ec2095fd404aafdeeddd9ac3e588-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e57ec2095fd404aafdeeddd9ac3e588-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e57ec2095fd404aafdeeddd9ac3e588-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e57ec2095fd404aafdeeddd9ac3e588-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-12T11:04:17.229199Z",
                "updated_at": "2023-04-12T11:04:17.229233Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 1938,
                "name": "HASHIMOTO CONTEMPORARY",
                "slug": "hashimoto-contemporary-san-francisco",
                "city": "San Francisco",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.7887064,-122.41375790000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-04-12T11:04:23.060809Z",
            "publish_time": null,
            "slug": "hashimoto-contemporary-gabe-langholtz-untitled-2023-04-15",
            "created_at": "2023-04-12T11:04:24.593148Z",
            "updated_at": "2023-04-12T11:04:25.090234Z",
            "summary": "Gabe Langholtz: Untitled is an Gallery Shows event starting on 15/04/2023, 00:00 and ending on 01/07/2023, 00:00. Event is in HASHIMOTO CONTEMPORARY with address 54 Ludlow Street, New York, US.",
            "title": "Gabe Langholtz: Untitled",
            "content": null,
            "start_time": "2023-04-15T00:00:00.000000Z",
            "end_time": "2023-07-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "54 Ludlow Street, New York, US",
            "city": "New York",
            "geolocation": "40.7165192,-73.9900744",
            "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": 24544,
            "author": {
                "id": "85fc2f57-5b69-465f-8443-bebe046b339d",
                "username": "info@hl-projects.com",
                "slug": "infohl-projectscom",
                "first_name": "Harlan",
                "last_name": "Levey",
                "display_name": null,
                "display_name_full": "Harlan Levey",
                "email": "info@hl-projects.com",
                "telephone": "+32 485 69 91 46"
            },
            "price": null,
            "featured_image": {
                "id": 23587,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c1e97237e454817b9bf10f8909e947b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c1e97237e454817b9bf10f8909e947b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2c1e97237e454817b9bf10f8909e947b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c1e97237e454817b9bf10f8909e947b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c1e97237e454817b9bf10f8909e947b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c1e97237e454817b9bf10f8909e947b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c1e97237e454817b9bf10f8909e947b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c1e97237e454817b9bf10f8909e947b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c1e97237e454817b9bf10f8909e947b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c1e97237e454817b9bf10f8909e947b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-12T11:04:17.780079Z",
                "updated_at": "2023-04-12T11:04:17.780118Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 365,
                "name": "HARLAN LEVEY PROJECTS",
                "slug": "harlan-levey-gallery",
                "city": "Sint-Jans-Molenbeek",
                "country": {
                    "code": "BE",
                    "name": "Belgium"
                },
                "geolocation": "50.85219720000001,4.3306808",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4284,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/b5aef3b82dc749d3adbc9adbbbc00ba8-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/b5aef3b82dc749d3adbc9adbbbc00ba8-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/b5aef3b82dc749d3adbc9adbbbc00ba8-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/b5aef3b82dc749d3adbc9adbbbc00ba8.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/b5aef3b82dc749d3adbc9adbbbc00ba8-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/b5aef3b82dc749d3adbc9adbbbc00ba8-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/b5aef3b82dc749d3adbc9adbbbc00ba8-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/b5aef3b82dc749d3adbc9adbbbc00ba8-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2023-05-01T12:09:47.350054Z",
                    "updated_at": "2023-05-01T12:09:47.350094Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "85fc2f57-5b69-465f-8443-bebe046b339d"
                },
                "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": "BE",
            "publish_status": "published",
            "published_at": "2023-04-12T11:05:01.288820Z",
            "publish_time": null,
            "slug": "harlan-levey-gallery-willehad-eilers-schwanzwald-2023-04-15",
            "created_at": "2023-04-12T11:05:02.165886Z",
            "updated_at": "2023-04-12T11:05:02.725464Z",
            "summary": "Willehad Eilers - Schwanzwald is an Gallery Shows event starting on 15/04/2023, 00:00 and ending on 03/06/2023, 00:00. Event is in HARLAN LEVEY GALLERY with address 65 rue Isidoor Teirlinck, Brussels, BE.",
            "title": "Willehad Eilers - Schwanzwald",
            "content": null,
            "start_time": "2023-04-15T00:00:00.000000Z",
            "end_time": "2023-06-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "65 rue Isidoor Teirlinck, Brussels, BE",
            "city": "Brussels",
            "geolocation": "50.85218905,4.330685619202331",
            "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": 24593,
            "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": 23644,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8ef8c9080d74a4587e22e607a5faa1b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8ef8c9080d74a4587e22e607a5faa1b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a8ef8c9080d74a4587e22e607a5faa1b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8ef8c9080d74a4587e22e607a5faa1b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8ef8c9080d74a4587e22e607a5faa1b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8ef8c9080d74a4587e22e607a5faa1b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8ef8c9080d74a4587e22e607a5faa1b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8ef8c9080d74a4587e22e607a5faa1b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8ef8c9080d74a4587e22e607a5faa1b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a8ef8c9080d74a4587e22e607a5faa1b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-13T14:36:27.810918Z",
                "updated_at": "2023-04-13T14:36:27.810955Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5928,
                "name": "frontviews",
                "slug": "frontviews",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5035396,13.3620435",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-04-13T14:36:29.935280Z",
            "publish_time": null,
            "slug": "frontviews-les-enchantees-2023-04-15",
            "created_at": "2023-04-13T14:36:30.970978Z",
            "updated_at": "2023-04-13T14:36:33.218911Z",
            "summary": "Les Enchantées. is an Gallery Shows event starting on 15/04/2023, 00:00 and ending on 02/06/2023, 00:00. Event is in frontviews with address HAUNT.",
            "title": "Les Enchantées.",
            "content": null,
            "start_time": "2023-04-15T00:00:00.000000Z",
            "end_time": "2023-06-02T00: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": "HAUNT",
            "city": "Berlin",
            "geolocation": "35.0001787,-85.1804447",
            "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": 24605,
            "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": 23651,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5d3bf9d3251847a9ac41cfa5cc093657-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5d3bf9d3251847a9ac41cfa5cc093657-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5d3bf9d3251847a9ac41cfa5cc093657.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5d3bf9d3251847a9ac41cfa5cc093657-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5d3bf9d3251847a9ac41cfa5cc093657-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5d3bf9d3251847a9ac41cfa5cc093657-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5d3bf9d3251847a9ac41cfa5cc093657-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5d3bf9d3251847a9ac41cfa5cc093657-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5d3bf9d3251847a9ac41cfa5cc093657-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5d3bf9d3251847a9ac41cfa5cc093657-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-13T14:36:53.491169Z",
                "updated_at": "2023-04-13T14:36:53.491204Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2366,
                "name": "GALERIE DA-END",
                "slug": "galerie-da-end",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8558169,2.3389713999999913",
                "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": "2023-04-13T14:37:05.698087Z",
            "publish_time": null,
            "slug": "galerie-da-end-mykola-tolmachev-solo-show-vernissage-15-avril-2023-04-15",
            "created_at": "2023-04-13T14:37:06.585107Z",
            "updated_at": "2023-04-13T14:37:07.431310Z",
            "summary": "MYKOLA TOLMACHEV / SOLO SHOW / VERNISSAGE 15 avril is an Gallery Shows event starting on 15/04/2023, 00:00 and ending on 15/04/2023, 00:00. Event is in GALERIE DA-END with address 17 rue Guénégaud.",
            "title": "MYKOLA TOLMACHEV / SOLO SHOW / VERNISSAGE 15 avril",
            "content": null,
            "start_time": "2023-04-15T00:00:00.000000Z",
            "end_time": "2023-04-15T00: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": "17 rue Guénégaud",
            "city": "Paris",
            "geolocation": "48.8558131,2.3388661",
            "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": 24611,
            "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": 23657,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e733e37d13c45c38801dcfde1734dc6-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e733e37d13c45c38801dcfde1734dc6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0e733e37d13c45c38801dcfde1734dc6.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e733e37d13c45c38801dcfde1734dc6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e733e37d13c45c38801dcfde1734dc6-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e733e37d13c45c38801dcfde1734dc6-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e733e37d13c45c38801dcfde1734dc6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e733e37d13c45c38801dcfde1734dc6-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e733e37d13c45c38801dcfde1734dc6-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e733e37d13c45c38801dcfde1734dc6-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-14T16:48:16.044032Z",
                "updated_at": "2023-04-14T16:48:16.044069Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6620,
                "name": "Gallery 825",
                "slug": "gallery-825",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0860193,-118.3767598",
                "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-04-14T16:48:19.392678Z",
            "publish_time": null,
            "slug": "gallery-825-solo-show-of-emerging-artist-who-uses-decapitated-televisions-2023-04-15",
            "created_at": "2023-04-14T16:48:20.264611Z",
            "updated_at": "2023-04-14T16:48:20.812967Z",
            "summary": "Solo Show of Emerging Artist Who Uses Decapitated Televisions is an Gallery Shows event starting on 15/04/2023, 00:00 and ending on 19/05/2023, 00:00. Event is in Gallery 825 with address 825 N. La Cienega Boulevard.",
            "title": "Solo Show of Emerging Artist Who Uses Decapitated Televisions",
            "content": null,
            "start_time": "2023-04-15T00:00:00.000000Z",
            "end_time": "2023-05-19T00: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": "825 N. La Cienega Boulevard",
            "city": "Los Angeles",
            "geolocation": "34.0715558,-118.3764177",
            "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": 24640,
            "author": {
                "id": "99eebeef-f686-42b8-a49c-82339dc34028",
                "username": "NextStreetGallery",
                "slug": "nextstreetgallery",
                "first_name": "",
                "last_name": "",
                "display_name": "NextStreetGallery",
                "display_name_full": "NextStreetGallery",
                "email": "contact@nextstreetgallery.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 23682,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0eaf96d2ab42461483f760698099b83b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0eaf96d2ab42461483f760698099b83b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0eaf96d2ab42461483f760698099b83b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0eaf96d2ab42461483f760698099b83b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0eaf96d2ab42461483f760698099b83b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0eaf96d2ab42461483f760698099b83b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0eaf96d2ab42461483f760698099b83b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0eaf96d2ab42461483f760698099b83b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0eaf96d2ab42461483f760698099b83b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0eaf96d2ab42461483f760698099b83b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-14T16:54:43.734504Z",
                "updated_at": "2023-04-14T16:54:43.734541Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2539,
                "name": "NEXT STREET GALLERY",
                "slug": "next-street-gallery",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8556149,2.3668640999999297",
                "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": "2023-04-14T16:54:49.577349Z",
            "publish_time": null,
            "slug": "nextstreet-gallery-bronze-to-beats-solo-exhibition-of-huang-yulong-2023-04-15",
            "created_at": "2023-04-14T16:54:50.442241Z",
            "updated_at": "2023-04-14T16:54:50.894801Z",
            "summary": "Bronze To Beats - Solo exhibition of Huang Yulong is an Gallery Shows event starting on 15/04/2023, 00:00 and ending on 29/04/2023, 00:00. Event is in NEXT STREET GALLERY with address 23 place des Vosges , Paris, FR.",
            "title": "Bronze To Beats - Solo exhibition of Huang Yulong",
            "content": null,
            "start_time": "2023-04-15T00:00:00.000000Z",
            "end_time": "2023-04-29T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "23 place des Vosges , Paris, FR",
            "city": "Paris",
            "geolocation": "48.8563172,2.3652705",
            "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": 24649,
            "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": 23694,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9038d0a297dd4f43bd5b5703f7b201d2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9038d0a297dd4f43bd5b5703f7b201d2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9038d0a297dd4f43bd5b5703f7b201d2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9038d0a297dd4f43bd5b5703f7b201d2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9038d0a297dd4f43bd5b5703f7b201d2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9038d0a297dd4f43bd5b5703f7b201d2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9038d0a297dd4f43bd5b5703f7b201d2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9038d0a297dd4f43bd5b5703f7b201d2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9038d0a297dd4f43bd5b5703f7b201d2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9038d0a297dd4f43bd5b5703f7b201d2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-14T17:02:22.360362Z",
                "updated_at": "2023-04-14T17:02:22.360419Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8319,
                "name": "PassepARTout Unconventional Gallery",
                "slug": "passepartout-unconventional-gallery",
                "city": "Pero",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.5019984,9.0868202",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2023-04-14T17:02:25.797637Z",
            "publish_time": null,
            "slug": "passepartout-unconventional-gallery-passepartout-unconventional-gallery-inaugura-la-milano-art-design-week-2023-2023-04-15",
            "created_at": "2023-04-14T17:02:26.664509Z",
            "updated_at": "2023-04-14T17:02:27.164717Z",
            "summary": "PassepARTout Unconventional Gallery inaugura la MILANO Art & Design Week 2023 is an Gallery Shows event starting on 15/04/2023, 00:00 and ending on 23/04/2023, 00:00. Event is in PassepARTout Unconventional Gallery with address Via Keplero 12.",
            "title": "PassepARTout Unconventional Gallery inaugura la MILANO Art & Design Week 2023",
            "content": null,
            "start_time": "2023-04-15T00:00:00.000000Z",
            "end_time": "2023-04-23T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Via Keplero 12",
            "city": "Pero",
            "geolocation": "44.70373,10.5966639",
            "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": 24659,
            "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": 23706,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ecd2ba0783e34a7c93dd886b708fa634-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ecd2ba0783e34a7c93dd886b708fa634-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ecd2ba0783e34a7c93dd886b708fa634.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ecd2ba0783e34a7c93dd886b708fa634-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ecd2ba0783e34a7c93dd886b708fa634-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ecd2ba0783e34a7c93dd886b708fa634-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ecd2ba0783e34a7c93dd886b708fa634-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ecd2ba0783e34a7c93dd886b708fa634-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ecd2ba0783e34a7c93dd886b708fa634-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ecd2ba0783e34a7c93dd886b708fa634-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-14T17:08:56.123429Z",
                "updated_at": "2023-04-14T17:08:56.123460Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6046,
                "name": "RuptureXIBIT gallery & Kate Howe Studios",
                "slug": "rupturexibit-gallery-kate-howe-studios",
                "city": "Hampton Wick",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4137096,-0.3121714",
                "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-04-14T17:09:06.757433Z",
            "publish_time": null,
            "slug": "rupturexibit-gallery-kate-howe-studios-now-my-eyes-can-see-sally-minns-solo-show-2023-04-15",
            "created_at": "2023-04-14T17:09:07.629549Z",
            "updated_at": "2023-04-14T17:09:13.544235Z",
            "summary": "Now My Eyes Can See: Sally Minns Solo Show is an Gallery Shows event starting on 15/04/2023, 00:00 and ending on 20/04/2023, 00:00. Event is in RuptureXIBIT gallery & Kate Howe Studios with address 55 high street.",
            "title": "Now My Eyes Can See: Sally Minns Solo Show",
            "content": null,
            "start_time": "2023-04-15T00:00:00.000000Z",
            "end_time": "2023-04-20T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "55 high street",
            "city": "Hampton Wick",
            "geolocation": "52.2608744,-7.1105342",
            "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": 24666,
            "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": 23710,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eeca13d9f4cd41359088ca16a8c3fddd-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eeca13d9f4cd41359088ca16a8c3fddd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/eeca13d9f4cd41359088ca16a8c3fddd.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eeca13d9f4cd41359088ca16a8c3fddd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eeca13d9f4cd41359088ca16a8c3fddd-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eeca13d9f4cd41359088ca16a8c3fddd-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eeca13d9f4cd41359088ca16a8c3fddd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eeca13d9f4cd41359088ca16a8c3fddd-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eeca13d9f4cd41359088ca16a8c3fddd-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eeca13d9f4cd41359088ca16a8c3fddd-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-14T17:09:14.296936Z",
                "updated_at": "2023-04-14T17:09:14.296993Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8401,
                "name": "S16 Gallery",
                "slug": "s16-gallery",
                "city": "Westmount",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "45.4874602,-73.59099599999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "CA",
            "publish_status": "published",
            "published_at": "2023-04-14T17:10:00.071605Z",
            "publish_time": null,
            "slug": "s16-gallery-transfiguration-by-sean-atmos-s16-westmount-2023-04-15",
            "created_at": "2023-04-14T17:10:00.942458Z",
            "updated_at": "2023-04-14T17:10:01.629756Z",
            "summary": "'Transfiguration' by SEAN ATMOS | S16 Westmount is an Gallery Shows event starting on 15/04/2023, 00:00 and ending on 02/05/2023, 00:00. Event is in S16 Gallery with address 1362 Greene av, , Westmount (Montreal), CA.",
            "title": "'Transfiguration' by SEAN ATMOS | S16 Westmount",
            "content": null,
            "start_time": "2023-04-15T00:00:00.000000Z",
            "end_time": "2023-05-02T00: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": "1362 Greene av, , Westmount (Montreal), CA",
            "city": "Westmount (Montreal)",
            "geolocation": "45.48744640276138,-73.59110893913783",
            "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": 24694,
            "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": 23735,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/339721277ece4ef3a70c0f4ce9bcef64-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/339721277ece4ef3a70c0f4ce9bcef64-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/339721277ece4ef3a70c0f4ce9bcef64.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/339721277ece4ef3a70c0f4ce9bcef64-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/339721277ece4ef3a70c0f4ce9bcef64-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/339721277ece4ef3a70c0f4ce9bcef64-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/339721277ece4ef3a70c0f4ce9bcef64-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/339721277ece4ef3a70c0f4ce9bcef64-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/339721277ece4ef3a70c0f4ce9bcef64-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/339721277ece4ef3a70c0f4ce9bcef64-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-14T17:17:49.371128Z",
                "updated_at": "2023-04-14T17:17:49.371164Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8334,
                "name": "SPACE Willing N Dealing",
                "slug": "space-willing-n-dealing",
                "city": "Seoul",
                "country": {
                    "code": "KR",
                    "name": "South Korea"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "KR",
            "publish_status": "published",
            "published_at": "2023-04-14T17:18:25.868098Z",
            "publish_time": null,
            "slug": "space-willing-n-dealing-finally-when-you-and-i-meet-2023-04-15",
            "created_at": "2023-04-14T17:18:26.740573Z",
            "updated_at": "2023-04-14T17:18:26.784546Z",
            "summary": "Finally When You and I Meet is an Gallery Shows event starting on 15/04/2023, 00:00 and ending on 14/05/2023, 00:00. Event is in SPACE Willing N Dealing with address #201, 48-1 Jahamun-ro, Jongro-gu, Seoul, KR.",
            "title": "Finally When You and I Meet",
            "content": null,
            "start_time": "2023-04-15T00:00:00.000000Z",
            "end_time": "2023-05-14T00: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": "#201, 48-1 Jahamun-ro, Jongro-gu, Seoul, KR",
            "city": "Seoul",
            "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": 24709,
            "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": 23753,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6b09eee26914b2ab6698cbffc6aac98-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6b09eee26914b2ab6698cbffc6aac98-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f6b09eee26914b2ab6698cbffc6aac98.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6b09eee26914b2ab6698cbffc6aac98-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6b09eee26914b2ab6698cbffc6aac98-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6b09eee26914b2ab6698cbffc6aac98-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6b09eee26914b2ab6698cbffc6aac98-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6b09eee26914b2ab6698cbffc6aac98-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6b09eee26914b2ab6698cbffc6aac98-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6b09eee26914b2ab6698cbffc6aac98-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-14T17:21:36.693555Z",
                "updated_at": "2023-04-14T17:21:36.693592Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5323,
                "name": "Cubitt Gallery",
                "slug": "cubitt-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.532393,-0.107889",
                "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-04-14T17:21:41.467515Z",
            "publish_time": null,
            "slug": "cubitt-gallery-department-of-unruly-histories-2023-04-15",
            "created_at": "2023-04-14T17:21:42.452879Z",
            "updated_at": "2023-04-14T17:21:46.849642Z",
            "summary": "Department Of Unruly Histories. is an Gallery Shows event starting on 15/04/2023, 00:00 and ending on 25/05/2023, 00:00. Event is in Cubitt Gallery with address 8 Angel Mews.",
            "title": "Department Of Unruly Histories.",
            "content": null,
            "start_time": "2023-04-15T00:00:00.000000Z",
            "end_time": "2023-05-25T00: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": "8 Angel Mews",
            "city": "London",
            "geolocation": "51.45059725,-0.23988377872911693",
            "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": 24761,
            "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": 23791,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7032aa9f4b9146598db0a9978c478c95-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7032aa9f4b9146598db0a9978c478c95-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7032aa9f4b9146598db0a9978c478c95.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7032aa9f4b9146598db0a9978c478c95-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7032aa9f4b9146598db0a9978c478c95-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7032aa9f4b9146598db0a9978c478c95-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7032aa9f4b9146598db0a9978c478c95-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7032aa9f4b9146598db0a9978c478c95-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7032aa9f4b9146598db0a9978c478c95-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7032aa9f4b9146598db0a9978c478c95-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-19T19:23:19.607875Z",
                "updated_at": "2023-04-19T19:23:19.607913Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3524,
                "name": "Angels Gate Cultural Center",
                "slug": "angels-gate-cultural-center",
                "city": "San Pedro",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "33.7111307,-118.2937172",
                "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-04-19T19:23:28.508323Z",
            "publish_time": null,
            "slug": "angels-gate-cultural-center-notions-of-place-2023-04-15",
            "created_at": "2023-04-19T19:23:29.600268Z",
            "updated_at": "2023-04-19T19:23:29.999477Z",
            "summary": "Notions of Place. is an Gallery Shows event starting on 15/04/2023, 00:00 and ending on 17/06/2023, 00:00. Event is in Angels Gate Cultural Center with address 3601 South Gaffey Street.",
            "title": "Notions of Place.",
            "content": null,
            "start_time": "2023-04-15T00:00:00.000000Z",
            "end_time": "2023-06-17T00: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": "3601 South Gaffey Street",
            "city": "San Pedro",
            "geolocation": "33.7123578,-118.2939543470432",
            "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": 24773,
            "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": 23802,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bc76318236c426eae3a6c91cc5ff069-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bc76318236c426eae3a6c91cc5ff069-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4bc76318236c426eae3a6c91cc5ff069.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bc76318236c426eae3a6c91cc5ff069-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bc76318236c426eae3a6c91cc5ff069-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bc76318236c426eae3a6c91cc5ff069-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bc76318236c426eae3a6c91cc5ff069-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bc76318236c426eae3a6c91cc5ff069-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bc76318236c426eae3a6c91cc5ff069-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bc76318236c426eae3a6c91cc5ff069-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-19T19:26:45.594709Z",
                "updated_at": "2023-04-19T19:26:45.594744Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4553,
                "name": "Carvalho Park",
                "slug": "carvalho-park",
                "city": "Brooklyn",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7114356,-73.9376365",
                "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-04-19T19:26:50.749302Z",
            "publish_time": null,
            "slug": "carvalho-park-yulia-iosilzon-heavens-chambers-2023-04-15",
            "created_at": "2023-04-19T19:26:51.704640Z",
            "updated_at": "2023-04-19T19:26:52.367764Z",
            "summary": "Yulia Iosilzon: Heaven’s Chambers is an Gallery Shows event starting on 15/04/2023, 00:00 and ending on 20/05/2023, 00:00. Event is in Carvalho Park with address 112 WATERBURY STREET //.",
            "title": "Yulia Iosilzon: Heaven’s Chambers",
            "content": null,
            "start_time": "2023-04-15T00:00:00.000000Z",
            "end_time": "2023-05-20T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "112 WATERBURY STREET //",
            "city": "New York",
            "geolocation": "43.86647100821271,-79.70697446000347",
            "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": []
        }
    ]
}