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

{
    "count": 37575,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=7524&ordering=-start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=7488&ordering=-start_time",
    "results": [
        {
            "id": 31236,
            "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": 29561,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3c18b1efeb744d6a8c4fde06cd92e41f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3c18b1efeb744d6a8c4fde06cd92e41f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3c18b1efeb744d6a8c4fde06cd92e41f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3c18b1efeb744d6a8c4fde06cd92e41f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3c18b1efeb744d6a8c4fde06cd92e41f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3c18b1efeb744d6a8c4fde06cd92e41f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3c18b1efeb744d6a8c4fde06cd92e41f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3c18b1efeb744d6a8c4fde06cd92e41f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3c18b1efeb744d6a8c4fde06cd92e41f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3c18b1efeb744d6a8c4fde06cd92e41f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-15T13:45:27.652410Z",
                "updated_at": "2023-09-15T13:45:27.652452Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5612,
                "name": "The Albany Gallery",
                "slug": "albany-gallery",
                "city": "Cardiff",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4936727,-3.1666989",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-09-15T13:45:31.387532Z",
            "publish_time": null,
            "slug": "the-albany-gallery-martin-llewellyn-2023-09-15",
            "created_at": "2023-09-15T13:45:32.290179Z",
            "updated_at": "2023-09-15T13:45:33.621447Z",
            "summary": "Martin Llewellyn is an Gallery Shows event starting on 15/09/2023, 00:00 and ending on 07/10/2023, 00:00. Event is in The Albany Gallery with address 74b Albany Road.",
            "title": "Martin Llewellyn",
            "content": null,
            "start_time": "2023-09-15T00:00:00.000000Z",
            "end_time": "2023-10-07T00: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": "74b Albany Road",
            "city": "Cardiff",
            "geolocation": "52.483914,1.7559146",
            "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": 30963,
            "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": 29303,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/57df1ca0fc4a47ae9a10ef46b24ea997-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/57df1ca0fc4a47ae9a10ef46b24ea997-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/57df1ca0fc4a47ae9a10ef46b24ea997.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/57df1ca0fc4a47ae9a10ef46b24ea997-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/57df1ca0fc4a47ae9a10ef46b24ea997-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/57df1ca0fc4a47ae9a10ef46b24ea997-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/57df1ca0fc4a47ae9a10ef46b24ea997-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/57df1ca0fc4a47ae9a10ef46b24ea997-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/57df1ca0fc4a47ae9a10ef46b24ea997-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/57df1ca0fc4a47ae9a10ef46b24ea997-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-11T16:51:47.800366Z",
                "updated_at": "2023-09-11T16:51:47.800437Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4318,
                "name": "Esther Schipper",
                "slug": "esther-schipper",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.50168679999999,13.3658207",
                "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-09-11T16:51:56.739293Z",
            "publish_time": null,
            "slug": "esther-schipper-a-shimmer-through-the-quantum-foam-2023-09-15",
            "created_at": "2023-09-11T16:51:57.623605Z",
            "updated_at": "2023-09-11T16:52:00.095587Z",
            "summary": "A Shimmer Through The Quantum Foam is an Gallery Shows event starting on 15/09/2023, 00:00 and ending on 21/10/2023, 00:00. Event is in Esther Schipper with address Potsdamer Strasse 81E.",
            "title": "A Shimmer Through The Quantum Foam",
            "content": null,
            "start_time": "2023-09-15T00:00:00.000000Z",
            "end_time": "2023-10-21T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Potsdamer Strasse 81E",
            "city": "Berlin",
            "geolocation": "52.5019513,13.3655844",
            "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": 31487,
            "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": 29785,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a460441e8a3f4d0d9ca83586a81a0d23-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a460441e8a3f4d0d9ca83586a81a0d23-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a460441e8a3f4d0d9ca83586a81a0d23.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a460441e8a3f4d0d9ca83586a81a0d23-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a460441e8a3f4d0d9ca83586a81a0d23-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a460441e8a3f4d0d9ca83586a81a0d23-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a460441e8a3f4d0d9ca83586a81a0d23-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a460441e8a3f4d0d9ca83586a81a0d23-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a460441e8a3f4d0d9ca83586a81a0d23-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a460441e8a3f4d0d9ca83586a81a0d23-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-20T15:20:33.835178Z",
                "updated_at": "2023-09-20T15:20:33.835210Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4878,
                "name": "Salle Principale",
                "slug": "salle-principale",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.88938419999999,2.3842154",
                "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-09-20T15:20:37.863495Z",
            "publish_time": null,
            "slug": "salle-principale-a-lentree-de-chaque-galerie-se-mettre-a-pleurer-et-visiter-lexposition-ainsi-le-regard-trouble-2023-09-15",
            "created_at": "2023-09-20T15:20:38.759468Z",
            "updated_at": "2023-09-20T15:20:39.840203Z",
            "summary": "À l’entrée de chaque galerie, se mettre à pleurer et visiter l’exposition ainsi, le regard troublé. is an Gallery Shows event starting on 15/09/2023, 00:00 and ending on 04/11/2023, 01:00. Event is in Salle Principale with address 28, rue de Thionville.",
            "title": "À l’entrée de chaque galerie, se mettre à pleurer et visiter l’exposition ainsi, le regard troublé.",
            "content": null,
            "start_time": "2023-09-15T00:00:00.000000Z",
            "end_time": "2023-11-04T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "28, rue de Thionville",
            "city": "Paris",
            "geolocation": "49.307515,6.32989",
            "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": 31444,
            "author": {
                "id": "27bf0b53-6f36-4172-ab68-cbc5b40c39f1",
                "username": "elizabeth_876",
                "slug": "elizabeth_876",
                "first_name": "Hauser & Wirth",
                "last_name": "Angeles",
                "display_name": "Elizabeth Portanova",
                "display_name_full": "Elizabeth Portanova",
                "email": "losangeles@hauserwirth.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 29742,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f37f09bcff14399b5fb408d0875a14f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f37f09bcff14399b5fb408d0875a14f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3f37f09bcff14399b5fb408d0875a14f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f37f09bcff14399b5fb408d0875a14f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f37f09bcff14399b5fb408d0875a14f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f37f09bcff14399b5fb408d0875a14f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f37f09bcff14399b5fb408d0875a14f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f37f09bcff14399b5fb408d0875a14f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f37f09bcff14399b5fb408d0875a14f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f37f09bcff14399b5fb408d0875a14f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-20T15:15:33.251092Z",
                "updated_at": "2023-09-20T15:15:33.251129Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4821,
                "name": "Hauser & Wirth Los Angeles",
                "slug": "hauser-wirth-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0462059,-118.2348186",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-09-20T15:15:37.074351Z",
            "publish_time": null,
            "slug": "hauser-wirth-los-angeles-harmony-korine-aggressive-dr1fter-2023-09-15",
            "created_at": "2023-09-20T15:15:37.970321Z",
            "updated_at": "2023-09-20T15:15:39.139620Z",
            "summary": "Harmony Korine. Aggressive Dr1fter is an Gallery Shows event starting on 15/09/2023, 00:00 and ending on 14/01/2024, 01:00. Event is in Hauser & Wirth Los Angeles with address 901 East 3rd Street.",
            "title": "Harmony Korine. Aggressive Dr1fter",
            "content": null,
            "start_time": "2023-09-15T00:00:00.000000Z",
            "end_time": "2024-01-14T01: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": "901 East 3rd Street",
            "city": "Los Angeles",
            "geolocation": "34.0461117,-118.2346476",
            "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": 31542,
            "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": 29837,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75129769b05c459d98fe8ed3ed20b0de-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75129769b05c459d98fe8ed3ed20b0de-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/75129769b05c459d98fe8ed3ed20b0de.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75129769b05c459d98fe8ed3ed20b0de-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75129769b05c459d98fe8ed3ed20b0de-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75129769b05c459d98fe8ed3ed20b0de-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75129769b05c459d98fe8ed3ed20b0de-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75129769b05c459d98fe8ed3ed20b0de-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75129769b05c459d98fe8ed3ed20b0de-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75129769b05c459d98fe8ed3ed20b0de-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-21T16:55:13.028418Z",
                "updated_at": "2023-09-21T16:55:13.028476Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4021,
                "name": "Hoxton Gallery",
                "slug": "hoxton-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.52581360000001,-0.0752128",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-09-21T16:55:17.797069Z",
            "publish_time": null,
            "slug": "hoxton-gallery-iosonopipo-2023-09-15",
            "created_at": "2023-09-21T16:55:18.710566Z",
            "updated_at": "2023-09-21T16:55:18.746093Z",
            "summary": "iosonopipo is an Gallery Shows event starting on 15/09/2023, 00:00 and ending on 30/09/2023, 00:00. Event is in Hoxton Gallery with address HGHQ 366 City Road,.",
            "title": "iosonopipo",
            "content": null,
            "start_time": "2023-09-15T00:00:00.000000Z",
            "end_time": "2023-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": "HGHQ 366 City Road,",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 31141,
            "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": 29482,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7979cb68c2e444a08df7a5e7c0b9f68c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7979cb68c2e444a08df7a5e7c0b9f68c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7979cb68c2e444a08df7a5e7c0b9f68c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7979cb68c2e444a08df7a5e7c0b9f68c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7979cb68c2e444a08df7a5e7c0b9f68c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7979cb68c2e444a08df7a5e7c0b9f68c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7979cb68c2e444a08df7a5e7c0b9f68c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7979cb68c2e444a08df7a5e7c0b9f68c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7979cb68c2e444a08df7a5e7c0b9f68c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7979cb68c2e444a08df7a5e7c0b9f68c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-15T13:33:39.982677Z",
                "updated_at": "2023-09-15T13:33:39.982712Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5016,
                "name": "Centrum Berlin",
                "slug": "centrum-berlin",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.4821457,13.429513",
                "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-09-15T13:33:45.749285Z",
            "publish_time": null,
            "slug": "centrum-berlin-dead-earth-a-place-of-no-escape-2023-09-15",
            "created_at": "2023-09-15T13:33:46.635186Z",
            "updated_at": "2023-09-15T13:33:48.362027Z",
            "summary": "Dead Earth, A Place of No Escape is an Gallery Shows event starting on 15/09/2023, 00:00 and ending on 01/10/2023, 00:00. Event is in Centrum Berlin with address Reuterstr. 7.",
            "title": "Dead Earth, A Place of No Escape",
            "content": null,
            "start_time": "2023-09-15T00:00:00.000000Z",
            "end_time": "2023-10-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": "Reuterstr. 7",
            "city": "Berlin",
            "geolocation": "50.71959455,7.115551960873242",
            "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": 31589,
            "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": 29879,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c641e5bfa37b446a873749abc8ed7fb3-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c641e5bfa37b446a873749abc8ed7fb3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c641e5bfa37b446a873749abc8ed7fb3.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c641e5bfa37b446a873749abc8ed7fb3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c641e5bfa37b446a873749abc8ed7fb3-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c641e5bfa37b446a873749abc8ed7fb3-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c641e5bfa37b446a873749abc8ed7fb3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c641e5bfa37b446a873749abc8ed7fb3-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c641e5bfa37b446a873749abc8ed7fb3-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c641e5bfa37b446a873749abc8ed7fb3-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-22T11:27:00.985459Z",
                "updated_at": "2023-09-22T11:27:00.985493Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6999,
                "name": "Miyako Yoshinaga",
                "slug": "miyako-yoshinaga",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.76673,-73.96964849999999",
                "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-09-22T11:27:05.178744Z",
            "publish_time": null,
            "slug": "miyako-yoshinaga-ken-ohara-more-than-one-2023-09-15",
            "created_at": "2023-09-22T11:27:06.093955Z",
            "updated_at": "2023-09-22T11:27:08.292220Z",
            "summary": "Ken Ohara. More Than One is an Gallery Shows event starting on 15/09/2023, 00:00 and ending on 31/10/2023, 01:00. Event is in Miyako Yoshinaga with address 547 West 27th Street.",
            "title": "Ken Ohara. More Than One",
            "content": null,
            "start_time": "2023-09-15T00:00:00.000000Z",
            "end_time": "2023-10-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": "547 West 27th Street",
            "city": "New York",
            "geolocation": "40.7512854,-74.0043977",
            "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": 30033,
            "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": 28460,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45d13c488aac44d2ac91da82be309fc2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45d13c488aac44d2ac91da82be309fc2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/45d13c488aac44d2ac91da82be309fc2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45d13c488aac44d2ac91da82be309fc2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45d13c488aac44d2ac91da82be309fc2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45d13c488aac44d2ac91da82be309fc2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45d13c488aac44d2ac91da82be309fc2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45d13c488aac44d2ac91da82be309fc2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45d13c488aac44d2ac91da82be309fc2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/45d13c488aac44d2ac91da82be309fc2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-07T18:24:31.865916Z",
                "updated_at": "2023-08-07T18:24:31.865953Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5123,
                "name": "The Print Club Gallery",
                "slug": "print-club-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5524447,-0.0744687",
                "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-08-07T18:24:37.369669Z",
            "publish_time": null,
            "slug": "print-club-gallery-blisters-time-to-play-2023-09-15",
            "created_at": "2023-08-07T18:24:38.336757Z",
            "updated_at": "2023-08-07T18:24:39.575598Z",
            "summary": "Blisters: Time to Play is an Gallery Shows event starting on 15/09/2023, 00:00 and ending on 15/09/2023, 00:00. Event is in The Print Club Gallery with address 10-28 Millers Avenue.",
            "title": "Blisters: Time to Play",
            "content": null,
            "start_time": "2023-09-15T00:00:00.000000Z",
            "end_time": "2023-09-15T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "10-28 Millers Avenue",
            "city": "London",
            "geolocation": "51.5520286,-0.0743085",
            "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": 30541,
            "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": 28890,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e89f1b7d82c4bd59a21d010be3b8b08-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e89f1b7d82c4bd59a21d010be3b8b08-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5e89f1b7d82c4bd59a21d010be3b8b08.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e89f1b7d82c4bd59a21d010be3b8b08-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e89f1b7d82c4bd59a21d010be3b8b08-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e89f1b7d82c4bd59a21d010be3b8b08-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e89f1b7d82c4bd59a21d010be3b8b08-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e89f1b7d82c4bd59a21d010be3b8b08-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e89f1b7d82c4bd59a21d010be3b8b08-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e89f1b7d82c4bd59a21d010be3b8b08-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-23T08:51:16.401607Z",
                "updated_at": "2023-08-23T08:51:16.401643Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3696,
                "name": "Pallas Projects",
                "slug": "pallas-projects",
                "city": "Dublin",
                "country": {
                    "code": "IE",
                    "name": "Ireland"
                },
                "geolocation": "53.3392023,-6.274420500000001",
                "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": "IE",
            "publish_status": "published",
            "published_at": "2023-08-23T08:51:21.979677Z",
            "publish_time": null,
            "slug": "pallas-projects-banbha-mccanndomestic-bliss-2023-09-15",
            "created_at": "2023-08-23T08:51:23.034897Z",
            "updated_at": "2023-08-23T08:51:24.980734Z",
            "summary": "Banbha McCann—Domestic Bliss is an Gallery Shows event starting on 15/09/2023, 00:00 and ending on 30/09/2023, 00:00. Event is in Pallas Projects with address 115–117 The Coombe.",
            "title": "Banbha McCann—Domestic Bliss",
            "content": null,
            "start_time": "2023-09-15T00:00:00.000000Z",
            "end_time": "2023-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": "115–117 The Coombe",
            "city": "Dublin",
            "geolocation": "53.3390271,-6.2745635",
            "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": 31466,
            "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": 29766,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbbf32ea4e2e4c5d9cfbc450dae0dfe8-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbbf32ea4e2e4c5d9cfbc450dae0dfe8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/dbbf32ea4e2e4c5d9cfbc450dae0dfe8.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbbf32ea4e2e4c5d9cfbc450dae0dfe8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbbf32ea4e2e4c5d9cfbc450dae0dfe8-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbbf32ea4e2e4c5d9cfbc450dae0dfe8-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbbf32ea4e2e4c5d9cfbc450dae0dfe8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbbf32ea4e2e4c5d9cfbc450dae0dfe8-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbbf32ea4e2e4c5d9cfbc450dae0dfe8-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dbbf32ea4e2e4c5d9cfbc450dae0dfe8-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-20T15:18:54.968717Z",
                "updated_at": "2023-09-20T15:18:54.968754Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3922,
                "name": "MUAC, Museo Universitario de Arte Contemporaneo",
                "slug": "muac-museo-universitario-de-arte-contemporaneo",
                "city": "Mexico City",
                "country": {
                    "code": "MX",
                    "name": "Mexico"
                },
                "geolocation": "19.3151634,-99.1875419",
                "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-09-20T15:18:59.281341Z",
            "publish_time": null,
            "slug": "muac-museo-universitario-de-arte-contemporaneo-erick-alejandro-hernandez-night-is-a-narrow-edge-2023-09-15",
            "created_at": "2023-09-20T15:19:00.192998Z",
            "updated_at": "2023-09-20T15:19:03.148590Z",
            "summary": "Erick Alejandro Hernández. night is a narrow edge is an Gallery Shows event starting on 15/09/2023, 00:00 and ending on 21/10/2023, 00:00. Event is in MUAC, Museo Universitario de Arte Contemporaneo with address 1411 Newton St..",
            "title": "Erick Alejandro Hernández. night is a narrow edge",
            "content": null,
            "start_time": "2023-09-15T00:00:00.000000Z",
            "end_time": "2023-10-21T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1411 Newton St.",
            "city": "Los Angeles",
            "geolocation": "30.249791000000002,-97.7515710909091",
            "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": 31280,
            "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": 29596,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bcff581f9a2d4970a5c6194cc58b5b53-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bcff581f9a2d4970a5c6194cc58b5b53-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bcff581f9a2d4970a5c6194cc58b5b53.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bcff581f9a2d4970a5c6194cc58b5b53-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bcff581f9a2d4970a5c6194cc58b5b53-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bcff581f9a2d4970a5c6194cc58b5b53-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bcff581f9a2d4970a5c6194cc58b5b53-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bcff581f9a2d4970a5c6194cc58b5b53-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bcff581f9a2d4970a5c6194cc58b5b53-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bcff581f9a2d4970a5c6194cc58b5b53-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-15T13:49:31.689131Z",
                "updated_at": "2023-09-15T13:49:31.689167Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6886,
                "name": "Galerie Max Hetzler | Goethestraße",
                "slug": "galerie-max-hetzler-goethestrasse",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5088757,13.3238822",
                "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-09-15T13:49:34.128865Z",
            "publish_time": null,
            "slug": "galerie-max-hetzler-goethestrae-beatriz-milhazes-paisagem-em-desfile-2023-09-15",
            "created_at": "2023-09-15T13:49:35.122635Z",
            "updated_at": "2023-09-15T13:49:40.477192Z",
            "summary": "Beatriz Milhazes. Paisagem em Desfile is an Gallery Shows event starting on 15/09/2023, 00:00 and ending on 28/10/2023, 00:00. Event is in Galerie Max Hetzler | Goethestraße with address 2-3 Goethestraße.",
            "title": "Beatriz Milhazes. Paisagem em Desfile",
            "content": null,
            "start_time": "2023-09-15T00:00:00.000000Z",
            "end_time": "2023-10-28T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2-3 Goethestraße",
            "city": "Berlin",
            "geolocation": "52.5092777,13.3236855",
            "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": 31927,
            "author": {
                "id": "c9d11cac-3054-46b3-92ef-08f1a8f9850a",
                "username": "natalia@wildegallery.ch",
                "slug": "nataliawildegallerych",
                "first_name": "Wilde",
                "last_name": "Gallery",
                "display_name": null,
                "display_name_full": "Wilde Gallery",
                "email": "news@wildegallery.ch",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 30187,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/edbc1dffa05a4e858e9f3edf9556d57b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/edbc1dffa05a4e858e9f3edf9556d57b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/edbc1dffa05a4e858e9f3edf9556d57b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/edbc1dffa05a4e858e9f3edf9556d57b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/edbc1dffa05a4e858e9f3edf9556d57b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/edbc1dffa05a4e858e9f3edf9556d57b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/edbc1dffa05a4e858e9f3edf9556d57b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/edbc1dffa05a4e858e9f3edf9556d57b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/edbc1dffa05a4e858e9f3edf9556d57b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/edbc1dffa05a4e858e9f3edf9556d57b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-04T14:50:03.386692Z",
                "updated_at": "2023-10-04T14:50:03.386732Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "c9d11cac-3054-46b3-92ef-08f1a8f9850a"
            },
            "venue": {
                "id": 6488,
                "name": "Wilde | Genève",
                "slug": "wilde",
                "city": "Genève",
                "country": {
                    "code": "CH",
                    "name": "Switzerland"
                },
                "geolocation": "46.2016527,6.1405914",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4022,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/7521e59cb8d74e52bffa9a0ce1e0375b-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/7521e59cb8d74e52bffa9a0ce1e0375b-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/7521e59cb8d74e52bffa9a0ce1e0375b-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/7521e59cb8d74e52bffa9a0ce1e0375b.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/7521e59cb8d74e52bffa9a0ce1e0375b-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/7521e59cb8d74e52bffa9a0ce1e0375b-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/7521e59cb8d74e52bffa9a0ce1e0375b-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/7521e59cb8d74e52bffa9a0ce1e0375b-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-08-29T16:04:45.481113Z",
                    "updated_at": "2022-08-29T16:04:45.481149Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "c9d11cac-3054-46b3-92ef-08f1a8f9850a"
                },
                "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": "2023-10-04T14:50:16.248577Z",
            "publish_time": null,
            "slug": "khaled-jarrar-all-the-wounds-to-close",
            "created_at": "2023-10-04T14:50:16.251898Z",
            "updated_at": "2023-10-04T14:50:16.297535Z",
            "summary": "Khaled Jarrar: ALL THE WOUNDS TO CLOSE is an Gallery Shows event starting on 14/09/2023, 18:00 and ending on 02/11/2023, 18:00. Event is in Wilde | Genève with address Rue du Vieux-Billard 24, 1205 Genève, Switzerland.",
            "title": "Khaled Jarrar: ALL THE WOUNDS TO CLOSE",
            "content": "In \"ALL THE WOUNDS TO CLOSE,\" Khaled Jarrar weaves a sensory tapestry that intricately examines the aesthetics of occupation. His work probes how these aesthetics not only impose limitations on land but also shape human psychology and freedom. Jarrar specifically addresses the identities that are often questioned or molded by these forces—masculinity, nationality, and even individual dreams and aspirations.",
            "start_time": "2023-09-14T18:00:00.000000Z",
            "end_time": "2023-11-02T18: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": "Rue du Vieux-Billard 24, 1205 Genève, Switzerland",
            "city": "",
            "geolocation": "46.2009532,6.1368582",
            "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": 30229,
            "author": {
                "id": "e4d13761-8c66-4947-84b6-c95c0fce511d",
                "username": "info@skny.com",
                "slug": "infosknycom",
                "first_name": "Sean",
                "last_name": "Kelly",
                "display_name": null,
                "display_name_full": "Sean Kelly",
                "email": "info@skny.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 28633,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0345982826d64becb6a88fd1e8b017df-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0345982826d64becb6a88fd1e8b017df-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0345982826d64becb6a88fd1e8b017df.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0345982826d64becb6a88fd1e8b017df-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0345982826d64becb6a88fd1e8b017df-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0345982826d64becb6a88fd1e8b017df-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0345982826d64becb6a88fd1e8b017df-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0345982826d64becb6a88fd1e8b017df-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0345982826d64becb6a88fd1e8b017df-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0345982826d64becb6a88fd1e8b017df-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-10T19:18:49.664367Z",
                "updated_at": "2023-08-10T19:18:49.664456Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "e4d13761-8c66-4947-84b6-c95c0fce511d"
            },
            "venue": {
                "id": 7692,
                "name": "Sean Kelly Los Angeles",
                "slug": "sean-kelly-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.096017,-118.3390334",
                "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": "2023-08-10T19:19:02.855665Z",
            "publish_time": null,
            "slug": "julian-charriere-buried-sunshine",
            "created_at": "2023-08-10T19:19:02.859839Z",
            "updated_at": "2023-08-10T19:19:02.912928Z",
            "summary": "Julian Charrière: Buried Sunshine is an Gallery Shows event starting on 14/09/2023, 18:00 and ending on 04/11/2023, 18:00. Event is in Sean Kelly Los Angeles with address 1357 N Highland Ave, Los Angeles, CA 90028, United States.",
            "title": "Julian Charrière: Buried Sunshine",
            "content": "Sean Kelly is delighted to present Buried Sunshine, Julian Charrière’s highly anticipated first solo exhibition at Sean Kelly, Los Angeles. Buried Sunshine explores the entangled histories of Los Angeles and the discovery of petroleum there in the late 19th century, a catalyst which industrialized the region and transformed LA into the second largest city in the United States. Capturing the delirium of the petroleum industry and the burning of lithic landscapes, focused through the lens of Los Angeles—the world’s largest urban oil field—Charrière brings his film Controlled Burn together with sculptures and a new series of heliographic photographs, to unearth the ‘fossilized sunshine’ upon which the mythos of the city was built.",
            "start_time": "2023-09-14T18:00:00.000000Z",
            "end_time": "2023-11-04T18: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": "1357 N Highland Ave, Los Angeles, CA 90028, United States",
            "city": "",
            "geolocation": "34.096017,-118.3390334",
            "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": 31235,
            "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": 29562,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1317e44f22049af966b375ab39027b4-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1317e44f22049af966b375ab39027b4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c1317e44f22049af966b375ab39027b4.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1317e44f22049af966b375ab39027b4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1317e44f22049af966b375ab39027b4-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1317e44f22049af966b375ab39027b4-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1317e44f22049af966b375ab39027b4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1317e44f22049af966b375ab39027b4-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1317e44f22049af966b375ab39027b4-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1317e44f22049af966b375ab39027b4-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-15T13:45:28.195908Z",
                "updated_at": "2023-09-15T13:45:28.195943Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4457,
                "name": "The Approach Gallery",
                "slug": "approach-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.53127689999999,-0.0514061",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-09-15T13:45:30.697619Z",
            "publish_time": null,
            "slug": "the-approach-gallery-sian-newlove-drew-tealoe-2023-09-14",
            "created_at": "2023-09-15T13:45:31.595054Z",
            "updated_at": "2023-09-15T13:45:31.633442Z",
            "summary": "Siân Newlove-Drew: Tealoe is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 28/10/2023, 00:00. Event is in The Approach Gallery with address 1st Floor, 47 Approach Rd.",
            "title": "Siân Newlove-Drew: Tealoe",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-10-28T00: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": "1st Floor, 47 Approach 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": 31489,
            "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": 29787,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/64c06d2d97bb4386b842571645e61546-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/64c06d2d97bb4386b842571645e61546-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/64c06d2d97bb4386b842571645e61546.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/64c06d2d97bb4386b842571645e61546-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/64c06d2d97bb4386b842571645e61546-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/64c06d2d97bb4386b842571645e61546-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/64c06d2d97bb4386b842571645e61546-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/64c06d2d97bb4386b842571645e61546-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/64c06d2d97bb4386b842571645e61546-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/64c06d2d97bb4386b842571645e61546-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-20T15:20:39.752956Z",
                "updated_at": "2023-09-20T15:20:39.752992Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7544,
                "name": "Schering Stiftung",
                "slug": "schering-stiftung",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.51732999999999,13.38754",
                "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-09-20T15:20:42.792936Z",
            "publish_time": null,
            "slug": "schering-stiftung-annika-kahrs-gravitys-tune-2023-09-14",
            "created_at": "2023-09-20T15:20:43.720589Z",
            "updated_at": "2023-09-20T15:20:45.866573Z",
            "summary": "Annika Kahrs. Gravity's Tune is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 26/11/2023, 01:00. Event is in Schering Stiftung with address 32-34 Unter den Linden.",
            "title": "Annika Kahrs. Gravity's Tune",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-11-26T01: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": "32-34 Unter den Linden",
            "city": "Berlin",
            "geolocation": "50.34646185,9.524021575063195",
            "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": 32257,
            "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": 30517,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c045cefc656c40c7a5e428dabebec5e7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c045cefc656c40c7a5e428dabebec5e7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c045cefc656c40c7a5e428dabebec5e7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c045cefc656c40c7a5e428dabebec5e7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c045cefc656c40c7a5e428dabebec5e7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c045cefc656c40c7a5e428dabebec5e7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c045cefc656c40c7a5e428dabebec5e7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c045cefc656c40c7a5e428dabebec5e7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c045cefc656c40c7a5e428dabebec5e7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c045cefc656c40c7a5e428dabebec5e7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-11T10:50:28.781946Z",
                "updated_at": "2023-10-11T10:50:28.781981Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5796,
                "name": "SUBURBIA CONTEMPORARY",
                "slug": "suburbia-contemporary",
                "city": "Barcelona",
                "country": {
                    "code": "ES",
                    "name": "Spain"
                },
                "geolocation": "41.3978939,2.170037499999999",
                "artworks_for_sale_count": 34,
                "featured_image": {
                    "id": 4871,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/17747265a0a04e278bdaa8e5564af101-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/17747265a0a04e278bdaa8e5564af101-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/17747265a0a04e278bdaa8e5564af101-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/17747265a0a04e278bdaa8e5564af101.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/17747265a0a04e278bdaa8e5564af101-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/17747265a0a04e278bdaa8e5564af101-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/17747265a0a04e278bdaa8e5564af101-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/17747265a0a04e278bdaa8e5564af101-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2024-05-15T09:24:23.203117Z",
                    "updated_at": "2024-05-15T09:24:23.203179Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "a7d35e51-2955-439e-83fb-3d01df4a6cfc"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "ES",
            "publish_status": "published",
            "published_at": "2023-10-11T10:50:34.496421Z",
            "publish_time": null,
            "slug": "suburbia-contemporary-barcelona-gallery-weekend-2023-09-14",
            "created_at": "2023-10-11T10:50:35.450909Z",
            "updated_at": "2023-10-11T10:50:43.298105Z",
            "summary": "Barcelona Gallery Weekend is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 25/10/2023, 00:00. Event is in Suburbia Contemporary with address Carrer de Valencia 345.",
            "title": "Barcelona Gallery Weekend",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-10-25T00: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": "Carrer de Valencia 345",
            "city": "Barcelona",
            "geolocation": "41.397948299999996,2.1699633015739592",
            "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": 31238,
            "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": 29563,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35a5d52a1af94751b6179f549017ccc1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35a5d52a1af94751b6179f549017ccc1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/35a5d52a1af94751b6179f549017ccc1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35a5d52a1af94751b6179f549017ccc1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35a5d52a1af94751b6179f549017ccc1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35a5d52a1af94751b6179f549017ccc1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35a5d52a1af94751b6179f549017ccc1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35a5d52a1af94751b6179f549017ccc1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35a5d52a1af94751b6179f549017ccc1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35a5d52a1af94751b6179f549017ccc1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-15T13:45:29.125201Z",
                "updated_at": "2023-09-15T13:45:29.125253Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4457,
                "name": "The Approach Gallery",
                "slug": "approach-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.53127689999999,-0.0514061",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-09-15T13:45:33.898603Z",
            "publish_time": null,
            "slug": "the-approach-gallery-john-maclean-new-paintings-part-i-2023-09-14",
            "created_at": "2023-09-15T13:45:34.789060Z",
            "updated_at": "2023-09-15T13:45:34.833735Z",
            "summary": "John Maclean. New Paintings. Part I is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 28/10/2023, 00:00. Event is in The Approach Gallery with address 1st Floor, 47 Approach Rd.",
            "title": "John Maclean. New Paintings. Part I",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-10-28T00: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": "1st Floor, 47 Approach 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": 31488,
            "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": 29786,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622df5c7a95b4024aeda33217c6629de-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622df5c7a95b4024aeda33217c6629de-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/622df5c7a95b4024aeda33217c6629de.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622df5c7a95b4024aeda33217c6629de-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622df5c7a95b4024aeda33217c6629de-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622df5c7a95b4024aeda33217c6629de-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622df5c7a95b4024aeda33217c6629de-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622df5c7a95b4024aeda33217c6629de-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622df5c7a95b4024aeda33217c6629de-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/622df5c7a95b4024aeda33217c6629de-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-20T15:20:36.914402Z",
                "updated_at": "2023-09-20T15:20:36.914442Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5782,
                "name": "SAVVY Contemporary",
                "slug": "savvy-contemporary",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5448324,13.3707152",
                "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-09-20T15:20:40.896655Z",
            "publish_time": null,
            "slug": "savvy-contemporary-it-go-to-have-to-adjust-on-language-as-parasite-2023-09-14",
            "created_at": "2023-09-20T15:20:41.809936Z",
            "updated_at": "2023-09-20T15:20:43.943935Z",
            "summary": "It Go To Have To Adjust. On Language As Parasite is an Gallery Shows event starting on 14/09/2023, 00:00 and ending on 03/12/2023, 01:00. Event is in SAVVY Contemporary with address Reinickendorfer Straße 17.",
            "title": "It Go To Have To Adjust. On Language As Parasite",
            "content": null,
            "start_time": "2023-09-14T00:00:00.000000Z",
            "end_time": "2023-12-03T01: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": "Reinickendorfer Straße 17",
            "city": "Berlin",
            "geolocation": "52.5447307,13.3707092",
            "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": []
        }
    ]
}