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

{
    "count": 37573,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=36&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&ordering=-end_time",
    "results": [
        {
            "id": 33378,
            "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": 31567,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/584d73c15ea54a678aac8779c2f7a261-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/584d73c15ea54a678aac8779c2f7a261-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/584d73c15ea54a678aac8779c2f7a261.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/584d73c15ea54a678aac8779c2f7a261-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/584d73c15ea54a678aac8779c2f7a261-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/584d73c15ea54a678aac8779c2f7a261-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/584d73c15ea54a678aac8779c2f7a261-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/584d73c15ea54a678aac8779c2f7a261-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/584d73c15ea54a678aac8779c2f7a261-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/584d73c15ea54a678aac8779c2f7a261-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-09T10:29:48.552723Z",
                "updated_at": "2023-11-09T10:29:48.552759Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8559,
                "name": "Fondation Maeght",
                "slug": "fondation-maeght",
                "city": "Saint-Paul-de-Vence",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "43.7005544,7.1156865",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "FR",
            "publish_status": "published",
            "published_at": "2023-11-09T10:29:52.036346Z",
            "publish_time": null,
            "slug": "fondation-maeght-nouveau-livre-collection-de-la-fondation-marguerite-et-aime-maeght-volume-1-2023-11-01",
            "created_at": "2023-11-09T10:29:52.936581Z",
            "updated_at": "2023-11-09T10:29:52.987958Z",
            "summary": "Nouveau livre  Collection de la Fondation Marguerite  et Aimé Maeght Volume 1 is an Gallery Shows event starting on 01/11/2023, 01:00 and ending on 22/11/2026, 01:00. Event is in Fondation Maeght with address 623 Chem. des Gardettes.",
            "title": "Nouveau livre  Collection de la Fondation Marguerite  et Aimé Maeght Volume 1",
            "content": null,
            "start_time": "2023-11-01T01:00:00.000000Z",
            "end_time": "2026-11-22T01: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": "623 Chem. des Gardettes",
            "city": "Saint Paul de Vence",
            "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": 27910,
            "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": 26618,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f59fc3bef114b4bae15f6d7cdd191d5-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f59fc3bef114b4bae15f6d7cdd191d5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2f59fc3bef114b4bae15f6d7cdd191d5.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f59fc3bef114b4bae15f6d7cdd191d5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f59fc3bef114b4bae15f6d7cdd191d5-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f59fc3bef114b4bae15f6d7cdd191d5-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f59fc3bef114b4bae15f6d7cdd191d5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f59fc3bef114b4bae15f6d7cdd191d5-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f59fc3bef114b4bae15f6d7cdd191d5-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f59fc3bef114b4bae15f6d7cdd191d5-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-17T12:17:35.590523Z",
                "updated_at": "2023-06-17T12:17:35.590562Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7000,
                "name": "Museum für Naturkunde Berlin",
                "slug": "museum-fur-naturkunde-berlin",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5305726,13.3791755",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-06-17T12:17:39.425377Z",
            "publish_time": null,
            "slug": "museum-fur-naturkunde-berlin-las-presents-alexandra-daisy-ginsberg-pollinator-pathmaker-2023-06-20",
            "created_at": "2023-06-17T12:17:40.414603Z",
            "updated_at": "2023-06-17T12:17:40.985223Z",
            "summary": "LAS presents: Alexandra Daisy Ginsberg: Pollinator Pathmaker is an Gallery Shows event starting on 20/06/2023, 00:00 and ending on 01/11/2026, 01:00. Event is in Museum für Naturkunde Berlin with address Invalidenstraße 43.",
            "title": "LAS presents: Alexandra Daisy Ginsberg: Pollinator Pathmaker",
            "content": null,
            "start_time": "2023-06-20T00:00:00.000000Z",
            "end_time": "2026-11-01T01: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": "Invalidenstraße 43",
            "city": "Berlin",
            "geolocation": "52.5304903,13.3791152",
            "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": 15160,
            "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": 14987,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49853ac8ce7f4e8e951705b3eb5e779b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49853ac8ce7f4e8e951705b3eb5e779b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/49853ac8ce7f4e8e951705b3eb5e779b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49853ac8ce7f4e8e951705b3eb5e779b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49853ac8ce7f4e8e951705b3eb5e779b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49853ac8ce7f4e8e951705b3eb5e779b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49853ac8ce7f4e8e951705b3eb5e779b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49853ac8ce7f4e8e951705b3eb5e779b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49853ac8ce7f4e8e951705b3eb5e779b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49853ac8ce7f4e8e951705b3eb5e779b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-10-12T10:07:08.134067Z",
                "updated_at": "2022-10-12T10:07:08.134103Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3537,
                "name": "Berlinische Galerie",
                "slug": "berlinische-galerie",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5037684,13.398673",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2022-10-12T10:07:12.340433Z",
            "publish_time": null,
            "slug": "berlinische-galerie-embracing-modernism-big-names-from-the-stadtmuseum-berlin-2022-10-07",
            "created_at": "2022-10-12T10:07:13.267357Z",
            "updated_at": "2022-10-12T10:07:14.076590Z",
            "summary": "Embracing Modernism: Big names from the Stadtmuseum Berlin is an Gallery Shows event starting on 07/10/2022, 00:00 and ending on 30/09/2026, 00:00. Event is in Berlinische Galerie with address Alte Jakobstraße 124-128.",
            "title": "Embracing Modernism: Big names from the Stadtmuseum Berlin",
            "content": null,
            "start_time": "2022-10-07T00:00:00.000000Z",
            "end_time": "2026-09-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Alte Jakobstraße 124-128",
            "city": "Berlin",
            "geolocation": "52.5039063,13.398233090319028",
            "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": 30273,
            "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": 28672,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/490d961fc08c458db394206702ff3eae-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/490d961fc08c458db394206702ff3eae-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/490d961fc08c458db394206702ff3eae.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/490d961fc08c458db394206702ff3eae-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/490d961fc08c458db394206702ff3eae-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/490d961fc08c458db394206702ff3eae-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/490d961fc08c458db394206702ff3eae-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/490d961fc08c458db394206702ff3eae-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/490d961fc08c458db394206702ff3eae-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/490d961fc08c458db394206702ff3eae-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-11T08:04:55.556971Z",
                "updated_at": "2023-08-11T08:04:55.557028Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8821,
                "name": "The Arts House",
                "slug": "arts-house",
                "city": "Singapore",
                "country": {
                    "code": "SG",
                    "name": "Singapore"
                },
                "geolocation": "1.2886445,103.8511016",
                "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": "SG",
            "publish_status": "published",
            "published_at": "2023-08-11T08:05:03.426577Z",
            "publish_time": null,
            "slug": "the-arts-house-benchmarks-2023-08-02",
            "created_at": "2023-08-11T08:05:04.327581Z",
            "updated_at": "2023-08-11T08:05:04.920061Z",
            "summary": "Benchmarks is an Gallery Shows event starting on 02/08/2023, 00:00 and ending on 31/07/2026, 00:00. Event is in The Arts House with address 1 Old Parliament Lane.",
            "title": "Benchmarks",
            "content": null,
            "start_time": "2023-08-02T00:00:00.000000Z",
            "end_time": "2026-07-31T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1 Old Parliament Lane",
            "city": "Singapore",
            "geolocation": "1.2886695499999998,103.8510990372078",
            "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": 32050,
            "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": 30313,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0f3f52d7dca4686975f13f5f2843a71-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0f3f52d7dca4686975f13f5f2843a71-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e0f3f52d7dca4686975f13f5f2843a71.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0f3f52d7dca4686975f13f5f2843a71-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0f3f52d7dca4686975f13f5f2843a71-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0f3f52d7dca4686975f13f5f2843a71-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0f3f52d7dca4686975f13f5f2843a71-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0f3f52d7dca4686975f13f5f2843a71-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0f3f52d7dca4686975f13f5f2843a71-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0f3f52d7dca4686975f13f5f2843a71-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-05T09:34:36.437680Z",
                "updated_at": "2023-10-05T09:34:36.437739Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8465,
                "name": "Autry Museum in Griffith Park",
                "slug": "autry-museum-griffith-park",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.1487135,-118.2812551",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-10-05T09:34:41.776294Z",
            "publish_time": null,
            "slug": "autry-museum-in-griffith-park-indigenous-futures-2023-09-15",
            "created_at": "2023-10-05T09:34:42.711819Z",
            "updated_at": "2023-10-05T09:34:43.232154Z",
            "summary": "Indigenous Futures is an Gallery Shows event starting on 15/09/2023, 00:00 and ending on 01/06/2026, 00:00. Event is in Autry Museum in Griffith Park with address 4700 Western Heritage Way.",
            "title": "Indigenous Futures",
            "content": null,
            "start_time": "2023-09-15T00:00:00.000000Z",
            "end_time": "2026-06-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "4700 Western Heritage Way",
            "city": "Los Angeles",
            "geolocation": "34.1483813,-118.2817076",
            "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": 20865,
            "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": 20178,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b01bd488dc7742f98931b1f33c7c9209-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b01bd488dc7742f98931b1f33c7c9209-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b01bd488dc7742f98931b1f33c7c9209.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b01bd488dc7742f98931b1f33c7c9209-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b01bd488dc7742f98931b1f33c7c9209-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b01bd488dc7742f98931b1f33c7c9209-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b01bd488dc7742f98931b1f33c7c9209-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b01bd488dc7742f98931b1f33c7c9209-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b01bd488dc7742f98931b1f33c7c9209-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b01bd488dc7742f98931b1f33c7c9209-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-31T21:32:10.837706Z",
                "updated_at": "2023-02-10T15:19:09.593895Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5189,
                "name": "Neue Nationalgalerie",
                "slug": "neue-nationalgalerie",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.506967,13.3674985",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-01-31T21:32:13.670004Z",
            "publish_time": null,
            "slug": "neue-nationalgalerie-gerhard-richter-100-works-for-berlin-2023-03-23",
            "created_at": "2023-01-31T21:32:14.581880Z",
            "updated_at": "2023-01-31T21:32:17.534416Z",
            "summary": "Gerhard Richter: 100 Works for Berlin is an Gallery Shows event starting on 23/03/2023, 01:00 and ending on 23/03/2026, 01:00. Event is in Neue Nationalgalerie with address Potsdamer Strasse 50.",
            "title": "Gerhard Richter: 100 Works for Berlin",
            "content": null,
            "start_time": "2023-03-23T01:00:00.000000Z",
            "end_time": "2026-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": "Potsdamer Strasse 50",
            "city": "Berlin",
            "geolocation": "52.4379291,13.2988167",
            "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": 21884,
            "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": 21106,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b1ee13fa29cd49de80c6775517698adb-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b1ee13fa29cd49de80c6775517698adb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b1ee13fa29cd49de80c6775517698adb.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b1ee13fa29cd49de80c6775517698adb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b1ee13fa29cd49de80c6775517698adb-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b1ee13fa29cd49de80c6775517698adb-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b1ee13fa29cd49de80c6775517698adb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b1ee13fa29cd49de80c6775517698adb-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b1ee13fa29cd49de80c6775517698adb-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b1ee13fa29cd49de80c6775517698adb-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-02-16T12:28:14.172292Z",
                "updated_at": "2023-02-16T12:28:14.172331Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3929,
                "name": "The Harley Gallery",
                "slug": "harley-gallery",
                "city": "Nottingham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.2951584,-1.1591775",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-02-16T12:28:14.356690Z",
            "publish_time": null,
            "slug": "the-harley-gallery-unseen-treasures-of-the-portland-collection-2023-03-25",
            "created_at": "2023-02-16T12:28:15.214049Z",
            "updated_at": "2023-02-16T12:28:15.214069Z",
            "summary": null,
            "title": "Unseen Treasures of The Portland Collection",
            "content": null,
            "start_time": "2023-03-25T01:00:00.000000Z",
            "end_time": "2025-12-31T01: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": "The Harley Gallery, Welbeck Estate",
            "city": "Nottinghamshire",
            "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": 19500,
            "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": 18931,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7abfb3a243db481ca2b6cfae5384b0f3-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7abfb3a243db481ca2b6cfae5384b0f3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7abfb3a243db481ca2b6cfae5384b0f3.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7abfb3a243db481ca2b6cfae5384b0f3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7abfb3a243db481ca2b6cfae5384b0f3-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7abfb3a243db481ca2b6cfae5384b0f3-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7abfb3a243db481ca2b6cfae5384b0f3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7abfb3a243db481ca2b6cfae5384b0f3-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7abfb3a243db481ca2b6cfae5384b0f3-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7abfb3a243db481ca2b6cfae5384b0f3-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-12T19:40:14.669740Z",
                "updated_at": "2023-02-10T14:32:50.342243Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3951,
                "name": "Garden Museum",
                "slug": "garden-museum",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.49514869999999,-0.1209048",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-01-12T19:40:14.844912Z",
            "publish_time": null,
            "slug": "the-garden-museum-katie-spragg-lambeth-wilds-2019-10-25",
            "created_at": "2023-01-12T19:40:15.716140Z",
            "updated_at": "2023-01-12T19:40:15.716159Z",
            "summary": null,
            "title": "Katie Spragg: Lambeth Wilds",
            "content": null,
            "start_time": "2019-10-25T00:00:00.000000Z",
            "end_time": "2025-12-31T01: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": "5 Lambeth Palace Rd",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 35845,
            "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": 33933,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04fe41980c2d4244bde10a22158c08e5-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04fe41980c2d4244bde10a22158c08e5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/04fe41980c2d4244bde10a22158c08e5.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04fe41980c2d4244bde10a22158c08e5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04fe41980c2d4244bde10a22158c08e5-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04fe41980c2d4244bde10a22158c08e5-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04fe41980c2d4244bde10a22158c08e5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04fe41980c2d4244bde10a22158c08e5-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04fe41980c2d4244bde10a22158c08e5-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04fe41980c2d4244bde10a22158c08e5-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-13T10:46:02.211688Z",
                "updated_at": "2024-02-13T10:46:02.211727Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6287,
                "name": "The Getty Villa",
                "slug": "getty-villa",
                "city": "Pacific Palisades",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0455545,-118.5649565",
                "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-13T10:46:04.477454Z",
            "publish_time": null,
            "slug": "the-getty-villa-sculpted-portraits-from-ancient-egypt-2024-01-24",
            "created_at": "2024-02-13T10:46:05.402621Z",
            "updated_at": "2024-02-13T10:46:06.703249Z",
            "summary": "Sculpted Portraits from Ancient Egypt is an Gallery Shows event starting on 24/01/2024, 01:00 and ending on 31/12/2025, 01:00. Event is in The Getty Villa with address 17985 Pacific Coast Highway.",
            "title": "Sculpted Portraits from Ancient Egypt",
            "content": null,
            "start_time": "2024-01-24T01:00:00.000000Z",
            "end_time": "2025-12-31T01: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": "17985 Pacific Coast Highway",
            "city": "Los Angeles",
            "geolocation": "34.04498185,-118.56501968592397",
            "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": 38462,
            "author": {
                "id": "5e131cc6-e50c-4f6e-98d7-2b6d273e3e1a",
                "username": "indira_1111",
                "slug": "indira_1111",
                "first_name": "Indira",
                "last_name": "Cesarine",
                "display_name": "Indira Cesarine",
                "display_name_full": "Indira Cesarine",
                "email": "info@untitled-space.com",
                "telephone": "+1212780960"
            },
            "price": null,
            "featured_image": {
                "id": 37009,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f0ad079bc1e346038711931adbb7c604-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f0ad079bc1e346038711931adbb7c604-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f0ad079bc1e346038711931adbb7c604.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f0ad079bc1e346038711931adbb7c604-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f0ad079bc1e346038711931adbb7c604-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f0ad079bc1e346038711931adbb7c604-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f0ad079bc1e346038711931adbb7c604-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f0ad079bc1e346038711931adbb7c604-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f0ad079bc1e346038711931adbb7c604-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f0ad079bc1e346038711931adbb7c604-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2025-07-30T21:44:53.984163Z",
                "updated_at": "2025-07-30T21:44:53.984196Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "5e131cc6-e50c-4f6e-98d7-2b6d273e3e1a"
            },
            "venue": {
                "id": 2903,
                "name": "The Untitled Space",
                "slug": "the-untitled-space",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.71976739999999,-74.00311599999998",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2670,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Untitled-Space-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Untitled-Space-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Untitled-Space-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/The-Untitled-Space.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Untitled-Space-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Untitled-Space-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Untitled-Space-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Untitled-Space-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-04-29T16:27:09.633960Z",
                    "updated_at": "2021-09-14T13:35:21.582070Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2025-07-30T21:44:58.160070Z",
            "publish_time": null,
            "slug": "the-untitled-space-presents-joanna-grochowska-transhumanism-wvPc",
            "created_at": "2025-07-30T21:44:58.164365Z",
            "updated_at": "2025-07-31T17:09:45.554992Z",
            "summary": "The Untitled Space Presents Joanna Grochowska: TRANSHUMANISM is an Gallery Shows event starting on 30/07/2025, 20:47 and ending on 31/10/2025, 12:45. Event is in The Untitled Space with address Online-Only.",
            "title": "The Untitled Space Presents Joanna Grochowska: TRANSHUMANISM",
            "content": "The Untitled Space is pleased to present TRANSHUMANISM, a solo online exhibition by contemporary artist Joanna Grochowska, launching on Artsy and Kunstmatrix from July 30 through October 31, 2025. \r\n\r\nThrough a visual language grounded in transhuman and posthuman figurativeness, TRANSHUMANISM explores the transformation of the human body in an era of radical technological advancement, navigating themes of morphological freedom and biotechnological augmentation. \r\n\r\nInspired by the philosophical questions posed by Klaus Schwab, Ray Kurzweil, and Elon Musk, the series speculates on the aesthetic and ethical implications of human enhancement. It also builds upon the legacy of Jeffrey Deitch’s landmark show Post Human (1992), positioning Grochowska’s practice within a lineage of artists interrogating the boundaries of the human condition.\r\n\r\nTRANSHUMANISM invites viewers to contemplate the role of art in shaping speculative futures—and to consider what it truly means to evolve.",
            "start_time": "2025-07-30T20:47:00.000000Z",
            "end_time": "2025-10-31T12:45: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": "Online-Only",
            "city": "",
            "geolocation": "40.71976739999999,-74.00311599999998",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": true,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 38439,
            "author": {
                "id": "a57b2f57-e169-4306-b59d-8c21aeddb574",
                "username": "anna@hamiltonsgallery.com",
                "slug": "annahamiltonsgallerycom",
                "first_name": "Molly",
                "last_name": "Horner",
                "display_name": null,
                "display_name_full": "Molly Horner",
                "email": "molly@hamiltonsgallery.com",
                "telephone": "+44 20 7499 9493"
            },
            "price": null,
            "featured_image": {
                "id": 36986,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e542c0207f941cd9a6459e5f27cd769-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e542c0207f941cd9a6459e5f27cd769-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7e542c0207f941cd9a6459e5f27cd769.jpeg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e542c0207f941cd9a6459e5f27cd769-crop-c0-5__0-5-270x152-70.jpeg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e542c0207f941cd9a6459e5f27cd769-crop-c0-5__0-5-555x312-70.jpeg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e542c0207f941cd9a6459e5f27cd769-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e542c0207f941cd9a6459e5f27cd769-crop-c0-5__0-5-524x294-70.jpeg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e542c0207f941cd9a6459e5f27cd769-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e542c0207f941cd9a6459e5f27cd769-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e542c0207f941cd9a6459e5f27cd769-crop-c0-5__0-5-179x179-70.jpeg"
                },
                "created_at": "2025-06-04T10:56:58.770984Z",
                "updated_at": "2025-06-04T10:56:58.771020Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "a57b2f57-e169-4306-b59d-8c21aeddb574"
            },
            "venue": {
                "id": 2431,
                "name": "Hamiltons Gallery",
                "slug": "hamiltons-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5105392,-0.14984340000000884",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2025-06-04T10:57:30.925956Z",
            "publish_time": null,
            "slug": "nick-waplington-we-dance-in-mysteries-the-isaac-mizrahi-photographs",
            "created_at": "2025-06-04T10:57:30.929797Z",
            "updated_at": "2025-06-04T10:57:30.982948Z",
            "summary": "Nick Waplington- We Dance in Mysteries: The Isaac Mizrahi Photographs is an Gallery Shows event starting on 26/06/2025, 10:00 and ending on 23/09/2025, 18:00. Event is in Hamiltons Gallery with address 13 Carlos Place.",
            "title": "Nick Waplington- We Dance in Mysteries: The Isaac Mizrahi Photographs",
            "content": "In the autumn of 1989, photographer Nick Waplington was introduced to fashion designer Isaac Mizrahi through their mutual friend, the titan of photography Richard Avedon. This initial meeting would turn into a three-year working and personal relationship, resulting in a collection of photographs of the goings-on behind the scenes at Mizrahi’s studio in downtown Manhattan.\r\n\r\nWith his daylight hours filled with the creativity and chaos of the fashion studio, Waplington also turned his lens by night to the pounding and equally innovative world of the New York City house and techno scene. Waplington describes his decision to bring the two sets of images together as a riotous juxtaposition which “describes the vibrancy of a vanished moment in New York’s cultural history.”\r\n\r\nHamiltons is delighted to be showing this sparkling and vivacious selection of photographs following the artist’s highly acclaimed 2024 show, Living Room, at the gallery. Waplington’s own unique style grants us access to a",
            "start_time": "2025-06-26T10:00:00.000000Z",
            "end_time": "2025-09-23T18: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": "13 Carlos Place",
            "city": "",
            "geolocation": "51.5105392,-0.14984340000000884",
            "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": 38382,
            "author": {
                "id": "be0e54a8-8d72-40b9-8aa9-cafe867497dd",
                "username": "post@gropiusbau.de",
                "slug": "postgropiusbaude",
                "first_name": "Nahomi",
                "last_name": "Tecle",
                "display_name": null,
                "display_name_full": "Nahomi Tecle",
                "email": "tecle@gropiusbau.de",
                "telephone": "+49 30 254860"
            },
            "price": null,
            "featured_image": {
                "id": 36897,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7791757531c74aeeaa4cb6d30c88307c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7791757531c74aeeaa4cb6d30c88307c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7791757531c74aeeaa4cb6d30c88307c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7791757531c74aeeaa4cb6d30c88307c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7791757531c74aeeaa4cb6d30c88307c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7791757531c74aeeaa4cb6d30c88307c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7791757531c74aeeaa4cb6d30c88307c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7791757531c74aeeaa4cb6d30c88307c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7791757531c74aeeaa4cb6d30c88307c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7791757531c74aeeaa4cb6d30c88307c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-11-26T13:41:21.843000Z",
                "updated_at": "2024-11-26T13:41:21.843038Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "be0e54a8-8d72-40b9-8aa9-cafe867497dd"
            },
            "venue": {
                "id": 5498,
                "name": "Gropius Bau",
                "slug": "gropius-bau",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5066982,13.3820464",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2024-11-26T13:41:25.859909Z",
            "publish_time": null,
            "slug": "vaginal-davis-fabelhaftes-produkt",
            "created_at": "2024-11-26T13:41:25.864189Z",
            "updated_at": "2024-12-12T14:10:20.669603Z",
            "summary": "VAGINAL DAVIS: FABELHAFTES PRODUKT is an Museum Exhibitions event starting on 21/03/2025, 00:00 and ending on 14/09/2025, 23:59. Event is in Gropius Bau with address Niederkirchnerstraße 7, 10963 Berlin, Germany.",
            "title": "VAGINAL DAVIS: FABELHAFTES PRODUKT",
            "content": "Marking twenty years since artist, writer and performer Vaginal Davis made Berlin her home, Gropius Bau presents the first comprehensive solo exhibition of her work in Germany. In her expansive oeuvre, punk meets glamour, queer activism meets Black counter-culture and resistance meets desire. Vaginal Davis: Fabelhaftes Produkt features large-scale installations, paintings, video and film works, zines, writing, music and performances, offering an overview of Davis’ practice and artistic collaborations. In the exhibition, the Berlin-based art collective CHEAP presents the installation Choose Mutation, with photographs by Annette Frick. Fabelhaftes Produkt invites you into the universe of Vaginal Davis, populated by literary heroines, mythical figures and real icons.\r\n\r\nInitiated by Moderna Museet, Stockholm, in collaboration with Gropius Bau, Berlin, and MoMA PS1, New York",
            "start_time": "2025-03-21T00:00:00.000000Z",
            "end_time": "2025-09-14T23:59: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": "Niederkirchnerstraße 7, 10963 Berlin, Germany",
            "city": "",
            "geolocation": "52.5066982,13.3820464",
            "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": 38458,
            "author": {
                "id": "f6825d96-0331-4115-9f05-2dc26867df88",
                "username": "jd@jdmalat.com",
                "slug": "jdjdmalatcom",
                "first_name": "Jean David",
                "last_name": "Malat",
                "display_name": null,
                "display_name_full": "Jean David Malat",
                "email": "jd@jdmalat.com",
                "telephone": "+44 (0)203 7466 832"
            },
            "price": null,
            "featured_image": {
                "id": 37005,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f918d57beffb485890fb83ee510b55ae-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f918d57beffb485890fb83ee510b55ae-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f918d57beffb485890fb83ee510b55ae.jpeg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f918d57beffb485890fb83ee510b55ae-crop-c0-5__0-5-270x152-70.jpeg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f918d57beffb485890fb83ee510b55ae-crop-c0-5__0-5-555x312-70.jpeg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f918d57beffb485890fb83ee510b55ae-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f918d57beffb485890fb83ee510b55ae-crop-c0-5__0-5-524x294-70.jpeg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f918d57beffb485890fb83ee510b55ae-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f918d57beffb485890fb83ee510b55ae-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f918d57beffb485890fb83ee510b55ae-crop-c0-5__0-5-179x179-70.jpeg"
                },
                "created_at": "2025-07-21T15:04:07.098251Z",
                "updated_at": "2025-07-21T15:04:07.098282Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "f6825d96-0331-4115-9f05-2dc26867df88"
            },
            "venue": {
                "id": 4365,
                "name": "JD Malat Gallery",
                "slug": "jd-malat-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5119137,-0.1478266",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2025-07-21T15:04:25.022637Z",
            "publish_time": null,
            "slug": "summer-group-exhibition-fb7c",
            "created_at": "2025-07-21T15:04:25.027063Z",
            "updated_at": "2025-07-21T15:04:25.062306Z",
            "summary": "Summer Group Exhibition is an Gallery Shows event starting on 07/07/2025, 10:00 and ending on 06/09/2025, 18:00. Event is in JD Malat Gallery with address 30 Davies St, London W1K 4NB, UK.",
            "title": "Summer Group Exhibition",
            "content": "JD Malat Gallery London is pleased to present our Summer Group Exhibition, featuring 24 works by 16 artists. These works present different textures, from physical impasto to reflective effects of light to atmospheric visual effects. \r\nThe Summer Group Exhibition emphasises JD Malat’s diverse range of artists and their individual artistic expression through texture.",
            "start_time": "2025-07-07T10:00:00.000000Z",
            "end_time": "2025-09-06T18:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "30 Davies St, London W1K 4NB, UK",
            "city": "",
            "geolocation": "51.5119137,-0.1478266",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 38456,
            "author": {
                "id": "f6825d96-0331-4115-9f05-2dc26867df88",
                "username": "jd@jdmalat.com",
                "slug": "jdjdmalatcom",
                "first_name": "Jean David",
                "last_name": "Malat",
                "display_name": null,
                "display_name_full": "Jean David Malat",
                "email": "jd@jdmalat.com",
                "telephone": "+44 (0)203 7466 832"
            },
            "price": null,
            "featured_image": {
                "id": 37003,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/afa663e5f67047f7aaad0d97a88e377e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/afa663e5f67047f7aaad0d97a88e377e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/afa663e5f67047f7aaad0d97a88e377e.jpeg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/afa663e5f67047f7aaad0d97a88e377e-crop-c0-5__0-5-270x152-70.jpeg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/afa663e5f67047f7aaad0d97a88e377e-crop-c0-5__0-5-555x312-70.jpeg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/afa663e5f67047f7aaad0d97a88e377e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/afa663e5f67047f7aaad0d97a88e377e-crop-c0-5__0-5-524x294-70.jpeg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/afa663e5f67047f7aaad0d97a88e377e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/afa663e5f67047f7aaad0d97a88e377e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/afa663e5f67047f7aaad0d97a88e377e-crop-c0-5__0-5-179x179-70.jpeg"
                },
                "created_at": "2025-07-21T15:01:24.021238Z",
                "updated_at": "2025-07-21T15:01:24.021274Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "f6825d96-0331-4115-9f05-2dc26867df88"
            },
            "venue": {
                "id": 4365,
                "name": "JD Malat Gallery",
                "slug": "jd-malat-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5119137,-0.1478266",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2025-07-21T15:01:41.805519Z",
            "publish_time": null,
            "slug": "summer-group-exhibition",
            "created_at": "2025-07-21T15:01:41.808941Z",
            "updated_at": "2025-07-21T15:01:41.848681Z",
            "summary": "Summer Group Exhibition is an Gallery Shows event starting on 07/07/2025, 10:00 and ending on 06/09/2025, 18:00. Event is in JD Malat Gallery with address 30 Davies St, London W1K 4NB, UK.",
            "title": "Summer Group Exhibition",
            "content": "JD Malat Gallery London is pleased to present our Summer Group Exhibition, featuring 24 works by 16 artists. These works present different textures, from physical impasto to reflective effects of light to atmospheric visual effects. \r\nThe Summer Group Exhibition emphasises JD Malat’s diverse range of artists and their individual artistic expression through texture.",
            "start_time": "2025-07-07T10:00:00.000000Z",
            "end_time": "2025-09-06T18:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "30 Davies St, London W1K 4NB, UK",
            "city": "",
            "geolocation": "51.5119137,-0.1478266",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 38459,
            "author": {
                "id": "f6825d96-0331-4115-9f05-2dc26867df88",
                "username": "jd@jdmalat.com",
                "slug": "jdjdmalatcom",
                "first_name": "Jean David",
                "last_name": "Malat",
                "display_name": null,
                "display_name_full": "Jean David Malat",
                "email": "jd@jdmalat.com",
                "telephone": "+44 (0)203 7466 832"
            },
            "price": null,
            "featured_image": {
                "id": 37006,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df8d7ba2deed439b930adc21828e84df-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df8d7ba2deed439b930adc21828e84df-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/df8d7ba2deed439b930adc21828e84df.jpeg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df8d7ba2deed439b930adc21828e84df-crop-c0-5__0-5-270x152-70.jpeg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df8d7ba2deed439b930adc21828e84df-crop-c0-5__0-5-555x312-70.jpeg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df8d7ba2deed439b930adc21828e84df-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df8d7ba2deed439b930adc21828e84df-crop-c0-5__0-5-524x294-70.jpeg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df8d7ba2deed439b930adc21828e84df-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df8d7ba2deed439b930adc21828e84df-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df8d7ba2deed439b930adc21828e84df-crop-c0-5__0-5-179x179-70.jpeg"
                },
                "created_at": "2025-07-21T15:13:13.039885Z",
                "updated_at": "2025-07-21T15:13:13.039922Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "f6825d96-0331-4115-9f05-2dc26867df88"
            },
            "venue": {
                "id": 4365,
                "name": "JD Malat Gallery",
                "slug": "jd-malat-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5119137,-0.1478266",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2025-07-21T15:13:30.392231Z",
            "publish_time": null,
            "slug": "summer-group-exhibition-mShU",
            "created_at": "2025-07-21T15:13:30.396447Z",
            "updated_at": "2025-07-21T15:13:30.434098Z",
            "summary": "Summer Group Exhibition is an Gallery Shows event starting on 07/07/2025, 10:00 and ending on 06/09/2025, 18:00. Event is in JD Malat Gallery with address 30 Davies St, London W1K 4NB, UK.",
            "title": "Summer Group Exhibition",
            "content": "JD Malat Gallery London is pleased to present our Summer Group Exhibition, featuring 24 works by 16 artists. These works present different textures, from physical impasto to reflective effects of light to atmospheric visual effects. \r\nThe Summer Group Exhibition emphasises JD Malat’s diverse range of artists and their individual artistic expression through texture.",
            "start_time": "2025-07-07T10:00:00.000000Z",
            "end_time": "2025-09-06T18:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "30 Davies St, London W1K 4NB, UK",
            "city": "",
            "geolocation": "51.5119137,-0.1478266",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 38457,
            "author": {
                "id": "f6825d96-0331-4115-9f05-2dc26867df88",
                "username": "jd@jdmalat.com",
                "slug": "jdjdmalatcom",
                "first_name": "Jean David",
                "last_name": "Malat",
                "display_name": null,
                "display_name_full": "Jean David Malat",
                "email": "jd@jdmalat.com",
                "telephone": "+44 (0)203 7466 832"
            },
            "price": null,
            "featured_image": {
                "id": 37004,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e0e515ee9b94d81bbe871c1a4a36e15-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e0e515ee9b94d81bbe871c1a4a36e15-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3e0e515ee9b94d81bbe871c1a4a36e15.jpeg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e0e515ee9b94d81bbe871c1a4a36e15-crop-c0-5__0-5-270x152-70.jpeg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e0e515ee9b94d81bbe871c1a4a36e15-crop-c0-5__0-5-555x312-70.jpeg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e0e515ee9b94d81bbe871c1a4a36e15-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e0e515ee9b94d81bbe871c1a4a36e15-crop-c0-5__0-5-524x294-70.jpeg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e0e515ee9b94d81bbe871c1a4a36e15-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e0e515ee9b94d81bbe871c1a4a36e15-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e0e515ee9b94d81bbe871c1a4a36e15-crop-c0-5__0-5-179x179-70.jpeg"
                },
                "created_at": "2025-07-21T15:02:53.485804Z",
                "updated_at": "2025-07-21T15:02:53.485837Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "f6825d96-0331-4115-9f05-2dc26867df88"
            },
            "venue": {
                "id": 4365,
                "name": "JD Malat Gallery",
                "slug": "jd-malat-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5119137,-0.1478266",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2025-07-21T15:03:11.006780Z",
            "publish_time": null,
            "slug": "summer-group-exhibition-XAOD",
            "created_at": "2025-07-21T15:03:11.011536Z",
            "updated_at": "2025-07-21T15:03:11.048015Z",
            "summary": "Summer Group Exhibition is an Gallery Shows event starting on 07/07/2025, 10:00 and ending on 06/09/2025, 18:00. Event is in JD Malat Gallery with address 30 Davies St, London W1K 4NB, UK.",
            "title": "Summer Group Exhibition",
            "content": "JD Malat Gallery London is pleased to present our Summer Group Exhibition, featuring 24 works by 16 artists. These works present different textures, from physical impasto to reflective effects of light to atmospheric visual effects. \r\nThe Summer Group Exhibition emphasises JD Malat’s diverse range of artists and their individual artistic expression through texture.",
            "start_time": "2025-07-07T10:00:00.000000Z",
            "end_time": "2025-09-06T18:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "30 Davies St, London W1K 4NB, UK",
            "city": "",
            "geolocation": "51.5119137,-0.1478266",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 38358,
            "author": {
                "id": "be0e54a8-8d72-40b9-8aa9-cafe867497dd",
                "username": "post@gropiusbau.de",
                "slug": "postgropiusbaude",
                "first_name": "Nahomi",
                "last_name": "Tecle",
                "display_name": null,
                "display_name_full": "Nahomi Tecle",
                "email": "tecle@gropiusbau.de",
                "telephone": "+49 30 254860"
            },
            "price": null,
            "featured_image": {
                "id": 36863,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/686e3a67f9174df3a2bec314ffbc88ed-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/686e3a67f9174df3a2bec314ffbc88ed-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/686e3a67f9174df3a2bec314ffbc88ed.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/686e3a67f9174df3a2bec314ffbc88ed-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/686e3a67f9174df3a2bec314ffbc88ed-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/686e3a67f9174df3a2bec314ffbc88ed-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/686e3a67f9174df3a2bec314ffbc88ed-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/686e3a67f9174df3a2bec314ffbc88ed-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/686e3a67f9174df3a2bec314ffbc88ed-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/686e3a67f9174df3a2bec314ffbc88ed-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-10-15T10:26:04.382934Z",
                "updated_at": "2024-10-15T10:26:04.382968Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "be0e54a8-8d72-40b9-8aa9-cafe867497dd"
            },
            "venue": {
                "id": 5498,
                "name": "Gropius Bau",
                "slug": "gropius-bau",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5066982,13.3820464",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2024-10-15T10:26:25.593863Z",
            "publish_time": null,
            "slug": "yoko-ono-music-of-the-mind",
            "created_at": "2024-10-15T10:26:25.598587Z",
            "updated_at": "2024-10-15T10:26:25.637504Z",
            "summary": "YOKO ONO: MUSIC OF THE MIND is an Museum Exhibitions event starting on 11/04/2025, 10:25 and ending on 31/08/2025, 10:25. Event is in Gropius Bau with address Niederkirchnerstraße 7, 10963 Berlin, Germany.",
            "title": "YOKO ONO: MUSIC OF THE MIND",
            "content": "From spring 2025, the Gropius Bau will present a comprehensive solo exhibition celebrating the groundbreaking and influential work of artist and activist Yoko Ono. Spanning seven decades of the artist’s powerful, multidisciplinary practice from the mid-1950s to now, YOKO ONO: MUSIC OF THE MIND will trace the development of her innovative work and its enduring impact on contemporary culture. The exhibition brings together over 200 works including instruction pieces and scores, installations, films, music and photography, revealing a radical approach to language, art and participation that continues to speak to the present moment.\r\n\r\nOrganised by Tate Modern, London, in collaboration with Gropius Bau, Berlin, and Kunstsammlung Nordrhein-Westfalen, Düsseldorf\r\n\r\nCurated by Patrizia Dander, Deputy Director of Curatorial Affairs, Gropius Bau, and Juliet Bingham, Curator, International Art, Tate Modern",
            "start_time": "2025-04-11T10:25:00.000000Z",
            "end_time": "2025-08-31T10:25: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": "Niederkirchnerstraße 7, 10963 Berlin, Germany",
            "city": "",
            "geolocation": "52.5066982,13.3820464",
            "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": [
                9079
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 19504,
            "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": 18935,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71d4624734dc4adc9bbb194c4aad88c8-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71d4624734dc4adc9bbb194c4aad88c8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/71d4624734dc4adc9bbb194c4aad88c8.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71d4624734dc4adc9bbb194c4aad88c8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71d4624734dc4adc9bbb194c4aad88c8-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71d4624734dc4adc9bbb194c4aad88c8-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71d4624734dc4adc9bbb194c4aad88c8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71d4624734dc4adc9bbb194c4aad88c8-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71d4624734dc4adc9bbb194c4aad88c8-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/71d4624734dc4adc9bbb194c4aad88c8-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-12T19:57:12.268968Z",
                "updated_at": "2023-02-10T14:33:04.645119Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4420,
                "name": "New York Historical Society",
                "slug": "new-york-historical-society",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7792476,-73.9742792",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-01-12T19:57:12.548659Z",
            "publish_time": null,
            "slug": "new-york-historical-society-gallery-of-tiffany-lamps-2025-04-26",
            "created_at": "2023-01-12T19:57:13.413431Z",
            "updated_at": "2023-01-12T19:57:13.413450Z",
            "summary": null,
            "title": "Gallery of Tiffany Lamps",
            "content": null,
            "start_time": "2025-04-26T00:00:00.000000Z",
            "end_time": "2025-08-31T00: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": "170 Central Park West, New York, US",
            "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": []
        }
    ]
}