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

{
    "count": 37573,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=7362&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=7326&ordering=-end_time",
    "results": [
        {
            "id": 32279,
            "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": 30535,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8900cea6714142ac8c4861ecbd382f03-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8900cea6714142ac8c4861ecbd382f03-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8900cea6714142ac8c4861ecbd382f03.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8900cea6714142ac8c4861ecbd382f03-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8900cea6714142ac8c4861ecbd382f03-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8900cea6714142ac8c4861ecbd382f03-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8900cea6714142ac8c4861ecbd382f03-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8900cea6714142ac8c4861ecbd382f03-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8900cea6714142ac8c4861ecbd382f03-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8900cea6714142ac8c4861ecbd382f03-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-11T10:53:52.389597Z",
                "updated_at": "2023-10-11T10:53:52.389634Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8690,
                "name": "Weald Contemporary",
                "slug": "weald-contemporary",
                "city": "Arundel",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-10-11T10:53:57.062610Z",
            "publish_time": null,
            "slug": "weald-contemporary-daisy-harcourt-women-and-word-2023-10-06",
            "created_at": "2023-10-11T10:53:58.050163Z",
            "updated_at": "2023-10-11T10:53:58.103295Z",
            "summary": "Daisy Harcourt // Women and Word is an Gallery Shows event starting on 06/10/2023, 00:00 and ending on 27/10/2023, 00:00. Event is in Weald Contemporary with address New House Farm Barns,.",
            "title": "Daisy Harcourt // Women and Word",
            "content": null,
            "start_time": "2023-10-06T00:00:00.000000Z",
            "end_time": "2023-10-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "New House Farm Barns,",
            "city": "Arundel",
            "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": 29855,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 6882,
                "name": "Galerie Biedermann",
                "slug": "galerie-biedermann",
                "city": "Munich",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "48.1493445,11.5724859",
                "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-08-02T14:17:31.817516Z",
            "publish_time": null,
            "slug": "galerie-biedermann-johannes-wende-what-you-see-is-all-there-is-2023-09-08",
            "created_at": "2023-08-02T14:17:32.719990Z",
            "updated_at": "2023-08-02T14:17:33.142796Z",
            "summary": "Johannes Wende: WHAT YOU SEE IS ALL THERE IS is an Gallery Shows event starting on 08/09/2023, 00:00 and ending on 27/10/2023, 00:00. Event is in Galerie Biedermann with address Barer Straße 44.",
            "title": "Johannes Wende: WHAT YOU SEE IS ALL THERE IS",
            "content": null,
            "start_time": "2023-09-08T00:00:00.000000Z",
            "end_time": "2023-10-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Barer Straße 44",
            "city": "Munich",
            "geolocation": "48.1493462,11.57241103158665",
            "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": 30494,
            "author": {
                "id": "7d59871f-f0c6-4e5f-92f8-c01a78217be0",
                "username": "claudia_1014",
                "slug": "claudia_1014",
                "first_name": "Claudia",
                "last_name": "Deutsch",
                "display_name": "Claudia Deutsch",
                "display_name_full": "Claudia Deutsch",
                "email": "claudia@artspacewarehouse.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 28852,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/484270086feb4f48a2aa0803f3c7a82c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/484270086feb4f48a2aa0803f3c7a82c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/484270086feb4f48a2aa0803f3c7a82c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/484270086feb4f48a2aa0803f3c7a82c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/484270086feb4f48a2aa0803f3c7a82c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/484270086feb4f48a2aa0803f3c7a82c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/484270086feb4f48a2aa0803f3c7a82c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/484270086feb4f48a2aa0803f3c7a82c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/484270086feb4f48a2aa0803f3c7a82c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/484270086feb4f48a2aa0803f3c7a82c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-23T08:37:46.887513Z",
                "updated_at": "2023-08-23T08:37:46.887571Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3103,
                "name": "Artspace Warehouse",
                "slug": "artspace-warehouse",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0758419,-118.3501924",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2968,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/3.17_IMG_8930_edit-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/3.17_IMG_8930_edit-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/3.17_IMG_8930_edit-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/3.17_IMG_8930_edit.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/3.17_IMG_8930_edit-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/3.17_IMG_8930_edit-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/3.17_IMG_8930_edit-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/3.17_IMG_8930_edit-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-08-13T17:48:07.696998Z",
                    "updated_at": "2021-09-14T13:42:48.712021Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "7d59871f-f0c6-4e5f-92f8-c01a78217be0"
                },
                "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-08-23T08:38:14.848776Z",
            "publish_time": null,
            "slug": "artspace-warehouse-texture-and-topography-2023-09-30",
            "created_at": "2023-08-23T08:38:15.926983Z",
            "updated_at": "2023-08-23T08:38:16.352322Z",
            "summary": "Texture and Topography is an Gallery Shows event starting on 30/09/2023, 00:00 and ending on 27/10/2023, 00:00. Event is in Artspace Warehouse with address 7358 Beverly Blvd.",
            "title": "Texture and Topography",
            "content": null,
            "start_time": "2023-09-30T00:00:00.000000Z",
            "end_time": "2023-10-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "7358 Beverly Blvd",
            "city": "Los Angeles",
            "geolocation": "47.931640842268735,-122.21258992312471",
            "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": 30143,
            "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": 28560,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0a54e23cd964bc3995154c77d942ab1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0a54e23cd964bc3995154c77d942ab1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e0a54e23cd964bc3995154c77d942ab1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0a54e23cd964bc3995154c77d942ab1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0a54e23cd964bc3995154c77d942ab1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0a54e23cd964bc3995154c77d942ab1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0a54e23cd964bc3995154c77d942ab1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0a54e23cd964bc3995154c77d942ab1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0a54e23cd964bc3995154c77d942ab1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0a54e23cd964bc3995154c77d942ab1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-09T07:16:30.470107Z",
                "updated_at": "2023-08-09T07:16:30.470148Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7869,
                "name": "EXOgallery",
                "slug": "exogallery",
                "city": "Stuttgart",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "48.771726,9.168492800000001",
                "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-08-09T07:16:36.624356Z",
            "publish_time": null,
            "slug": "exogallery-beyond-boundaries-2023-09-22",
            "created_at": "2023-08-09T07:16:37.589790Z",
            "updated_at": "2023-08-09T07:16:38.037152Z",
            "summary": "Beyond Boundaries is an Gallery Shows event starting on 22/09/2023, 00:00 and ending on 27/10/2023, 00:00. Event is in EXOgallery with address Silberburgstr. 167.",
            "title": "Beyond Boundaries",
            "content": null,
            "start_time": "2023-09-22T00:00:00.000000Z",
            "end_time": "2023-10-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Silberburgstr. 167",
            "city": "Stuttgart",
            "geolocation": "48.77179255,9.168483925371287",
            "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": 32304,
            "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": 30561,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/280c4854af954a019a5234ce08ce787b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/280c4854af954a019a5234ce08ce787b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/280c4854af954a019a5234ce08ce787b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/280c4854af954a019a5234ce08ce787b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/280c4854af954a019a5234ce08ce787b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/280c4854af954a019a5234ce08ce787b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/280c4854af954a019a5234ce08ce787b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/280c4854af954a019a5234ce08ce787b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/280c4854af954a019a5234ce08ce787b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/280c4854af954a019a5234ce08ce787b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-12T09:30:34.870384Z",
                "updated_at": "2023-10-12T09:30:34.870468Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4560,
                "name": "CICA Museum",
                "slug": "cica-museum",
                "city": "Gyeonggi-do",
                "country": {
                    "code": "KR",
                    "name": "South Korea"
                },
                "geolocation": "37.6152464,126.7156325",
                "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": "KR",
            "publish_status": "published",
            "published_at": "2023-10-12T09:30:38.281535Z",
            "publish_time": null,
            "slug": "cica-museum-spring-2024-cica-art-studio-program-2023-10-06",
            "created_at": "2023-10-12T09:30:39.227197Z",
            "updated_at": "2023-10-12T09:30:39.791921Z",
            "summary": "Spring 2024 CICA Art Studio Program is an Gallery Shows event starting on 06/10/2023, 00:00 and ending on 27/10/2023, 00:00. Event is in CICA Museum with address 196-30, Samdo-ro, Yangchon-eup.",
            "title": "Spring 2024 CICA Art Studio Program",
            "content": null,
            "start_time": "2023-10-06T00:00:00.000000Z",
            "end_time": "2023-10-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "196-30, Samdo-ro, Yangchon-eup",
            "city": "Gimpo-si",
            "geolocation": "37.6065442,126.5856273",
            "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": 32507,
            "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": 30750,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c38c0599ebfc4911a96b23a73443dea9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c38c0599ebfc4911a96b23a73443dea9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c38c0599ebfc4911a96b23a73443dea9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c38c0599ebfc4911a96b23a73443dea9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c38c0599ebfc4911a96b23a73443dea9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c38c0599ebfc4911a96b23a73443dea9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c38c0599ebfc4911a96b23a73443dea9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c38c0599ebfc4911a96b23a73443dea9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c38c0599ebfc4911a96b23a73443dea9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c38c0599ebfc4911a96b23a73443dea9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-18T09:07:54.027496Z",
                "updated_at": "2023-10-18T09:07:54.027534Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6322,
                "name": "Studio Hanniball",
                "slug": "studio-hanniball",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5429555,13.4152658",
                "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-10-18T09:07:59.336537Z",
            "publish_time": null,
            "slug": "studio-hanniball-east-from-where-2023-10-20",
            "created_at": "2023-10-18T09:08:00.274796Z",
            "updated_at": "2023-10-18T09:08:02.884170Z",
            "summary": "East From Where is an Gallery Shows event starting on 20/10/2023, 00:00 and ending on 27/10/2023, 00:00. Event is in Studio Hanniball with address Pappelallee 15.",
            "title": "East From Where",
            "content": null,
            "start_time": "2023-10-20T00:00:00.000000Z",
            "end_time": "2023-10-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Pappelallee 15",
            "city": "Berlin",
            "geolocation": "51.1259695,9.277195048438493",
            "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": 29804,
            "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": 28294,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87a44ef3faf4408db3a36e2f238bab8e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87a44ef3faf4408db3a36e2f238bab8e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/87a44ef3faf4408db3a36e2f238bab8e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87a44ef3faf4408db3a36e2f238bab8e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87a44ef3faf4408db3a36e2f238bab8e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87a44ef3faf4408db3a36e2f238bab8e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87a44ef3faf4408db3a36e2f238bab8e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87a44ef3faf4408db3a36e2f238bab8e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87a44ef3faf4408db3a36e2f238bab8e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/87a44ef3faf4408db3a36e2f238bab8e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-02T14:11:28.473661Z",
                "updated_at": "2023-08-02T14:11:28.473701Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5964,
                "name": "Galerie MaxWeberSixFriedrich",
                "slug": "galerie-maxwebersixfriedrich",
                "city": "München",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "48.148991,11.5773103",
                "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-08-02T14:11:32.670799Z",
            "publish_time": null,
            "slug": "galerie-maxwebersixfriedrich-drawings-prints-lightboxes-and-multiples-2023-09-07",
            "created_at": "2023-08-02T14:11:33.571557Z",
            "updated_at": "2023-08-02T14:11:34.656268Z",
            "summary": "Drawings, Prints, Lightboxes and Multiples is an Gallery Shows event starting on 07/09/2023, 00:00 and ending on 27/10/2023, 00:00. Event is in Galerie MaxWeberSixFriedrich with address Amalienstraße 45.",
            "title": "Drawings, Prints, Lightboxes and Multiples",
            "content": null,
            "start_time": "2023-09-07T00:00:00.000000Z",
            "end_time": "2023-10-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Amalienstraße 45",
            "city": "Munich",
            "geolocation": "48.1489265,11.5774103",
            "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": 31480,
            "author": {
                "id": "9d7018ed-1db0-41bd-9b84-4af35dca125b",
                "username": "robilantvoena",
                "slug": "robilantvoena",
                "first_name": "Ellie",
                "last_name": "Hustler",
                "display_name": "Ellie Hustler",
                "display_name_full": "Ellie Hustler",
                "email": "ellie@robilantvoena.com",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 5233,
                "name": "Robilant+Voena",
                "slug": "robilantvoena",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5083788,-0.1425594",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2023-09-20T15:20:17.882108Z",
            "publish_time": null,
            "slug": "robilantvoena-cesar-santos-informal-2023-09-22",
            "created_at": "2023-09-20T15:20:18.807907Z",
            "updated_at": "2023-09-20T15:20:20.436666Z",
            "summary": "Cesar Santos: InFormal is an Gallery Shows event starting on 22/09/2023, 00:00 and ending on 27/10/2023, 00:00. Event is in Robilant+Voena with address Via Fontana 16.",
            "title": "Cesar Santos: InFormal",
            "content": null,
            "start_time": "2023-09-22T00:00:00.000000Z",
            "end_time": "2023-10-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Via Fontana 16",
            "city": "Milan",
            "geolocation": "40.2772712,8.5478459",
            "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": 31304,
            "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": 29614,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/989d4347f8f04630811eff7a9013277b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/989d4347f8f04630811eff7a9013277b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/989d4347f8f04630811eff7a9013277b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/989d4347f8f04630811eff7a9013277b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/989d4347f8f04630811eff7a9013277b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/989d4347f8f04630811eff7a9013277b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/989d4347f8f04630811eff7a9013277b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/989d4347f8f04630811eff7a9013277b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/989d4347f8f04630811eff7a9013277b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/989d4347f8f04630811eff7a9013277b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-15T13:51:35.603893Z",
                "updated_at": "2023-09-15T13:51:35.603948Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7083,
                "name": "New Adelphi",
                "slug": "new-adelphi",
                "city": "Salford",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.4867996,-2.2748955",
                "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:51:41.736047Z",
            "publish_time": null,
            "slug": "new-adelphi-craig-easton-is-anybody-listening-thatchers-children-2023-09-11",
            "created_at": "2023-09-15T13:51:42.781754Z",
            "updated_at": "2023-09-15T13:51:42.827512Z",
            "summary": "Craig Easton: Is Anybody Listening? Thatcher's Children is an Gallery Shows event starting on 11/09/2023, 00:00 and ending on 27/10/2023, 00:00. Event is in New Adelphi with address New Adelphi Building, University of Salford.",
            "title": "Craig Easton: Is Anybody Listening? Thatcher's Children",
            "content": null,
            "start_time": "2023-09-11T00:00:00.000000Z",
            "end_time": "2023-10-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "New Adelphi Building, University of Salford",
            "city": "Salford",
            "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": 30848,
            "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": 29177,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b22b99faa26c4cf8a26304ef9c9ae47e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b22b99faa26c4cf8a26304ef9c9ae47e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b22b99faa26c4cf8a26304ef9c9ae47e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b22b99faa26c4cf8a26304ef9c9ae47e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b22b99faa26c4cf8a26304ef9c9ae47e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b22b99faa26c4cf8a26304ef9c9ae47e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b22b99faa26c4cf8a26304ef9c9ae47e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b22b99faa26c4cf8a26304ef9c9ae47e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b22b99faa26c4cf8a26304ef9c9ae47e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b22b99faa26c4cf8a26304ef9c9ae47e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-30T07:38:08.802765Z",
                "updated_at": "2023-08-30T07:38:08.802799Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3847,
                "name": "Messum's",
                "slug": "messums",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.50687749999999,-0.1383656",
                "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-30T07:38:12.023962Z",
            "publish_time": null,
            "slug": "messums-rose-hilton-2023-2023-10-04",
            "created_at": "2023-08-30T07:38:12.907998Z",
            "updated_at": "2023-08-30T07:38:13.712160Z",
            "summary": "Rose Hilton 2023 is an Gallery Shows event starting on 04/10/2023, 00:00 and ending on 27/10/2023, 00:00. Event is in Messum's with address 12 Bury Street.",
            "title": "Rose Hilton 2023",
            "content": null,
            "start_time": "2023-10-04T00:00:00.000000Z",
            "end_time": "2023-10-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "12 Bury Street",
            "city": "London",
            "geolocation": "51.6708077,-1.2826015",
            "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": 30817,
            "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": 29148,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/01c0820cd6fe48bea6c663a07f7f73d5-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/01c0820cd6fe48bea6c663a07f7f73d5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/01c0820cd6fe48bea6c663a07f7f73d5.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/01c0820cd6fe48bea6c663a07f7f73d5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/01c0820cd6fe48bea6c663a07f7f73d5-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/01c0820cd6fe48bea6c663a07f7f73d5-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/01c0820cd6fe48bea6c663a07f7f73d5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/01c0820cd6fe48bea6c663a07f7f73d5-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/01c0820cd6fe48bea6c663a07f7f73d5-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/01c0820cd6fe48bea6c663a07f7f73d5-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-30T07:35:45.125178Z",
                "updated_at": "2023-08-30T07:35:45.125237Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4162,
                "name": "Barakat Contemporary",
                "slug": "barakat-contemporary",
                "city": "Seoul",
                "country": {
                    "code": "KR",
                    "name": "South Korea"
                },
                "geolocation": "37.5838777,126.9803057",
                "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": "KR",
            "publish_status": "published",
            "published_at": "2023-08-30T07:35:48.240850Z",
            "publish_time": null,
            "slug": "barakat-contemporary-jewyo-rhii-of-hundred-carts-and-on-2023-08-31",
            "created_at": "2023-08-30T07:35:49.131629Z",
            "updated_at": "2023-08-30T07:35:49.895799Z",
            "summary": "Jewyo Rhii: Of Hundred Carts and On is an Gallery Shows event starting on 31/08/2023, 00:00 and ending on 27/10/2023, 00:00. Event is in Barakat Contemporary with address 58-4 Samcheong-ro, Jongno-gu, Seoul.",
            "title": "Jewyo Rhii: Of Hundred Carts and On",
            "content": null,
            "start_time": "2023-08-31T00:00:00.000000Z",
            "end_time": "2023-10-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "58-4 Samcheong-ro, Jongno-gu, Seoul",
            "city": "Seoul",
            "geolocation": "37.58086055,126.98065464421032",
            "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": 31612,
            "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": 29903,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ff956f724ff409189cfc2595ca33862-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ff956f724ff409189cfc2595ca33862-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4ff956f724ff409189cfc2595ca33862.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ff956f724ff409189cfc2595ca33862-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ff956f724ff409189cfc2595ca33862-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ff956f724ff409189cfc2595ca33862-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ff956f724ff409189cfc2595ca33862-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ff956f724ff409189cfc2595ca33862-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ff956f724ff409189cfc2595ca33862-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ff956f724ff409189cfc2595ca33862-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-25T13:08:21.147310Z",
                "updated_at": "2023-09-25T13:08:21.147364Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6569,
                "name": "The Biscuit Factory",
                "slug": "biscuit-factory",
                "city": "Newcastle upon Tyne",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "54.9762514,-1.5979405",
                "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-25T13:08:25.447725Z",
            "publish_time": null,
            "slug": "the-biscuit-factory-dudley-edwards-solo-show-2023-10-27",
            "created_at": "2023-09-25T13:08:26.465815Z",
            "updated_at": "2023-09-25T13:08:27.322392Z",
            "summary": "Dudley Edwards Solo Show is an Gallery Shows event starting on 27/10/2023, 00:00 and ending on 27/10/2023, 00:00. Event is in The Biscuit Factory with address 16 Stoddart Street.",
            "title": "Dudley Edwards Solo Show",
            "content": null,
            "start_time": "2023-10-27T00:00:00.000000Z",
            "end_time": "2023-10-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "16 Stoddart Street",
            "city": "Newcastle upon Tyne",
            "geolocation": "54.9765774,-1.5976521",
            "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": 31588,
            "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": 29878,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ef2aa9c0860842f2966cccd30abba839-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ef2aa9c0860842f2966cccd30abba839-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ef2aa9c0860842f2966cccd30abba839.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ef2aa9c0860842f2966cccd30abba839-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ef2aa9c0860842f2966cccd30abba839-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ef2aa9c0860842f2966cccd30abba839-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ef2aa9c0860842f2966cccd30abba839-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ef2aa9c0860842f2966cccd30abba839-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ef2aa9c0860842f2966cccd30abba839-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ef2aa9c0860842f2966cccd30abba839-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-22T11:26:57.194466Z",
                "updated_at": "2023-09-22T11:26:57.194503Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4717,
                "name": "Mendes Wood DM",
                "slug": "mendes-wood-dm",
                "city": "Sao Paulo",
                "country": {
                    "code": "BR",
                    "name": "Brazil"
                },
                "geolocation": "-23.531813,-46.65386780000001",
                "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:01.393617Z",
            "publish_time": null,
            "slug": "mendes-wood-dm-daniel-steegmann-mangrane-la-pensee-ferale-2023-09-15",
            "created_at": "2023-09-22T11:27:02.317849Z",
            "updated_at": "2023-09-22T11:27:04.436395Z",
            "summary": "Daniel Steegmann Mangrané. La Pensée Férale is an Gallery Shows event starting on 15/09/2023, 00:00 and ending on 27/10/2023, 00:00. Event is in Mendes Wood DM with address 47 Walker Street.",
            "title": "Daniel Steegmann Mangrané. La Pensée Férale",
            "content": null,
            "start_time": "2023-09-15T00:00:00.000000Z",
            "end_time": "2023-10-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "47 Walker Street",
            "city": "New York",
            "geolocation": "52.95416725,-1.1336445037051512",
            "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": 32209,
            "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": 30474,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8b5745f7b169483c83f41bc22801eea6-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8b5745f7b169483c83f41bc22801eea6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8b5745f7b169483c83f41bc22801eea6.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8b5745f7b169483c83f41bc22801eea6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8b5745f7b169483c83f41bc22801eea6-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8b5745f7b169483c83f41bc22801eea6-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8b5745f7b169483c83f41bc22801eea6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8b5745f7b169483c83f41bc22801eea6-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8b5745f7b169483c83f41bc22801eea6-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8b5745f7b169483c83f41bc22801eea6-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-11T10:43:40.268043Z",
                "updated_at": "2023-10-11T10:43:40.268080Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7662,
                "name": "Galerie Konstanze Wolter",
                "slug": "galerie-konstanze-wolter",
                "city": "Chemnitz",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "50.8343163,12.9159939",
                "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-10-11T10:43:43.824831Z",
            "publish_time": null,
            "slug": "galerie-konstanze-wolter-claudio-gobbi-tales-of-europe-2023-09-23",
            "created_at": "2023-10-11T10:43:44.820740Z",
            "updated_at": "2023-10-11T10:43:46.340231Z",
            "summary": "Claudio Gobbi | Tales of Europe is an Gallery Shows event starting on 23/09/2023, 00:00 and ending on 27/10/2023, 00:00. Event is in Galerie Konstanze Wolter with address Theaterstr. 58.",
            "title": "Claudio Gobbi | Tales of Europe",
            "content": null,
            "start_time": "2023-09-23T00:00:00.000000Z",
            "end_time": "2023-10-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Theaterstr. 58",
            "city": "Chemnitz",
            "geolocation": "50.7706943,6.0914925",
            "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": 31829,
            "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": 30098,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f40126e7c164441ca78428340e1c355b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f40126e7c164441ca78428340e1c355b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f40126e7c164441ca78428340e1c355b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f40126e7c164441ca78428340e1c355b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f40126e7c164441ca78428340e1c355b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f40126e7c164441ca78428340e1c355b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f40126e7c164441ca78428340e1c355b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f40126e7c164441ca78428340e1c355b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f40126e7c164441ca78428340e1c355b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f40126e7c164441ca78428340e1c355b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-28T07:21:23.332191Z",
                "updated_at": "2023-09-28T07:21:23.332248Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9235,
                "name": "Common Sense Gallery",
                "slug": "common-sense-gallery",
                "city": "Vienna",
                "country": {
                    "code": "AT",
                    "name": "Austria"
                },
                "geolocation": "48.2102046,16.3677309",
                "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": "AT",
            "publish_status": "published",
            "published_at": "2023-09-28T07:21:28.080287Z",
            "publish_time": null,
            "slug": "common-sense-gallery-petra-von-kazinyan-the-filtered-self-2023-10-02",
            "created_at": "2023-09-28T07:21:29.027072Z",
            "updated_at": "2023-09-28T07:21:30.204514Z",
            "summary": "Petra von Kazinyan: THE FILTERED SELF is an Gallery Shows event starting on 02/10/2023, 00:00 and ending on 26/10/2023, 00:00. Event is in Common Sense Gallery with address Naglergasse 10.",
            "title": "Petra von Kazinyan: THE FILTERED SELF",
            "content": null,
            "start_time": "2023-10-02T00:00:00.000000Z",
            "end_time": "2023-10-26T00: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": "Naglergasse 10",
            "city": "Vienna",
            "geolocation": "48.2102071,16.3677783",
            "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": 31620,
            "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": 29909,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53a4b42dc42d4ec787b52b1186243c63-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53a4b42dc42d4ec787b52b1186243c63-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/53a4b42dc42d4ec787b52b1186243c63.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53a4b42dc42d4ec787b52b1186243c63-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53a4b42dc42d4ec787b52b1186243c63-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53a4b42dc42d4ec787b52b1186243c63-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53a4b42dc42d4ec787b52b1186243c63-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53a4b42dc42d4ec787b52b1186243c63-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53a4b42dc42d4ec787b52b1186243c63-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53a4b42dc42d4ec787b52b1186243c63-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-25T13:18:02.720830Z",
                "updated_at": "2023-09-25T13:18:02.720888Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8628,
                "name": "University of Plymouth",
                "slug": "university-plymouth",
                "city": "Plymouth",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.3739206,-4.138284899999999",
                "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-25T13:18:05.267862Z",
            "publish_time": null,
            "slug": "university-of-plymouth-half-term-workshop-seafloor-mapping-2023-10-26",
            "created_at": "2023-09-25T13:18:06.185053Z",
            "updated_at": "2023-09-25T13:18:10.026177Z",
            "summary": "Half Term Workshop: Seafloor Mapping is an Gallery Shows event starting on 26/10/2023, 00:00 and ending on 26/10/2023, 00:00. Event is in University of Plymouth with address The Levinsky Gallery.",
            "title": "Half Term Workshop: Seafloor Mapping",
            "content": null,
            "start_time": "2023-10-26T00:00:00.000000Z",
            "end_time": "2023-10-26T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "The Levinsky Gallery",
            "city": "Plymouth",
            "geolocation": "50.3741032,-4.1386295",
            "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": 32122,
            "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": 30391,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b7e3e76cdd4ee29837f29f79deac84-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b7e3e76cdd4ee29837f29f79deac84-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/79b7e3e76cdd4ee29837f29f79deac84.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b7e3e76cdd4ee29837f29f79deac84-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b7e3e76cdd4ee29837f29f79deac84-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b7e3e76cdd4ee29837f29f79deac84-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b7e3e76cdd4ee29837f29f79deac84-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b7e3e76cdd4ee29837f29f79deac84-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b7e3e76cdd4ee29837f29f79deac84-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79b7e3e76cdd4ee29837f29f79deac84-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-09T10:28:39.120001Z",
                "updated_at": "2023-10-09T10:28:39.120061Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9275,
                "name": "Lansdown Stores",
                "slug": "lansdown-stores",
                "city": "Bath",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.3892395,-2.3629091",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-10-09T10:28:47.867099Z",
            "publish_time": null,
            "slug": "lansdown-stores-elemental-forces-of-nature-2023-10-08",
            "created_at": "2023-10-09T10:28:48.773249Z",
            "updated_at": "2023-10-09T10:28:49.674831Z",
            "summary": "Elemental: Forces of Nature is an Gallery Shows event starting on 08/10/2023, 00:00 and ending on 26/10/2023, 00:00. Event is in Lansdown Stores with address Lansdown Road.",
            "title": "Elemental: Forces of Nature",
            "content": null,
            "start_time": "2023-10-08T00:00:00.000000Z",
            "end_time": "2023-10-26T00: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": "Lansdown Road",
            "city": "Bath",
            "geolocation": "51.2735015,1.0825607",
            "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": 32801,
            "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": 31022,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4051b11a9fc04583951803886d0e9c24-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4051b11a9fc04583951803886d0e9c24-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4051b11a9fc04583951803886d0e9c24.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4051b11a9fc04583951803886d0e9c24-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4051b11a9fc04583951803886d0e9c24-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4051b11a9fc04583951803886d0e9c24-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4051b11a9fc04583951803886d0e9c24-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4051b11a9fc04583951803886d0e9c24-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4051b11a9fc04583951803886d0e9c24-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4051b11a9fc04583951803886d0e9c24-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-25T10:01:10.948268Z",
                "updated_at": "2023-10-25T10:01:10.948321Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6223,
                "name": "UCLA New Wight Gallery",
                "slug": "ucla-new-wight-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.075885,-118.4409969",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-10-25T10:01:14.762636Z",
            "publish_time": null,
            "slug": "ucla-new-wight-gallery-ucla-dma-mfa-preview-show-2023-10-19",
            "created_at": "2023-10-25T10:01:15.668267Z",
            "updated_at": "2023-10-25T10:01:15.714795Z",
            "summary": "UCLA DMA MFA Preview Show is an Gallery Shows event starting on 19/10/2023, 00:00 and ending on 26/10/2023, 00:00. Event is in UCLA New Wight Gallery with address Broad Art Center, Suite 1100.",
            "title": "UCLA DMA MFA Preview Show",
            "content": null,
            "start_time": "2023-10-19T00:00:00.000000Z",
            "end_time": "2023-10-26T00: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": "Broad Art Center, Suite 1100",
            "city": "Los Angeles",
            "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": []
        }
    ]
}