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

{
    "count": 37579,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=450&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=414&ordering=-end_time",
    "results": [
        {
            "id": 32168,
            "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": 30435,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2ecb7fe89d847c09c41d84344254eea-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2ecb7fe89d847c09c41d84344254eea-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c2ecb7fe89d847c09c41d84344254eea.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2ecb7fe89d847c09c41d84344254eea-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2ecb7fe89d847c09c41d84344254eea-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2ecb7fe89d847c09c41d84344254eea-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2ecb7fe89d847c09c41d84344254eea-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2ecb7fe89d847c09c41d84344254eea-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2ecb7fe89d847c09c41d84344254eea-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2ecb7fe89d847c09c41d84344254eea-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-11T10:35:06.852206Z",
                "updated_at": "2023-10-11T10:35:06.852263Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4523,
                "name": "American Museum of Ceramic Art",
                "slug": "american-museum-ceramic-art",
                "city": "Pomona",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0611973,-117.7508065",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-10-11T10:35:10.494832Z",
            "publish_time": null,
            "slug": "american-museum-of-ceramic-art-reveal-recent-acquisitions-2023-10-28",
            "created_at": "2023-10-11T10:35:11.435697Z",
            "updated_at": "2023-10-11T10:35:14.266610Z",
            "summary": "REVEAL: Recent Acquisitions is an Gallery Shows event starting on 28/10/2023, 00:00 and ending on 21/07/2024, 00:00. Event is in American Museum of Ceramic Art with address 399 N Garey Ave.",
            "title": "REVEAL: Recent Acquisitions",
            "content": null,
            "start_time": "2023-10-28T00:00:00.000000Z",
            "end_time": "2024-07-21T00: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": "399 N Garey Ave",
            "city": "Pomona",
            "geolocation": "34.0611411,-117.75071943972668",
            "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": 38264,
            "author": {
                "id": "1f704cb2-3d45-4765-931c-273d0b1a1740",
                "username": "fondazionemartaczok@gmail.com",
                "slug": "fondazionemartaczokgmailcom",
                "first_name": "Jacek Ludwig",
                "last_name": "Scarso",
                "display_name": null,
                "display_name_full": "Jacek Ludwig Scarso",
                "email": "fondazionemartaczok@gmail.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 36615,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffba627c6eeb4b49a3b5a40f34c733eb-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffba627c6eeb4b49a3b5a40f34c733eb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ffba627c6eeb4b49a3b5a40f34c733eb.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffba627c6eeb4b49a3b5a40f34c733eb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffba627c6eeb4b49a3b5a40f34c733eb-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffba627c6eeb4b49a3b5a40f34c733eb-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffba627c6eeb4b49a3b5a40f34c733eb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffba627c6eeb4b49a3b5a40f34c733eb-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffba627c6eeb4b49a3b5a40f34c733eb-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffba627c6eeb4b49a3b5a40f34c733eb-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-05-20T21:02:52.514964Z",
                "updated_at": "2024-05-20T21:02:52.515007Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "1f704cb2-3d45-4765-931c-273d0b1a1740"
            },
            "venue": {
                "id": 8808,
                "name": "Project Space - Fondazione Marta Czok VENICE",
                "slug": "project-space-fondazione-marta-czok-venice",
                "city": "Venezia",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.4382661,12.3349673",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4906,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/67987e6ae74a497eb57f54203f73c8d1-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/67987e6ae74a497eb57f54203f73c8d1-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/67987e6ae74a497eb57f54203f73c8d1-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/67987e6ae74a497eb57f54203f73c8d1.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/67987e6ae74a497eb57f54203f73c8d1-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/67987e6ae74a497eb57f54203f73c8d1-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/67987e6ae74a497eb57f54203f73c8d1-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/67987e6ae74a497eb57f54203f73c8d1-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2024-06-01T08:51:29.193567Z",
                    "updated_at": "2024-06-01T08:51:29.193605Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "1f704cb2-3d45-4765-931c-273d0b1a1740"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2024-05-20T21:03:09.696439Z",
            "publish_time": null,
            "slug": "embodied-histories-musenga-nhoroondo",
            "created_at": "2024-05-20T21:03:09.701611Z",
            "updated_at": "2024-05-20T21:03:09.746870Z",
            "summary": "EMBODIED HISTORIES MUSENGA NHOROONDO is an Gallery Shows event starting on 25/05/2024, 16:00 and ending on 20/07/2024, 19:30. Event is in Project Space - Fondazione Marta Czok VENICE with address Campo Rialto Novo, 544, 30125 Venezia, VE, Italy.",
            "title": "EMBODIED HISTORIES MUSENGA NHOROONDO",
            "content": "Zerial Art Project presents, from 25 May to 20 July 2024 at Fondazione Marta Czok in Venice, the exhibition Embodied Histories curated by Alice Montanini. Under the patronage of the Embassy of the Republic of Zimbabwe, the exhibition\r\nbrings the work of Zimbabwean artists Peter Musami and Mukudzei Muzondo to Italy for the first time. Through a selection of previously unseen works created especially for the occasion, Embodied Histories explores themes of memory, trauma and cultural heritage in the intricate context of Zimbabwe's tumultuous history, setting this in the context of the 60th International Art Exhibition - La Biennale di Venezia curated by Adriano Pedrosa 'Stranieri Ovunque - Foreigners Everywhere'.",
            "start_time": "2024-05-25T16:00:00.000000Z",
            "end_time": "2024-07-20T19:30:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Campo Rialto Novo, 544, 30125 Venezia, VE, Italy",
            "city": "Venezia",
            "geolocation": "45.4382661,12.3349673",
            "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": 38294,
            "author": {
                "id": "7d04438a-00a7-4a9f-9185-77a249a76551",
                "username": "Ken",
                "slug": "ken",
                "first_name": "Hashimoto",
                "last_name": "Contemporary",
                "display_name": "Ken Harman",
                "display_name_full": "Ken Harman",
                "email": "info@hashimotocontemporary.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 36750,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d0e0de945cc41d5a5a3109ee40d0791-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d0e0de945cc41d5a5a3109ee40d0791-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1d0e0de945cc41d5a5a3109ee40d0791.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d0e0de945cc41d5a5a3109ee40d0791-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d0e0de945cc41d5a5a3109ee40d0791-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d0e0de945cc41d5a5a3109ee40d0791-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d0e0de945cc41d5a5a3109ee40d0791-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d0e0de945cc41d5a5a3109ee40d0791-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d0e0de945cc41d5a5a3109ee40d0791-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d0e0de945cc41d5a5a3109ee40d0791-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-06-11T14:48:35.150406Z",
                "updated_at": "2024-06-11T14:48:35.150449Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "7d04438a-00a7-4a9f-9185-77a249a76551"
            },
            "venue": {
                "id": 1938,
                "name": "HASHIMOTO CONTEMPORARY",
                "slug": "hashimoto-contemporary-san-francisco",
                "city": "San Francisco",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.7887064,-122.41375790000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-06-11T14:48:43.465808Z",
            "publish_time": null,
            "slug": "sabrina-bockler-coquette",
            "created_at": "2024-06-11T14:48:43.470365Z",
            "updated_at": "2024-06-11T14:48:43.516853Z",
            "summary": "Sabrina Bockler - \"Coquette\" is an Gallery Shows event starting on 29/06/2024, 18:00 and ending on 20/07/2024, 18:00. Event is in HASHIMOTO CONTEMPORARY with address 54 Ludlow St, New York, NY 10002, USA.",
            "title": "Sabrina Bockler - \"Coquette\"",
            "content": "Hashimoto Contemporary is pleased to present Coquette, a solo exhibition by Brooklyn-based artist Sabrina Bockler. The exhibition will be Bockler's inaugural solo exhibition at Hashimoto Contemporary.",
            "start_time": "2024-06-29T18:00:00.000000Z",
            "end_time": "2024-07-20T18:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "54 Ludlow St, New York, NY 10002, USA",
            "city": "New York",
            "geolocation": "40.7165611,-73.9899858",
            "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": 38369,
            "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": 36875,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/99883656fb15486eba7cc0a99010e153-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/99883656fb15486eba7cc0a99010e153-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/99883656fb15486eba7cc0a99010e153.jpeg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/99883656fb15486eba7cc0a99010e153-crop-c0-5__0-5-270x152-70.jpeg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/99883656fb15486eba7cc0a99010e153-crop-c0-5__0-5-555x312-70.jpeg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/99883656fb15486eba7cc0a99010e153-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/99883656fb15486eba7cc0a99010e153-crop-c0-5__0-5-524x294-70.jpeg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/99883656fb15486eba7cc0a99010e153-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/99883656fb15486eba7cc0a99010e153-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/99883656fb15486eba7cc0a99010e153-crop-c0-5__0-5-179x179-70.jpeg"
                },
                "created_at": "2024-11-05T12:07:41.788460Z",
                "updated_at": "2024-11-05T12:07:41.788503Z",
                "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": "2024-11-05T12:08:08.077012Z",
            "publish_time": null,
            "slug": "here-now",
            "created_at": "2024-11-05T12:08:08.082346Z",
            "updated_at": "2024-11-05T12:08:08.130847Z",
            "summary": "Here & Now is an Gallery Shows event starting on 05/06/2024, 10:00 and ending on 20/07/2024, 18:00. Event is in JD Malat Gallery with address 30 Davies St, London W1K 4NB, UK.",
            "title": "Here & Now",
            "content": "JD Malat Gallery’s forthcoming group exhibition, Here & Now, will bring together both represented artists and new artistic voices from outside of the gallery’s roster. \r\n\r\nPresenting a convergence of diverse practices and creative visions, Here & Now seeks to demonstrate the multifaceted approaches of contemporary artists working today, capturing a vivid picture of identity, the human experience, and the raw vulnerabilities of modern life. \r\nHere & Now strives to amplify the socially engaged nature of diverse artistic practices by bringing together recent work by gallery artists Emily Gillbanks, Sophie-Yen Bretez, Georg Oskar, Celine Ali, Ayanfe Olarinde, Yann Leto, Marcel Rusu, Ur Kasin, Ed Moses, Andy Moses, Santiago Parra, Luis Olaso, and Conrad Jon Godly. The exhibition will also present works for the first time by artists Horacio Quiroz, Hattie Malcomson, Mehmet Cevik and Mark Jenkins.",
            "start_time": "2024-06-05T10:00:00.000000Z",
            "end_time": "2024-07-20T18:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "30 Davies St, London W1K 4NB, UK",
            "city": "",
            "geolocation": "51.5119137,-0.1478266",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 37782,
            "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": 35867,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98d9ff303bfd422683054f5da2d19a35-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98d9ff303bfd422683054f5da2d19a35-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/98d9ff303bfd422683054f5da2d19a35.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98d9ff303bfd422683054f5da2d19a35-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98d9ff303bfd422683054f5da2d19a35-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98d9ff303bfd422683054f5da2d19a35-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98d9ff303bfd422683054f5da2d19a35-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98d9ff303bfd422683054f5da2d19a35-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98d9ff303bfd422683054f5da2d19a35-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98d9ff303bfd422683054f5da2d19a35-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T21:15:46.472114Z",
                "updated_at": "2024-04-02T21:15:46.472176Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9900,
                "name": "The Ken Stradling Collection",
                "slug": "ken-stradling-collection",
                "city": "Bristol",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.45526049999999,-2.6024504",
                "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": "2024-04-02T21:16:18.667391Z",
            "publish_time": null,
            "slug": "the-ken-stradling-collection-60-north-scandinavian-design-from-the-stradling-collection-2024-02-24",
            "created_at": "2024-04-02T21:16:19.614210Z",
            "updated_at": "2024-04-02T21:16:21.099571Z",
            "summary": "60˚ NORTH: Scandinavian design from the Stradling Collection is an Gallery Shows event starting on 24/02/2024, 01:00 and ending on 20/07/2024, 00:00. Event is in The Ken Stradling Collection with address 48 Park Row.",
            "title": "60˚ NORTH: Scandinavian design from the Stradling Collection",
            "content": null,
            "start_time": "2024-02-24T01:00:00.000000Z",
            "end_time": "2024-07-20T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "48 Park Row",
            "city": "Bristol",
            "geolocation": "51.4552831,-2.6024502528184725",
            "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": 37554,
            "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": 35607,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71c60064c0ee472f9b996a83faa62db4-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71c60064c0ee472f9b996a83faa62db4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/71c60064c0ee472f9b996a83faa62db4.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71c60064c0ee472f9b996a83faa62db4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71c60064c0ee472f9b996a83faa62db4-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71c60064c0ee472f9b996a83faa62db4-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71c60064c0ee472f9b996a83faa62db4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71c60064c0ee472f9b996a83faa62db4-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71c60064c0ee472f9b996a83faa62db4-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71c60064c0ee472f9b996a83faa62db4-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T11:02:52.524327Z",
                "updated_at": "2024-04-02T11:02:52.524363Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8659,
                "name": "Galerie Templon | 28 rue du Grenier Saint-Lazare",
                "slug": "galerie-templon-28-rue-du-grenier-saint-lazare",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.86316859999999,2.3531581",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "FR",
            "publish_status": "published",
            "published_at": "2024-04-02T11:02:55.556388Z",
            "publish_time": null,
            "slug": "galerie-templon-28-rue-du-grenier-saint-lazare-afrochemistry-de-michael-ray-charles-2024-04-30",
            "created_at": "2024-04-02T11:02:56.468286Z",
            "updated_at": "2024-04-02T11:02:57.107545Z",
            "summary": "Afrochemistry de Michael Ray Charles is an Gallery Shows event starting on 30/04/2024, 00:00 and ending on 20/07/2024, 00:00. Event is in Galerie Templon | 28 rue du Grenier Saint-Lazare with address 28 rue du Grenier-Saint-Lazare.",
            "title": "Afrochemistry de Michael Ray Charles",
            "content": null,
            "start_time": "2024-04-30T00:00:00.000000Z",
            "end_time": "2024-07-20T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "28 rue du Grenier-Saint-Lazare",
            "city": "Paris",
            "geolocation": "48.8631073,2.3530779",
            "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": 35340,
            "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": 33446,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13fbd0d0a3d549d281d2771e9ca89a6a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13fbd0d0a3d549d281d2771e9ca89a6a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/13fbd0d0a3d549d281d2771e9ca89a6a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13fbd0d0a3d549d281d2771e9ca89a6a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13fbd0d0a3d549d281d2771e9ca89a6a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13fbd0d0a3d549d281d2771e9ca89a6a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13fbd0d0a3d549d281d2771e9ca89a6a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13fbd0d0a3d549d281d2771e9ca89a6a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13fbd0d0a3d549d281d2771e9ca89a6a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13fbd0d0a3d549d281d2771e9ca89a6a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-01-31T08:05:17.358711Z",
                "updated_at": "2024-01-31T08:05:17.358769Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 405,
                "name": "MoMA",
                "slug": "moma",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7614029,-73.9776248",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 95,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/MoMA-2.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-17T20:58:49.945877Z",
                    "updated_at": "2021-09-14T12:38:45.020345Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "MoMA-2",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-01-31T08:05:19.776347Z",
            "publish_time": null,
            "slug": "moma-kathe-kollwitz-2024-03-31",
            "created_at": "2024-01-31T08:05:20.826936Z",
            "updated_at": "2024-01-31T08:05:25.634318Z",
            "summary": "Käthe Kollwitz is an Gallery Shows event starting on 31/03/2024, 01:00 and ending on 20/07/2024, 00:00. Event is in MoMA with address 11 West 53 Street.",
            "title": "Käthe Kollwitz",
            "content": null,
            "start_time": "2024-03-31T01:00:00.000000Z",
            "end_time": "2024-07-20T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "11 West 53 Street",
            "city": "New York",
            "geolocation": "-27.4685874,153.1697791",
            "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": 38193,
            "author": {
                "id": "c25d3641-55f8-495c-8fb2-e96d5764e8ee",
                "username": "lauren_1505",
                "slug": "lauren_1505",
                "first_name": "Lauren",
                "last_name": "Wood",
                "display_name": "Lauren Wood",
                "display_name_full": "Lauren Wood",
                "email": "wonzimerinfo@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 36409,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebdfa1811a504df0a77391de43d33b2a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebdfa1811a504df0a77391de43d33b2a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ebdfa1811a504df0a77391de43d33b2a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebdfa1811a504df0a77391de43d33b2a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebdfa1811a504df0a77391de43d33b2a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebdfa1811a504df0a77391de43d33b2a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebdfa1811a504df0a77391de43d33b2a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebdfa1811a504df0a77391de43d33b2a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebdfa1811a504df0a77391de43d33b2a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebdfa1811a504df0a77391de43d33b2a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-05-02T01:11:23.507211Z",
                "updated_at": "2024-05-02T01:11:23.507268Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "c25d3641-55f8-495c-8fb2-e96d5764e8ee"
            },
            "venue": {
                "id": 3279,
                "name": "Wonzimer",
                "slug": "wonzimer",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.06810449999999,-118.2218346",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4536,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/247ae136e82a4009a7669f1c9b85aee4.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2023-08-27T23:05:59.322634Z",
                    "updated_at": "2023-08-27T23:05:59.322673Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "c25d3641-55f8-495c-8fb2-e96d5764e8ee"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2024-05-02T01:05:37.900220Z",
            "publish_time": null,
            "slug": "the-theory-of-the-green-painting",
            "created_at": "2024-05-02T01:05:37.905907Z",
            "updated_at": "2024-05-02T01:12:05.677616Z",
            "summary": "THE THEORY OF THE GREEN PAINTING is an Gallery Shows event starting on 21/06/2024, 17:00 and ending on 19/07/2024, 22:00. Event is in Wonzimer with address 341 S Avenue 17, Los Angeles, CA 90031, USA.",
            "title": "THE THEORY OF THE GREEN PAINTING",
            "content": "Wonzimer is pleased to present THE THEORY OF THE GREEN PAINTING\r\nThe concept of the green painting came into being slowly over many centuries as certain peculiarities were noticed to be prevalent in the histories of a small number of paintings. The defining characteristic of the green painting is that after having been finished, the painting remains continually in the artist's possession even though the artist had never made a decision to keep the painting and had actually made many attempts to have others obtain it.\r\nTheodore Svenningsen \r\nNick Taggart \r\nEve Wood \r\nAlaïa Parhizi\r\nMing C Lowe\r\nNadège Monchera Baer\r\nCyril Kuhn \r\nTulsa Kinney \r\nMichael Falzone\r\nNarsiso Martinez\r\nAlicia Piller \r\nEmily Elisa Halpern\r\nSerena Potter \r\nAda Pullini Brown \r\nCameron Masters\r\nLucinda Luvaas\r\nMark Acetelli \r\nJill Sykes",
            "start_time": "2024-06-21T17:00:00.000000Z",
            "end_time": "2024-07-19T22: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": "341 S Avenue 17, Los Angeles, CA 90031, USA",
            "city": "",
            "geolocation": "34.06810449999999,-118.2218346",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 38138,
            "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": 36332,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8275c2fc7fc4f109b047e9dab772c58-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8275c2fc7fc4f109b047e9dab772c58-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c8275c2fc7fc4f109b047e9dab772c58.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8275c2fc7fc4f109b047e9dab772c58-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8275c2fc7fc4f109b047e9dab772c58-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8275c2fc7fc4f109b047e9dab772c58-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8275c2fc7fc4f109b047e9dab772c58-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8275c2fc7fc4f109b047e9dab772c58-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8275c2fc7fc4f109b047e9dab772c58-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8275c2fc7fc4f109b047e9dab772c58-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-30T09:54:49.092920Z",
                "updated_at": "2024-04-30T09:54:49.092971Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6066,
                "name": "Large Glass",
                "slug": "large-glass",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.54247969999999,-0.1170651",
                "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": "2024-04-30T09:55:08.669807Z",
            "publish_time": null,
            "slug": "large-glass-after-mallarme-2024-04-12",
            "created_at": "2024-04-30T09:55:09.572859Z",
            "updated_at": "2024-04-30T09:55:09.635576Z",
            "summary": "After Mallarmé is an Gallery Shows event starting on 12/04/2024, 00:00 and ending on 19/07/2024, 00:00. Event is in Large Glass with address 392 Caledonian Road.",
            "title": "After Mallarmé",
            "content": null,
            "start_time": "2024-04-12T00:00:00.000000Z",
            "end_time": "2024-07-19T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "392 Caledonian Road",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 37522,
            "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": 35567,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26d5fac5acf84c5585f010b6531fc456-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26d5fac5acf84c5585f010b6531fc456-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/26d5fac5acf84c5585f010b6531fc456.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26d5fac5acf84c5585f010b6531fc456-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26d5fac5acf84c5585f010b6531fc456-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26d5fac5acf84c5585f010b6531fc456-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26d5fac5acf84c5585f010b6531fc456-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26d5fac5acf84c5585f010b6531fc456-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26d5fac5acf84c5585f010b6531fc456-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26d5fac5acf84c5585f010b6531fc456-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T10:43:27.062043Z",
                "updated_at": "2024-04-02T10:43:27.062080Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5028,
                "name": "City Lit",
                "slug": "city-lit",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5149388,-0.1200873",
                "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": "2024-04-02T10:43:40.628375Z",
            "publish_time": null,
            "slug": "city-lit-artist-talks-at-city-lit-2024-2024-04-09",
            "created_at": "2024-04-02T10:43:41.549830Z",
            "updated_at": "2024-04-02T10:43:42.020314Z",
            "summary": "Artist Talks at City Lit 2024 is an Gallery Shows event starting on 09/04/2024, 00:00 and ending on 17/07/2024, 00:00. Event is in City Lit with address 1-10 Keeley Street.",
            "title": "Artist Talks at City Lit 2024",
            "content": null,
            "start_time": "2024-04-09T00:00:00.000000Z",
            "end_time": "2024-07-17T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1-10 Keeley Street",
            "city": "London",
            "geolocation": "51.51491265,-0.12010347035666949",
            "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": 37182,
            "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": 35248,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c7432676c914b7ab2714279f37adb57-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c7432676c914b7ab2714279f37adb57-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9c7432676c914b7ab2714279f37adb57.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c7432676c914b7ab2714279f37adb57-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c7432676c914b7ab2714279f37adb57-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c7432676c914b7ab2714279f37adb57-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c7432676c914b7ab2714279f37adb57-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c7432676c914b7ab2714279f37adb57-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c7432676c914b7ab2714279f37adb57-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c7432676c914b7ab2714279f37adb57-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-20T14:08:17.530413Z",
                "updated_at": "2024-03-20T14:08:17.530475Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4820,
                "name": "Haus der Kunst",
                "slug": "haus-der-kunst",
                "city": "Munich",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "48.144169,11.5858549",
                "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": "2024-03-20T14:08:22.484679Z",
            "publish_time": null,
            "slug": "haus-der-kunst-samaneh-atef-belen-sanches-desmond-tjonakoy-euward9-2024-05-17",
            "created_at": "2024-03-20T14:08:23.409867Z",
            "updated_at": "2024-03-20T14:08:25.433426Z",
            "summary": "Samaneh Atef, Belén Sánches, Desmond Tjonakoy. euward9 is an Gallery Shows event starting on 17/05/2024, 00:00 and ending on 14/07/2024, 00:00. Event is in Haus der Kunst with address Prinzregentenstrasse 1 d.",
            "title": "Samaneh Atef, Belén Sánches, Desmond Tjonakoy. euward9",
            "content": null,
            "start_time": "2024-05-17T00:00:00.000000Z",
            "end_time": "2024-07-14T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Prinzregentenstrasse 1 d",
            "city": "Munich",
            "geolocation": "48.1429026,11.5893111",
            "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": 32882,
            "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": 31100,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c888d8ff556d461f9c6339d778a7fa53-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c888d8ff556d461f9c6339d778a7fa53-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c888d8ff556d461f9c6339d778a7fa53.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c888d8ff556d461f9c6339d778a7fa53-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c888d8ff556d461f9c6339d778a7fa53-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c888d8ff556d461f9c6339d778a7fa53-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c888d8ff556d461f9c6339d778a7fa53-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c888d8ff556d461f9c6339d778a7fa53-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c888d8ff556d461f9c6339d778a7fa53-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c888d8ff556d461f9c6339d778a7fa53-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-31T13:39:39.012726Z",
                "updated_at": "2023-10-31T13:39:39.012764Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9378,
                "name": "Faurschou New York",
                "slug": "faurschou-new-york",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.733583,-73.95561889999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-10-31T13:39:45.895936Z",
            "publish_time": null,
            "slug": "faurschou-foundation-new-york-tracey-emin-exorcism-of-the-last-painting-i-ever-made-2023-10-21",
            "created_at": "2023-10-31T13:39:46.813978Z",
            "updated_at": "2023-10-31T13:39:47.636595Z",
            "summary": "Tracey Emin. Exorcism Of The Last Painting I Ever Made is an Gallery Shows event starting on 21/10/2023, 00:00 and ending on 14/07/2024, 00:00. Event is in Faurschou New York with address 148 Green Street Greenpoint,.",
            "title": "Tracey Emin. Exorcism Of The Last Painting I Ever Made",
            "content": null,
            "start_time": "2023-10-21T00:00:00.000000Z",
            "end_time": "2024-07-14T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "148 Green Street Greenpoint,",
            "city": "New York",
            "geolocation": "40.7331412,-73.9611934",
            "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": 37195,
            "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": 35255,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/202b06ad4f884f32ae30ca0b0cbab7f5-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/202b06ad4f884f32ae30ca0b0cbab7f5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/202b06ad4f884f32ae30ca0b0cbab7f5.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/202b06ad4f884f32ae30ca0b0cbab7f5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/202b06ad4f884f32ae30ca0b0cbab7f5-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/202b06ad4f884f32ae30ca0b0cbab7f5-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/202b06ad4f884f32ae30ca0b0cbab7f5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/202b06ad4f884f32ae30ca0b0cbab7f5-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/202b06ad4f884f32ae30ca0b0cbab7f5-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/202b06ad4f884f32ae30ca0b0cbab7f5-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-20T14:11:13.740084Z",
                "updated_at": "2024-03-20T14:11:13.740121Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6266,
                "name": "KINDL – Zentrum für zeitgenössische Kunst",
                "slug": "kindl-zentrum-fur-zeitgenossische-kunst",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.4794217,13.4306651",
                "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": "2024-03-20T14:11:30.015685Z",
            "publish_time": null,
            "slug": "kindl-zentrum-fur-zeitgenossische-kunst-kerstin-honeit-this-is-poor-patterns-of-poverty-2024-03-23",
            "created_at": "2024-03-20T14:11:30.941529Z",
            "updated_at": "2024-03-20T14:11:32.319651Z",
            "summary": "Kerstin Honeit. This Is Poor! Patterns of Poverty is an Gallery Shows event starting on 23/03/2024, 01:00 and ending on 14/07/2024, 00:00. Event is in KINDL – Zentrum für zeitgenössische Kunst with address Am Sudhaus 3.",
            "title": "Kerstin Honeit. This Is Poor! Patterns of Poverty",
            "content": null,
            "start_time": "2024-03-23T01:00:00.000000Z",
            "end_time": "2024-07-14T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Am Sudhaus 3",
            "city": "Berlin",
            "geolocation": "52.4794637,13.431275",
            "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": 37427,
            "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": 35480,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8d467a2254241d79e50e4cb25df1df0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8d467a2254241d79e50e4cb25df1df0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c8d467a2254241d79e50e4cb25df1df0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8d467a2254241d79e50e4cb25df1df0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8d467a2254241d79e50e4cb25df1df0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8d467a2254241d79e50e4cb25df1df0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8d467a2254241d79e50e4cb25df1df0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8d467a2254241d79e50e4cb25df1df0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8d467a2254241d79e50e4cb25df1df0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8d467a2254241d79e50e4cb25df1df0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-01T20:44:44.337636Z",
                "updated_at": "2024-04-01T20:44:44.337694Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5032,
                "name": "IMT",
                "slug": "imt",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.531501,-0.0563787",
                "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": "2024-04-01T20:44:49.709790Z",
            "publish_time": null,
            "slug": "imt-thick-stretchy-sticky-space-2024-05-10",
            "created_at": "2024-04-01T20:44:50.923532Z",
            "updated_at": "2024-04-01T20:44:53.003688Z",
            "summary": "Thick, Stretchy, Sticky Space is an Gallery Shows event starting on 10/05/2024, 00:00 and ending on 14/07/2024, 00:00. Event is in IMT with address Unit 2, 210 Cambridge Heath Road.",
            "title": "Thick, Stretchy, Sticky Space",
            "content": null,
            "start_time": "2024-05-10T00:00:00.000000Z",
            "end_time": "2024-07-14T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Unit 2, 210 Cambridge Heath Road",
            "city": "London",
            "geolocation": "51.5344807,-0.0572865",
            "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": 34971,
            "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": 33053,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6d7ec16618c4473a918766a6d490360-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6d7ec16618c4473a918766a6d490360-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a6d7ec16618c4473a918766a6d490360.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6d7ec16618c4473a918766a6d490360-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6d7ec16618c4473a918766a6d490360-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6d7ec16618c4473a918766a6d490360-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6d7ec16618c4473a918766a6d490360-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6d7ec16618c4473a918766a6d490360-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6d7ec16618c4473a918766a6d490360-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6d7ec16618c4473a918766a6d490360-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-01-17T08:27:11.304287Z",
                "updated_at": "2024-01-17T08:27:11.304325Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4487,
                "name": "Freud Museum",
                "slug": "freud-museum",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5483335,-0.1774796",
                "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": "2024-01-17T08:27:14.273124Z",
            "publish_time": null,
            "slug": "freud-museum-freud-and-latin-america-2024-01-17",
            "created_at": "2024-01-17T08:27:15.202464Z",
            "updated_at": "2024-01-17T08:27:15.694042Z",
            "summary": "Freud and Latin America is an Gallery Shows event starting on 17/01/2024, 01:00 and ending on 14/07/2024, 00:00. Event is in Freud Museum with address 20 Maresfield Gardens.",
            "title": "Freud and Latin America",
            "content": null,
            "start_time": "2024-01-17T01:00:00.000000Z",
            "end_time": "2024-07-14T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "20 Maresfield Gardens",
            "city": "London",
            "geolocation": "51.54833905,-0.17739256971392792",
            "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": 38083,
            "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": 36277,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/59bfe7b77ff44c37b39487a9fc896d14-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/59bfe7b77ff44c37b39487a9fc896d14-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/59bfe7b77ff44c37b39487a9fc896d14.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/59bfe7b77ff44c37b39487a9fc896d14-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/59bfe7b77ff44c37b39487a9fc896d14-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/59bfe7b77ff44c37b39487a9fc896d14-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/59bfe7b77ff44c37b39487a9fc896d14-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/59bfe7b77ff44c37b39487a9fc896d14-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/59bfe7b77ff44c37b39487a9fc896d14-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/59bfe7b77ff44c37b39487a9fc896d14-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-30T09:45:01.674155Z",
                "updated_at": "2024-04-30T09:45:01.674216Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6662,
                "name": "Fondazione Querini Stampalia",
                "slug": "fondazione-querini-stampalia",
                "city": "Venice",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.4366852,12.3412279",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2024-04-30T09:45:16.328001Z",
            "publish_time": null,
            "slug": "fondazione-querini-stampalia-ilya-and-emilia-kabakov-between-heaven-and-earth-a-tribute-to-ilya-kabakov-2024-04-14",
            "created_at": "2024-04-30T09:45:17.224909Z",
            "updated_at": "2024-04-30T09:45:18.203331Z",
            "summary": "Ilya and Emilia Kabakov ‘Between Heaven and Earth’. A Tribute to Ilya Kabakov is an Gallery Shows event starting on 14/04/2024, 00:00 and ending on 14/07/2024, 00:00. Event is in Fondazione Querini Stampalia with address Santa Maria Formosa.",
            "title": "Ilya and Emilia Kabakov ‘Between Heaven and Earth’. A Tribute to Ilya Kabakov",
            "content": null,
            "start_time": "2024-04-14T00:00:00.000000Z",
            "end_time": "2024-07-14T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Santa Maria Formosa",
            "city": "Venice",
            "geolocation": "-29.71575635,-53.81326975560611",
            "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": 37196,
            "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": 35256,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ce4512457674d1280411548b3086950-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ce4512457674d1280411548b3086950-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9ce4512457674d1280411548b3086950.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ce4512457674d1280411548b3086950-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ce4512457674d1280411548b3086950-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ce4512457674d1280411548b3086950-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ce4512457674d1280411548b3086950-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ce4512457674d1280411548b3086950-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ce4512457674d1280411548b3086950-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ce4512457674d1280411548b3086950-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-20T14:11:14.886193Z",
                "updated_at": "2024-03-20T14:11:14.886251Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6266,
                "name": "KINDL – Zentrum für zeitgenössische Kunst",
                "slug": "kindl-zentrum-fur-zeitgenossische-kunst",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.4794217,13.4306651",
                "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": "2024-03-20T14:11:30.504566Z",
            "publish_time": null,
            "slug": "kindl-zentrum-fur-zeitgenossische-kunst-franz-wanner-mind-the-memory-gap-2024-03-24",
            "created_at": "2024-03-20T14:11:31.431277Z",
            "updated_at": "2024-03-20T14:11:32.841047Z",
            "summary": "Franz Wanner. Mind the memory gap is an Gallery Shows event starting on 24/03/2024, 01:00 and ending on 14/07/2024, 00:00. Event is in KINDL – Zentrum für zeitgenössische Kunst with address Am Sudhaus 3.",
            "title": "Franz Wanner. Mind the memory gap",
            "content": null,
            "start_time": "2024-03-24T01:00:00.000000Z",
            "end_time": "2024-07-14T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Am Sudhaus 3",
            "city": "Berlin",
            "geolocation": "52.4794637,13.431275",
            "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": 28207,
            "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": 26881,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c79886018662481aba36b08ca3681121-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c79886018662481aba36b08ca3681121-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c79886018662481aba36b08ca3681121.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c79886018662481aba36b08ca3681121-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c79886018662481aba36b08ca3681121-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c79886018662481aba36b08ca3681121-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c79886018662481aba36b08ca3681121-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c79886018662481aba36b08ca3681121-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c79886018662481aba36b08ca3681121-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c79886018662481aba36b08ca3681121-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-23T14:46:23.321541Z",
                "updated_at": "2023-06-23T14:46:23.321576Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8850,
                "name": "St Nicholas Place: Merseyside Totemy",
                "slug": "st-nicholas-place-merseyside-totemy",
                "city": "Liverpool",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.40652009999999,-2.9969299",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-06-23T14:46:31.723810Z",
            "publish_time": null,
            "slug": "st-nicholas-place-merseyside-totemy-alicja-biala-merseyside-totemy-2023-07-14",
            "created_at": "2023-06-23T14:46:32.642780Z",
            "updated_at": "2023-06-23T14:46:32.682848Z",
            "summary": "Alicja Biala: Merseyside Totemy is an Gallery Shows event starting on 14/07/2023, 00:00 and ending on 14/07/2024, 00:00. Event is in St Nicholas Place: Merseyside Totemy with address St Nicholas Place, Princes Dock,.",
            "title": "Alicja Biala: Merseyside Totemy",
            "content": null,
            "start_time": "2023-07-14T00:00:00.000000Z",
            "end_time": "2024-07-14T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "St Nicholas Place, Princes Dock,",
            "city": "Liverpool",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        }
    ]
}