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

{
    "count": 37604,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=4860&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=4824&ordering=-end_time",
    "results": [
        {
            "id": 31443,
            "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": 29741,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c692d5d8af0d45a291b186ac24f1fd7f-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c692d5d8af0d45a291b186ac24f1fd7f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c692d5d8af0d45a291b186ac24f1fd7f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c692d5d8af0d45a291b186ac24f1fd7f-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c692d5d8af0d45a291b186ac24f1fd7f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c692d5d8af0d45a291b186ac24f1fd7f.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c692d5d8af0d45a291b186ac24f1fd7f-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c692d5d8af0d45a291b186ac24f1fd7f-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c692d5d8af0d45a291b186ac24f1fd7f-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c692d5d8af0d45a291b186ac24f1fd7f-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-09-20T15:15:29.059468Z",
                "updated_at": "2023-09-20T15:15:29.059525Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5987,
                "name": "Hatton Gallery",
                "slug": "hatton-gallery",
                "city": "Newcastle upon Tyne",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "54.9793201,-1.6148867",
                "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-09-20T15:15:32.544404Z",
            "publish_time": null,
            "slug": "hatton-gallery-matt-rugg-connecting-form-2023-09-23",
            "created_at": "2023-09-20T15:15:33.470509Z",
            "updated_at": "2023-09-20T15:15:34.461616Z",
            "summary": "Matt Rugg: Connecting Form is an Gallery Shows event starting on 23/09/2023, 00:00 and ending on 13/01/2024, 01:00. Event is in Hatton Gallery with address University of Newcastle.",
            "title": "Matt Rugg: Connecting Form",
            "content": null,
            "start_time": "2023-09-23T00:00:00.000000Z",
            "end_time": "2024-01-13T01: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": "University of Newcastle",
            "city": "Newcastle upon Tyne",
            "geolocation": "54.98017505,-1.6146802127187847",
            "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": 33805,
            "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": 31946,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0557334c1bdd433d93e6c108798691d4-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0557334c1bdd433d93e6c108798691d4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0557334c1bdd433d93e6c108798691d4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0557334c1bdd433d93e6c108798691d4-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0557334c1bdd433d93e6c108798691d4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0557334c1bdd433d93e6c108798691d4.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0557334c1bdd433d93e6c108798691d4-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0557334c1bdd433d93e6c108798691d4-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0557334c1bdd433d93e6c108798691d4-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0557334c1bdd433d93e6c108798691d4-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-22T09:34:50.591097Z",
                "updated_at": "2023-11-22T09:34:50.591135Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2882,
                "name": "Pace Gallery New York",
                "slug": "pace-gallery-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7496373,-74.00504719999999",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2505,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-New-York-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-New-York-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-New-York-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-New-York-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-New-York-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-New-York-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Pace-Gallery-New-York.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-New-York-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-24T06:15:58.907418Z",
                    "updated_at": "2021-09-14T13:31:12.877399Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Pace Gallery New York",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-11-22T09:34:57.297347Z",
            "publish_time": null,
            "slug": "pace-gallery-new-york-tim-eitel-something-there-somewhere-outside-2023-11-17",
            "created_at": "2023-11-22T09:34:58.221106Z",
            "updated_at": "2023-11-22T09:34:59.300677Z",
            "summary": "Tim Eitel. something there somewhere outside is an Gallery Shows event starting on 17/11/2023, 01:00 and ending on 13/01/2024, 01:00. Event is in Pace Gallery New York with address 540 West 25th Street.",
            "title": "Tim Eitel. something there somewhere outside",
            "content": null,
            "start_time": "2023-11-17T01:00:00.000000Z",
            "end_time": "2024-01-13T01: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": "540 West 25th Street",
            "city": "New York",
            "geolocation": "40.749482099999994,-74.00503135",
            "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": 31556,
            "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": 29850,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba95b69950cc4e12b43dbfebf047ae8b-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba95b69950cc4e12b43dbfebf047ae8b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba95b69950cc4e12b43dbfebf047ae8b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba95b69950cc4e12b43dbfebf047ae8b-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba95b69950cc4e12b43dbfebf047ae8b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ba95b69950cc4e12b43dbfebf047ae8b.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba95b69950cc4e12b43dbfebf047ae8b-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba95b69950cc4e12b43dbfebf047ae8b-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba95b69950cc4e12b43dbfebf047ae8b-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba95b69950cc4e12b43dbfebf047ae8b-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-09-21T16:55:44.833007Z",
                "updated_at": "2023-09-21T16:55:44.833044Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3655,
                "name": "John Hansard Gallery",
                "slug": "john-hansard-gallery",
                "city": "Southampton",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.9079299,-1.4044114",
                "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-09-21T16:55:48.590463Z",
            "publish_time": null,
            "slug": "john-hansard-gallery-mykola-ridnyi-the-battle-over-mazepa-2023-10-28",
            "created_at": "2023-09-21T16:55:49.474517Z",
            "updated_at": "2023-09-21T16:55:49.973727Z",
            "summary": "Mykola Ridnyi: The Battle Over Mazepa is an Gallery Shows event starting on 28/10/2023, 00:00 and ending on 13/01/2024, 01:00. Event is in John Hansard Gallery with address 142-144 Above Bar Street.",
            "title": "Mykola Ridnyi: The Battle Over Mazepa",
            "content": null,
            "start_time": "2023-10-28T00:00:00.000000Z",
            "end_time": "2024-01-13T01: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": "142-144 Above Bar Street",
            "city": "Southampton",
            "geolocation": "50.90809815,-1.4041588103903107",
            "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": 33815,
            "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": 31957,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/38fa358bd828480eb61304663ca35631-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/38fa358bd828480eb61304663ca35631-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/38fa358bd828480eb61304663ca35631-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/38fa358bd828480eb61304663ca35631-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/38fa358bd828480eb61304663ca35631-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/38fa358bd828480eb61304663ca35631.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/38fa358bd828480eb61304663ca35631-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/38fa358bd828480eb61304663ca35631-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/38fa358bd828480eb61304663ca35631-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/38fa358bd828480eb61304663ca35631-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-22T09:35:09.756682Z",
                "updated_at": "2023-11-22T09:35:09.756720Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7970,
                "name": "Rogue Artist Studios CIC",
                "slug": "rogue-artist-studios-cic",
                "city": "Manchester",
                "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-11-22T09:35:17.114171Z",
            "publish_time": null,
            "slug": "rogue-artist-studios-cic-spark-artist-interventions-in-a-time-of-crisis-2023-12-09",
            "created_at": "2023-11-22T09:35:18.038815Z",
            "updated_at": "2023-11-22T09:35:18.085326Z",
            "summary": "SPARK: Artist Interventions in a Time of Crisis is an Gallery Shows event starting on 09/12/2023, 01:00 and ending on 13/01/2024, 01:00. Event is in Rogue Artist Studios CIC with address Gorton Station 2 min walk.",
            "title": "SPARK: Artist Interventions in a Time of Crisis",
            "content": null,
            "start_time": "2023-12-09T01:00:00.000000Z",
            "end_time": "2024-01-13T01: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": "Gorton Station 2 min walk",
            "city": "Manchester",
            "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": 33382,
            "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-11-09T10:45:47.627518Z",
            "publish_time": null,
            "slug": "hauser-wirth-los-angeles-prickling-goosebumps-a-humming-horizon-2023-11-09",
            "created_at": "2023-11-09T10:45:48.547094Z",
            "updated_at": "2023-11-09T10:45:49.051831Z",
            "summary": "Prickling Goosebumps & a Humming Horizon is an Gallery Shows event starting on 09/11/2023, 01:00 and ending on 13/01/2024, 01:00. Event is in Hauser & Wirth Los Angeles with address Hauser & Wirth.",
            "title": "Prickling Goosebumps & a Humming Horizon",
            "content": null,
            "start_time": "2023-11-09T01:00:00.000000Z",
            "end_time": "2024-01-13T01: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": "New York",
            "geolocation": "40.7477523,-74.0066657",
            "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": 33846,
            "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": 31983,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a97e4ce6a7994353a8d4afbe27a4b3c4-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a97e4ce6a7994353a8d4afbe27a4b3c4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a97e4ce6a7994353a8d4afbe27a4b3c4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a97e4ce6a7994353a8d4afbe27a4b3c4-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a97e4ce6a7994353a8d4afbe27a4b3c4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a97e4ce6a7994353a8d4afbe27a4b3c4.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a97e4ce6a7994353a8d4afbe27a4b3c4-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a97e4ce6a7994353a8d4afbe27a4b3c4-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a97e4ce6a7994353a8d4afbe27a4b3c4-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a97e4ce6a7994353a8d4afbe27a4b3c4-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-22T09:39:21.957029Z",
                "updated_at": "2023-11-22T09:39:21.957087Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7865,
                "name": "CAC La Traverse",
                "slug": "cac-la-traverse",
                "city": "Alfortville",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8054152,2.4163715",
                "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-11-22T09:39:36.190673Z",
            "publish_time": null,
            "slug": "cac-la-traverse-echantillons-de-soi-2023-11-29",
            "created_at": "2023-11-22T09:39:37.196983Z",
            "updated_at": "2023-11-22T09:39:38.684202Z",
            "summary": "Echantillons de soi is an Gallery Shows event starting on 29/11/2023, 01:00 and ending on 13/01/2024, 01:00. Event is in CAC La Traverse with address 9, rue Traversière.",
            "title": "Echantillons de soi",
            "content": null,
            "start_time": "2023-11-29T01:00:00.000000Z",
            "end_time": "2024-01-13T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "9, rue Traversière",
            "city": "Alfortville",
            "geolocation": "43.7577803,0.4588647",
            "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": 33802,
            "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": 31944,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fd1f49f25e614661a80bf0c904a18ea8-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fd1f49f25e614661a80bf0c904a18ea8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fd1f49f25e614661a80bf0c904a18ea8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fd1f49f25e614661a80bf0c904a18ea8-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fd1f49f25e614661a80bf0c904a18ea8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fd1f49f25e614661a80bf0c904a18ea8.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fd1f49f25e614661a80bf0c904a18ea8-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fd1f49f25e614661a80bf0c904a18ea8-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fd1f49f25e614661a80bf0c904a18ea8-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fd1f49f25e614661a80bf0c904a18ea8-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-22T09:33:25.985153Z",
                "updated_at": "2023-11-22T09:33:25.985188Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5634,
                "name": "Matthew Marks Gallery",
                "slug": "matthew-marks-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7490475,-74.0047307",
                "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-11-22T09:33:31.190054Z",
            "publish_time": null,
            "slug": "matthew-marks-gallery-leidy-churchman-heart-drop-2023-11-18",
            "created_at": "2023-11-22T09:33:32.359327Z",
            "updated_at": "2023-11-22T09:33:34.433793Z",
            "summary": "Leidy Churchman. Heart Drop is an Gallery Shows event starting on 18/11/2023, 01:00 and ending on 13/01/2024, 01:00. Event is in Matthew Marks Gallery with address 1062 North Orange Grove Avenue.",
            "title": "Leidy Churchman. Heart Drop",
            "content": null,
            "start_time": "2023-11-18T01:00:00.000000Z",
            "end_time": "2024-01-13T01: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": "1062 North Orange Grove Avenue",
            "city": "Los Angeles",
            "geolocation": "34.090187781249995,-118.3604384375",
            "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": 33703,
            "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": 31865,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/95d3017ae3ca459aa3545babfbffe978-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/95d3017ae3ca459aa3545babfbffe978-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/95d3017ae3ca459aa3545babfbffe978-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/95d3017ae3ca459aa3545babfbffe978-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/95d3017ae3ca459aa3545babfbffe978-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/95d3017ae3ca459aa3545babfbffe978.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/95d3017ae3ca459aa3545babfbffe978-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/95d3017ae3ca459aa3545babfbffe978-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/95d3017ae3ca459aa3545babfbffe978-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/95d3017ae3ca459aa3545babfbffe978-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-21T12:13:28.702482Z",
                "updated_at": "2023-11-21T12:13:28.702518Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4135,
                "name": "The RYDER Projects",
                "slug": "ryder-projects",
                "city": "Madrid",
                "country": {
                    "code": "ES",
                    "name": "Spain"
                },
                "geolocation": "40.4065489,-3.701225399999999",
                "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": "ES",
            "publish_status": "published",
            "published_at": "2023-11-21T12:13:33.919475Z",
            "publish_time": null,
            "slug": "the-ryder-projects-nora-baron-yuyo-a-tipsy-drama-in-three-parts-2023-11-16",
            "created_at": "2023-11-21T12:13:34.865700Z",
            "updated_at": "2023-11-21T12:13:38.100635Z",
            "summary": "Nora Barón: Yuyo, A Tipsy Drama In Three Parts is an Gallery Shows event starting on 16/11/2023, 01:00 and ending on 13/01/2024, 01:00. Event is in The RYDER Projects with address Calle Miguel Servet 13.",
            "title": "Nora Barón: Yuyo, A Tipsy Drama In Three Parts",
            "content": null,
            "start_time": "2023-11-16T01:00:00.000000Z",
            "end_time": "2024-01-13T01: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": "Calle Miguel Servet 13",
            "city": "Madrid",
            "geolocation": "36.7351117,-4.5692346",
            "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": 33995,
            "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": 32132,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bc2bba49a8d480da9385775a8c98840-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bc2bba49a8d480da9385775a8c98840-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bc2bba49a8d480da9385775a8c98840-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bc2bba49a8d480da9385775a8c98840-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bc2bba49a8d480da9385775a8c98840-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8bc2bba49a8d480da9385775a8c98840.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bc2bba49a8d480da9385775a8c98840-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bc2bba49a8d480da9385775a8c98840-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bc2bba49a8d480da9385775a8c98840-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bc2bba49a8d480da9385775a8c98840-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-30T15:56:09.741483Z",
                "updated_at": "2023-11-30T15:56:09.741520Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5414,
                "name": "South Parade",
                "slug": "south-parade",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4784669,-0.0246217",
                "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-11-30T15:56:12.377347Z",
            "publish_time": null,
            "slug": "south-parade-phosphorescence-of-my-local-lore-2023-11-23",
            "created_at": "2023-11-30T15:56:13.278369Z",
            "updated_at": "2023-11-30T15:56:13.673150Z",
            "summary": "phosphorescence, of my local lore is an Gallery Shows event starting on 23/11/2023, 01:00 and ending on 13/01/2024, 01:00. Event is in South Parade with address Griffin House,.",
            "title": "phosphorescence, of my local lore",
            "content": null,
            "start_time": "2023-11-23T01:00:00.000000Z",
            "end_time": "2024-01-13T01: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": "Griffin House,",
            "city": "London",
            "geolocation": "37.2747612,-76.71605649580042",
            "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": 32088,
            "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": 4440,
                "name": "Sadie Coles HQ",
                "slug": "sadie-coles-hq",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5067336,-0.1381435",
                "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-10-05T09:39:22.251728Z",
            "publish_time": null,
            "slug": "sadie-coles-hq-co-westerik-centenary-2023-11-15",
            "created_at": "2023-10-05T09:39:23.176110Z",
            "updated_at": "2023-10-05T09:39:24.453718Z",
            "summary": "Co Westerik: Centenary is an Gallery Shows event starting on 15/11/2023, 01:00 and ending on 13/01/2024, 01:00. Event is in Sadie Coles HQ with address 1 Davies Street.",
            "title": "Co Westerik: Centenary",
            "content": null,
            "start_time": "2023-11-15T01:00:00.000000Z",
            "end_time": "2024-01-13T01: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 Davies Street",
            "city": "London",
            "geolocation": "-33.7028782,150.33303816423174",
            "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": 33923,
            "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": 32064,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2cd154ae73f04ae2b9996a0830c65a81-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2cd154ae73f04ae2b9996a0830c65a81-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2cd154ae73f04ae2b9996a0830c65a81-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2cd154ae73f04ae2b9996a0830c65a81-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2cd154ae73f04ae2b9996a0830c65a81-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2cd154ae73f04ae2b9996a0830c65a81.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2cd154ae73f04ae2b9996a0830c65a81-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2cd154ae73f04ae2b9996a0830c65a81-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2cd154ae73f04ae2b9996a0830c65a81-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2cd154ae73f04ae2b9996a0830c65a81-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-30T14:28:15.029670Z",
                "updated_at": "2023-11-30T14:28:15.029726Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3254,
                "name": "Axel Obiger",
                "slug": "axel-obiger",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.534476,13.3986033",
                "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-11-30T14:28:22.698903Z",
            "publish_time": null,
            "slug": "axel-obiger-die-obiger-galaxis-compiling-caspar-david-2023-12-16",
            "created_at": "2023-11-30T14:28:23.710138Z",
            "updated_at": "2023-11-30T14:28:29.775869Z",
            "summary": "Die Obiger Galaxis / Compiling Caspar David is an Gallery Shows event starting on 16/12/2023, 01:00 and ending on 13/01/2024, 01:00. Event is in Axel Obiger with address Brunnenstraße 29.",
            "title": "Die Obiger Galaxis / Compiling Caspar David",
            "content": null,
            "start_time": "2023-12-16T01:00:00.000000Z",
            "end_time": "2024-01-13T01: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": "Brunnenstraße 29",
            "city": "Berlin",
            "geolocation": "52.5345204,13.398546",
            "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": 33537,
            "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": 31710,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5648eefe639a4b37adfb4932d60d0759-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5648eefe639a4b37adfb4932d60d0759-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5648eefe639a4b37adfb4932d60d0759-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5648eefe639a4b37adfb4932d60d0759-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5648eefe639a4b37adfb4932d60d0759-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5648eefe639a4b37adfb4932d60d0759.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5648eefe639a4b37adfb4932d60d0759-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5648eefe639a4b37adfb4932d60d0759-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5648eefe639a4b37adfb4932d60d0759-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5648eefe639a4b37adfb4932d60d0759-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-15T13:23:36.399512Z",
                "updated_at": "2023-11-15T13:23:36.399552Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5182,
                "name": "Jeffrey Deitch - Wooster St",
                "slug": "jeffrey-deitch",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7214948,-74.00316699999999",
                "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-11-15T13:23:40.433016Z",
            "publish_time": null,
            "slug": "jeffrey-deitch-wild-style-40-curated-by-carlo-mccormick-2023-11-11",
            "created_at": "2023-11-15T13:23:41.349824Z",
            "updated_at": "2023-11-15T13:23:42.074215Z",
            "summary": "Wild Style 40, Curated by Carlo McCormick is an Gallery Shows event starting on 11/11/2023, 01:00 and ending on 13/01/2024, 01:00. Event is in Jeffrey Deitch - Wooster St with address 18 Wooster Street.",
            "title": "Wild Style 40, Curated by Carlo McCormick",
            "content": null,
            "start_time": "2023-11-11T01:00:00.000000Z",
            "end_time": "2024-01-13T01: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": "18 Wooster Street",
            "city": "New York",
            "geolocation": "41.3867121,-73.0686656",
            "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": 33955,
            "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": 32094,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e00534d768a4d9a99911561ba9ecb19-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e00534d768a4d9a99911561ba9ecb19-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e00534d768a4d9a99911561ba9ecb19-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e00534d768a4d9a99911561ba9ecb19-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e00534d768a4d9a99911561ba9ecb19-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4e00534d768a4d9a99911561ba9ecb19.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e00534d768a4d9a99911561ba9ecb19-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e00534d768a4d9a99911561ba9ecb19-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e00534d768a4d9a99911561ba9ecb19-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e00534d768a4d9a99911561ba9ecb19-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-30T14:49:28.506860Z",
                "updated_at": "2023-11-30T14:49:28.506896Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5813,
                "name": "Haverkampf Leistenschneider",
                "slug": "haverkampf-leistenschneider",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5026853,13.318813",
                "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-11-30T14:49:34.256728Z",
            "publish_time": null,
            "slug": "haverkampf-leistenschneider-stephen-kent-on-borrowed-eyes-2023-11-24",
            "created_at": "2023-11-30T14:49:35.151262Z",
            "updated_at": "2023-11-30T14:49:42.852454Z",
            "summary": "Stephen Kent. On Borrowed Eyes is an Gallery Shows event starting on 24/11/2023, 01:00 and ending on 13/01/2024, 01:00. Event is in Haverkampf Leistenschneider with address Mommsenstrasse 67.",
            "title": "Stephen Kent. On Borrowed Eyes",
            "content": null,
            "start_time": "2023-11-24T01:00:00.000000Z",
            "end_time": "2024-01-13T01: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": "Mommsenstrasse 67",
            "city": "Berlin",
            "geolocation": "52.5028259,13.3186635",
            "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": 29288,
            "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": 27848,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2430256e7794a77b5dc99d99bf8ae2b-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2430256e7794a77b5dc99d99bf8ae2b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2430256e7794a77b5dc99d99bf8ae2b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2430256e7794a77b5dc99d99bf8ae2b-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2430256e7794a77b5dc99d99bf8ae2b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d2430256e7794a77b5dc99d99bf8ae2b.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2430256e7794a77b5dc99d99bf8ae2b-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2430256e7794a77b5dc99d99bf8ae2b-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2430256e7794a77b5dc99d99bf8ae2b-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2430256e7794a77b5dc99d99bf8ae2b-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-12T18:56:28.955170Z",
                "updated_at": "2023-07-12T18:56:28.955210Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 405,
                "name": "MoMA",
                "slug": "moma",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7614029,-73.9776248",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 95,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/MoMA-2.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/MoMA-2-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-17T20:58:49.945877Z",
                    "updated_at": "2021-09-14T12:38:45.020345Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "MoMA-2",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-07-12T18:56:31.417414Z",
            "publish_time": null,
            "slug": "moma-ed-ruscha-now-then-2023-09-10",
            "created_at": "2023-07-12T18:56:32.314519Z",
            "updated_at": "2023-07-12T18:56:35.712798Z",
            "summary": "Ed Ruscha. Now Then. is an Gallery Shows event starting on 10/09/2023, 00:00 and ending on 13/01/2024, 01:00. Event is in MoMA with address 11 West 53 Street.",
            "title": "Ed Ruscha. Now Then.",
            "content": null,
            "start_time": "2023-09-10T00:00:00.000000Z",
            "end_time": "2024-01-13T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "11 West 53 Street",
            "city": "New York",
            "geolocation": "53.0243372,-112.8306588",
            "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": 34070,
            "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": 32205,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8945254365f249948c42b1c697195a5b-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8945254365f249948c42b1c697195a5b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8945254365f249948c42b1c697195a5b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8945254365f249948c42b1c697195a5b-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8945254365f249948c42b1c697195a5b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8945254365f249948c42b1c697195a5b.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8945254365f249948c42b1c697195a5b-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8945254365f249948c42b1c697195a5b-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8945254365f249948c42b1c697195a5b-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8945254365f249948c42b1c697195a5b-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-04T12:10:36.246010Z",
                "updated_at": "2023-12-04T12:10:36.246045Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9052,
                "name": "Loom Gallery",
                "slug": "loom-gallery",
                "city": "Milano",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.48567449999999,9.207514399999999",
                "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-12-04T12:10:51.523450Z",
            "publish_time": null,
            "slug": "loom-gallery-batteries-not-included-2023-11-25",
            "created_at": "2023-12-04T12:10:52.575432Z",
            "updated_at": "2023-12-04T12:10:55.417625Z",
            "summary": "Batteries not included is an Gallery Shows event starting on 25/11/2023, 01:00 and ending on 13/01/2024, 01:00. Event is in Loom Gallery with address Piazza Luigi di Savoia 24.",
            "title": "Batteries not included",
            "content": null,
            "start_time": "2023-11-25T01:00:00.000000Z",
            "end_time": "2024-01-13T01: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": "Piazza Luigi di Savoia 24",
            "city": "Milan",
            "geolocation": "45.4857368,9.2074152",
            "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": 33799,
            "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": 31940,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/375f484bb7f549f5bcff7f50a9e3b0e1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/375f484bb7f549f5bcff7f50a9e3b0e1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/375f484bb7f549f5bcff7f50a9e3b0e1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/375f484bb7f549f5bcff7f50a9e3b0e1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/375f484bb7f549f5bcff7f50a9e3b0e1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/375f484bb7f549f5bcff7f50a9e3b0e1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/375f484bb7f549f5bcff7f50a9e3b0e1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/375f484bb7f549f5bcff7f50a9e3b0e1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/375f484bb7f549f5bcff7f50a9e3b0e1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/375f484bb7f549f5bcff7f50a9e3b0e1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-22T09:33:15.166775Z",
                "updated_at": "2023-11-22T09:33:15.166812Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5520,
                "name": "M+B",
                "slug": "mb",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0811818,-118.3874414",
                "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-11-22T09:33:21.001445Z",
            "publish_time": null,
            "slug": "mb-johnny-izatt-lowry-at-some-point-the-other-day-2023-11-18",
            "created_at": "2023-11-22T09:33:22.047191Z",
            "updated_at": "2023-11-22T09:33:22.678066Z",
            "summary": "Johnny Izatt-Lowry. At Some Point, The Other Day is an Gallery Shows event starting on 18/11/2023, 01:00 and ending on 13/01/2024, 01:00. Event is in M+B with address 612 North Almont Drive.",
            "title": "Johnny Izatt-Lowry. At Some Point, The Other Day",
            "content": null,
            "start_time": "2023-11-18T01:00:00.000000Z",
            "end_time": "2024-01-13T01: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": "612 North Almont Drive",
            "city": "Los Angeles",
            "geolocation": "34.08107204233,-118.38760652201594",
            "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": 34265,
            "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": 32380,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7dc30263ee4f4dffb73380754e694cfb-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7dc30263ee4f4dffb73380754e694cfb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7dc30263ee4f4dffb73380754e694cfb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7dc30263ee4f4dffb73380754e694cfb-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7dc30263ee4f4dffb73380754e694cfb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7dc30263ee4f4dffb73380754e694cfb.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7dc30263ee4f4dffb73380754e694cfb-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7dc30263ee4f4dffb73380754e694cfb-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7dc30263ee4f4dffb73380754e694cfb-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7dc30263ee4f4dffb73380754e694cfb-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-11T16:49:36.887617Z",
                "updated_at": "2023-12-11T16:49:36.887672Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 681,
                "name": "David Zwirner London",
                "slug": "david-zwirner-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5094758,-0.14302999999995336",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 777,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th-street-david-zwirner-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th-street-david-zwirner-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th-street-david-zwirner-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th-street-david-zwirner-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th-street-david-zwirner-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th-street-david-zwirner-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/20th-street-david-zwirner.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th-street-david-zwirner-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-18T20:14:14.460715Z",
                    "updated_at": "2021-09-14T12:53:45.169936Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "20th street david zwirner]",
                    "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-12-11T16:49:43.040637Z",
            "publish_time": null,
            "slug": "david-zwirner-london-robert-ryman-line-2023-11-30",
            "created_at": "2023-12-11T16:49:43.928771Z",
            "updated_at": "2023-12-11T16:49:45.957445Z",
            "summary": "Robert Ryman: Line is an Gallery Shows event starting on 30/11/2023, 01:00 and ending on 13/01/2024, 01:00. Event is in David Zwirner London with address 24 Grafton Street.",
            "title": "Robert Ryman: Line",
            "content": null,
            "start_time": "2023-11-30T01:00:00.000000Z",
            "end_time": "2024-01-13T01: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": "24 Grafton Street",
            "city": "London",
            "geolocation": "50.819724,-0.1288106",
            "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": 34186,
            "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": 32306,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/23e5fb02f20c478693b0cf96d0564abf-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/23e5fb02f20c478693b0cf96d0564abf-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/23e5fb02f20c478693b0cf96d0564abf-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/23e5fb02f20c478693b0cf96d0564abf-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/23e5fb02f20c478693b0cf96d0564abf-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/23e5fb02f20c478693b0cf96d0564abf.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/23e5fb02f20c478693b0cf96d0564abf-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/23e5fb02f20c478693b0cf96d0564abf-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/23e5fb02f20c478693b0cf96d0564abf-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/23e5fb02f20c478693b0cf96d0564abf-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-07T11:44:44.037623Z",
                "updated_at": "2023-12-07T11:44:44.037680Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9204,
                "name": "Bath House Galleries, Sovereign Design House and toast cafe",
                "slug": "bath-house-galleries-sovereign-design-house-and-toast-cafe",
                "city": "Huddersfield",
                "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-12-07T11:44:48.122135Z",
            "publish_time": null,
            "slug": "bath-house-galleries-sovereign-design-house-and-toast-cafe-collaborating-with-nature-2023-12-12",
            "created_at": "2023-12-07T11:44:49.030852Z",
            "updated_at": "2023-12-07T11:44:49.072758Z",
            "summary": "Collaborating with Nature is an Gallery Shows event starting on 12/12/2023, 01:00 and ending on 13/01/2024, 01:00. Event is in Bath House Galleries, Sovereign Design House and toast cafe with address Hepworth Park, University of Huddersfield Queensgate Campus.",
            "title": "Collaborating with Nature",
            "content": null,
            "start_time": "2023-12-12T01:00:00.000000Z",
            "end_time": "2024-01-13T01: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": "Hepworth Park, University of Huddersfield Queensgate Campus",
            "city": "Huddersfield",
            "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": []
        }
    ]
}