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

{
    "count": 37586,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=26280&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=26244&ordering=start_time",
    "results": [
        {
            "id": 27983,
            "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": 26684,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45dad66988254afcbe1d6d85395ff480-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45dad66988254afcbe1d6d85395ff480-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/45dad66988254afcbe1d6d85395ff480.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45dad66988254afcbe1d6d85395ff480-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45dad66988254afcbe1d6d85395ff480-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45dad66988254afcbe1d6d85395ff480-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45dad66988254afcbe1d6d85395ff480-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45dad66988254afcbe1d6d85395ff480-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45dad66988254afcbe1d6d85395ff480-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45dad66988254afcbe1d6d85395ff480-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-20T14:45:05.888937Z",
                "updated_at": "2023-06-20T14:45:05.888976Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8791,
                "name": "John Lennon (Liverpool) School of Art & Design",
                "slug": "john-lennon-liverpool-school-art-design",
                "city": "Liverpool",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.4050927,-2.9703523",
                "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-20T14:45:09.537821Z",
            "publish_time": null,
            "slug": "john-lennon-school-of-art-design-john-lennon-art-design-school-2023-graduate-degree-show-unprecedented-2023-05-26",
            "created_at": "2023-06-20T14:45:10.474617Z",
            "updated_at": "2023-06-20T14:45:10.820212Z",
            "summary": "John Lennon Art & Design School: 2023 Graduate Degree Show: Unprecedented is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 16/06/2023, 00:00. Event is in John Lennon (Liverpool) School of Art & Design with address 2 Duckinfield St.",
            "title": "John Lennon Art & Design School: 2023 Graduate Degree Show: Unprecedented",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-06-16T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2 Duckinfield St",
            "city": "Liverpool",
            "geolocation": "53.4050747,-2.9703023624352025",
            "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": 28039,
            "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": 26726,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c191934e5f524b6d8078e848fa87f601-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c191934e5f524b6d8078e848fa87f601-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c191934e5f524b6d8078e848fa87f601.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c191934e5f524b6d8078e848fa87f601-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c191934e5f524b6d8078e848fa87f601-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c191934e5f524b6d8078e848fa87f601-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c191934e5f524b6d8078e848fa87f601-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c191934e5f524b6d8078e848fa87f601-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c191934e5f524b6d8078e848fa87f601-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c191934e5f524b6d8078e848fa87f601-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-22T10:01:27.705217Z",
                "updated_at": "2023-06-22T10:01:27.705275Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5856,
                "name": "Galerie Berthet-Aittouarès",
                "slug": "galerie-berthet-aittouares",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.85645599999999,2.3364368",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "FR",
            "publish_status": "published",
            "published_at": "2023-06-22T10:01:33.654096Z",
            "publish_time": null,
            "slug": "galerie-berthet-aittouares-pierre-tal-coat-surgissement-de-la-peinture-2023-05-26",
            "created_at": "2023-06-22T10:01:34.629568Z",
            "updated_at": "2023-06-22T10:01:34.673517Z",
            "summary": "Pierre Tal Coat - Surgissement de la peinture is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in Galerie Berthet-Aittouarès with address 14 and 29 rue de Seine.",
            "title": "Pierre Tal Coat - Surgissement de la peinture",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-07-08T00: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": "14 and 29 rue de Seine",
            "city": "Paris",
            "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": 28125,
            "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": 26807,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4f847b919af348a28e2f99f07fa267c4-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4f847b919af348a28e2f99f07fa267c4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4f847b919af348a28e2f99f07fa267c4.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4f847b919af348a28e2f99f07fa267c4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4f847b919af348a28e2f99f07fa267c4-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4f847b919af348a28e2f99f07fa267c4-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4f847b919af348a28e2f99f07fa267c4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4f847b919af348a28e2f99f07fa267c4-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4f847b919af348a28e2f99f07fa267c4-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4f847b919af348a28e2f99f07fa267c4-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-22T13:00:35.589256Z",
                "updated_at": "2023-06-22T13:00:35.589313Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8826,
                "name": "The Ernst Leitz Museum Wetzlar",
                "slug": "ernst-leitz-museum-wetzlar",
                "city": "Wetzlar",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "50.5520236,8.5336238",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-06-22T13:00:40.424700Z",
            "publish_time": null,
            "slug": "the-ernst-leitz-museum-wetzlar-rankin-presents-zeitsprunge-leaps-in-time-at-the-ernst-leitz-museum-wetzlar-2023-05-26",
            "created_at": "2023-06-22T13:00:41.355195Z",
            "updated_at": "2023-06-22T13:00:42.994366Z",
            "summary": "Rankin presents  Zeitsprünge (Leaps in Time) - at The Ernst Leitz Museum Wetzlar is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 27/09/2023, 00:00. Event is in The Ernst Leitz Museum Wetzlar with address Am Leitz-Park 6.",
            "title": "Rankin presents  Zeitsprünge (Leaps in Time) - at The Ernst Leitz Museum Wetzlar",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-09-27T00: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 Leitz-Park 6",
            "city": "Wetzlar",
            "geolocation": "50.5521756,8.5334427",
            "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": 28150,
            "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": 26830,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4751882128cb472bb5115798ad1587da-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4751882128cb472bb5115798ad1587da-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4751882128cb472bb5115798ad1587da.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4751882128cb472bb5115798ad1587da-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4751882128cb472bb5115798ad1587da-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4751882128cb472bb5115798ad1587da-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4751882128cb472bb5115798ad1587da-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4751882128cb472bb5115798ad1587da-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4751882128cb472bb5115798ad1587da-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4751882128cb472bb5115798ad1587da-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-22T13:18:19.592073Z",
                "updated_at": "2023-06-22T13:18:19.592129Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 714,
                "name": "White Cube Mason's Yard London",
                "slug": "white-cube-masons-yard-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5076125,-0.1372407999999723",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 371,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/white-cube-masons-featured-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/white-cube-masons-featured-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/white-cube-masons-featured-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/white-cube-masons-featured.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/white-cube-masons-featured-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/white-cube-masons-featured-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/white-cube-masons-featured-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/white-cube-masons-featured-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-18T13:42:28.775808Z",
                    "updated_at": "2021-09-14T12:44:33.738362Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "white cube mason's featured",
                    "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": "GB",
            "publish_status": "published",
            "published_at": "2023-06-22T13:18:23.656543Z",
            "publish_time": null,
            "slug": "white-cube-masons-yard-london-this-earth-this-passage-2023-05-26",
            "created_at": "2023-06-22T13:18:24.577930Z",
            "updated_at": "2023-06-22T13:18:25.555654Z",
            "summary": "This Earth, This Passage is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 01/07/2023, 00:00. Event is in White Cube Mason's Yard London with address 25-26 Mason’s Yard.",
            "title": "This Earth, This Passage",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-07-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "25-26 Mason’s Yard",
            "city": "London",
            "geolocation": "51.5074399,-0.1374573",
            "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": 28557,
            "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": 27189,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5ad6206c3bb49728e8ce4f82e1d583e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5ad6206c3bb49728e8ce4f82e1d583e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d5ad6206c3bb49728e8ce4f82e1d583e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5ad6206c3bb49728e8ce4f82e1d583e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5ad6206c3bb49728e8ce4f82e1d583e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5ad6206c3bb49728e8ce4f82e1d583e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5ad6206c3bb49728e8ce4f82e1d583e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5ad6206c3bb49728e8ce4f82e1d583e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5ad6206c3bb49728e8ce4f82e1d583e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5ad6206c3bb49728e8ce4f82e1d583e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-02T17:52:44.736677Z",
                "updated_at": "2023-07-02T17:52:44.736713Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7702,
                "name": "Galerie A&R Fleury",
                "slug": "galerie-r-fleury",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8723672,2.314834",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "FR",
            "publish_status": "published",
            "published_at": "2023-07-02T17:52:49.248683Z",
            "publish_time": null,
            "slug": "galerie-ar-fleury-sam-francis-x-hans-hartung-beyond-limits-2023-05-26",
            "created_at": "2023-07-02T17:52:50.193811Z",
            "updated_at": "2023-07-02T17:52:50.579445Z",
            "summary": "Sam Francis x Hans Hartung | Beyond Limits is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in Galerie A&R Fleury with address 36 av. Matignon.",
            "title": "Sam Francis x Hans Hartung | Beyond Limits",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-07-08T00: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": "36 av. Matignon",
            "city": "Paris",
            "geolocation": "48.8723602,2.3147281",
            "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": 28562,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 5335,
                "name": "Galerie Buchholz",
                "slug": "galerie-buchholz",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.500676,13.3265488",
                "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-07-02T17:54:37.018485Z",
            "publish_time": null,
            "slug": "galerie-buchholz-you-may-see-butterflies-elephant-springs-2023-05-26",
            "created_at": "2023-07-02T17:54:37.928985Z",
            "updated_at": "2023-07-02T17:54:38.479252Z",
            "summary": "You May See Butterflies: Elephant Springs is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 15/07/2023, 00:00. Event is in Galerie Buchholz with address 17 East 82nd Street.",
            "title": "You May See Butterflies: Elephant Springs",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-07-15T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "17 East 82nd Street",
            "city": "New York",
            "geolocation": "40.778614000000005,-73.96101929718861",
            "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": 29430,
            "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": 27977,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ce7183327ab490aa8b2fbaa9b70ec9c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ce7183327ab490aa8b2fbaa9b70ec9c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4ce7183327ab490aa8b2fbaa9b70ec9c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ce7183327ab490aa8b2fbaa9b70ec9c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ce7183327ab490aa8b2fbaa9b70ec9c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ce7183327ab490aa8b2fbaa9b70ec9c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ce7183327ab490aa8b2fbaa9b70ec9c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ce7183327ab490aa8b2fbaa9b70ec9c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ce7183327ab490aa8b2fbaa9b70ec9c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ce7183327ab490aa8b2fbaa9b70ec9c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-18T09:55:20.068177Z",
                "updated_at": "2023-07-18T09:55:20.068214Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6289,
                "name": "The Hepworth Wakefield",
                "slug": "hepworth-wakefield",
                "city": "Wakefield",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.6755947,-1.4915734",
                "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-07-18T09:55:24.979632Z",
            "publish_time": null,
            "slug": "the-hepworth-wakefield-hurvin-anderson-salon-paintings-2023-05-26",
            "created_at": "2023-07-18T09:55:25.896490Z",
            "updated_at": "2023-07-18T09:55:26.739847Z",
            "summary": "Hurvin Anderson: Salon Paintings is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 05/11/2023, 01:00. Event is in The Hepworth Wakefield with address Gallery Walk.",
            "title": "Hurvin Anderson: Salon Paintings",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-11-05T01: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": "Gallery Walk",
            "city": "Wakefield",
            "geolocation": "-27.9200791,153.1997079",
            "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": 24181,
            "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": 23241,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86fcc8e619b8411db24eb4093795f1e5-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86fcc8e619b8411db24eb4093795f1e5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/86fcc8e619b8411db24eb4093795f1e5.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86fcc8e619b8411db24eb4093795f1e5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86fcc8e619b8411db24eb4093795f1e5-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86fcc8e619b8411db24eb4093795f1e5-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86fcc8e619b8411db24eb4093795f1e5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86fcc8e619b8411db24eb4093795f1e5-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86fcc8e619b8411db24eb4093795f1e5-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86fcc8e619b8411db24eb4093795f1e5-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-06T19:53:32.502516Z",
                "updated_at": "2023-04-10T14:46:57.574686Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3537,
                "name": "Berlinische Galerie",
                "slug": "berlinische-galerie",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5037684,13.398673",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-04-06T19:53:33.149616Z",
            "publish_time": null,
            "slug": "berlinische-galerie-suddenly-wonderful-zukunftsideen-fur-westberliner-grobauten-der-1970er-jahre-2023-05-26",
            "created_at": "2023-04-06T19:53:34.175635Z",
            "updated_at": "2023-04-06T19:53:34.175654Z",
            "summary": null,
            "title": "Suddenly Wonderful. Zukunftsideen für Westberliner Großbauten der 1970er Jahre",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-09-18T00: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": "Alte Jakobstraße 124-128",
            "city": "Berlin",
            "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": 25054,
            "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": 24058,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20a459443dc14ea8ae933029942219e9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20a459443dc14ea8ae933029942219e9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/20a459443dc14ea8ae933029942219e9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20a459443dc14ea8ae933029942219e9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20a459443dc14ea8ae933029942219e9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20a459443dc14ea8ae933029942219e9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20a459443dc14ea8ae933029942219e9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20a459443dc14ea8ae933029942219e9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20a459443dc14ea8ae933029942219e9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20a459443dc14ea8ae933029942219e9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-25T07:34:15.536511Z",
                "updated_at": "2023-04-25T07:34:15.536546Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4464,
                "name": "The Morgan Library & Museum",
                "slug": "morgan-library-museum",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7493633,-73.98180909999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-04-25T07:34:19.235585Z",
            "publish_time": null,
            "slug": "the-morgan-library-museum-blaise-cendrars-18871961-poetry-is-everything-2023-05-26",
            "created_at": "2023-04-25T07:34:20.322815Z",
            "updated_at": "2023-04-25T07:34:21.427514Z",
            "summary": "Blaise Cendrars (1887–1961): Poetry Is Everything is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 24/09/2023, 00:00. Event is in The Morgan Library & Museum with address 225 Madison Avenue.",
            "title": "Blaise Cendrars (1887–1961): Poetry Is Everything",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-09-24T00: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": "225 Madison Avenue",
            "city": "New York",
            "geolocation": "40.7491907,-73.9814793",
            "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": 25069,
            "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": 24072,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ce3a847aee54705b696ffc380e6d1c9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ce3a847aee54705b696ffc380e6d1c9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8ce3a847aee54705b696ffc380e6d1c9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ce3a847aee54705b696ffc380e6d1c9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ce3a847aee54705b696ffc380e6d1c9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ce3a847aee54705b696ffc380e6d1c9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ce3a847aee54705b696ffc380e6d1c9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ce3a847aee54705b696ffc380e6d1c9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ce3a847aee54705b696ffc380e6d1c9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ce3a847aee54705b696ffc380e6d1c9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-25T07:47:34.708908Z",
                "updated_at": "2023-04-25T07:47:34.708947Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5464,
                "name": "The Tetley",
                "slug": "tetley",
                "city": "Leeds",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.793124,-1.5408765",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-04-25T07:47:41.079906Z",
            "publish_time": null,
            "slug": "the-tetley-antibodies-2023-05-26",
            "created_at": "2023-04-25T07:47:42.276930Z",
            "updated_at": "2023-04-25T07:47:45.098968Z",
            "summary": "Antibodies is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 17/09/2023, 00:00. Event is in The Tetley with address Hunslet Road.",
            "title": "Antibodies",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-09-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": "Hunslet Road",
            "city": "Leeds",
            "geolocation": "53.7858891,-1.5322937",
            "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": 25149,
            "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": 24146,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/668dbf2acbab4437909229b18ebbd764-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/668dbf2acbab4437909229b18ebbd764-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/668dbf2acbab4437909229b18ebbd764.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/668dbf2acbab4437909229b18ebbd764-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/668dbf2acbab4437909229b18ebbd764-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/668dbf2acbab4437909229b18ebbd764-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/668dbf2acbab4437909229b18ebbd764-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/668dbf2acbab4437909229b18ebbd764-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/668dbf2acbab4437909229b18ebbd764-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/668dbf2acbab4437909229b18ebbd764-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-26T19:02:14.201492Z",
                "updated_at": "2023-04-26T19:02:14.201548Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8082,
                "name": "Cygnet Square - TACO!",
                "slug": "cygnet-square-taco",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-04-26T19:02:20.087510Z",
            "publish_time": null,
            "slug": "cygnet-square-taco-wendy-2023-05-26",
            "created_at": "2023-04-26T19:02:20.982835Z",
            "updated_at": "2023-04-26T19:02:21.018031Z",
            "summary": "Wendy is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 09/07/2023, 00:00. Event is in Cygnet Square - TACO! with address 2 Cygnet Square.",
            "title": "Wendy",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-07-09T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2 Cygnet Square",
            "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": 25290,
            "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": 24277,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/884f3105e847493bb713388ed28c252b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/884f3105e847493bb713388ed28c252b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/884f3105e847493bb713388ed28c252b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/884f3105e847493bb713388ed28c252b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/884f3105e847493bb713388ed28c252b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/884f3105e847493bb713388ed28c252b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/884f3105e847493bb713388ed28c252b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/884f3105e847493bb713388ed28c252b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/884f3105e847493bb713388ed28c252b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/884f3105e847493bb713388ed28c252b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-03T18:51:18.827614Z",
                "updated_at": "2023-05-03T18:51:18.827671Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7861,
                "name": "1 Lower Clapton Road",
                "slug": "1-lower-clapton-road",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5436387,-0.0553621",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-03T18:51:21.496395Z",
            "publish_time": null,
            "slug": "1-lower-clapton-road-keith-hopewell-a-retrospective-report-from-new-babylon-2023-05-26",
            "created_at": "2023-05-03T18:51:22.386287Z",
            "updated_at": "2023-05-03T18:51:22.956412Z",
            "summary": "Keith Hopewell:  ‘A Retrospective Report From New Babylon’ is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 21/06/2023, 00:00. Event is in 1 Lower Clapton Road with address 1 Lower Clapton Road.",
            "title": "Keith Hopewell:  ‘A Retrospective Report From New Babylon’",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-06-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": "1 Lower Clapton Road",
            "city": "London",
            "geolocation": "51.549750599999996,-0.05461861537531147",
            "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": 25370,
            "author": {
                "id": "27bf0b53-6f36-4172-ab68-cbc5b40c39f1",
                "username": "elizabeth_876",
                "slug": "elizabeth_876",
                "first_name": "Hauser & Wirth",
                "last_name": "Angeles",
                "display_name": "Elizabeth Portanova",
                "display_name_full": "Elizabeth Portanova",
                "email": "losangeles@hauserwirth.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 4821,
                "name": "Hauser & Wirth Los Angeles",
                "slug": "hauser-wirth-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0462059,-118.2348186",
                "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-05-03T19:29:19.080978Z",
            "publish_time": null,
            "slug": "hauser-wirth-los-angeles-landscape-2023-05-26",
            "created_at": "2023-05-03T19:29:19.982519Z",
            "updated_at": "2023-05-03T19:29:20.344017Z",
            "summary": "Landscape is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 05/08/2023, 00:00. Event is in Hauser & Wirth Los Angeles with address Hauser & Wirth.",
            "title": "Landscape",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-08-05T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Hauser & Wirth",
            "city": "West Hollywood",
            "geolocation": "40.7477452,-74.0066653",
            "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": 25374,
            "author": {
                "id": "ce34e47b-4d0e-4fac-8569-c2a728a4d909",
                "username": "contact@haze.gallery",
                "slug": "contacthazegallery",
                "first_name": "Irina",
                "last_name": "Rusinovich",
                "display_name": null,
                "display_name_full": "Irina Rusinovich",
                "email": "contact@haze.gallery",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 24340,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09b31c69c3934afbbe1af9a2c30de50c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09b31c69c3934afbbe1af9a2c30de50c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/09b31c69c3934afbbe1af9a2c30de50c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09b31c69c3934afbbe1af9a2c30de50c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09b31c69c3934afbbe1af9a2c30de50c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09b31c69c3934afbbe1af9a2c30de50c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09b31c69c3934afbbe1af9a2c30de50c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09b31c69c3934afbbe1af9a2c30de50c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09b31c69c3934afbbe1af9a2c30de50c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09b31c69c3934afbbe1af9a2c30de50c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-03T19:29:41.775742Z",
                "updated_at": "2023-05-03T19:29:41.775802Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3417,
                "name": "Haze Gallery",
                "slug": "haze-gallery",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.49843509999999,13.3577691",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-05-03T19:29:45.028236Z",
            "publish_time": null,
            "slug": "haze-gallery-telo-readings-by-viktor-yerofeyev-and-art-by-genia-chef-2023-05-26",
            "created_at": "2023-05-03T19:29:45.927619Z",
            "updated_at": "2023-05-03T19:29:47.350220Z",
            "summary": "\"TELO\" Readings by Viktor Yerofeyev and Art by Genia Chef is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 03/06/2023, 00:00. Event is in Haze Gallery with address Bulowstrasse 11.",
            "title": "\"TELO\" Readings by Viktor Yerofeyev and Art by Genia Chef",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-06-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Bulowstrasse 11",
            "city": "Berlin",
            "geolocation": "54.40686195,18.565964462809735",
            "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": 25435,
            "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": 24392,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86e0863387474342aded273f20e4d64a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86e0863387474342aded273f20e4d64a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/86e0863387474342aded273f20e4d64a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86e0863387474342aded273f20e4d64a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86e0863387474342aded273f20e4d64a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86e0863387474342aded273f20e4d64a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86e0863387474342aded273f20e4d64a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86e0863387474342aded273f20e4d64a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86e0863387474342aded273f20e4d64a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86e0863387474342aded273f20e4d64a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-03T19:40:08.988867Z",
                "updated_at": "2023-05-03T19:40:08.988905Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3730,
                "name": "Backlit Gallery",
                "slug": "backlit-gallery",
                "city": "Nottingham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.9557104,-1.1348254",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-03T19:40:12.398352Z",
            "publish_time": null,
            "slug": "backlit-gallery-remains-2023-05-26",
            "created_at": "2023-05-03T19:40:13.284627Z",
            "updated_at": "2023-05-03T19:40:13.323804Z",
            "summary": "REMAINS is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 03/06/2023, 00:00. Event is in Backlit Gallery with address Basement Floor, Alfred House, Ashley Street.",
            "title": "REMAINS",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-06-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Basement Floor, Alfred House, Ashley Street",
            "city": "Nottingham",
            "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": 25476,
            "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": 24431,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/720815d3d3c54cda91056d6669254aa1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/720815d3d3c54cda91056d6669254aa1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/720815d3d3c54cda91056d6669254aa1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/720815d3d3c54cda91056d6669254aa1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/720815d3d3c54cda91056d6669254aa1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/720815d3d3c54cda91056d6669254aa1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/720815d3d3c54cda91056d6669254aa1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/720815d3d3c54cda91056d6669254aa1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/720815d3d3c54cda91056d6669254aa1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/720815d3d3c54cda91056d6669254aa1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-04T10:11:38.386213Z",
                "updated_at": "2023-05-04T10:11:38.386268Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3538,
                "name": "Galleria Raffaella Cortese",
                "slug": "galleria-raffaella-cortese",
                "city": "Milan",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.4785919,9.215878700000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2023-05-04T10:11:43.313618Z",
            "publish_time": null,
            "slug": "galleria-raffaella-cortese-t-j-wilcox-2023-05-26",
            "created_at": "2023-05-04T10:11:44.204218Z",
            "updated_at": "2023-05-04T10:11:44.653237Z",
            "summary": "T. J. Wilcox is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 02/09/2023, 00:00. Event is in Galleria Raffaella Cortese with address Via A.Stradella 7.",
            "title": "T. J. Wilcox",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-09-02T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Via A.Stradella 7",
            "city": "Milan",
            "geolocation": "42.2359402,12.338759",
            "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": 25480,
            "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": 24432,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cc2aae309064babb46ef1bd6498a82e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cc2aae309064babb46ef1bd6498a82e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3cc2aae309064babb46ef1bd6498a82e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cc2aae309064babb46ef1bd6498a82e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cc2aae309064babb46ef1bd6498a82e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cc2aae309064babb46ef1bd6498a82e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cc2aae309064babb46ef1bd6498a82e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cc2aae309064babb46ef1bd6498a82e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cc2aae309064babb46ef1bd6498a82e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cc2aae309064babb46ef1bd6498a82e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-04T10:11:38.506232Z",
                "updated_at": "2023-05-04T10:11:38.506291Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3538,
                "name": "Galleria Raffaella Cortese",
                "slug": "galleria-raffaella-cortese",
                "city": "Milan",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.4785919,9.215878700000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2023-05-04T10:11:45.227169Z",
            "publish_time": null,
            "slug": "galleria-raffaella-cortese-anna-maria-maiolino-acoes-matericas-2023-05-26",
            "created_at": "2023-05-04T10:11:46.115718Z",
            "updated_at": "2023-05-04T10:11:47.045720Z",
            "summary": "Anna Maria Maiolino, Ações Matéricas is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 02/09/2023, 00:00. Event is in Galleria Raffaella Cortese with address Via A.Stradella 7.",
            "title": "Anna Maria Maiolino, Ações Matéricas",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-09-02T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Via A.Stradella 7",
            "city": "Milan",
            "geolocation": "42.2359402,12.338759",
            "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": 25485,
            "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": 24435,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec562444c9064905a3684f070ff5fd00-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec562444c9064905a3684f070ff5fd00-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ec562444c9064905a3684f070ff5fd00.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec562444c9064905a3684f070ff5fd00-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec562444c9064905a3684f070ff5fd00-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec562444c9064905a3684f070ff5fd00-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec562444c9064905a3684f070ff5fd00-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec562444c9064905a3684f070ff5fd00-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec562444c9064905a3684f070ff5fd00-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec562444c9064905a3684f070ff5fd00-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-04T10:11:52.665515Z",
                "updated_at": "2023-05-04T10:11:52.665551Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4499,
                "name": "God's House Tower",
                "slug": "gods-house-tower",
                "city": "Southampton",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.8966852,-1.4049461",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-04T10:11:58.140382Z",
            "publish_time": null,
            "slug": "gods-house-tower-drawing-on-the-outside-2023-05-26",
            "created_at": "2023-05-04T10:11:59.103212Z",
            "updated_at": "2023-05-04T10:11:59.503297Z",
            "summary": "Drawing on the Outside is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 04/06/2023, 00:00. Event is in God's House Tower with address Winkle Street.",
            "title": "Drawing on the Outside",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-06-04T00: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": "Winkle Street",
            "city": "Southampton",
            "geolocation": "50.8965041,-1.4038261",
            "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": []
        }
    ]
}