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

{
    "count": 37573,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=37548&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=37512&ordering=start_time",
    "results": [
        {
            "id": 38408,
            "author": {
                "id": "c25d3641-55f8-495c-8fb2-e96d5764e8ee",
                "username": "lauren_1505",
                "slug": "lauren_1505",
                "first_name": "Lauren",
                "last_name": "Wood",
                "display_name": "Lauren Wood",
                "display_name_full": "Lauren Wood",
                "email": "wonzimerinfo@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 36949,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2ca28896098454ea24eacb76d73a367-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2ca28896098454ea24eacb76d73a367-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d2ca28896098454ea24eacb76d73a367.jpeg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2ca28896098454ea24eacb76d73a367-crop-c0-5__0-5-270x152-70.jpeg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2ca28896098454ea24eacb76d73a367-crop-c0-5__0-5-555x312-70.jpeg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2ca28896098454ea24eacb76d73a367-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2ca28896098454ea24eacb76d73a367-crop-c0-5__0-5-524x294-70.jpeg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2ca28896098454ea24eacb76d73a367-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2ca28896098454ea24eacb76d73a367-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2ca28896098454ea24eacb76d73a367-crop-c0-5__0-5-179x179-70.jpeg"
                },
                "created_at": "2025-02-25T22:21:58.869754Z",
                "updated_at": "2025-02-25T22:21:58.869789Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "c25d3641-55f8-495c-8fb2-e96d5764e8ee"
            },
            "venue": {
                "id": 3279,
                "name": "Wonzimer",
                "slug": "wonzimer",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.06810449999999,-118.2218346",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4536,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/247ae136e82a4009a7669f1c9b85aee4.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2023-08-27T23:05:59.322634Z",
                    "updated_at": "2023-08-27T23:05:59.322673Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "c25d3641-55f8-495c-8fb2-e96d5764e8ee"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2025-02-25T22:22:13.665125Z",
            "publish_time": null,
            "slug": "windswept",
            "created_at": "2025-02-25T22:22:13.668706Z",
            "updated_at": "2025-02-25T22:22:13.705957Z",
            "summary": "Windswept is an Gallery Shows event starting on 21/03/2025, 17:00 and ending on 17/04/2025, 21:08. Event is in Wonzimer with address 341 S Avenue 17, Los Angeles, CA 90031, USA.",
            "title": "Windswept",
            "content": "Windswept, opening March 21st in Los Angeles, is an immersive group exhibition featuring over 15 painted works from throughout international artist Susan Ossman’s career in conjunction with sculptural, photographic, collage, video, and installation works by artists including Dani Dodge, Angelica Sotiriou, Beth Elliott, Linda Sue Price, Snezana Saraswati Petrovic, Diane Cockerill, Bruce Cockerill, Scott Meskill, Eileen Oda, Jason Jenn, Nancy Kay Turner, and Nancy Voegeli-Curan.\r\n\r\nThe exhibition explores each artist’s own unique vision of wind, from lush oil and acrylic to potent abstract neon art and otherworldly mixed media. While you can’t see the wind, you can envision what it creates: sand and soil, propagated flowers and seeds, the sails of ships, ocean currents, kites soaring aloft, magical balloons, tossing tumbleweeds, birds drifting on warm ocean currents, the ominous wreckage of storms both natural and societal, or the ungovernable spread of fire and ash.",
            "start_time": "2025-03-21T17:00:00.000000Z",
            "end_time": "2025-04-17T21:08: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": "341 S Avenue 17, Los Angeles, CA 90031, USA",
            "city": "",
            "geolocation": "34.06810449999999,-118.2218346",
            "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": 38416,
            "author": {
                "id": "84c4fff3-f48f-47a0-ac33-64b1e7070d53",
                "username": "info@labirentsanat.com",
                "slug": "infolabirentsanatcom",
                "first_name": "Ufuk",
                "last_name": "Ulker",
                "display_name": null,
                "display_name_full": "Ufuk Ulker",
                "email": "info@labirentsanat.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 36963,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f4e1609ff7f340b0a001b187b46bc8fe-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f4e1609ff7f340b0a001b187b46bc8fe-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f4e1609ff7f340b0a001b187b46bc8fe.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f4e1609ff7f340b0a001b187b46bc8fe-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f4e1609ff7f340b0a001b187b46bc8fe-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f4e1609ff7f340b0a001b187b46bc8fe-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f4e1609ff7f340b0a001b187b46bc8fe-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f4e1609ff7f340b0a001b187b46bc8fe-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f4e1609ff7f340b0a001b187b46bc8fe-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f4e1609ff7f340b0a001b187b46bc8fe-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2025-03-21T09:55:34.899547Z",
                "updated_at": "2025-03-21T09:55:34.899581Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "84c4fff3-f48f-47a0-ac33-64b1e7070d53"
            },
            "venue": {
                "id": 5271,
                "name": "Labirent Sanat",
                "slug": "labirent-sanat",
                "city": "Istanbul",
                "country": {
                    "code": "TR",
                    "name": "Turkey"
                },
                "geolocation": "41.0312832,28.9723834",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3950,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/37eb10bccd914903850f62602450ccbd-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/37eb10bccd914903850f62602450ccbd-crop-c0-5__0-5-558x279-70.JPG",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/37eb10bccd914903850f62602450ccbd-crop-c0-5__0-5-265x149-70.JPG",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/37eb10bccd914903850f62602450ccbd.JPG",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/37eb10bccd914903850f62602450ccbd-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/37eb10bccd914903850f62602450ccbd-crop-c0-5__0-5-760x499-70.JPG",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/37eb10bccd914903850f62602450ccbd-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/37eb10bccd914903850f62602450ccbd-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-08-04T11:48:06.644955Z",
                    "updated_at": "2022-08-04T11:48:06.645009Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "84c4fff3-f48f-47a0-ac33-64b1e7070d53"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2025-03-21T09:56:09.970282Z",
            "publish_time": null,
            "slug": "emre-celali-humans-harmony",
            "created_at": "2025-03-21T09:56:09.974595Z",
            "updated_at": "2025-03-21T09:56:10.017390Z",
            "summary": "Emre Celali - Human's Harmony is an Gallery Shows event starting on 22/03/2025, 11:00 and ending on 03/05/2025, 19:00. Event is in Labirent Sanat with address Çatma Mescit, Tepebaşı Cd. no 56 D:kat 2, 34430 Beyoğlu/İstanbul, Turkey.",
            "title": "Emre Celali - Human's Harmony",
            "content": "Labirent Sanat is pleased to announce Emre Celali's solo exhibition, \"Human’s Harmony\" on view from March 22 to May 3, 2025. This exhibition explores the cultural journey shaped by humankind’s imagination, intellect, and tangible efforts.",
            "start_time": "2025-03-22T11:00:00.000000Z",
            "end_time": "2025-05-03T19: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": "Çatma Mescit, Tepebaşı Cd. no 56 D:kat 2, 34430 Beyoğlu/İstanbul, Turkey",
            "city": "",
            "geolocation": "41.0312832,28.9723834",
            "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": 38417,
            "author": {
                "id": "f6825d96-0331-4115-9f05-2dc26867df88",
                "username": "jd@jdmalat.com",
                "slug": "jdjdmalatcom",
                "first_name": "Jean David",
                "last_name": "Malat",
                "display_name": null,
                "display_name_full": "Jean David Malat",
                "email": "jd@jdmalat.com",
                "telephone": "+44 (0)203 7466 832"
            },
            "price": null,
            "featured_image": {
                "id": 36964,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f6d627ee21f4ddf81ea0a3dc91ae390-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f6d627ee21f4ddf81ea0a3dc91ae390-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5f6d627ee21f4ddf81ea0a3dc91ae390.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f6d627ee21f4ddf81ea0a3dc91ae390-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f6d627ee21f4ddf81ea0a3dc91ae390-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f6d627ee21f4ddf81ea0a3dc91ae390-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f6d627ee21f4ddf81ea0a3dc91ae390-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f6d627ee21f4ddf81ea0a3dc91ae390-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f6d627ee21f4ddf81ea0a3dc91ae390-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f6d627ee21f4ddf81ea0a3dc91ae390-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2025-03-21T11:37:47.783592Z",
                "updated_at": "2025-03-21T11:37:47.783628Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "f6825d96-0331-4115-9f05-2dc26867df88"
            },
            "venue": {
                "id": 4365,
                "name": "JD Malat Gallery",
                "slug": "jd-malat-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5119137,-0.1478266",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2025-03-21T11:38:15.081549Z",
            "publish_time": null,
            "slug": "matters-of-materiality",
            "created_at": "2025-03-21T11:38:15.088994Z",
            "updated_at": "2025-03-21T11:38:15.128096Z",
            "summary": "Matters of Materiality is an Gallery Shows event starting on 27/03/2025, 10:00 and ending on 03/05/2025, 18:00. Event is in JD Malat Gallery with address 30 Davies St, London W1K 4NB, UK.",
            "title": "Matters of Materiality",
            "content": "JD Malat Gallery is pleased to present Matters of Materiality, a group exhibition that examines materiality as both substance and concept in contemporary abstraction. Texture has long been a means through which artists challenge perception, evoke memory and construct depth. In this exhibition, the surface is not a passive foundation but an active force; shaped, disrupted and redefined through process.",
            "start_time": "2025-03-27T10:00:00.000000Z",
            "end_time": "2025-05-03T18:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "30 Davies St, London W1K 4NB, UK",
            "city": "",
            "geolocation": "51.5119137,-0.1478266",
            "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": [
                7892,
                15812,
                15831,
                4726,
                5383,
                11756
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 38420,
            "author": {
                "id": "5e131cc6-e50c-4f6e-98d7-2b6d273e3e1a",
                "username": "indira_1111",
                "slug": "indira_1111",
                "first_name": "Indira",
                "last_name": "Cesarine",
                "display_name": "Indira Cesarine",
                "display_name_full": "Indira Cesarine",
                "email": "info@untitled-space.com",
                "telephone": "+1212780960"
            },
            "price": null,
            "featured_image": {
                "id": 36967,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2eefe777bb647e1a40efe4317b5bb32-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2eefe777bb647e1a40efe4317b5bb32-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f2eefe777bb647e1a40efe4317b5bb32.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2eefe777bb647e1a40efe4317b5bb32-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2eefe777bb647e1a40efe4317b5bb32-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2eefe777bb647e1a40efe4317b5bb32-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2eefe777bb647e1a40efe4317b5bb32-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2eefe777bb647e1a40efe4317b5bb32-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2eefe777bb647e1a40efe4317b5bb32-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2eefe777bb647e1a40efe4317b5bb32-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2025-04-01T19:10:56.514313Z",
                "updated_at": "2025-04-01T19:10:56.514352Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "5e131cc6-e50c-4f6e-98d7-2b6d273e3e1a"
            },
            "venue": {
                "id": 2903,
                "name": "The Untitled Space",
                "slug": "the-untitled-space",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.71976739999999,-74.00311599999998",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2670,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Untitled-Space-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Untitled-Space-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Untitled-Space-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/The-Untitled-Space.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Untitled-Space-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Untitled-Space-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Untitled-Space-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Untitled-Space-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-04-29T16:27:09.633960Z",
                    "updated_at": "2021-09-14T13:35:21.582070Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 4,
                "image": null,
                "slug": "auctions",
                "created_at": "2020-06-02T15:33:40.538154Z",
                "updated_at": "2021-03-20T11:25:03.980018Z",
                "name": "Auctions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2025-04-01T19:11:02.170932Z",
            "publish_time": null,
            "slug": "the-untitled-space-presents-uprise-2025-x-art4equality-benefit-art-auction",
            "created_at": "2025-04-01T19:11:02.175045Z",
            "updated_at": "2025-04-01T19:11:02.215781Z",
            "summary": "THE UNTITLED SPACE PRESENTS “UPRISE 2025 x ART4EQUALITY” BENEFIT ART AUCTION is an Auctions event starting on 02/04/2025, 12:00 and ending on 08/04/2025, 17:00. Event is in The Untitled Space with address 45 Lispenard St, New York, NY 10013, USA.",
            "title": "THE UNTITLED SPACE PRESENTS “UPRISE 2025 x ART4EQUALITY” BENEFIT ART AUCTION",
            "content": "The Untitled Space has announced the UPRISE 2025 x Art4Equality benefit art auction, featuring over 150 artworks by 75 artists from their celebrated 10th Anniversary exhibition UPRISE 2025: The Art of Resistance. Presented in collaboration with Art4Equality, this online auction aims to support vital initiatives advocating for gender and racial equality, with a portion of the proceeds of every artwork sold benefiting Art4Equality’s impactful mission.\r\n\r\nAuction Preview and Bidding Dates: The auction preview will open online at untitled-space.art on March 31, 2025, at 12pm EST, providing art enthusiasts and collectors an exclusive first look at the available lots. Bidding will officially go live on April 2, 2025, at 12pm EST and will continue until April 8, 2025, at 5pm EST.",
            "start_time": "2025-04-02T12:00:00.000000Z",
            "end_time": "2025-04-08T17: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": "45 Lispenard St, New York, NY 10013, USA",
            "city": "New York",
            "geolocation": "40.7197795,-74.0030451",
            "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": 38419,
            "author": {
                "id": "959af169-cc82-4986-85da-32eca2a13b84",
                "username": "nomad@saparcontemporary.com",
                "slug": "nomadsaparcontemporarycom",
                "first_name": "Nina",
                "last_name": "Levent",
                "display_name": null,
                "display_name_full": "Nina Levent",
                "email": "nomad@saparcontemporary.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 36966,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/384b69d1c3f34bf59d49a93ce4481633-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/384b69d1c3f34bf59d49a93ce4481633-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/384b69d1c3f34bf59d49a93ce4481633.jpeg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/384b69d1c3f34bf59d49a93ce4481633-crop-c0-5__0-5-270x152-70.jpeg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/384b69d1c3f34bf59d49a93ce4481633-crop-c0-5__0-5-555x312-70.jpeg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/384b69d1c3f34bf59d49a93ce4481633-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/384b69d1c3f34bf59d49a93ce4481633-crop-c0-5__0-5-524x294-70.jpeg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/384b69d1c3f34bf59d49a93ce4481633-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/384b69d1c3f34bf59d49a93ce4481633-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/384b69d1c3f34bf59d49a93ce4481633-crop-c0-5__0-5-179x179-70.jpeg"
                },
                "created_at": "2025-03-26T21:52:07.164613Z",
                "updated_at": "2025-03-26T21:52:07.164650Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "959af169-cc82-4986-85da-32eca2a13b84"
            },
            "venue": {
                "id": 4881,
                "name": "SAPAR Contemporary",
                "slug": "sapar-contemporary",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7199695,-74.00630249999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2025-03-26T21:52:43.944951Z",
            "publish_time": null,
            "slug": "beneath-the-earth-and-above-the-clouds-altynai-osmo-kyrgyzstan-and-aya-shalkar-kazakhstan",
            "created_at": "2025-03-26T21:52:43.949033Z",
            "updated_at": "2025-03-26T21:52:43.997805Z",
            "summary": "Beneath the Earth and Above the Clouds: Altynai Osmo (Kyrgyzstan) and Aya Shalkar (Kazakhstan) is an Gallery Shows event starting on 03/04/2025, 18:00 and ending on 15/05/2025, 18:00. Event is in SAPAR Contemporary with address 9 N Moore St, New York, NY 10013, United States.",
            "title": "Beneath the Earth and Above the Clouds: Altynai Osmo (Kyrgyzstan) and Aya Shalkar (Kazakhstan)",
            "content": "Altynai Osmo (Kyrgyzstan, b. 1988) and Aya Shalkar (Kazakhstan, b. 1996) explore themes of identity, feminine power, and gender roles, drawing on real and mythological narratives deeply rooted in their Central Asian cultures and heritage.",
            "start_time": "2025-04-03T18:00:00.000000Z",
            "end_time": "2025-05-15T18: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": "9 N Moore St, New York, NY 10013, United States",
            "city": "",
            "geolocation": "40.7199695,-74.00630249999999",
            "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": 38415,
            "author": {
                "id": "11f81182-d41f-43fd-90ef-462da247b17a",
                "username": "Lidija",
                "slug": "lidija",
                "first_name": "Lidija",
                "last_name": "Kostic Khachatourian",
                "display_name": "Lidija",
                "display_name_full": "Lidija",
                "email": "hello@akkaproject.com",
                "telephone": "+39 345 008 7940"
            },
            "price": null,
            "featured_image": {
                "id": 36962,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40cb112f0f8d4ed6840b3110ba622b8f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40cb112f0f8d4ed6840b3110ba622b8f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/40cb112f0f8d4ed6840b3110ba622b8f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40cb112f0f8d4ed6840b3110ba622b8f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40cb112f0f8d4ed6840b3110ba622b8f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40cb112f0f8d4ed6840b3110ba622b8f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40cb112f0f8d4ed6840b3110ba622b8f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40cb112f0f8d4ed6840b3110ba622b8f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40cb112f0f8d4ed6840b3110ba622b8f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40cb112f0f8d4ed6840b3110ba622b8f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2025-03-04T13:27:50.395677Z",
                "updated_at": "2025-03-04T13:27:50.395714Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "11f81182-d41f-43fd-90ef-462da247b17a"
            },
            "venue": {
                "id": 2694,
                "name": "AKKA Project",
                "slug": "create-hub-gallery",
                "city": "Venezia",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.43271619999999,12.3280796",
                "artworks_for_sale_count": 12,
                "featured_image": {
                    "id": 4631,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/7bd91e223af248c79f64d2a2154e9bda-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/7bd91e223af248c79f64d2a2154e9bda-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/7bd91e223af248c79f64d2a2154e9bda-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/7bd91e223af248c79f64d2a2154e9bda.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/7bd91e223af248c79f64d2a2154e9bda-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/7bd91e223af248c79f64d2a2154e9bda-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/7bd91e223af248c79f64d2a2154e9bda-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/7bd91e223af248c79f64d2a2154e9bda-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2023-10-29T13:17:14.348417Z",
                    "updated_at": "2023-10-29T13:17:14.348462Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "11f81182-d41f-43fd-90ef-462da247b17a"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2025-03-04T13:27:56.005490Z",
            "publish_time": null,
            "slug": "encoded-consciousness-art-in-the-age-of-the-tech",
            "created_at": "2025-03-04T13:27:56.009215Z",
            "updated_at": "2025-03-04T13:27:56.049651Z",
            "summary": "Encoded Consciousness: Art in the Age of the Tech is an Gallery Shows event starting on 05/04/2025, 10:00 and ending on 31/05/2025, 18:00. Event is in AKKA Project with address Ca’ del Duca 3052, Corte del Duca Sforza, 30124 Venezia VE, Italy.",
            "title": "Encoded Consciousness: Art in the Age of the Tech",
            "content": "Paul Onditi’s solo exhibition *Encoded Consciousness: Art in the Age of Tech* debuts in Venice this May. Blending digital and organic elements, his work explores how technology reshapes identity and memory. Through mixed media and QR codes, Onditi reflects on human thought in the digital age.",
            "start_time": "2025-04-05T10:00:00.000000Z",
            "end_time": "2025-05-31T18: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": "Ca’ del Duca 3052, Corte del Duca Sforza, 30124 Venezia VE, Italy",
            "city": "",
            "geolocation": "45.43271619999999,12.3280796",
            "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": 38358,
            "author": {
                "id": "be0e54a8-8d72-40b9-8aa9-cafe867497dd",
                "username": "post@gropiusbau.de",
                "slug": "postgropiusbaude",
                "first_name": "Nahomi",
                "last_name": "Tecle",
                "display_name": null,
                "display_name_full": "Nahomi Tecle",
                "email": "tecle@gropiusbau.de",
                "telephone": "+49 30 254860"
            },
            "price": null,
            "featured_image": {
                "id": 36863,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/686e3a67f9174df3a2bec314ffbc88ed-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/686e3a67f9174df3a2bec314ffbc88ed-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/686e3a67f9174df3a2bec314ffbc88ed.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/686e3a67f9174df3a2bec314ffbc88ed-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/686e3a67f9174df3a2bec314ffbc88ed-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/686e3a67f9174df3a2bec314ffbc88ed-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/686e3a67f9174df3a2bec314ffbc88ed-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/686e3a67f9174df3a2bec314ffbc88ed-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/686e3a67f9174df3a2bec314ffbc88ed-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/686e3a67f9174df3a2bec314ffbc88ed-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-10-15T10:26:04.382934Z",
                "updated_at": "2024-10-15T10:26:04.382968Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "be0e54a8-8d72-40b9-8aa9-cafe867497dd"
            },
            "venue": {
                "id": 5498,
                "name": "Gropius Bau",
                "slug": "gropius-bau",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5066982,13.3820464",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2024-10-15T10:26:25.593863Z",
            "publish_time": null,
            "slug": "yoko-ono-music-of-the-mind",
            "created_at": "2024-10-15T10:26:25.598587Z",
            "updated_at": "2024-10-15T10:26:25.637504Z",
            "summary": "YOKO ONO: MUSIC OF THE MIND is an Museum Exhibitions event starting on 11/04/2025, 10:25 and ending on 31/08/2025, 10:25. Event is in Gropius Bau with address Niederkirchnerstraße 7, 10963 Berlin, Germany.",
            "title": "YOKO ONO: MUSIC OF THE MIND",
            "content": "From spring 2025, the Gropius Bau will present a comprehensive solo exhibition celebrating the groundbreaking and influential work of artist and activist Yoko Ono. Spanning seven decades of the artist’s powerful, multidisciplinary practice from the mid-1950s to now, YOKO ONO: MUSIC OF THE MIND will trace the development of her innovative work and its enduring impact on contemporary culture. The exhibition brings together over 200 works including instruction pieces and scores, installations, films, music and photography, revealing a radical approach to language, art and participation that continues to speak to the present moment.\r\n\r\nOrganised by Tate Modern, London, in collaboration with Gropius Bau, Berlin, and Kunstsammlung Nordrhein-Westfalen, Düsseldorf\r\n\r\nCurated by Patrizia Dander, Deputy Director of Curatorial Affairs, Gropius Bau, and Juliet Bingham, Curator, International Art, Tate Modern",
            "start_time": "2025-04-11T10:25:00.000000Z",
            "end_time": "2025-08-31T10:25: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": "Niederkirchnerstraße 7, 10963 Berlin, Germany",
            "city": "",
            "geolocation": "52.5066982,13.3820464",
            "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": [
                9079
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 38421,
            "author": {
                "id": "6711bff9-9848-4bf9-9466-8a56816283a5",
                "username": "info@vossgallery.art",
                "slug": "infovossgalleryart",
                "first_name": "Ashley",
                "last_name": "Voss",
                "display_name": null,
                "display_name_full": "Ashley Voss",
                "email": "info@vossgallery.art",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 36968,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed90a375128a4e2d887514caff447406-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed90a375128a4e2d887514caff447406-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ed90a375128a4e2d887514caff447406.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed90a375128a4e2d887514caff447406-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed90a375128a4e2d887514caff447406-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed90a375128a4e2d887514caff447406-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed90a375128a4e2d887514caff447406-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed90a375128a4e2d887514caff447406-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed90a375128a4e2d887514caff447406-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed90a375128a4e2d887514caff447406-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2025-04-04T03:49:13.190101Z",
                "updated_at": "2025-04-04T03:49:13.190135Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "6711bff9-9848-4bf9-9466-8a56816283a5"
            },
            "venue": {
                "id": 3179,
                "name": "Voss Gallery",
                "slug": "voss-gallery",
                "city": "San Francisco",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.7749295,-122.4194155",
                "artworks_for_sale_count": 318,
                "featured_image": {
                    "id": 3236,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Voss_Gallery_The_Tracy_Piper_San_Francisco-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Voss_Gallery_The_Tracy_Piper_San_Francisco-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Voss_Gallery_The_Tracy_Piper_San_Francisco-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Voss_Gallery_The_Tracy_Piper_San_Francisco.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Voss_Gallery_The_Tracy_Piper_San_Francisco-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Voss_Gallery_The_Tracy_Piper_San_Francisco-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Voss_Gallery_The_Tracy_Piper_San_Francisco-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Voss_Gallery_The_Tracy_Piper_San_Francisco-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2021-01-22T20:08:10.222768Z",
                    "updated_at": "2021-09-14T13:49:36.700163Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "6711bff9-9848-4bf9-9466-8a56816283a5"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2025-04-04T03:49:29.480414Z",
            "publish_time": null,
            "slug": "stencil-workshop-with-jeremy-novy-make-take",
            "created_at": "2025-04-04T03:49:29.483770Z",
            "updated_at": "2025-04-04T03:49:29.520329Z",
            "summary": "Stencil Workshop with Jeremy Novy – Make & Take! is an Gallery Shows event starting on 19/04/2025, 01:00 and ending on 19/04/2025, 03:30. Event is in Voss Gallery with address 3344 24th St, San Francisco, CA 94110, USA.",
            "title": "Stencil Workshop with Jeremy Novy – Make & Take!",
            "content": "Discover the art of stenciling with acclaimed street artist Jeremy Novy at Voss Gallery—Saturday, April 19th, 1-3:30PM!\r\n\r\nUnleash Your Inner Street Artist!\r\n\r\nHave you ever wondered if you have what it takes to be a stencil artist? Do you like sharp things and spray paint? Do you feel the need to reject societal norms and make art that everyone will see?\r\n\r\nStenciling is a tool used by activist groups and governments throughout history. Recently, it is considered an inexpensive tool by media and advertising firms that has a huge visual impact on the global community.\r\n\r\nJoin nationally recognized street artist Jeremy Novy for a Make & Take Stencil Workshop, where you'll dive into the history, impact, and techniques of this dynamic art form.\r\n\r\nThis hands-on session will give you a brief (yet insightful) history of stenciling and other revolutionary acts of street art as seen in ancient and contemporary art. You will also gain a basic understanding of how to design, cut, and spray your very own",
            "start_time": "2025-04-19T01:00:00.000000Z",
            "end_time": "2025-04-19T03:30: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": "3344 24th St, San Francisco, CA 94110, USA",
            "city": "",
            "geolocation": "37.7749295,-122.4194155",
            "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": [
                3783
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 19504,
            "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": 18935,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71d4624734dc4adc9bbb194c4aad88c8-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71d4624734dc4adc9bbb194c4aad88c8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/71d4624734dc4adc9bbb194c4aad88c8.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71d4624734dc4adc9bbb194c4aad88c8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71d4624734dc4adc9bbb194c4aad88c8-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71d4624734dc4adc9bbb194c4aad88c8-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71d4624734dc4adc9bbb194c4aad88c8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71d4624734dc4adc9bbb194c4aad88c8-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71d4624734dc4adc9bbb194c4aad88c8-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71d4624734dc4adc9bbb194c4aad88c8-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-12T19:57:12.268968Z",
                "updated_at": "2023-02-10T14:33:04.645119Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4420,
                "name": "New York Historical Society",
                "slug": "new-york-historical-society",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7792476,-73.9742792",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-01-12T19:57:12.548659Z",
            "publish_time": null,
            "slug": "new-york-historical-society-gallery-of-tiffany-lamps-2025-04-26",
            "created_at": "2023-01-12T19:57:13.413431Z",
            "updated_at": "2023-01-12T19:57:13.413450Z",
            "summary": null,
            "title": "Gallery of Tiffany Lamps",
            "content": null,
            "start_time": "2025-04-26T00:00:00.000000Z",
            "end_time": "2025-08-31T00: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": "170 Central Park West, New York, US",
            "city": "New York",
            "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": 19505,
            "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": 18936,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c145d9498f1546d2a9d12b6b7f997404-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c145d9498f1546d2a9d12b6b7f997404-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c145d9498f1546d2a9d12b6b7f997404.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c145d9498f1546d2a9d12b6b7f997404-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c145d9498f1546d2a9d12b6b7f997404-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c145d9498f1546d2a9d12b6b7f997404-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c145d9498f1546d2a9d12b6b7f997404-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c145d9498f1546d2a9d12b6b7f997404-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c145d9498f1546d2a9d12b6b7f997404-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c145d9498f1546d2a9d12b6b7f997404-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-12T19:57:12.443420Z",
                "updated_at": "2023-02-10T14:33:07.258740Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4420,
                "name": "New York Historical Society",
                "slug": "new-york-historical-society",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7792476,-73.9742792",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-01-12T19:57:12.652212Z",
            "publish_time": null,
            "slug": "new-york-historical-society-objects-tell-stories-2025-04-26",
            "created_at": "2023-01-12T19:57:13.519237Z",
            "updated_at": "2023-01-12T19:57:13.519256Z",
            "summary": null,
            "title": "Objects Tell Stories",
            "content": null,
            "start_time": "2025-04-26T00:00:00.000000Z",
            "end_time": "2025-08-31T00: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": "170 Central Park West, New York, US",
            "city": "New York",
            "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": 38422,
            "author": {
                "id": "ea9f5c93-b6c0-4e6d-aa1e-3792fef059d5",
                "username": "info@loislambertgallery.com",
                "slug": "infoloislambertgallerycom",
                "first_name": "Lois",
                "last_name": "Lambert",
                "display_name": null,
                "display_name_full": "Lois Lambert",
                "email": "info@loislambertgallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 36969,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4244089cff6e4b94aaf84169d3312d76-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4244089cff6e4b94aaf84169d3312d76-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4244089cff6e4b94aaf84169d3312d76.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4244089cff6e4b94aaf84169d3312d76-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4244089cff6e4b94aaf84169d3312d76-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4244089cff6e4b94aaf84169d3312d76-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4244089cff6e4b94aaf84169d3312d76-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4244089cff6e4b94aaf84169d3312d76-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4244089cff6e4b94aaf84169d3312d76-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4244089cff6e4b94aaf84169d3312d76-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2025-04-17T20:07:40.519748Z",
                "updated_at": "2025-04-17T20:07:40.519781Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "ea9f5c93-b6c0-4e6d-aa1e-3792fef059d5"
            },
            "venue": {
                "id": 4387,
                "name": "Lois Lambert Gallery",
                "slug": "lois-lambert-gallery",
                "city": "Santa Monica",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0283148,-118.4676457",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2025-04-17T20:07:48.990441Z",
            "publish_time": null,
            "slug": "artist-talk-daveed-shwartz",
            "created_at": "2025-04-17T20:07:48.994232Z",
            "updated_at": "2025-04-17T20:07:49.031731Z",
            "summary": "Artist Talk: DAVEED SHWARTZ is an Gallery Shows event starting on 26/04/2025, 01:30 and ending on 26/04/2025, 02:30. Event is in Lois Lambert Gallery with address 2525 Michigan Avenue, Santa Monica, CA, USA.",
            "title": "Artist Talk: DAVEED SHWARTZ",
            "content": "Join us Saturday, April 26th at 1:30pm for a special artist talk with Daveed Shwartz. Daveed will walk you through his magical wonderland of thought-provoking images and animated stories, right out of his paintings. Don’t miss it!\r\n\r\nDaveed Shwartz’s compositions are often strange and humorous representations of the fragility of existence. Once in a Blue Moon features both somber, contemplative landscapes and vibrant, whimsical collages populated by a cast of figures that blur the line between human, animal, and machine. Shwartz’s work is equal parts introspective and irreverent, inviting viewers to reflect on their own experiences of instability and connection in the modern world. “My work is about the fragility of life. There is no solid ground. This is a high wire act, and we can fall, or choose to fly, at any moment. My work embraces the beauty and vulnerability of the human condition.”",
            "start_time": "2025-04-26T01:30:00.000000Z",
            "end_time": "2025-04-26T02:30: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": "2525 Michigan Avenue, Santa Monica, CA, USA",
            "city": "",
            "geolocation": "34.0283148,-118.4676457",
            "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": 38424,
            "author": {
                "id": "e7be66b3-17d2-4ec6-a8b2-f2761e0e3a48",
                "username": "harriet@agora-gallery.com",
                "slug": "harrietagora-gallerycom",
                "first_name": "Harriet",
                "last_name": "Sunga",
                "display_name": null,
                "display_name_full": "Harriet Sunga",
                "email": "harriet@agora-gallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 36971,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/619e8e8be7ce44faad8d8a26dca0afad-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/619e8e8be7ce44faad8d8a26dca0afad-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/619e8e8be7ce44faad8d8a26dca0afad.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/619e8e8be7ce44faad8d8a26dca0afad-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/619e8e8be7ce44faad8d8a26dca0afad-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/619e8e8be7ce44faad8d8a26dca0afad-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/619e8e8be7ce44faad8d8a26dca0afad-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/619e8e8be7ce44faad8d8a26dca0afad-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/619e8e8be7ce44faad8d8a26dca0afad-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/619e8e8be7ce44faad8d8a26dca0afad-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2025-04-22T12:26:47.335870Z",
                "updated_at": "2025-04-22T12:26:47.335907Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "e7be66b3-17d2-4ec6-a8b2-f2761e0e3a48"
            },
            "venue": {
                "id": 734,
                "name": "AGORA GALLERY New York",
                "slug": "agora-gallery-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7494083,-74.0045743",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2025-04-22T12:26:52.173495Z",
            "publish_time": null,
            "slug": "in-line-out-of-line",
            "created_at": "2025-04-22T12:26:52.177861Z",
            "updated_at": "2025-04-22T12:26:52.219245Z",
            "summary": "In Line | Out of Line is an Gallery Shows event starting on 01/05/2025, 11:00 and ending on 23/05/2025, 18:00. Event is in AGORA GALLERY New York with address 530 West 25th Street.",
            "title": "In Line | Out of Line",
            "content": "Agora Gallery is pleased to present In Line | Out of Line, a dynamic group exhibition on view from May 1 through May 23, 2025. This exhibition brings together five contemporary artists whose practices explore boundaries—some observed, others defied—and engage with the visual language of the line as a conduit for form, emotion, and transformation.\r\n\r\nExhibition Dates: May 1 - May 23, 2025\r\nOpening Reception: May 1, 2025, 6:00 pm - 8:00 pm\r\nGallery Hours: Tues-Sat 11:00 am – 6:00 pm \r\nGallery Location: 530 West 25th, New York, NY 10001\r\nEventURL: https://agora-gallery.com/ag-exhibitions/in-line-out-of-line-may-1-21-2025/",
            "start_time": "2025-05-01T11:00:00.000000Z",
            "end_time": "2025-05-23T18: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": "530 West 25th Street",
            "city": "",
            "geolocation": "40.7494083,-74.0045743",
            "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": 38418,
            "author": {
                "id": "a2476e12-00da-4b81-934f-d723ad3c2e29",
                "username": "max_1303",
                "slug": "max_1303",
                "first_name": "max",
                "last_name": "koffler",
                "display_name": "max koffler",
                "display_name_full": "max koffler",
                "email": "info@galerie-son.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 36965,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18950867c5054a7594f72d633fe9038a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18950867c5054a7594f72d633fe9038a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/18950867c5054a7594f72d633fe9038a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18950867c5054a7594f72d633fe9038a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18950867c5054a7594f72d633fe9038a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18950867c5054a7594f72d633fe9038a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18950867c5054a7594f72d633fe9038a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18950867c5054a7594f72d633fe9038a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18950867c5054a7594f72d633fe9038a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18950867c5054a7594f72d633fe9038a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2025-03-21T12:01:21.753998Z",
                "updated_at": "2025-03-21T12:01:21.754030Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "a2476e12-00da-4b81-934f-d723ad3c2e29"
            },
            "venue": {
                "id": 2951,
                "name": "galerie son",
                "slug": "galerie-son",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.51672984130539,13.398186411639472",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2758,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Son-profile-image-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Son-profile-image-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Son-profile-image-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Galerie-Son-profile-image.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Son-profile-image-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Son-profile-image-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Son-profile-image-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Son-profile-image-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-05-07T21:41:06.159301Z",
                    "updated_at": "2021-09-14T13:37:49.733699Z",
                    "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": "",
            "publish_status": "published",
            "published_at": "2025-03-21T12:01:26.852386Z",
            "publish_time": null,
            "slug": "britt-boutros-ghali",
            "created_at": "2025-03-21T12:01:26.856495Z",
            "updated_at": "2025-03-21T12:03:16.738980Z",
            "summary": "Britt BOUTROS-GHALI is an Gallery Shows event starting on 01/05/2025, 15:00 and ending on 28/06/2025, 18:00. Event is in galerie son with address Schinkelplatz 4.",
            "title": "Britt BOUTROS-GHALI",
            "content": "Britt Boutros-Ghali’s first solo exhibition in Germany since the 1970s. \r\n\r\nA world-renowned artist, Britt follows in the tradition of abstract expressionist and colorfield pioneers such as Helen Frankenthaler and Joan Mitchell, bringing a unique energy to her dynamic, large-scale paintings. \r\n\r\nBorn in Norway in 1937, Britt’s art is deeply influenced by the dramatic light of her homeland and her formative experiences during World War II. For over five decades, she has lived and worked in Egypt, drawing inspiration from its rich culture and history. Her powerful works embody the spirit of action painting, balancing structure with spontaneity.\r\n\r\nSince 1962, her work has been exhibited worldwide and is held in prestigious collections. She has been honored with Norway’s Order of St. Olav and Egypt’s 2023 Lifetime Achievement Award for Women in the Arts—recognition of her profound impact on contemporary painting.\r\n\r\n\r\nOPENING RECEPTION during Berlin Gallery Weekend \r\nMay 1st at 18-20 o'clock",
            "start_time": "2025-05-01T15:00:00.000000Z",
            "end_time": "2025-06-28T18:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Schinkelplatz 4",
            "city": "",
            "geolocation": "52.51672984130539,13.398186411639472",
            "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": 38429,
            "author": {
                "id": "e4d13761-8c66-4947-84b6-c95c0fce511d",
                "username": "info@skny.com",
                "slug": "infosknycom",
                "first_name": "Sean",
                "last_name": "Kelly",
                "display_name": null,
                "display_name_full": "Sean Kelly",
                "email": "info@skny.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 36976,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b0e9d8b856f4fb18c507643606b6573-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b0e9d8b856f4fb18c507643606b6573-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1b0e9d8b856f4fb18c507643606b6573.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b0e9d8b856f4fb18c507643606b6573-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b0e9d8b856f4fb18c507643606b6573-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b0e9d8b856f4fb18c507643606b6573-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b0e9d8b856f4fb18c507643606b6573-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b0e9d8b856f4fb18c507643606b6573-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b0e9d8b856f4fb18c507643606b6573-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b0e9d8b856f4fb18c507643606b6573-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2025-05-07T18:24:39.449046Z",
                "updated_at": "2025-05-07T18:24:39.449087Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "e4d13761-8c66-4947-84b6-c95c0fce511d"
            },
            "venue": {
                "id": 4264,
                "name": "Sean Kelly Gallery",
                "slug": "sean-kelly-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.75623030000001,-73.9981962",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2025-05-07T18:25:00.423214Z",
            "publish_time": null,
            "slug": "sam-moyer-subject-to-change",
            "created_at": "2025-05-07T18:25:00.427230Z",
            "updated_at": "2025-05-07T18:25:00.485548Z",
            "summary": "Sam Moyer: Subject to change is an Gallery Shows event starting on 02/05/2025, 11:00 and ending on 14/06/2025, 18:00. Event is in Sean Kelly Gallery with address 475 10th Ave, New York, NY 10018, United States.",
            "title": "Sam Moyer: Subject to change",
            "content": "Sean Kelly is delighted to present Subject to change, Sam Moyer’s fourth solo exhibition with the gallery. Featuring a dynamic body of new work, the exhibition features Moyer’s latest stone paintings, highlighting her distinctive combination of reclaimed stone and painted canvas, as well as oil on panel paintings and handmade paper works produced as artist in residence at Dieu Donné in the Brooklyn Navy Yard.",
            "start_time": "2025-05-02T11:00:00.000000Z",
            "end_time": "2025-06-14T18: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": "475 10th Ave, New York, NY 10018, United States",
            "city": "",
            "geolocation": "40.75623030000001,-73.9981962",
            "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": 38425,
            "author": {
                "id": "d846e17f-911d-4484-bb4d-0c22ff232abc",
                "username": "gary_1395",
                "slug": "gary_1395",
                "first_name": "Gary",
                "last_name": "Rush",
                "display_name": "Gary Rush",
                "display_name_full": "Gary Rush",
                "email": "garyrush@elainefleckgallery.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 36972,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/33869c332265461f91e4bc2d146d48af-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/33869c332265461f91e4bc2d146d48af-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/33869c332265461f91e4bc2d146d48af.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/33869c332265461f91e4bc2d146d48af-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/33869c332265461f91e4bc2d146d48af-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/33869c332265461f91e4bc2d146d48af-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/33869c332265461f91e4bc2d146d48af-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/33869c332265461f91e4bc2d146d48af-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/33869c332265461f91e4bc2d146d48af-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/33869c332265461f91e4bc2d146d48af-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2025-04-24T19:06:38.329312Z",
                "updated_at": "2025-04-24T19:06:38.329346Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "d846e17f-911d-4484-bb4d-0c22ff232abc"
            },
            "venue": {
                "id": 2982,
                "name": "Elaine Fleck Gallery",
                "slug": "elaine-fleck-gallery",
                "city": "Toronto",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "43.6407994,-79.43458780000003",
                "artworks_for_sale_count": 2,
                "featured_image": {
                    "id": 2773,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Elaine-Fleck-Gallery-profile-image.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-05-07T21:41:33.430798Z",
                    "updated_at": "2021-09-14T13:38:18.615660Z",
                    "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": "",
            "publish_status": "published",
            "published_at": "2025-04-24T19:06:42.393226Z",
            "publish_time": null,
            "slug": "colour-choices-new-work-by-gary-ray-rush-jacqueline-veltri-and-kurt-swinghammer",
            "created_at": "2025-04-24T19:06:42.397538Z",
            "updated_at": "2025-04-24T19:06:42.438209Z",
            "summary": "\"COLOUR CHOICES\" New Work by Gary Ray Rush, Jacqueline Veltri and Kurt Swinghammer is an Gallery Shows event starting on 03/05/2025, 12:00 and ending on 24/05/2025, 16:00. Event is in Elaine Fleck Gallery with address 1351 Queen Street West.",
            "title": "\"COLOUR CHOICES\" New Work by Gary Ray Rush, Jacqueline Veltri and Kurt Swinghammer",
            "content": "Come out and experience “Colour Choices” by three seasoned artists that raise the bar on expression through colour.\r\n\r\nOpening Reception Saturday May 3rd, 2-4 PM\r\nDrinks and Bites ~  Live Music \r\nRSVP through the Elaine Fleck Gallery website \r\n\r\nThe iconography of and expression through colour leads down many roads; the emotional, psychological, the spiritual and the sublime. Artists have been observing and experimenting with colour…, well, for as long as there have been artists.",
            "start_time": "2025-05-03T12:00:00.000000Z",
            "end_time": "2025-05-24T16: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": "1351 Queen Street West",
            "city": "",
            "geolocation": "43.6407994,-79.43458780000003",
            "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": [
                18571
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 38431,
            "author": {
                "id": "0a249e62-9212-43f4-8b21-bb0519792482",
                "username": "StephenBulger",
                "slug": "stephenbulger",
                "first_name": "Stephen",
                "last_name": "Bulger Gallery",
                "display_name": "Allison",
                "display_name_full": "Allison",
                "email": "info@bulgergallery.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 36978,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd27e2f8a648486bb0442114078e530d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd27e2f8a648486bb0442114078e530d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bd27e2f8a648486bb0442114078e530d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd27e2f8a648486bb0442114078e530d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd27e2f8a648486bb0442114078e530d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd27e2f8a648486bb0442114078e530d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd27e2f8a648486bb0442114078e530d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd27e2f8a648486bb0442114078e530d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd27e2f8a648486bb0442114078e530d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd27e2f8a648486bb0442114078e530d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2025-05-08T18:52:51.510615Z",
                "updated_at": "2025-05-08T18:52:51.510650Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "0a249e62-9212-43f4-8b21-bb0519792482"
            },
            "venue": {
                "id": 869,
                "name": "Stephen Bulger Gallery Toronto",
                "slug": "stephen-bulger-gallery-toronto",
                "city": "Toronto",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "43.6496209,-79.42763020000001",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2583,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/SBG-Logo-Midnight-Square2.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/SBG-Logo-Midnight-Square2-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-04-29T16:21:09.068176Z",
                    "updated_at": "2021-09-14T13:33:00.611505Z",
                    "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": "",
            "publish_status": "published",
            "published_at": "2025-05-08T18:52:55.529964Z",
            "publish_time": null,
            "slug": "christina-leslie-pinhole-portraits-and-places",
            "created_at": "2025-05-08T18:52:55.533603Z",
            "updated_at": "2025-05-08T18:52:55.565545Z",
            "summary": "Christina Leslie: Pinhole Portraits and Places is an Gallery Shows event starting on 10/05/2025, 11:00 and ending on 05/07/2025, 18:00. Event is in Stephen Bulger Gallery Toronto with address 1356 Dundas Street West.",
            "title": "Christina Leslie: Pinhole Portraits and Places",
            "content": "Stephen Bulger Gallery is pleased to present Pinhole Portraits and Places, our first solo exhibition of work by Christina Leslie (Canadian-Jamaican, b. 1983). Pinhole Portraits and Places brings together several bodies of work produced from including Pinhole Remix (2017–2020), Pinhole Places (2022–2025), and Pinhole Parishes (2023–2025). Pinhole Portraits and Places expands on Leslie’s recurring themes of decolonization, identity, migration, marginalization, and heritage, while combining historical photographic techniques and contemporary methodologies.\r\n\r\nAs a response to the constant and rapid advancements of digital photography, Leslie began exploring historical photographic techniques in 2016. Her desire to reflect on and re-engage with the roots of analog photography, produced a body of work that highlighted early photographic practices, particularly the pinhole camera.",
            "start_time": "2025-05-10T11:00:00.000000Z",
            "end_time": "2025-07-05T18: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": "1356 Dundas Street West",
            "city": "",
            "geolocation": "43.6496209,-79.42763020000001",
            "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": 38427,
            "author": {
                "id": "f6825d96-0331-4115-9f05-2dc26867df88",
                "username": "jd@jdmalat.com",
                "slug": "jdjdmalatcom",
                "first_name": "Jean David",
                "last_name": "Malat",
                "display_name": null,
                "display_name_full": "Jean David Malat",
                "email": "jd@jdmalat.com",
                "telephone": "+44 (0)203 7466 832"
            },
            "price": null,
            "featured_image": {
                "id": 36974,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b88d79bed9054646bf8f0f95651910bc-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b88d79bed9054646bf8f0f95651910bc-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b88d79bed9054646bf8f0f95651910bc.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b88d79bed9054646bf8f0f95651910bc-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b88d79bed9054646bf8f0f95651910bc-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b88d79bed9054646bf8f0f95651910bc-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b88d79bed9054646bf8f0f95651910bc-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b88d79bed9054646bf8f0f95651910bc-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b88d79bed9054646bf8f0f95651910bc-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b88d79bed9054646bf8f0f95651910bc-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2025-05-02T11:33:20.650108Z",
                "updated_at": "2025-05-02T11:33:20.650140Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "f6825d96-0331-4115-9f05-2dc26867df88"
            },
            "venue": {
                "id": 4365,
                "name": "JD Malat Gallery",
                "slug": "jd-malat-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5119137,-0.1478266",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2025-05-02T11:33:24.608058Z",
            "publish_time": null,
            "slug": "time-alone",
            "created_at": "2025-05-02T11:33:24.611605Z",
            "updated_at": "2025-05-13T10:58:20.920620Z",
            "summary": "Time Alone is an Gallery Shows event starting on 14/05/2025, 10:00 and ending on 15/06/2025, 18:00. Event is in JD Malat Gallery with address 30 Davies St, London W1K 4NB, UK.",
            "title": "Time Alone",
            "content": "JD Malat Gallery, London, is delighted to present Time Alone, the debut London solo exhibition by South Korean artist Han Ji Min (b. 1978, Jeollabuk-do), opening this May in the heart of Mayfair. Featuring 15 poignant oil compositions, this exhibition marks a significant milestone in Han's career, introducing London audiences to her serene, introspective world.\r\n\r\nEmploying her soft-edged depictions of figures in tranquil, peaceful environments, Han Ji Min explores the delicate contrasts between the external world and the inner emotional landscape. Through her signature use of near-achromatic hues of gentle greys, blues, pink, Han articulates the quiet tension of contemporary existence. These hues convey both emotional restraint and subtleties of hope, immersing viewers in a constructed space that borders the states of melancholy and tranquillity.",
            "start_time": "2025-05-14T10:00:00.000000Z",
            "end_time": "2025-06-14T18:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "30 Davies St, London W1K 4NB, UK",
            "city": "",
            "geolocation": "51.5119137,-0.1478266",
            "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": 38428,
            "author": {
                "id": "f6825d96-0331-4115-9f05-2dc26867df88",
                "username": "jd@jdmalat.com",
                "slug": "jdjdmalatcom",
                "first_name": "Jean David",
                "last_name": "Malat",
                "display_name": null,
                "display_name_full": "Jean David Malat",
                "email": "jd@jdmalat.com",
                "telephone": "+44 (0)203 7466 832"
            },
            "price": null,
            "featured_image": {
                "id": 36975,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a9019cb866f142a2b88a370a1da02a98-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a9019cb866f142a2b88a370a1da02a98-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a9019cb866f142a2b88a370a1da02a98.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a9019cb866f142a2b88a370a1da02a98-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a9019cb866f142a2b88a370a1da02a98-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a9019cb866f142a2b88a370a1da02a98-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a9019cb866f142a2b88a370a1da02a98-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a9019cb866f142a2b88a370a1da02a98-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a9019cb866f142a2b88a370a1da02a98-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a9019cb866f142a2b88a370a1da02a98-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2025-05-02T11:35:44.277015Z",
                "updated_at": "2025-05-02T11:35:44.277051Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "f6825d96-0331-4115-9f05-2dc26867df88"
            },
            "venue": {
                "id": 4365,
                "name": "JD Malat Gallery",
                "slug": "jd-malat-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5119137,-0.1478266",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2025-05-02T11:35:48.372456Z",
            "publish_time": null,
            "slug": "the-hills-are-not-as-close-as-they-seem",
            "created_at": "2025-05-02T11:35:48.376682Z",
            "updated_at": "2025-05-13T10:58:11.202140Z",
            "summary": "The Hills Are Not as Close as They Seem is an Gallery Shows event starting on 14/05/2025, 10:00 and ending on 15/06/2025, 18:00. Event is in JD Malat Gallery with address 30 Davies St, London W1K 4NB, UK.",
            "title": "The Hills Are Not as Close as They Seem",
            "content": "JD Malat Gallery, London, is delighted to announce The Hills Are Not as Close as They Seem, the first solo exhibition in London by emerging international artist Máté Orr (b. 1985, Budapest). Taking place on the lower-ground floor of the gallery from 14th May to 14th June 2025, this landmark exhibition presents a powerful new series of works that explore human emotion, psychological resilience, and the surreal absurdities of contemporary life.\r\n\r\nOrr’s distinctive practice merges digital precision with traditional oil painting, resulting in dreamlike compositions where human and animal forms inhabit complex, psychologically charged landscapes. Through intricate scenes of quiet confrontation and poetic unease, Orr invites viewers into a world where adversity becomes adventure and vulnerability is met with calm introspection.",
            "start_time": "2025-05-14T10:00:00.000000Z",
            "end_time": "2025-06-14T18:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "30 Davies St, London W1K 4NB, UK",
            "city": "",
            "geolocation": "51.5119137,-0.1478266",
            "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": []
        }
    ]
}