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=34812&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=34830&ordering=end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=34794&ordering=end_time",
    "results": [
        {
            "id": 35524,
            "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": 33647,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c740d7c3cb3f42c987712393373c5383-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c740d7c3cb3f42c987712393373c5383-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c740d7c3cb3f42c987712393373c5383-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c740d7c3cb3f42c987712393373c5383-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c740d7c3cb3f42c987712393373c5383-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c740d7c3cb3f42c987712393373c5383.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c740d7c3cb3f42c987712393373c5383-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c740d7c3cb3f42c987712393373c5383-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c740d7c3cb3f42c987712393373c5383-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c740d7c3cb3f42c987712393373c5383-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-05T13:43:37.259804Z",
                "updated_at": "2024-02-05T13:43:37.259841Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3320,
                "name": "Elysium Gallery Swansea",
                "slug": "elysium-gallery-swansea",
                "city": "Swansea",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.6238584,-3.9413885",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-02-05T13:43:39.690682Z",
            "publish_time": null,
            "slug": "elysium-gallery-swansea-art-in-the-bar-art-unlocked-2024-02-02",
            "created_at": "2024-02-05T13:43:40.638634Z",
            "updated_at": "2024-02-05T13:43:50.768280Z",
            "summary": "Art in the Bar: Art Unlocked is an Gallery Shows event starting on 02/02/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Elysium Gallery Swansea with address 210 High Street.",
            "title": "Art in the Bar: Art Unlocked",
            "content": null,
            "start_time": "2024-02-02T01:00:00.000000Z",
            "end_time": "2024-03-23T01: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": "210 High Street",
            "city": "Swansea",
            "geolocation": "41.7687937,-72.5391657",
            "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": 35548,
            "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": 33670,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37bd55908473404c84e0ccbd24ecb7f9-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37bd55908473404c84e0ccbd24ecb7f9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37bd55908473404c84e0ccbd24ecb7f9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37bd55908473404c84e0ccbd24ecb7f9-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37bd55908473404c84e0ccbd24ecb7f9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/37bd55908473404c84e0ccbd24ecb7f9.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37bd55908473404c84e0ccbd24ecb7f9-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37bd55908473404c84e0ccbd24ecb7f9-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37bd55908473404c84e0ccbd24ecb7f9-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37bd55908473404c84e0ccbd24ecb7f9-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-07T17:21:08.349307Z",
                "updated_at": "2024-02-07T17:21:08.349345Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3536,
                "name": "Anima Mundi",
                "slug": "anima-mundi",
                "city": "St Ives",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.2114983,-5.4802868",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-02-07T17:21:14.087343Z",
            "publish_time": null,
            "slug": "anima-mundi-a-skin-made-porous-2024-02-09",
            "created_at": "2024-02-07T17:21:15.022687Z",
            "updated_at": "2024-02-07T17:21:15.476082Z",
            "summary": "'A Skin Made Porous' is an Gallery Shows event starting on 09/02/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Anima Mundi with address Street-an-Pol.",
            "title": "'A Skin Made Porous'",
            "content": null,
            "start_time": "2024-02-09T01:00:00.000000Z",
            "end_time": "2024-03-23T01: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": "Street-an-Pol",
            "city": "St Ives",
            "geolocation": "50.2115082,-5.4802216",
            "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": 35559,
            "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": 33680,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adde0631ee1741289d362adb25a43d4e-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adde0631ee1741289d362adb25a43d4e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adde0631ee1741289d362adb25a43d4e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adde0631ee1741289d362adb25a43d4e-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adde0631ee1741289d362adb25a43d4e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/adde0631ee1741289d362adb25a43d4e.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adde0631ee1741289d362adb25a43d4e-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adde0631ee1741289d362adb25a43d4e-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adde0631ee1741289d362adb25a43d4e-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adde0631ee1741289d362adb25a43d4e-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-07T17:22:42.805046Z",
                "updated_at": "2024-02-07T17:22:42.805106Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5562,
                "name": "Chapter",
                "slug": "chapter",
                "city": "Cardiff",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4832658,-3.2046711",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-02-07T17:22:49.048831Z",
            "publish_time": null,
            "slug": "chapter-ranters-theatre-belief-system-2024-03-09",
            "created_at": "2024-02-07T17:22:49.972999Z",
            "updated_at": "2024-02-07T17:22:50.614889Z",
            "summary": "Ranters Theatre: Belief System is an Gallery Shows event starting on 09/03/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Chapter with address Market Road.",
            "title": "Ranters Theatre: Belief System",
            "content": null,
            "start_time": "2024-03-09T01:00:00.000000Z",
            "end_time": "2024-03-23T01: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": "Market Road",
            "city": "Cardiff",
            "geolocation": "55.9333833,-4.1283636",
            "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": 35582,
            "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": 33701,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4baca22eb2ec41b1a0292151e45a1994-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4baca22eb2ec41b1a0292151e45a1994-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4baca22eb2ec41b1a0292151e45a1994-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4baca22eb2ec41b1a0292151e45a1994-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4baca22eb2ec41b1a0292151e45a1994-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4baca22eb2ec41b1a0292151e45a1994.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4baca22eb2ec41b1a0292151e45a1994-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4baca22eb2ec41b1a0292151e45a1994-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4baca22eb2ec41b1a0292151e45a1994-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4baca22eb2ec41b1a0292151e45a1994-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-07T17:50:51.038596Z",
                "updated_at": "2024-02-07T17:50:51.038634Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4822,
                "name": "Heller Gallery",
                "slug": "heller-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7506821,-74.0023736",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-07T17:50:53.789951Z",
            "publish_time": null,
            "slug": "heller-gallery-michiko-sakano-droplets-2024-02-09",
            "created_at": "2024-02-07T17:50:54.710843Z",
            "updated_at": "2024-02-07T17:50:54.762295Z",
            "summary": "Michiko Sakano. Droplets is an Gallery Shows event starting on 09/02/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Heller Gallery with address 303 10th Avenue (between 27th & 28th).",
            "title": "Michiko Sakano. Droplets",
            "content": null,
            "start_time": "2024-02-09T01:00:00.000000Z",
            "end_time": "2024-03-23T01: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": "303 10th Avenue (between 27th & 28th)",
            "city": "New York",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 35625,
            "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": 33742,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c47867d52abd41969c4b1b9ce1a85802-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c47867d52abd41969c4b1b9ce1a85802-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c47867d52abd41969c4b1b9ce1a85802-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c47867d52abd41969c4b1b9ce1a85802-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c47867d52abd41969c4b1b9ce1a85802-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c47867d52abd41969c4b1b9ce1a85802.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c47867d52abd41969c4b1b9ce1a85802-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c47867d52abd41969c4b1b9ce1a85802-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c47867d52abd41969c4b1b9ce1a85802-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c47867d52abd41969c4b1b9ce1a85802-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-07T17:55:56.006704Z",
                "updated_at": "2024-02-07T17:55:56.006741Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9091,
                "name": "Olympia",
                "slug": "olympia",
                "city": "New York",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "40.7162015,-73.9913325",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-07T17:56:08.238783Z",
            "publish_time": null,
            "slug": "olympia-dana-frankfort-life-and-death-2024-02-10",
            "created_at": "2024-02-07T17:56:09.151637Z",
            "updated_at": "2024-02-07T17:56:11.977460Z",
            "summary": "Dana Frankfort. Life and death is an Gallery Shows event starting on 10/02/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Olympia with address 41 Orchard St..",
            "title": "Dana Frankfort. Life and death",
            "content": null,
            "start_time": "2024-02-10T01:00:00.000000Z",
            "end_time": "2024-03-23T01: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": "41 Orchard St.",
            "city": "New York",
            "geolocation": "51.2826661,1.0714040714285733",
            "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": 35648,
            "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": 33766,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84913c04a4c0432c9bb7538ea533d2fb-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84913c04a4c0432c9bb7538ea533d2fb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84913c04a4c0432c9bb7538ea533d2fb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84913c04a4c0432c9bb7538ea533d2fb-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84913c04a4c0432c9bb7538ea533d2fb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/84913c04a4c0432c9bb7538ea533d2fb.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84913c04a4c0432c9bb7538ea533d2fb-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84913c04a4c0432c9bb7538ea533d2fb-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84913c04a4c0432c9bb7538ea533d2fb-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84913c04a4c0432c9bb7538ea533d2fb-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-08T09:41:33.963709Z",
                "updated_at": "2024-02-08T09:41:33.963745Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 750,
                "name": "Marlborough Gallery Madrid",
                "slug": "gallery-marlborough-madrid",
                "city": "Madrid",
                "country": {
                    "code": "ES",
                    "name": "Spain"
                },
                "geolocation": "40.4274242,-3.692923800000017",
                "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": "2024-02-08T09:41:37.541983Z",
            "publish_time": null,
            "slug": "galeria-marlborough-madrid-tu-pelo-es-mi-bandera-2024-02-01",
            "created_at": "2024-02-08T09:41:38.469653Z",
            "updated_at": "2024-02-08T09:41:39.573446Z",
            "summary": "Tu pelo es mi bandera is an Gallery Shows event starting on 01/02/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Marlborough Gallery Madrid with address orfila 5.",
            "title": "Tu pelo es mi bandera",
            "content": null,
            "start_time": "2024-02-01T01:00:00.000000Z",
            "end_time": "2024-03-23T01: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": "orfila 5",
            "city": "Madrid",
            "geolocation": "42.6646996,2.8868237",
            "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": 35649,
            "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": 33767,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/24e95ecfc0a7470d9e6c684eaac6ac1f-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/24e95ecfc0a7470d9e6c684eaac6ac1f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/24e95ecfc0a7470d9e6c684eaac6ac1f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/24e95ecfc0a7470d9e6c684eaac6ac1f-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/24e95ecfc0a7470d9e6c684eaac6ac1f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/24e95ecfc0a7470d9e6c684eaac6ac1f.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/24e95ecfc0a7470d9e6c684eaac6ac1f-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/24e95ecfc0a7470d9e6c684eaac6ac1f-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/24e95ecfc0a7470d9e6c684eaac6ac1f-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/24e95ecfc0a7470d9e6c684eaac6ac1f-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-08T09:41:34.106841Z",
                "updated_at": "2024-02-08T09:41:34.106879Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 750,
                "name": "Marlborough Gallery Madrid",
                "slug": "gallery-marlborough-madrid",
                "city": "Madrid",
                "country": {
                    "code": "ES",
                    "name": "Spain"
                },
                "geolocation": "40.4274242,-3.692923800000017",
                "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": "2024-02-08T09:41:37.626472Z",
            "publish_time": null,
            "slug": "galeria-marlborough-madrid-metamorfismo-2024-02-01",
            "created_at": "2024-02-08T09:41:38.543772Z",
            "updated_at": "2024-02-08T09:41:39.213337Z",
            "summary": "Metamorfismo is an Gallery Shows event starting on 01/02/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Marlborough Gallery Madrid with address orfila 5.",
            "title": "Metamorfismo",
            "content": null,
            "start_time": "2024-02-01T01:00:00.000000Z",
            "end_time": "2024-03-23T01: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": "orfila 5",
            "city": "Madrid",
            "geolocation": "42.6646996,2.8868237",
            "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": 35650,
            "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": 33768,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/201dd36e40504d41a7316514d794db58-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/201dd36e40504d41a7316514d794db58-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/201dd36e40504d41a7316514d794db58-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/201dd36e40504d41a7316514d794db58-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/201dd36e40504d41a7316514d794db58-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/201dd36e40504d41a7316514d794db58.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/201dd36e40504d41a7316514d794db58-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/201dd36e40504d41a7316514d794db58-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/201dd36e40504d41a7316514d794db58-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/201dd36e40504d41a7316514d794db58-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-08T09:41:33.941631Z",
                "updated_at": "2024-02-08T09:41:33.941674Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 750,
                "name": "Marlborough Gallery Madrid",
                "slug": "gallery-marlborough-madrid",
                "city": "Madrid",
                "country": {
                    "code": "ES",
                    "name": "Spain"
                },
                "geolocation": "40.4274242,-3.692923800000017",
                "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": "2024-02-08T09:41:40.422829Z",
            "publish_time": null,
            "slug": "galeria-marlborough-madrid-asterisco-volcanico-avatar-frutal-2024-02-01",
            "created_at": "2024-02-08T09:41:41.339291Z",
            "updated_at": "2024-02-08T09:41:42.789717Z",
            "summary": "asterisco volcánico avatar frutal is an Gallery Shows event starting on 01/02/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Marlborough Gallery Madrid with address orfila 5.",
            "title": "asterisco volcánico avatar frutal",
            "content": null,
            "start_time": "2024-02-01T01:00:00.000000Z",
            "end_time": "2024-03-23T01: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": "orfila 5",
            "city": "Madrid",
            "geolocation": "42.6646996,2.8868237",
            "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": 35664,
            "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": 33774,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebe3ada3171d4b92bdf6779312bf38d6-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebe3ada3171d4b92bdf6779312bf38d6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebe3ada3171d4b92bdf6779312bf38d6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebe3ada3171d4b92bdf6779312bf38d6-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebe3ada3171d4b92bdf6779312bf38d6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ebe3ada3171d4b92bdf6779312bf38d6.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebe3ada3171d4b92bdf6779312bf38d6-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebe3ada3171d4b92bdf6779312bf38d6-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebe3ada3171d4b92bdf6779312bf38d6-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebe3ada3171d4b92bdf6779312bf38d6-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-08T09:42:05.089318Z",
                "updated_at": "2024-02-08T09:42:05.089362Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9081,
                "name": "Galerie Raphael Durazzo",
                "slug": "galerie-raphael-durazzo",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8712283,2.3154174",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "FR",
            "publish_status": "published",
            "published_at": "2024-02-08T09:42:17.648183Z",
            "publish_time": null,
            "slug": "galerie-raphael-durazzo-irene-zurkinden-parisienne-2024-02-01",
            "created_at": "2024-02-08T09:42:18.564936Z",
            "updated_at": "2024-02-08T09:42:19.039510Z",
            "summary": "Irène Zurkinden Parisienne is an Gallery Shows event starting on 01/02/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Galerie Raphael Durazzo with address 23 rue du Cirque.",
            "title": "Irène Zurkinden Parisienne",
            "content": null,
            "start_time": "2024-02-01T01:00:00.000000Z",
            "end_time": "2024-03-23T01: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": "23 rue du Cirque",
            "city": "Paris",
            "geolocation": "48.8712054,2.3154448",
            "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": 35704,
            "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": 33807,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b20df7dc49e4f84ab7d4702e785b807-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b20df7dc49e4f84ab7d4702e785b807-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b20df7dc49e4f84ab7d4702e785b807-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b20df7dc49e4f84ab7d4702e785b807-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b20df7dc49e4f84ab7d4702e785b807-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0b20df7dc49e4f84ab7d4702e785b807.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b20df7dc49e4f84ab7d4702e785b807-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b20df7dc49e4f84ab7d4702e785b807-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b20df7dc49e4f84ab7d4702e785b807-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b20df7dc49e4f84ab7d4702e785b807-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-12T11:12:58.525433Z",
                "updated_at": "2024-02-12T11:12:58.525495Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3633,
                "name": "Craig Krull Gallery",
                "slug": "craig-krull-gallery",
                "city": "Santa Monica",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0283148,-118.4676457",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-12T11:13:12.017784Z",
            "publish_time": null,
            "slug": "craig-krull-gallery-kelly-berg-a-crack-in-everything-2024-02-10",
            "created_at": "2024-02-12T11:13:12.922175Z",
            "updated_at": "2024-02-12T11:13:13.723773Z",
            "summary": "Kelly Berg: A Crack in Everything is an Gallery Shows event starting on 10/02/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Craig Krull Gallery with address Bergamot Station, B3.",
            "title": "Kelly Berg: A Crack in Everything",
            "content": null,
            "start_time": "2024-02-10T01:00:00.000000Z",
            "end_time": "2024-03-23T01: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": "Bergamot Station, B3",
            "city": "Santa Monica",
            "geolocation": "40.6171781,-74.7648893",
            "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": 35717,
            "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": 33818,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/837e3aa684b34c4ea47e461e6f6689ae-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/837e3aa684b34c4ea47e461e6f6689ae-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/837e3aa684b34c4ea47e461e6f6689ae-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/837e3aa684b34c4ea47e461e6f6689ae-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/837e3aa684b34c4ea47e461e6f6689ae-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/837e3aa684b34c4ea47e461e6f6689ae.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/837e3aa684b34c4ea47e461e6f6689ae-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/837e3aa684b34c4ea47e461e6f6689ae-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/837e3aa684b34c4ea47e461e6f6689ae-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/837e3aa684b34c4ea47e461e6f6689ae-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-12T11:19:49.310601Z",
                "updated_at": "2024-02-12T11:19:49.310638Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4841,
                "name": "Massey Klein",
                "slug": "massey-klein",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.71930330000001,-73.99207059999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-12T11:19:55.648886Z",
            "publish_time": null,
            "slug": "massey-klein-jude-griebel-revenants-2024-02-10",
            "created_at": "2024-02-12T11:19:56.542788Z",
            "updated_at": "2024-02-12T11:19:57.250360Z",
            "summary": "Jude Griebel: Revenants is an Gallery Shows event starting on 10/02/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Massey Klein with address 124 Forsyth Street.",
            "title": "Jude Griebel: Revenants",
            "content": null,
            "start_time": "2024-02-10T01:00:00.000000Z",
            "end_time": "2024-03-23T01: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": "124 Forsyth Street",
            "city": "New York",
            "geolocation": "40.7193186,-73.99208305263124",
            "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": 35729,
            "author": {
                "id": "46370bb0-19af-4c7f-8105-6b1f6453323c",
                "username": "isabelle_1312",
                "slug": "isabelle_1312",
                "first_name": "Lucasta",
                "last_name": "Partridge Hicks",
                "display_name": "Isabelle Brooks",
                "display_name_full": "Isabelle Brooks",
                "email": "lucasta@milesmcenery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2957,
                "name": "Miles McEnery Gallery",
                "slug": "miles-mcenery-gallery",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7476057,-74.005763",
                "artworks_for_sale_count": 923,
                "featured_image": {
                    "id": 2791,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/miles-mcenery-gallery-logo-1576360493.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-05-10T09:20:11.790881Z",
                    "updated_at": "2021-09-14T13:38:49.841131Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-12T11:20:29.288996Z",
            "publish_time": null,
            "slug": "miles-mcenery-gallery-emily-eveleth-everything-but-the-truth-2024-02-08",
            "created_at": "2024-02-12T11:20:30.312475Z",
            "updated_at": "2024-02-12T11:20:31.570881Z",
            "summary": "Emily Eveleth: Everything but the Truth is an Gallery Shows event starting on 08/02/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Miles McEnery Gallery with address 515 West 22nd Street.",
            "title": "Emily Eveleth: Everything but the Truth",
            "content": null,
            "start_time": "2024-02-08T01:00:00.000000Z",
            "end_time": "2024-03-23T01: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": "515 West 22nd Street",
            "city": "New York",
            "geolocation": "44.96068885,-93.2863889500817",
            "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": 35730,
            "author": {
                "id": "46370bb0-19af-4c7f-8105-6b1f6453323c",
                "username": "isabelle_1312",
                "slug": "isabelle_1312",
                "first_name": "Lucasta",
                "last_name": "Partridge Hicks",
                "display_name": "Isabelle Brooks",
                "display_name_full": "Isabelle Brooks",
                "email": "lucasta@milesmcenery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2957,
                "name": "Miles McEnery Gallery",
                "slug": "miles-mcenery-gallery",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7476057,-74.005763",
                "artworks_for_sale_count": 923,
                "featured_image": {
                    "id": 2791,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/miles-mcenery-gallery-logo-1576360493.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-05-10T09:20:11.790881Z",
                    "updated_at": "2021-09-14T13:38:49.841131Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-12T11:20:29.826854Z",
            "publish_time": null,
            "slug": "miles-mcenery-gallery-daniel-rich-parallels-2024-02-08",
            "created_at": "2024-02-12T11:20:31.120851Z",
            "updated_at": "2024-02-12T11:20:31.732468Z",
            "summary": "Daniel Rich: Parallels is an Gallery Shows event starting on 08/02/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Miles McEnery Gallery with address 511 West 22nd Street.",
            "title": "Daniel Rich: Parallels",
            "content": null,
            "start_time": "2024-02-08T01:00:00.000000Z",
            "end_time": "2024-03-23T01: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": "511 West 22nd Street",
            "city": "New York",
            "geolocation": "44.960686949999996,-93.28622703561555",
            "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": 35731,
            "author": {
                "id": "46370bb0-19af-4c7f-8105-6b1f6453323c",
                "username": "isabelle_1312",
                "slug": "isabelle_1312",
                "first_name": "Lucasta",
                "last_name": "Partridge Hicks",
                "display_name": "Isabelle Brooks",
                "display_name_full": "Isabelle Brooks",
                "email": "lucasta@milesmcenery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2957,
                "name": "Miles McEnery Gallery",
                "slug": "miles-mcenery-gallery",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7476057,-74.005763",
                "artworks_for_sale_count": 923,
                "featured_image": {
                    "id": 2791,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/miles-mcenery-gallery-logo-1576360493.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-05-10T09:20:11.790881Z",
                    "updated_at": "2021-09-14T13:38:49.841131Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-12T11:20:33.202175Z",
            "publish_time": null,
            "slug": "miles-mcenery-gallery-phillip-allen-2024-02-08",
            "created_at": "2024-02-12T11:20:34.109939Z",
            "updated_at": "2024-02-12T11:20:34.716105Z",
            "summary": "Phillip Allen is an Gallery Shows event starting on 08/02/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Miles McEnery Gallery with address 525 West 22nd Street.",
            "title": "Phillip Allen",
            "content": null,
            "start_time": "2024-02-08T01:00:00.000000Z",
            "end_time": "2024-03-23T01: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": "525 West 22nd Street",
            "city": "New York",
            "geolocation": "40.7475857,-74.0057016",
            "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": 35732,
            "author": {
                "id": "46370bb0-19af-4c7f-8105-6b1f6453323c",
                "username": "isabelle_1312",
                "slug": "isabelle_1312",
                "first_name": "Lucasta",
                "last_name": "Partridge Hicks",
                "display_name": "Isabelle Brooks",
                "display_name_full": "Isabelle Brooks",
                "email": "lucasta@milesmcenery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2957,
                "name": "Miles McEnery Gallery",
                "slug": "miles-mcenery-gallery",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7476057,-74.005763",
                "artworks_for_sale_count": 923,
                "featured_image": {
                    "id": 2791,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/miles-mcenery-gallery-logo-1576360493.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/miles-mcenery-gallery-logo-1576360493-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-05-10T09:20:11.790881Z",
                    "updated_at": "2021-09-14T13:38:49.841131Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-12T11:20:39.517997Z",
            "publish_time": null,
            "slug": "miles-mcenery-gallery-roy-dowell-2024-02-08",
            "created_at": "2024-02-12T11:20:40.444728Z",
            "updated_at": "2024-02-12T11:20:41.719034Z",
            "summary": "Roy Dowell is an Gallery Shows event starting on 08/02/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Miles McEnery Gallery with address 520 West 21st Street.",
            "title": "Roy Dowell",
            "content": null,
            "start_time": "2024-02-08T01:00:00.000000Z",
            "end_time": "2024-03-23T01: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": "520 West 21st Street",
            "city": "New York",
            "geolocation": "40.7467488,-74.0062465",
            "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": 35752,
            "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": 33848,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8769b2e4d60b4d0cb9463fcff9573f76-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8769b2e4d60b4d0cb9463fcff9573f76-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8769b2e4d60b4d0cb9463fcff9573f76-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8769b2e4d60b4d0cb9463fcff9573f76-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8769b2e4d60b4d0cb9463fcff9573f76-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8769b2e4d60b4d0cb9463fcff9573f76.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8769b2e4d60b4d0cb9463fcff9573f76-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8769b2e4d60b4d0cb9463fcff9573f76-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8769b2e4d60b4d0cb9463fcff9573f76-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8769b2e4d60b4d0cb9463fcff9573f76-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-12T11:41:22.330552Z",
                "updated_at": "2024-02-12T11:41:22.330590Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4880,
                "name": "San Mei Gallery",
                "slug": "san-mei-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.47101749999999,-0.1083836",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-02-12T11:41:26.709049Z",
            "publish_time": null,
            "slug": "san-mei-gallery-ruoru-mou-leftover-linings-2024-02-02",
            "created_at": "2024-02-12T11:41:27.651083Z",
            "updated_at": "2024-02-12T11:41:35.297175Z",
            "summary": "Ruoru Mou: Leftover Linings is an Gallery Shows event starting on 02/02/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in San Mei Gallery with address 39 Loughborough Rd.",
            "title": "Ruoru Mou: Leftover Linings",
            "content": null,
            "start_time": "2024-02-02T01:00:00.000000Z",
            "end_time": "2024-03-23T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "39 Loughborough Rd",
            "city": "London",
            "geolocation": "51.4709014,-0.1085878",
            "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": 35756,
            "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": 33854,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc2741c0f6f44437992f5d0b913e4fca-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc2741c0f6f44437992f5d0b913e4fca-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc2741c0f6f44437992f5d0b913e4fca-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc2741c0f6f44437992f5d0b913e4fca-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc2741c0f6f44437992f5d0b913e4fca-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bc2741c0f6f44437992f5d0b913e4fca.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc2741c0f6f44437992f5d0b913e4fca-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc2741c0f6f44437992f5d0b913e4fca-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc2741c0f6f44437992f5d0b913e4fca-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc2741c0f6f44437992f5d0b913e4fca-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-12T11:42:28.978338Z",
                "updated_at": "2024-02-12T11:42:28.978422Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5222,
                "name": "Sim Smith",
                "slug": "sim-smith",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4747026,-0.0943861",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-02-12T11:42:34.277202Z",
            "publish_time": null,
            "slug": "sim-smith-sea-monsters-highballs-2024-02-22",
            "created_at": "2024-02-12T11:42:35.179662Z",
            "updated_at": "2024-02-12T11:42:37.518237Z",
            "summary": "Sea Monsters & Highballs is an Gallery Shows event starting on 22/02/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Sim Smith with address 6 Camberwell Passage.",
            "title": "Sea Monsters & Highballs",
            "content": null,
            "start_time": "2024-02-22T01:00:00.000000Z",
            "end_time": "2024-03-23T01: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": "6 Camberwell Passage",
            "city": "London",
            "geolocation": "51.4747352,-0.0942576",
            "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": 35759,
            "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": 33855,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/582ccaf12175448984c80861adaddaa3-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/582ccaf12175448984c80861adaddaa3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/582ccaf12175448984c80861adaddaa3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/582ccaf12175448984c80861adaddaa3-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/582ccaf12175448984c80861adaddaa3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/582ccaf12175448984c80861adaddaa3.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/582ccaf12175448984c80861adaddaa3-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/582ccaf12175448984c80861adaddaa3-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/582ccaf12175448984c80861adaddaa3-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/582ccaf12175448984c80861adaddaa3-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-12T11:42:41.795830Z",
                "updated_at": "2024-02-12T11:42:41.795888Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3570,
                "name": "Slash Arts",
                "slug": "slash-arts",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5343959,-0.1161435",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-12T11:42:46.866685Z",
            "publish_time": null,
            "slug": "slash-arts-printmakers-intaglio-monotype-silkscreen-woodcut-2024-02-02",
            "created_at": "2024-02-12T11:42:47.768085Z",
            "updated_at": "2024-02-12T11:42:53.993307Z",
            "summary": "Printmakers: intaglio, monotype, silkscreen, woodcut” is an Gallery Shows event starting on 02/02/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Slash Arts with address 307 W 30th Street.",
            "title": "Printmakers: intaglio, monotype, silkscreen, woodcut”",
            "content": null,
            "start_time": "2024-02-02T01:00:00.000000Z",
            "end_time": "2024-03-23T01: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": "307 W 30th Street",
            "city": "New York",
            "geolocation": "40.75007465,-73.99577753319439",
            "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": []
        }
    ]
}