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

{
    "count": 37587,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=7686",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=7650",
    "results": [
        {
            "id": 8073,
            "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": 9027,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8325bf1dda5494ba23ea5b7fd74b41a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8325bf1dda5494ba23ea5b7fd74b41a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e8325bf1dda5494ba23ea5b7fd74b41a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8325bf1dda5494ba23ea5b7fd74b41a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8325bf1dda5494ba23ea5b7fd74b41a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8325bf1dda5494ba23ea5b7fd74b41a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8325bf1dda5494ba23ea5b7fd74b41a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8325bf1dda5494ba23ea5b7fd74b41a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8325bf1dda5494ba23ea5b7fd74b41a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8325bf1dda5494ba23ea5b7fd74b41a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-27T23:02:40.469241Z",
                "updated_at": "2022-03-27T23:02:40.469276Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4695,
                "name": "Württembergischer Kunstverein Stuttgart",
                "slug": "wurttembergischer-kunstverein-stuttgart",
                "city": "Stuttgart",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "48.7792511,9.1809846",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2022-03-27T23:02:42.237738Z",
            "publish_time": null,
            "slug": "wurttembergischer-kunstverein-stuttgart-carrie-mae-weems-the-evidence-of-things-not-seen-2022-04-02",
            "created_at": "2022-03-27T23:02:42.965228Z",
            "updated_at": "2022-03-27T23:02:43.881764Z",
            "summary": "Carrie Mae Weems: The Evidence of Things Not Seen is an Gallery Shows event starting on 02/04/2022, 00:00 and ending on 10/07/2022, 00:00. Event is in Württembergischer Kunstverein Stuttgart with address 2 Schlossplatz.",
            "title": "Carrie Mae Weems: The Evidence of Things Not Seen",
            "content": null,
            "start_time": "2022-04-02T00:00:00.000000Z",
            "end_time": "2022-07-10T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2 Schlossplatz",
            "city": "Stuttgart",
            "geolocation": "52.2629695,10.5271051",
            "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": 8074,
            "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": 9028,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/913ccff04f31482797507f6927d94e11-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/913ccff04f31482797507f6927d94e11-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/913ccff04f31482797507f6927d94e11.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/913ccff04f31482797507f6927d94e11-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/913ccff04f31482797507f6927d94e11-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/913ccff04f31482797507f6927d94e11-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/913ccff04f31482797507f6927d94e11-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/913ccff04f31482797507f6927d94e11-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/913ccff04f31482797507f6927d94e11-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/913ccff04f31482797507f6927d94e11-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-27T23:13:48.975991Z",
                "updated_at": "2022-03-27T23:13:48.976026Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4696,
                "name": "35-36 Thurloe Place SW7-2HP",
                "slug": "35-36-thurloe-place-sw7-2hp",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4950262,-0.1742399",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-03-27T23:13:51.237081Z",
            "publish_time": null,
            "slug": "35-36-thurloe-place-sw7-2hp-shem-fine-art-2022-03-17",
            "created_at": "2022-03-27T23:13:51.958219Z",
            "updated_at": "2022-03-27T23:13:52.405460Z",
            "summary": "SHEM ‘Fine Art’ is an Gallery Shows event starting on 17/03/2022, 01:00 and ending on 30/03/2022, 00:00. Event is in 35-36 Thurloe Place SW7-2HP with address 35-36 Thurloe Place.",
            "title": "SHEM ‘Fine Art’",
            "content": null,
            "start_time": "2022-03-17T01:00:00.000000Z",
            "end_time": "2022-03-30T00: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": "35-36 Thurloe Place",
            "city": "London",
            "geolocation": "51.4961366,-0.170645",
            "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": 8075,
            "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": 9029,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a22733452e8c431799f9de2c3dbd1ebf-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a22733452e8c431799f9de2c3dbd1ebf-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a22733452e8c431799f9de2c3dbd1ebf.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a22733452e8c431799f9de2c3dbd1ebf-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a22733452e8c431799f9de2c3dbd1ebf-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a22733452e8c431799f9de2c3dbd1ebf-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a22733452e8c431799f9de2c3dbd1ebf-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a22733452e8c431799f9de2c3dbd1ebf-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a22733452e8c431799f9de2c3dbd1ebf-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a22733452e8c431799f9de2c3dbd1ebf-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-27T23:13:50.320341Z",
                "updated_at": "2022-03-27T23:13:50.320376Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4696,
                "name": "35-36 Thurloe Place SW7-2HP",
                "slug": "35-36-thurloe-place-sw7-2hp",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4950262,-0.1742399",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-03-27T23:13:54.445037Z",
            "publish_time": null,
            "slug": "35-36-thurloe-place-sw7-2hp-anima-2022-04-21",
            "created_at": "2022-03-27T23:13:55.257093Z",
            "updated_at": "2022-03-27T23:13:55.620211Z",
            "summary": "Anima is an Gallery Shows event starting on 21/04/2022, 00:00 and ending on 05/05/2022, 00:00. Event is in 35-36 Thurloe Place SW7-2HP with address 35-36 Thurloe Place.",
            "title": "Anima",
            "content": null,
            "start_time": "2022-04-21T00:00:00.000000Z",
            "end_time": "2022-05-05T00: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": "35-36 Thurloe Place",
            "city": "London",
            "geolocation": "51.4961366,-0.170645",
            "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": 8076,
            "author": {
                "id": "8081a246-4f79-4b8e-bae9-8332ed850e9d",
                "username": "luisz@tintanosnervos.com",
                "slug": "luisztintanosnervoscom",
                "first_name": "Luis",
                "last_name": "Azeredo",
                "display_name": null,
                "display_name_full": "Luis Azeredo",
                "email": "luisz@tintanosnervos.com",
                "telephone": "+351 213951179"
            },
            "price": null,
            "featured_image": {
                "id": 9030,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cb4561f9f1b4661b46e4f60cdb7d7de-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cb4561f9f1b4661b46e4f60cdb7d7de-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6cb4561f9f1b4661b46e4f60cdb7d7de.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cb4561f9f1b4661b46e4f60cdb7d7de-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cb4561f9f1b4661b46e4f60cdb7d7de-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cb4561f9f1b4661b46e4f60cdb7d7de-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cb4561f9f1b4661b46e4f60cdb7d7de-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cb4561f9f1b4661b46e4f60cdb7d7de-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cb4561f9f1b4661b46e4f60cdb7d7de-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cb4561f9f1b4661b46e4f60cdb7d7de-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-29T12:27:49.386592Z",
                "updated_at": "2022-03-29T12:27:49.386626Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "8081a246-4f79-4b8e-bae9-8332ed850e9d"
            },
            "venue": {
                "id": 4671,
                "name": "Tinta nos Nervos",
                "slug": "tinta-nos-nervos",
                "city": "Lisboa",
                "country": {
                    "code": "PT",
                    "name": "Portugal"
                },
                "geolocation": "38.7148598,-9.1505419",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3741,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4f3f8471e0974b1db969e7220957fef0-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4f3f8471e0974b1db969e7220957fef0-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4f3f8471e0974b1db969e7220957fef0-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/4f3f8471e0974b1db969e7220957fef0.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4f3f8471e0974b1db969e7220957fef0-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4f3f8471e0974b1db969e7220957fef0-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4f3f8471e0974b1db969e7220957fef0-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4f3f8471e0974b1db969e7220957fef0-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-03-26T12:51:00.940168Z",
                    "updated_at": "2022-03-26T12:51:00.940216Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "8081a246-4f79-4b8e-bae9-8332ed850e9d"
                },
                "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": null,
            "publish_time": null,
            "slug": "intrusions-aube-breton-elleouet",
            "created_at": "2022-03-29T12:27:55.008929Z",
            "updated_at": "2022-03-29T12:28:09.765936Z",
            "summary": "Intrusions - AUBE  BRETON  ELLËOUÊT is an Gallery Shows event starting on 02/04/2022, 11:00 and ending on 28/05/2022, 18:00. Event is in Tinta nos Nervos with address R. da Palmeira 43, 1200-098 Lisboa, Portugal.",
            "title": "Intrusions - AUBE  BRETON  ELLËOUÊT",
            "content": "Since the 1970s, Aube Breton Elléouët has been making collages with postcards, playing cards, images from books and magazines that she finds at garage sales and second-hand bookstores.\r\nThe works chosen for this exhibition speak to us with pertinence\r\nwith a sense of humor but pertinently, of life, our place within the universe, nature, as well as of the feminine and - profoundly yet in a very genuine way - love and human relations.\r\nThe title 'Intrusion' describes the artist's gaze through a discourse that results from an attentive crisscross of all the references that have served her, from a landscape to the skies or a path, which have thread through her life.",
            "start_time": "2022-04-02T11:00:00.000000Z",
            "end_time": "2022-05-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": "R. da Palmeira 43, 1200-098 Lisboa, Portugal",
            "city": "",
            "geolocation": "38.7148598,-9.1505419",
            "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": 8077,
            "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": 9031,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/34cf1eb243b8497ea4db1c3bcb5e762b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/34cf1eb243b8497ea4db1c3bcb5e762b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/34cf1eb243b8497ea4db1c3bcb5e762b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/34cf1eb243b8497ea4db1c3bcb5e762b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/34cf1eb243b8497ea4db1c3bcb5e762b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/34cf1eb243b8497ea4db1c3bcb5e762b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/34cf1eb243b8497ea4db1c3bcb5e762b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/34cf1eb243b8497ea4db1c3bcb5e762b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/34cf1eb243b8497ea4db1c3bcb5e762b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/34cf1eb243b8497ea4db1c3bcb5e762b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-30T16:14:29.885049Z",
                "updated_at": "2022-03-30T16:14:29.885086Z",
                "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": null,
            "publish_time": null,
            "slug": "california-cool-by-ed-moses",
            "created_at": "2022-03-30T16:14:37.964536Z",
            "updated_at": "2022-04-12T13:18:23.344676Z",
            "summary": "California Cool by Ed Moses is an Gallery Shows event starting on 13/04/2022, 10:00 and ending on 07/05/2022, 10:00. Event is in JD Malat Gallery with address 30 Davies St, London W1K 4NB, UK.",
            "title": "California Cool: Ed Moses",
            "content": "JD Malat Gallery is delighted to introduce the solo exhibition California Cool by Ed Moses, open from 13 April to 7 May, 2022. The exhibition will feature new, unseen works by the legendary late artist. As a central figure in the LA art scene, and where he was based until his death, Moses is thought to be one of the most experimental and prolific painters to have come out of the West Coast following the Post-War years. \r\nCalifornia Cool includes 19 new works, displaying Moses’ signature style of wide, impactful brushstrokes and evocative gridwork. His style presents his personalized West Coast aesthetic and his expansion on the endless possibilities of abstraction. Showcasing paintings made until just two weeks before Moses’ death at age 91, California Cool gives us a glimpse into Moses’ mature period that will be regarded as his final oeuvre.",
            "start_time": "2022-04-13T10:00:00.000000Z",
            "end_time": "2022-05-07T10: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": [
                4726
            ],
            "artworks": [
                90911,
                90912,
                90913,
                90915,
                90916,
                90917,
                90918,
                90919,
                90920,
                90921,
                90922
            ],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 8079,
            "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": 9033,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f977af1813ec4c16b302596c382b39d2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f977af1813ec4c16b302596c382b39d2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f977af1813ec4c16b302596c382b39d2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f977af1813ec4c16b302596c382b39d2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f977af1813ec4c16b302596c382b39d2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f977af1813ec4c16b302596c382b39d2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f977af1813ec4c16b302596c382b39d2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f977af1813ec4c16b302596c382b39d2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f977af1813ec4c16b302596c382b39d2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f977af1813ec4c16b302596c382b39d2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-02T20:45:23.403865Z",
                "updated_at": "2022-04-02T20:45:23.403899Z",
                "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": 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": "2022-04-02T20:45:27.952141Z",
            "publish_time": null,
            "slug": "true-stories-group-show",
            "created_at": "2022-04-02T20:45:27.956046Z",
            "updated_at": "2022-04-02T20:45:27.997215Z",
            "summary": "\"TRUE STORIES\" Group Show is an Gallery Shows event starting on 09/04/2022, 16:00 and ending on 27/05/2022, 18:00. Event is in The Untitled Space with address 45 LISPENARD ST, New York, NY 10013.",
            "title": "\"TRUE STORIES\" Group Show",
            "content": "The Untitled Space is pleased to present “TRUE STORIES” group show opening on April 9th and on view through May 27th, 2022. Curated by Indira Cesarine, the exhibition features over 30 contemporary artists whose work addresses storytelling through narrative painting, drawing, or portraiture. \r\n\r\nExhibiting Artists: Annie Brito Hodgin, Annika Connor, Bartosz Beda, Boris Torres, Bria Fernandes, Danielle Muzina, Eva Redamonti, Faustine Badrichani, Gabriel Zea, Grace Graupe Pillard, Hannah Duggan, Ian Clyde, Indira Cesarine, Jared Freschman, Katie Commodore, Ken Mar, Kerry Lessard, Kestin Selwyn Cornwall, Kristin O'Connor, Louise Campion, Meegan Barnes, Mel Reese, Michael Hubbard, Michele Brody, Rebecca Bird, Robin Tewes, Siobhan McBride, Sophia Oshodin, Tabitha-ann Whitley, Tracy Brown, and Watson Mere.",
            "start_time": "2022-04-09T16:00:00.000000Z",
            "end_time": "2022-05-27T18: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",
            "city": "",
            "geolocation": "40.71976739999999,-74.00311599999998",
            "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": 8081,
            "author": {
                "id": "365a9b01-9a24-4787-b4c4-8b89b57364c7",
                "username": "ElenaMartinique",
                "slug": "elenamartinique",
                "first_name": "Jelena",
                "last_name": "Martinović",
                "display_name": "Jelena Martinović",
                "display_name_full": "Jelena Martinović",
                "email": "jelena.martinovic@gmail.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 9035,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0513387afbf4d7e9dc4d11ed7985f64-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0513387afbf4d7e9dc4d11ed7985f64-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a0513387afbf4d7e9dc4d11ed7985f64.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0513387afbf4d7e9dc4d11ed7985f64-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0513387afbf4d7e9dc4d11ed7985f64-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0513387afbf4d7e9dc4d11ed7985f64-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0513387afbf4d7e9dc4d11ed7985f64-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0513387afbf4d7e9dc4d11ed7985f64-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0513387afbf4d7e9dc4d11ed7985f64-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0513387afbf4d7e9dc4d11ed7985f64-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-04T16:51:45.861680Z",
                "updated_at": "2022-04-04T16:51:45.861709Z",
                "is_converted_to_webp": true,
                "caption": "",
                "alt_text": "art brussels",
                "description": "",
                "uploaded_by": "365a9b01-9a24-4787-b4c4-8b89b57364c7"
            },
            "venue": {
                "id": 2793,
                "name": "Tour and Taxis",
                "slug": "tour-and-taxis",
                "city": "Brussels",
                "country": {
                    "code": "BE",
                    "name": "Belgium"
                },
                "geolocation": "50.8653916,4.350422999999978",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 3,
                "image": null,
                "slug": "art-fairs",
                "created_at": "2020-06-02T15:33:40.534223Z",
                "updated_at": "2021-03-29T12:18:45.718972Z",
                "name": "Art Fairs",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "BE",
            "publish_status": "published",
            "published_at": "2022-04-04T16:52:52.999217Z",
            "publish_time": null,
            "slug": "art-brussels-2022",
            "created_at": "2022-04-04T16:52:53.001072Z",
            "updated_at": "2022-04-04T16:52:53.001090Z",
            "summary": "Art Brussels 2022 will take place at Tour & Taxis venue in Brussels from April 28th until May 1st, 2022.",
            "title": "Art Brussels 2022",
            "content": "<p><span style=\"text-align: justify;\">One of Europe's most original and established art fairs, Art Brussels, returns for its 38th edition. Taking place between&nbsp;</span><span style=\"text-align: justify;\">April 28th until May 1st, 2022</span><span style=\"text-align: justify;\">,&nbsp;</span><span style=\"text-rendering: optimizelegibility; -webkit-tap-highlight-color: transparent; text-align: justify;\"><b>Art Brussels 2022</b></span><span style=\"text-align: justify;\">&nbsp;brings a strong international and local line up and a unique mix of established and emerging artists with SOLO gallery presentations.&nbsp;</span><span style=\"text-align: justify;\">The selection of exhibitors for the 38th edition includes&nbsp;</span><span style=\"text-rendering: optimizelegibility; -webkit-tap-highlight-color: transparent; text-align: justify;\">157 galleries</span><span style=\"text-align: justify;\">&nbsp;spread across several sections</span><span style=\"text-align: justify;\">, including 103 in PRIME, 41 in DISCOVERY, 7 in REDISCOVERY, 7 in INVITED, as well as 32 presentations in the fair's SOLO sub-section.</span></p>",
            "start_time": "2022-04-28T00:00:00.000000Z",
            "end_time": "2022-05-01T00:00:00.000000Z",
            "is_all_day_event": true,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": true,
            "is_paid_art_fair": false,
            "address": "Avenue du Port 86C, 1000 Bruxelles, Belgium",
            "city": "Brussels",
            "geolocation": "50.8653916,4.350422999999978",
            "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": "https://www.artbrussels.com/en/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                24321
            ],
            "additional_images": []
        },
        {
            "id": 8082,
            "author": {
                "id": "365a9b01-9a24-4787-b4c4-8b89b57364c7",
                "username": "ElenaMartinique",
                "slug": "elenamartinique",
                "first_name": "Jelena",
                "last_name": "Martinović",
                "display_name": "Jelena Martinović",
                "display_name_full": "Jelena Martinović",
                "email": "jelena.martinovic@gmail.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 9036,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/85b3c7d4447744b18a3af6d890d7c3f0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/85b3c7d4447744b18a3af6d890d7c3f0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/85b3c7d4447744b18a3af6d890d7c3f0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/85b3c7d4447744b18a3af6d890d7c3f0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/85b3c7d4447744b18a3af6d890d7c3f0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/85b3c7d4447744b18a3af6d890d7c3f0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/85b3c7d4447744b18a3af6d890d7c3f0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/85b3c7d4447744b18a3af6d890d7c3f0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/85b3c7d4447744b18a3af6d890d7c3f0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/85b3c7d4447744b18a3af6d890d7c3f0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-04T17:06:30.759007Z",
                "updated_at": "2022-04-04T17:06:30.759036Z",
                "is_converted_to_webp": true,
                "caption": "",
                "alt_text": "future fair",
                "description": "",
                "uploaded_by": "365a9b01-9a24-4787-b4c4-8b89b57364c7"
            },
            "venue": null,
            "category": {
                "id": 3,
                "image": null,
                "slug": "art-fairs",
                "created_at": "2020-06-02T15:33:40.534223Z",
                "updated_at": "2021-03-29T12:18:45.718972Z",
                "name": "Art Fairs",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-04-04T17:12:43.155849Z",
            "publish_time": null,
            "slug": "future-fair-2022",
            "created_at": "2022-04-04T17:12:43.157668Z",
            "updated_at": "2022-04-04T17:12:43.157686Z",
            "summary": "The Future Fair 2022 will take place at Chelsea Industrial in New York City from May 5th until May 7th, 2022.",
            "title": "Future Fair 2022",
            "content": "<p><span style=\"text-align: justify;\">Following the success of the first edition of the Future Fair in New York City, the second annual in-person edition has been announced, with expanded programming and a new location. Instead of the Starrett-Lehigh Building, which hosted the first edition in September 2021,&nbsp;</span><span style=\"text-rendering: optimizelegibility; -webkit-tap-highlight-color: transparent; text-align: justify;\">Future Fair 2022</span><span style=\"text-align: justify;\">&nbsp;shifts to BLACE's 22,000 square foot Chelsea Industrial building. Taking place </span><span style=\"text-rendering: optimizelegibility; -webkit-tap-highlight-color: transparent; text-align: justify;\">from May 5th until May 7th, 2022, t</span><span style=\"text-align: justify;\">he fair welcomes&nbsp;</span><span style=\"text-rendering: optimizelegibility; -webkit-tap-highlight-color: transparent; text-align: justify;\">50 exhibitors</span><span style=\"text-align: justify;\">&nbsp;for its second edition, a 50% growth from last year's edition. More than 50% of the exhibitors are women-owned and operated galleries, with more than 25% BIPOC-owned, more than 35% internationally based, and 35% returning galleries.</span></p>",
            "start_time": "2022-05-05T00:00:00.000000Z",
            "end_time": "2022-05-07T00:00:00.000000Z",
            "is_all_day_event": true,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": true,
            "is_paid_art_fair": false,
            "address": "535-549 W 28th St, New York, NY, USA",
            "city": "New York",
            "geolocation": "40.751738,-74.00358779999999",
            "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": "https://futurefairs.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                24345
            ],
            "additional_images": []
        },
        {
            "id": 8083,
            "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": 0.0,
            "featured_image": {
                "id": 9037,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18e4060363b140d0929e8528ab179b33-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18e4060363b140d0929e8528ab179b33-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/18e4060363b140d0929e8528ab179b33.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18e4060363b140d0929e8528ab179b33-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18e4060363b140d0929e8528ab179b33-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18e4060363b140d0929e8528ab179b33-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18e4060363b140d0929e8528ab179b33-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18e4060363b140d0929e8528ab179b33-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18e4060363b140d0929e8528ab179b33-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/18e4060363b140d0929e8528ab179b33-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-05T10:20:32.818298Z",
                "updated_at": "2022-04-05T10:20:32.818333Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 1666,
                "name": "Phillips New York",
                "slug": "phillips-de-pury-luxembourg-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7614676,-73.97120669999998",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2157,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/phillips_new_york.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/phillips_new_york-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T14:35:12.273609Z",
                    "updated_at": "2021-09-14T13:23:38.274541Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "phillips_new_york",
                    "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": "",
            "publish_status": "published",
            "published_at": "2022-05-28T15:56:14.821250Z",
            "publish_time": null,
            "slug": "phillips-new-york-editions-works-on-paper-2022-04-19",
            "created_at": "2022-04-05T10:20:37.163681Z",
            "updated_at": "2022-05-28T15:56:15.614528Z",
            "summary": "",
            "title": "Editions & Works on Paper",
            "content": "",
            "start_time": "2022-04-19T15:00:00.000000Z",
            "end_time": "2022-04-21T08:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": true,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": null,
            "city": null,
            "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": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 8085,
            "author": {
                "id": "ab9c9b30-cb62-4ec0-af0c-62fd20643371",
                "username": "GazelliArtHouse",
                "slug": "gazelliarthouse",
                "first_name": "Gazelli",
                "last_name": "Art House",
                "display_name": "Gazelli ArtHouse",
                "display_name_full": "Gazelli ArtHouse",
                "email": "intern@gazelliarthouse.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 9039,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8046e3262a7b478da8a4454aa58289a1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8046e3262a7b478da8a4454aa58289a1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8046e3262a7b478da8a4454aa58289a1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8046e3262a7b478da8a4454aa58289a1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8046e3262a7b478da8a4454aa58289a1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8046e3262a7b478da8a4454aa58289a1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8046e3262a7b478da8a4454aa58289a1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8046e3262a7b478da8a4454aa58289a1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8046e3262a7b478da8a4454aa58289a1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8046e3262a7b478da8a4454aa58289a1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-11T16:16:32.895675Z",
                "updated_at": "2022-04-11T16:16:32.895713Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "ab9c9b30-cb62-4ec0-af0c-62fd20643371"
            },
            "venue": {
                "id": 1895,
                "name": "GAZELLI ART HOUSE",
                "slug": "gazelli-art-house",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5083853,-0.14220960000000105",
                "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": "2022-04-11T16:16:37.660198Z",
            "publish_time": null,
            "slug": "perle-fine-a-retrospective",
            "created_at": "2022-04-11T16:16:37.663683Z",
            "updated_at": "2022-04-11T16:16:37.710145Z",
            "summary": "Perle Fine : A Retrospective is an Gallery Shows event starting on 19/05/2022, 18:00 and ending on 19/05/2022, 20:00. Event is in GAZELLI ART HOUSE with address 39 DOVER STREET.",
            "title": "Perle Fine : A Retrospective",
            "content": "Gazelli Art House is proud to announce the first UK retrospective exhibition spanning the career of pioneering artist Perle Fine (1905-1988).\r\n\r\nAbout this event\r\n\r\nRepresented by the gallery, this will be Perle Fine’s (1905-1988) second exhibition with Gazelli Art House – and will encompass a range of historic works starting from the early 1940s to the late 1980s. The first show in the gallery that exhibited Fine’s work and introduced the artist to new audiences was the 9th St. Club group show in 2020, which showcased works by the iconic ‘Ninth Street Women’ – including Fine, Elaine de Kooning and Lee Krasner among others. Standing amongst her peers of the time, such as Helen Frankenthaler and Joan Mitchell, Fine made a name for herself in the emerging 1950s abstract art movement in America.\r\n\r\nThroughout her fifty-year career, Fine was uncompromising in her ideals and vehemently trusted her artistic instincts; with this aesthetic confidence, the abstract artist was able to step beyond the",
            "start_time": "2022-05-19T18:00:00.000000Z",
            "end_time": "2022-05-19T20: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": "39 DOVER STREET",
            "city": "",
            "geolocation": "51.5083853,-0.14220960000000105",
            "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": [
                12409
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 8086,
            "author": {
                "id": "ab9c9b30-cb62-4ec0-af0c-62fd20643371",
                "username": "GazelliArtHouse",
                "slug": "gazelliarthouse",
                "first_name": "Gazelli",
                "last_name": "Art House",
                "display_name": "Gazelli ArtHouse",
                "display_name_full": "Gazelli ArtHouse",
                "email": "intern@gazelliarthouse.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 9040,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a533c3a0d52432aa4f442045bdb2936-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a533c3a0d52432aa4f442045bdb2936-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1a533c3a0d52432aa4f442045bdb2936.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a533c3a0d52432aa4f442045bdb2936-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a533c3a0d52432aa4f442045bdb2936-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a533c3a0d52432aa4f442045bdb2936-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a533c3a0d52432aa4f442045bdb2936-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a533c3a0d52432aa4f442045bdb2936-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a533c3a0d52432aa4f442045bdb2936-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a533c3a0d52432aa4f442045bdb2936-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-11T16:19:57.365981Z",
                "updated_at": "2022-04-11T16:19:57.366016Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "ab9c9b30-cb62-4ec0-af0c-62fd20643371"
            },
            "venue": {
                "id": 1895,
                "name": "GAZELLI ART HOUSE",
                "slug": "gazelli-art-house",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5083853,-0.14220960000000105",
                "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": "2022-04-11T16:20:02.688581Z",
            "publish_time": null,
            "slug": "brendan-dawes-moments-spent-with-others",
            "created_at": "2022-04-11T16:20:02.692127Z",
            "updated_at": "2022-04-11T16:20:02.734730Z",
            "summary": "Brendan Dawes: Moments Spent with Others is an Gallery Shows event starting on 17/05/2022, 18:00 and ending on 17/05/2022, 20:00. Event is in GAZELLI ART HOUSE with address 39 DOVER STREET.",
            "title": "Brendan Dawes: Moments Spent with Others",
            "content": "GAZELL.iO is pleased to present the inaugural solo show by its represented artist Brendan Dawes in the exhibition Moments Spent with Others.\r\n\r\nAbout this event\r\n\r\nThe exhibition, Moments Spent with Others, explores the beauty behind moments that may initially seem insignificant and how the concept of time and space is connected to the captivating feeling of interacting with others.\r\n\r\nMoments Spent with Others consists of algorithmic visuals derived from mundane moments that somehow stick to one's memory. After the recent lockdown period, human interaction became more precious as we grew used to detaching ourselves from other people. From personal yet universally relatable moments like sitting on a park bench in Soho, New York, whilst eating a slice of pizza, to people-watching in a bustling hub, Dawes embraces these moments by recreating them into datasets algorithms and data visualisations. Brendan draws much of his inspiration from popular culture and nature, often revolving his work aro",
            "start_time": "2022-05-17T18:00:00.000000Z",
            "end_time": "2022-05-17T20: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": "39 DOVER STREET",
            "city": "",
            "geolocation": "51.5083853,-0.14220960000000105",
            "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": 8087,
            "author": {
                "id": "cc170560-b36f-44ca-957e-86e9701ea3f5",
                "username": "Cell63artplatform",
                "slug": "cell63artplatform",
                "first_name": "Luisa",
                "last_name": "Catucci Gallery",
                "display_name": "Luisa Catucci",
                "display_name_full": "Luisa Catucci",
                "email": "info@luisacatucci.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 9041,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0fa0a967875b4230beefb2c0256c13cf-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0fa0a967875b4230beefb2c0256c13cf-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0fa0a967875b4230beefb2c0256c13cf.png",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0fa0a967875b4230beefb2c0256c13cf-crop-c0-5__0-5-270x152.png",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0fa0a967875b4230beefb2c0256c13cf-crop-c0-5__0-5-555x312.png",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0fa0a967875b4230beefb2c0256c13cf-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0fa0a967875b4230beefb2c0256c13cf-crop-c0-5__0-5-524x294.png",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0fa0a967875b4230beefb2c0256c13cf-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0fa0a967875b4230beefb2c0256c13cf-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0fa0a967875b4230beefb2c0256c13cf-crop-c0-5__0-5-179x179.png"
                },
                "created_at": "2022-04-13T11:13:44.051426Z",
                "updated_at": "2022-04-13T11:13:44.051465Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "cc170560-b36f-44ca-957e-86e9701ea3f5"
            },
            "venue": {
                "id": 2986,
                "name": "Luisa Catucci Gallery",
                "slug": "luisa-catucci-gallery-2",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.53342199999999,13.3982782",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4827,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/8fc92a6cf3274f6b81c67b84d819ef01-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/8fc92a6cf3274f6b81c67b84d819ef01-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/8fc92a6cf3274f6b81c67b84d819ef01-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/8fc92a6cf3274f6b81c67b84d819ef01.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/8fc92a6cf3274f6b81c67b84d819ef01-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/8fc92a6cf3274f6b81c67b84d819ef01-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/8fc92a6cf3274f6b81c67b84d819ef01-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/8fc92a6cf3274f6b81c67b84d819ef01-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2024-04-11T12:58:03.736316Z",
                    "updated_at": "2024-04-11T12:58:03.736375Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "cc170560-b36f-44ca-957e-86e9701ea3f5"
                },
                "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": "2022-04-13T11:13:48.515592Z",
            "publish_time": null,
            "slug": "lost-millennials",
            "created_at": "2022-04-13T11:13:48.528326Z",
            "updated_at": "2022-04-13T11:13:48.651584Z",
            "summary": "LOST MILLENNIALS is an Gallery Shows event starting on 06/05/2022, 11:00 and ending on 25/06/2022, 18:00. Event is in Luisa Catucci Gallery with address Allerstr 38.",
            "title": "LOST MILLENNIALS",
            "content": "The exhibition LOST MILLENNIALS presents a dialog between British artist William Grob, and French artist Valère Mougeot, both part of the Millennials Generation, also known as Generation Y.\r\nThe show takes the title from the series of paintings that William Grob started during the pandemic, when for the first time he - like most people of his whole generation - experienced the time going on a less speedy rhythm, allowing him to catch up with his thoughts and reflections on life, identity, and circumstances. The same happened to Valère Mougeot, that took advantage of the forced stop to ponder on his situation and ended up deciding to quit his secure job as a graphic designer to plunge into a full-time investigation of reality through his artistic practice. \r\n\r\nMillennials are facing a rough time figuring out their position, being lost, and confused by the schizophrenic-bipolar claims of modern society. They are required at the same time to be ecological, though compulsive consumers, to be",
            "start_time": "2022-05-06T11:00:00.000000Z",
            "end_time": "2022-06-25T18: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": "Allerstr 38",
            "city": "",
            "geolocation": "52.4747742,13.424074000000019",
            "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": 8088,
            "author": {
                "id": "bf1fddb9-b06a-4b48-ba23-cb9cffac0197",
                "username": "it@roma-gallery.com",
                "slug": "itroma-gallerycom",
                "first_name": "Iridanos",
                "last_name": "Tsirigkoulis",
                "display_name": null,
                "display_name_full": "Iridanos Tsirigkoulis",
                "email": "it@roma-gallery.com",
                "telephone": "+30 21 3035 8344"
            },
            "price": null,
            "featured_image": {
                "id": 9042,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08a71631a9884e749c7fb7c5923c6cfc-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08a71631a9884e749c7fb7c5923c6cfc-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/08a71631a9884e749c7fb7c5923c6cfc.png",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08a71631a9884e749c7fb7c5923c6cfc-crop-c0-5__0-5-270x152.png",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08a71631a9884e749c7fb7c5923c6cfc-crop-c0-5__0-5-555x312.png",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08a71631a9884e749c7fb7c5923c6cfc-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08a71631a9884e749c7fb7c5923c6cfc-crop-c0-5__0-5-524x294.png",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08a71631a9884e749c7fb7c5923c6cfc-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08a71631a9884e749c7fb7c5923c6cfc-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08a71631a9884e749c7fb7c5923c6cfc-crop-c0-5__0-5-179x179.png"
                },
                "created_at": "2022-04-13T11:21:43.795825Z",
                "updated_at": "2022-04-13T11:21:43.795860Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "bf1fddb9-b06a-4b48-ba23-cb9cffac0197"
            },
            "venue": {
                "id": 3105,
                "name": "Roma Gallery",
                "slug": "roma-gallery",
                "city": "Athens",
                "country": {
                    "code": "GR",
                    "name": "Greece"
                },
                "geolocation": "37.97858069999999,23.7388047",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2990,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-crop-c0-5__0-5-558x279.png",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-crop-c0-5__0-5-265x149.png",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/tygb.png",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-crop-c0-5__0-5-760x499.png",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-09-01T13:46:42.509568Z",
                    "updated_at": "2021-09-14T13:43:38.754967Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "bf1fddb9-b06a-4b48-ba23-cb9cffac0197"
                },
                "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": "2022-04-13T11:21:48.570025Z",
            "publish_time": null,
            "slug": "dennis-oppenheim-works-19811989-towards-a-prophetic-sculpture",
            "created_at": "2022-04-13T11:21:48.574478Z",
            "updated_at": "2022-04-13T11:21:48.623899Z",
            "summary": "“Dennis Oppenheim – Works 1981–1989: Towards a Prophetic Sculpture” is an Gallery Shows event starting on 05/05/2022, 17:00 and ending on 04/06/2022, 20:00. Event is in ROMA GALLERY with address Roma  5.",
            "title": "“Dennis Oppenheim – Works 1981–1989: Towards a Prophetic Sculpture”",
            "content": "Dennis Oppenheim in Athens\r\n \r\nRoma Gallery presents 11 large-scale wall-mounted artworks by the great American artist, from 5 May to 4 June 2022, in an exhibition curated by Dimitris Trikas.\r\nA towering figure in American conceptual art and beyond, Dennis Oppenheim was born in 1938 in Electric City, Washington. From 1966 until his death in 2011, he lived and worked in New York. During these four decades, Dennis Oppenheim’s art enlisted all available techniques and existing art forms – from writing, performance, video and photography to drawing, sculpture and installation. \r\nOppenheim’s fascinating journey began with body art and land art in the epic mid-Sixties, arriving at a sarcastic and subversive commentary on contemporary life in the Eighties and Nineties, using toys – symbols of childhood innocence – and utilitarian objects that take on a new meaning in his hands. They build a soaring palace of subtle – and therefore all the more frightening – menace, which effectively undermines th",
            "start_time": "2022-05-05T17:00:00.000000Z",
            "end_time": "2022-06-04T20: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": "Roma  5",
            "city": "",
            "geolocation": "37.97858069999999,23.7388047",
            "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": 8089,
            "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": 9046,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/203f68e1b3444bb38dbaf6d9a0a63789-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/203f68e1b3444bb38dbaf6d9a0a63789-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/203f68e1b3444bb38dbaf6d9a0a63789.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/203f68e1b3444bb38dbaf6d9a0a63789-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/203f68e1b3444bb38dbaf6d9a0a63789-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/203f68e1b3444bb38dbaf6d9a0a63789-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/203f68e1b3444bb38dbaf6d9a0a63789-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/203f68e1b3444bb38dbaf6d9a0a63789-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/203f68e1b3444bb38dbaf6d9a0a63789-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/203f68e1b3444bb38dbaf6d9a0a63789-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-13T19:05:11.815586Z",
                "updated_at": "2022-04-13T19:05:11.815623Z",
                "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": "2022-04-13T17:33:13.764843Z",
            "publish_time": null,
            "slug": "jeff-thomas-where-are-you-from",
            "created_at": "2022-04-13T17:33:13.768699Z",
            "updated_at": "2022-04-22T21:43:39.089961Z",
            "summary": "Jeff Thomas | \"Where Are You From?\" is an Gallery Shows event starting on 30/04/2022, 11:00 and ending on 30/06/2022, 18:00. Event is in Stephen Bulger Gallery Toronto with address 1356 Dundas Street West.",
            "title": "Jeff Thomas | Where Are You From?",
            "content": "During CONTACT, Toronto's annual photography festival, the gallery is pleased to present “Where Are You From?”, our third solo exhibition with urban-Iroquois curator and photographer Jeff Thomas.",
            "start_time": "2022-04-30T11:00:00.000000Z",
            "end_time": "2022-06-30T18:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "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": [
                5199
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 8090,
            "author": {
                "id": "33a2914e-6c8c-4fc1-866a-2ed90d2b30e8",
                "username": "mail@pentimenti.com",
                "slug": "mailpentimenticom",
                "first_name": "Christine",
                "last_name": "Pfister",
                "display_name": null,
                "display_name_full": "Christine Pfister",
                "email": "mail@pentimenti.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 9044,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d833513c2e749909d825a1cb665ca18-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d833513c2e749909d825a1cb665ca18-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7d833513c2e749909d825a1cb665ca18.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d833513c2e749909d825a1cb665ca18-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d833513c2e749909d825a1cb665ca18-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d833513c2e749909d825a1cb665ca18-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d833513c2e749909d825a1cb665ca18-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d833513c2e749909d825a1cb665ca18-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d833513c2e749909d825a1cb665ca18-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7d833513c2e749909d825a1cb665ca18-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-13T18:32:42.079421Z",
                "updated_at": "2022-04-13T18:32:42.079459Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "33a2914e-6c8c-4fc1-866a-2ed90d2b30e8"
            },
            "venue": {
                "id": 3145,
                "name": "Pentimenti Gallery",
                "slug": "pentimenti-gallery",
                "city": "Philadelphia",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.9531532,-75.1426579",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4193,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4faec4cf7c044b0fb74ee3c3a5be8fe1-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4faec4cf7c044b0fb74ee3c3a5be8fe1-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4faec4cf7c044b0fb74ee3c3a5be8fe1-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/4faec4cf7c044b0fb74ee3c3a5be8fe1.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4faec4cf7c044b0fb74ee3c3a5be8fe1-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4faec4cf7c044b0fb74ee3c3a5be8fe1-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4faec4cf7c044b0fb74ee3c3a5be8fe1-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4faec4cf7c044b0fb74ee3c3a5be8fe1-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2023-02-20T17:11:54.494217Z",
                    "updated_at": "2023-02-27T17:36:44.689066Z",
                    "is_converted_to_webp": true,
                    "caption": "",
                    "alt_text": null,
                    "description": "",
                    "uploaded_by": "2c83a774-5ea2-4702-9e29-ffb9740dbb2a"
                },
                "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": "2022-04-13T18:32:46.691235Z",
            "publish_time": null,
            "slug": "donald-martiny-gesture-as-object",
            "created_at": "2022-04-13T18:32:46.695102Z",
            "updated_at": "2022-04-13T18:32:46.741943Z",
            "summary": "DONALD MARTINY | gesture as object is an Gallery Shows event starting on 29/04/2022, 10:00 and ending on 11/06/2022, 17:00. Event is in Pentimenti Gallery with address 145 North 2nd Street.",
            "title": "DONALD MARTINY | gesture as object",
            "content": "APRIL 29 - JUNE 11, 2022\r\n  \r\nDONALD MARTINY\r\ngesture as object\r\n \r\nMEET THE ARTIST\r\nFriday, April 29 | 5 PM - 7:30 PM \r\n\r\nPentimenti Gallery is thrilled to host a solo exhibition of the work of Donald Martiny.\r\n\r\nKnown for his large-scale paintings that call to mind giant brushstrokes, Donald Martiny isolates and re-contextualizes the movement and materiality of mark-making. In gesture as object, Martiny presents work that plainly and decisively describes the specific motion at the core of its creation. As well, the works activate the wall as a potential canvas, and enter into a dynamic repartee with the viewer.",
            "start_time": "2022-04-29T10:00:00.000000Z",
            "end_time": "2022-06-11T17: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": "145 North 2nd Street",
            "city": "",
            "geolocation": "39.9531532,-75.1426579",
            "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": 8091,
            "author": {
                "id": "33a2914e-6c8c-4fc1-866a-2ed90d2b30e8",
                "username": "mail@pentimenti.com",
                "slug": "mailpentimenticom",
                "first_name": "Christine",
                "last_name": "Pfister",
                "display_name": null,
                "display_name_full": "Christine Pfister",
                "email": "mail@pentimenti.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 9045,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e97c4421508148d997b0907fa94e655d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e97c4421508148d997b0907fa94e655d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e97c4421508148d997b0907fa94e655d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e97c4421508148d997b0907fa94e655d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e97c4421508148d997b0907fa94e655d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e97c4421508148d997b0907fa94e655d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e97c4421508148d997b0907fa94e655d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e97c4421508148d997b0907fa94e655d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e97c4421508148d997b0907fa94e655d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e97c4421508148d997b0907fa94e655d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-13T18:45:14.378456Z",
                "updated_at": "2022-04-13T18:45:14.378495Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "33a2914e-6c8c-4fc1-866a-2ed90d2b30e8"
            },
            "venue": {
                "id": 3145,
                "name": "Pentimenti Gallery",
                "slug": "pentimenti-gallery",
                "city": "Philadelphia",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.9531532,-75.1426579",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4193,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4faec4cf7c044b0fb74ee3c3a5be8fe1-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4faec4cf7c044b0fb74ee3c3a5be8fe1-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4faec4cf7c044b0fb74ee3c3a5be8fe1-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/4faec4cf7c044b0fb74ee3c3a5be8fe1.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4faec4cf7c044b0fb74ee3c3a5be8fe1-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4faec4cf7c044b0fb74ee3c3a5be8fe1-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4faec4cf7c044b0fb74ee3c3a5be8fe1-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4faec4cf7c044b0fb74ee3c3a5be8fe1-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2023-02-20T17:11:54.494217Z",
                    "updated_at": "2023-02-27T17:36:44.689066Z",
                    "is_converted_to_webp": true,
                    "caption": "",
                    "alt_text": null,
                    "description": "",
                    "uploaded_by": "2c83a774-5ea2-4702-9e29-ffb9740dbb2a"
                },
                "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": "2022-04-13T18:45:20.377037Z",
            "publish_time": null,
            "slug": "kay-seohyung-lee-mess",
            "created_at": "2022-04-13T18:45:20.380874Z",
            "updated_at": "2022-04-13T18:45:20.421238Z",
            "summary": "KAY SEOHYUNG LEE | mess is an Gallery Shows event starting on 29/04/2022, 10:00 and ending on 11/06/2022, 17:00. Event is in Pentimenti Gallery with address 145 North 2nd Street.",
            "title": "KAY SEOHYUNG LEE | mess",
            "content": "APRIL 29 - JUNE 11, 2022\r\n  \r\nKAY SEOHYUNG LEE\r\nmess\r\n \r\nMEET THE ARTIST\r\nFriday, April 29 | 5 PM - 7:30 PM \r\n\r\nPentimenti Gallery is pleased to present an exhibition of the work of Kay Seohyung Lee. This is the artist’s first show at Pentimenti, and her first solo exhibition in the United States.\r\n\r\nKay Seohyung Lee constructs an ecstatic, dire realm of visions and dreams in gouache on panel. In making sense of her interior and exterior worlds, Lee paints vibrant tableaus of uniformly nude women, tangled up in each other and their surreal surroundings, and enmeshed in chaotic and meticulously choreographed dances with a host of different characters and symbols.",
            "start_time": "2022-04-29T10:00:00.000000Z",
            "end_time": "2022-06-11T17: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": "145 North 2nd Street",
            "city": "",
            "geolocation": "39.9531532,-75.1426579",
            "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": 8092,
            "author": {
                "id": "5070a1a0-34e2-4739-9df1-b785db53a610",
                "username": "API-NY",
                "slug": "api-ny",
                "first_name": "Jung",
                "last_name": "Sanders",
                "display_name": "andrew artprojects",
                "display_name_full": "andrew artprojects",
                "email": "flynn@artprojects.com",
                "telephone": "+1 212.343.2599"
            },
            "price": null,
            "featured_image": {
                "id": 9047,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d1b9eaffae54862bbd3547ab0e280fa-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d1b9eaffae54862bbd3547ab0e280fa-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4d1b9eaffae54862bbd3547ab0e280fa.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d1b9eaffae54862bbd3547ab0e280fa-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d1b9eaffae54862bbd3547ab0e280fa-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d1b9eaffae54862bbd3547ab0e280fa-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d1b9eaffae54862bbd3547ab0e280fa-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d1b9eaffae54862bbd3547ab0e280fa-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d1b9eaffae54862bbd3547ab0e280fa-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d1b9eaffae54862bbd3547ab0e280fa-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-14T14:38:12.657282Z",
                "updated_at": "2022-04-14T14:38:12.657317Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "5070a1a0-34e2-4739-9df1-b785db53a610"
            },
            "venue": {
                "id": 2805,
                "name": "Art Projects International",
                "slug": "art-projects-international",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.72271,-74.00979900000004",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3334,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ArtProjectsInternational-434GreenwichSt-ww-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ArtProjectsInternational-434GreenwichSt-ww-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ArtProjectsInternational-434GreenwichSt-ww-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/ArtProjectsInternational-434GreenwichSt-ww.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ArtProjectsInternational-434GreenwichSt-ww-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ArtProjectsInternational-434GreenwichSt-ww-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ArtProjectsInternational-434GreenwichSt-ww-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ArtProjectsInternational-434GreenwichSt-ww-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2021-05-04T21:28:01.606646Z",
                    "updated_at": "2021-09-14T13:52:18.724347Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "5070a1a0-34e2-4739-9df1-b785db53a610"
                },
                "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": "2022-04-14T14:38:19.993970Z",
            "publish_time": null,
            "slug": "color-as-space",
            "created_at": "2022-04-14T14:38:19.998632Z",
            "updated_at": "2022-06-22T15:39:48.891413Z",
            "summary": "Color as Space is an Gallery Shows event starting on 28/04/2022, 11:00 and ending on 30/06/2022, 18:00. Event is in Art Projects International with address 434 Greenwich Street, Ground Floor.",
            "title": "Color as Space",
            "content": "Art Projects International is pleased to present “Color as Space” — the third of the gallery’s BACK WALL initiatives — featuring works by Bahar Behbahani, Mariano Ferrante, Seokmin Ko, Il Lee, Soo Im Lee, Filipe Rocha da Silva, Gwenn Thomas, Richard Tsao, and others. The exhibition foregrounds color and brings attention to how contemporary artists use color, beyond any synesthetic tendencies, to define concept, dimension, and territory.\r\n<br /><br />\r\nFor more information:<br />\r\n<a href=\"https://artprojects.com/exhibitions/color-as-space/\">https://artprojects.com/exhibitions/color-as-space/</a>",
            "start_time": "2022-04-28T11:00:00.000000Z",
            "end_time": "2022-07-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": "434 Greenwich Street, Ground Floor",
            "city": "",
            "geolocation": "40.72271,-74.00979900000004",
            "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": 8093,
            "author": null,
            "price": null,
            "featured_image": {
                "id": 9064,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e53160aec16401eb176078e5a04e8d7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e53160aec16401eb176078e5a04e8d7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5e53160aec16401eb176078e5a04e8d7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e53160aec16401eb176078e5a04e8d7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e53160aec16401eb176078e5a04e8d7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e53160aec16401eb176078e5a04e8d7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e53160aec16401eb176078e5a04e8d7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e53160aec16401eb176078e5a04e8d7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e53160aec16401eb176078e5a04e8d7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e53160aec16401eb176078e5a04e8d7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-20T22:59:12.910290Z",
                "updated_at": "2022-04-20T22:59:12.910330Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 3152,
                "name": "Steve Turner",
                "slug": "steve-turner",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0901692,-118.3395287",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3143,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Steve_Turner_lores.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Steve_Turner_lores-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-11-20T21:21:53.998874Z",
                    "updated_at": "2021-09-14T13:47:27.064871Z",
                    "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": "2022-04-14T22:24:23.534260Z",
            "publish_time": null,
            "slug": "claire-whitehurst-follow-the-moon",
            "created_at": "2022-04-14T22:24:23.537718Z",
            "updated_at": "2022-04-20T22:59:17.862067Z",
            "summary": "Claire Whitehurst: Follow the Moon is an Gallery Shows event starting on 22/04/2022, 11:00 and ending on 21/05/2022, 18:00. Event is in Steve Turner with address 6830 Santa Monica Blvd.",
            "title": "Claire Whitehurst: Follow the Moon",
            "content": "Steve Turner is pleased to present Follow the Moon, a solo exhibition by Jackson, Mississippi-based Claire Whitehurst. It features recent relief paintings that depict colorful moon-like orbs in various states of fullness and eclipse, tree rings, eggs, stones, and rainbows, each painted on linen that was stretched over wooden supports that the artist carved to have undulating depth. Shadows appear at different times of day, causing the paintings to have their own daily phases. According to Whitehurst, the works are inspired by nostalgia and her return to Mississippi. They relate to transition, personal and geographic, to growth and decay, and the longing to return home.",
            "start_time": "2022-04-22T11:00:00.000000Z",
            "end_time": "2022-05-21T18: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": "6830 Santa Monica Blvd",
            "city": "",
            "geolocation": "34.0901692,-118.3395287",
            "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": []
        }
    ]
}