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

{
    "count": 37601,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=28548&ordering=end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=28512&ordering=end_time",
    "results": [
        {
            "id": 29653,
            "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": 28173,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48290da764c349cd8b15c3745ed6f7d9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48290da764c349cd8b15c3745ed6f7d9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/48290da764c349cd8b15c3745ed6f7d9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48290da764c349cd8b15c3745ed6f7d9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48290da764c349cd8b15c3745ed6f7d9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48290da764c349cd8b15c3745ed6f7d9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48290da764c349cd8b15c3745ed6f7d9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48290da764c349cd8b15c3745ed6f7d9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48290da764c349cd8b15c3745ed6f7d9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48290da764c349cd8b15c3745ed6f7d9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-19T10:35:19.452829Z",
                "updated_at": "2023-07-19T10:35:19.452886Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3674,
                "name": "London Glassblowing",
                "slug": "london-glassblowing",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5016068,-0.0823988",
                "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-07-19T10:35:27.302703Z",
            "publish_time": null,
            "slug": "london-glassblowing-making-waves-peter-layton-solo-show-2023-08-04",
            "created_at": "2023-07-19T10:35:28.197677Z",
            "updated_at": "2023-07-19T10:35:38.631155Z",
            "summary": "Making Waves - Peter Layton Solo Show is an Gallery Shows event starting on 04/08/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in London Glassblowing with address 62-66 Bermondsey St.",
            "title": "Making Waves - Peter Layton Solo Show",
            "content": null,
            "start_time": "2023-08-04T00:00:00.000000Z",
            "end_time": "2023-09-03T00: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": "62-66 Bermondsey St",
            "city": "London",
            "geolocation": "51.501587,-0.0823554",
            "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": 29881,
            "author": {
                "id": "c30de939-79c4-4fa9-b93b-25579eed8fea",
                "username": "aimee@maddoxgallery.com",
                "slug": "aimeemaddoxgallerycom",
                "first_name": "Aimee",
                "last_name": "Holmes",
                "display_name": null,
                "display_name_full": "Aimee Holmes",
                "email": "aimee@maddoxgallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2913,
                "name": "Maddox Gallery Mayfair London",
                "slug": "maddox-gallery-mayfair",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5133294,-0.1415974000000233",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2514,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Maddox-Gallery-Mayfair.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Maddox-Gallery-Mayfair-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-24T09:35:05.412266Z",
                    "updated_at": "2021-09-14T13:31:24.123913Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Maddox Gallery Mayfair",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-08-02T14:22:00.148021Z",
            "publish_time": null,
            "slug": "maddox-gallery-mayfair-london-summer-daze-2023-07-21",
            "created_at": "2023-08-02T14:22:01.070053Z",
            "updated_at": "2023-08-02T14:22:01.534482Z",
            "summary": "SUMMER DAZE is an Gallery Shows event starting on 21/07/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in Maddox Gallery Mayfair London with address 9 Maddox Street.",
            "title": "SUMMER DAZE",
            "content": null,
            "start_time": "2023-07-21T00:00:00.000000Z",
            "end_time": "2023-09-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "9 Maddox Street",
            "city": "London",
            "geolocation": "51.5133581,-0.1415916",
            "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": 29885,
            "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": 28339,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abc45f906fc344139aeb02404f51aae1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abc45f906fc344139aeb02404f51aae1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/abc45f906fc344139aeb02404f51aae1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abc45f906fc344139aeb02404f51aae1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abc45f906fc344139aeb02404f51aae1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abc45f906fc344139aeb02404f51aae1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abc45f906fc344139aeb02404f51aae1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abc45f906fc344139aeb02404f51aae1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abc45f906fc344139aeb02404f51aae1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/abc45f906fc344139aeb02404f51aae1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-02T14:21:59.366672Z",
                "updated_at": "2023-08-02T14:21:59.366742Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8435,
                "name": "Lux Gallery & Photography Studio",
                "slug": "lux-gallery-photography-studio",
                "city": "Birmingham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.4699949,-1.9223",
                "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-02T14:22:05.522951Z",
            "publish_time": null,
            "slug": "lux-gallery-photography-studio-summer-scenes-from-the-cities-to-the-seas-2023-07-25",
            "created_at": "2023-08-02T14:22:06.590182Z",
            "updated_at": "2023-08-02T14:22:08.810082Z",
            "summary": "Summer Scenes: From The Cities to the Seas is an Gallery Shows event starting on 25/07/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in Lux Gallery & Photography Studio with address 13 Greenfield Crescent.",
            "title": "Summer Scenes: From The Cities to the Seas",
            "content": null,
            "start_time": "2023-07-25T00:00:00.000000Z",
            "end_time": "2023-09-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "13 Greenfield Crescent",
            "city": "Birmingham",
            "geolocation": "52.46993485,-1.9223111566313456",
            "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": 29944,
            "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": 28392,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d2cd4f840464f67b537527c8a614e9b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d2cd4f840464f67b537527c8a614e9b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4d2cd4f840464f67b537527c8a614e9b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d2cd4f840464f67b537527c8a614e9b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d2cd4f840464f67b537527c8a614e9b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d2cd4f840464f67b537527c8a614e9b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d2cd4f840464f67b537527c8a614e9b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d2cd4f840464f67b537527c8a614e9b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d2cd4f840464f67b537527c8a614e9b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d2cd4f840464f67b537527c8a614e9b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-03T10:17:12.999274Z",
                "updated_at": "2023-08-03T10:17:12.999311Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4854,
                "name": "New Glasgow Society (East)",
                "slug": "new-glasgow-society-east",
                "city": "Glasgow",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.860893,-4.2387359",
                "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-03T10:17:16.027290Z",
            "publish_time": null,
            "slug": "new-glasgow-society-a-sense-of-place-2023-09-02",
            "created_at": "2023-08-03T10:17:17.011066Z",
            "updated_at": "2023-08-03T10:17:19.168018Z",
            "summary": "A Sense of Place is an Gallery Shows event starting on 02/09/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in New Glasgow Society (East) with address 1307 Argyle Street.",
            "title": "A Sense of Place",
            "content": null,
            "start_time": "2023-09-02T00:00:00.000000Z",
            "end_time": "2023-09-03T00: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": "1307 Argyle Street",
            "city": "Glasgow",
            "geolocation": "32.730285445702,-97.30533401196645",
            "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": 29968,
            "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": 28408,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5bfbe2cff6b42fb8b7872226f9e2b86-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5bfbe2cff6b42fb8b7872226f9e2b86-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c5bfbe2cff6b42fb8b7872226f9e2b86.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5bfbe2cff6b42fb8b7872226f9e2b86-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5bfbe2cff6b42fb8b7872226f9e2b86-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5bfbe2cff6b42fb8b7872226f9e2b86-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5bfbe2cff6b42fb8b7872226f9e2b86-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5bfbe2cff6b42fb8b7872226f9e2b86-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5bfbe2cff6b42fb8b7872226f9e2b86-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5bfbe2cff6b42fb8b7872226f9e2b86-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-03T10:21:08.045584Z",
                "updated_at": "2023-08-03T10:21:08.045621Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 443,
                "name": "Stolenspace Gallery",
                "slug": "stolen-space-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.51653719999999,-0.07002320000003692",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 52,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/IMG_9212.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-17T20:55:47.412718Z",
                    "updated_at": "2021-09-14T12:37:51.647017Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "IMG_9212",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-08-03T10:21:12.829051Z",
            "publish_time": null,
            "slug": "stolenspace-gallery-eye-contact-2023-08-11",
            "created_at": "2023-08-03T10:21:13.796904Z",
            "updated_at": "2023-08-03T10:21:14.250081Z",
            "summary": "Eye Contact is an Gallery Shows event starting on 11/08/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in Stolenspace Gallery with address 17 Osborn Street.",
            "title": "Eye Contact",
            "content": null,
            "start_time": "2023-08-11T00:00:00.000000Z",
            "end_time": "2023-09-03T00: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": "17 Osborn Street",
            "city": "London",
            "geolocation": "41.2355857,-74.0201578",
            "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": 29971,
            "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": 28409,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4998664274e544dbb89dc41d27e14bc7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4998664274e544dbb89dc41d27e14bc7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4998664274e544dbb89dc41d27e14bc7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4998664274e544dbb89dc41d27e14bc7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4998664274e544dbb89dc41d27e14bc7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4998664274e544dbb89dc41d27e14bc7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4998664274e544dbb89dc41d27e14bc7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4998664274e544dbb89dc41d27e14bc7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4998664274e544dbb89dc41d27e14bc7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4998664274e544dbb89dc41d27e14bc7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-03T10:21:13.166910Z",
                "updated_at": "2023-08-03T10:21:13.166948Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 443,
                "name": "Stolenspace Gallery",
                "slug": "stolen-space-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.51653719999999,-0.07002320000003692",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 52,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/IMG_9212.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-17T20:55:47.412718Z",
                    "updated_at": "2021-09-14T12:37:51.647017Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "IMG_9212",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-08-03T10:21:18.440408Z",
            "publish_time": null,
            "slug": "stolenspace-gallery-the-chase-2023-07-11",
            "created_at": "2023-08-03T10:21:19.370481Z",
            "updated_at": "2023-08-03T10:21:20.097793Z",
            "summary": "The CHASE is an Gallery Shows event starting on 11/07/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in Stolenspace Gallery with address 17 Osborn Street.",
            "title": "The CHASE",
            "content": null,
            "start_time": "2023-07-11T00:00:00.000000Z",
            "end_time": "2023-09-03T00: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": "17 Osborn Street",
            "city": "London",
            "geolocation": "41.2355857,-74.0201578",
            "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": 29976,
            "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": 28414,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/deaf9f5d676d46bab224b9a58348e265-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/deaf9f5d676d46bab224b9a58348e265-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/deaf9f5d676d46bab224b9a58348e265.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/deaf9f5d676d46bab224b9a58348e265-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/deaf9f5d676d46bab224b9a58348e265-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/deaf9f5d676d46bab224b9a58348e265-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/deaf9f5d676d46bab224b9a58348e265-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/deaf9f5d676d46bab224b9a58348e265-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/deaf9f5d676d46bab224b9a58348e265-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/deaf9f5d676d46bab224b9a58348e265-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-03T10:21:26.904636Z",
                "updated_at": "2023-08-03T10:21:26.904694Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6573,
                "name": "Tea Amantes",
                "slug": "tea-amantes",
                "city": "Blackpool",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.815205,-3.0510471",
                "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-03T10:21:31.588142Z",
            "publish_time": null,
            "slug": "tea-amantes-blackpool-the-main-resort-2023-07-31",
            "created_at": "2023-08-03T10:21:32.520219Z",
            "updated_at": "2023-08-03T10:21:32.977777Z",
            "summary": "Blackpool – THE MAIN RESORT is an Gallery Shows event starting on 31/07/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in Tea Amantes with address 53b.",
            "title": "Blackpool – THE MAIN RESORT",
            "content": null,
            "start_time": "2023-07-31T00:00:00.000000Z",
            "end_time": "2023-09-03T00: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": "53b",
            "city": "Blackpool",
            "geolocation": "33.8846767,-117.28523025904495",
            "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": 30042,
            "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": 28470,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ea5c467d1ec4d50b4841f238a06d036-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ea5c467d1ec4d50b4841f238a06d036-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9ea5c467d1ec4d50b4841f238a06d036.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ea5c467d1ec4d50b4841f238a06d036-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ea5c467d1ec4d50b4841f238a06d036-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ea5c467d1ec4d50b4841f238a06d036-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ea5c467d1ec4d50b4841f238a06d036-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ea5c467d1ec4d50b4841f238a06d036-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ea5c467d1ec4d50b4841f238a06d036-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ea5c467d1ec4d50b4841f238a06d036-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-07T18:30:26.325747Z",
                "updated_at": "2023-08-07T18:30:26.325807Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5919,
                "name": "The Holy Art",
                "slug": "holy-art",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.55139,-0.07243469999999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-08-07T18:30:30.293206Z",
            "publish_time": null,
            "slug": "the-holy-art-future-stars-london-physical-show-2023-08-25",
            "created_at": "2023-08-07T18:30:31.221834Z",
            "updated_at": "2023-08-07T18:30:31.654104Z",
            "summary": "FUTURE STARS- London physical show is an Gallery Shows event starting on 25/08/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in The Holy Art with address 21-31 SHACKLEWELL LANE.",
            "title": "FUTURE STARS- London physical show",
            "content": null,
            "start_time": "2023-08-25T00:00:00.000000Z",
            "end_time": "2023-09-03T00: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": "21-31 SHACKLEWELL LANE",
            "city": "London",
            "geolocation": "51.5527171,-0.0700445",
            "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": 30047,
            "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": 28474,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f989d9838c6c47489830d67ea002f18e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f989d9838c6c47489830d67ea002f18e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f989d9838c6c47489830d67ea002f18e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f989d9838c6c47489830d67ea002f18e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f989d9838c6c47489830d67ea002f18e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f989d9838c6c47489830d67ea002f18e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f989d9838c6c47489830d67ea002f18e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f989d9838c6c47489830d67ea002f18e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f989d9838c6c47489830d67ea002f18e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f989d9838c6c47489830d67ea002f18e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-07T18:30:37.885156Z",
                "updated_at": "2023-08-07T18:30:37.885193Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5131,
                "name": "The Koppel Project",
                "slug": "koppel-project",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5125058,-0.1449177",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-08-07T18:30:43.936773Z",
            "publish_time": null,
            "slug": "the-koppel-project-beyond-confinement-2023-08-24",
            "created_at": "2023-08-07T18:30:44.952702Z",
            "updated_at": "2023-08-07T18:30:46.574267Z",
            "summary": "Beyond Confinement is an Gallery Shows event starting on 24/08/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in The Koppel Project with address 56 Downshire `Hill.",
            "title": "Beyond Confinement",
            "content": null,
            "start_time": "2023-08-24T00:00:00.000000Z",
            "end_time": "2023-09-03T00: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": "56 Downshire `Hill",
            "city": "London",
            "geolocation": "51.555662,-0.1702935",
            "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": 30119,
            "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": 28540,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5a978e5b0b14df29d318fb5674e7cda-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5a978e5b0b14df29d318fb5674e7cda-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d5a978e5b0b14df29d318fb5674e7cda.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5a978e5b0b14df29d318fb5674e7cda-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5a978e5b0b14df29d318fb5674e7cda-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5a978e5b0b14df29d318fb5674e7cda-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5a978e5b0b14df29d318fb5674e7cda-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5a978e5b0b14df29d318fb5674e7cda-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5a978e5b0b14df29d318fb5674e7cda-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5a978e5b0b14df29d318fb5674e7cda-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-09T07:12:10.834098Z",
                "updated_at": "2023-08-09T07:12:10.834136Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5168,
                "name": "artcommune gallery",
                "slug": "artcommune-gallery",
                "city": "Singapore",
                "country": {
                    "code": "SG",
                    "name": "Singapore"
                },
                "geolocation": "1.2965929,103.8528088",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "SG",
            "publish_status": "published",
            "published_at": "2023-08-09T07:12:14.585841Z",
            "publish_time": null,
            "slug": "artcommune-gallery-children-of-the-star-2023-08-17",
            "created_at": "2023-08-09T07:12:15.550290Z",
            "updated_at": "2023-08-09T07:12:16.703167Z",
            "summary": "Children of the Star is an Gallery Shows event starting on 17/08/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in artcommune gallery with address 76 Bras Basah Rd, #01-01, Singapore 189558.",
            "title": "Children of the Star",
            "content": null,
            "start_time": "2023-08-17T00:00:00.000000Z",
            "end_time": "2023-09-03T00: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": "76 Bras Basah Rd, #01-01, Singapore 189558",
            "city": "Singapore",
            "geolocation": "1.2957589,103.8525377",
            "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": 30154,
            "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": 28569,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47fdcfcbbc8c4a2cbcc4afe529ee1860-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47fdcfcbbc8c4a2cbcc4afe529ee1860-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/47fdcfcbbc8c4a2cbcc4afe529ee1860.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47fdcfcbbc8c4a2cbcc4afe529ee1860-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47fdcfcbbc8c4a2cbcc4afe529ee1860-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47fdcfcbbc8c4a2cbcc4afe529ee1860-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47fdcfcbbc8c4a2cbcc4afe529ee1860-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47fdcfcbbc8c4a2cbcc4afe529ee1860-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47fdcfcbbc8c4a2cbcc4afe529ee1860-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47fdcfcbbc8c4a2cbcc4afe529ee1860-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-09T07:16:58.150436Z",
                "updated_at": "2023-08-09T07:16:58.150474Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3643,
                "name": "Galerie Nord | Kunstverein Tiergarten",
                "slug": "galerie-nord-kunstverein-tiergarten",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5266925,13.3338044",
                "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:17:01.855961Z",
            "publish_time": null,
            "slug": "galerie-nord-kunstverein-tiergarten-ortstermin-23-2023-09-01",
            "created_at": "2023-08-09T07:17:02.817859Z",
            "updated_at": "2023-08-09T07:17:02.853981Z",
            "summary": "Ortstermin 23 is an Gallery Shows event starting on 01/09/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in Galerie Nord | Kunstverein Tiergarten with address Turmstraße 75 EG.",
            "title": "Ortstermin 23",
            "content": null,
            "start_time": "2023-09-01T00:00:00.000000Z",
            "end_time": "2023-09-03T00: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": "Turmstraße 75 EG",
            "city": "Berlin",
            "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": 30178,
            "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": 28586,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea1beba270ba461f8bfe8af14af21ea2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea1beba270ba461f8bfe8af14af21ea2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ea1beba270ba461f8bfe8af14af21ea2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea1beba270ba461f8bfe8af14af21ea2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea1beba270ba461f8bfe8af14af21ea2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea1beba270ba461f8bfe8af14af21ea2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea1beba270ba461f8bfe8af14af21ea2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea1beba270ba461f8bfe8af14af21ea2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea1beba270ba461f8bfe8af14af21ea2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea1beba270ba461f8bfe8af14af21ea2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-09T07:29:50.434788Z",
                "updated_at": "2023-08-09T07:29:50.434827Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3659,
                "name": "Künstlerhaus Bethanien",
                "slug": "kunstlerhaus-bethanien",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.49794130000001,13.4189933",
                "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:29:52.485890Z",
            "publish_time": null,
            "slug": "kunstlerhaus-bethanien-alyona-tokovenko-affective-deconstruction-2023-08-11",
            "created_at": "2023-08-09T07:29:53.493389Z",
            "updated_at": "2023-08-09T07:29:53.852492Z",
            "summary": "Alyona Tokovenko. Affective Deconstruction is an Gallery Shows event starting on 11/08/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in Künstlerhaus Bethanien with address 10 Kottbusser Str..",
            "title": "Alyona Tokovenko. Affective Deconstruction",
            "content": null,
            "start_time": "2023-08-11T00:00:00.000000Z",
            "end_time": "2023-09-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "10 Kottbusser Str.",
            "city": "Berlin",
            "geolocation": "52.49708805,13.418710799999994",
            "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": 30180,
            "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": 28588,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6212e327a21462b9b438f25cac10a60-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6212e327a21462b9b438f25cac10a60-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d6212e327a21462b9b438f25cac10a60.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6212e327a21462b9b438f25cac10a60-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6212e327a21462b9b438f25cac10a60-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6212e327a21462b9b438f25cac10a60-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6212e327a21462b9b438f25cac10a60-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6212e327a21462b9b438f25cac10a60-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6212e327a21462b9b438f25cac10a60-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6212e327a21462b9b438f25cac10a60-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-09T07:29:54.894254Z",
                "updated_at": "2023-08-09T07:29:54.894292Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3659,
                "name": "Künstlerhaus Bethanien",
                "slug": "kunstlerhaus-bethanien",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.49794130000001,13.4189933",
                "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:29:57.387603Z",
            "publish_time": null,
            "slug": "kunstlerhaus-bethanien-anja-engelke-do-androids-dream-of-electric-sheep-2023-08-11",
            "created_at": "2023-08-09T07:29:58.418324Z",
            "updated_at": "2023-08-09T07:29:58.755945Z",
            "summary": "Anja Engelke. Do Androids Dream of Electric Sheep? is an Gallery Shows event starting on 11/08/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in Künstlerhaus Bethanien with address 10 Kottbusser Str..",
            "title": "Anja Engelke. Do Androids Dream of Electric Sheep?",
            "content": null,
            "start_time": "2023-08-11T00:00:00.000000Z",
            "end_time": "2023-09-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "10 Kottbusser Str.",
            "city": "Berlin",
            "geolocation": "52.49708805,13.418710799999994",
            "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": 30181,
            "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": 28589,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5d652c8ec094cf8be0044d54e04637e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5d652c8ec094cf8be0044d54e04637e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c5d652c8ec094cf8be0044d54e04637e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5d652c8ec094cf8be0044d54e04637e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5d652c8ec094cf8be0044d54e04637e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5d652c8ec094cf8be0044d54e04637e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5d652c8ec094cf8be0044d54e04637e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5d652c8ec094cf8be0044d54e04637e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5d652c8ec094cf8be0044d54e04637e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5d652c8ec094cf8be0044d54e04637e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-09T07:29:56.331569Z",
                "updated_at": "2023-08-09T07:29:56.331605Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3659,
                "name": "Künstlerhaus Bethanien",
                "slug": "kunstlerhaus-bethanien",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.49794130000001,13.4189933",
                "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:29:59.377553Z",
            "publish_time": null,
            "slug": "kunstlerhaus-bethanien-die-drushba-trasse-oder-was-heisst-hier-freundschaft-2023-08-11",
            "created_at": "2023-08-09T07:30:00.617179Z",
            "updated_at": "2023-08-09T07:30:01.277847Z",
            "summary": "Die Drushba-trasse Oder Was Heisst Hier Freundschaft? is an Gallery Shows event starting on 11/08/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in Künstlerhaus Bethanien with address 10 Kottbusser Str..",
            "title": "Die Drushba-trasse Oder Was Heisst Hier Freundschaft?",
            "content": null,
            "start_time": "2023-08-11T00:00:00.000000Z",
            "end_time": "2023-09-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "10 Kottbusser Str.",
            "city": "Berlin",
            "geolocation": "52.49708805,13.418710799999994",
            "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": 30183,
            "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": 28591,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/74e2a580b32a44e3802d1fdce076992d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/74e2a580b32a44e3802d1fdce076992d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/74e2a580b32a44e3802d1fdce076992d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/74e2a580b32a44e3802d1fdce076992d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/74e2a580b32a44e3802d1fdce076992d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/74e2a580b32a44e3802d1fdce076992d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/74e2a580b32a44e3802d1fdce076992d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/74e2a580b32a44e3802d1fdce076992d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/74e2a580b32a44e3802d1fdce076992d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/74e2a580b32a44e3802d1fdce076992d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-09T07:30:01.640917Z",
                "updated_at": "2023-08-09T07:30:01.640970Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3659,
                "name": "Künstlerhaus Bethanien",
                "slug": "kunstlerhaus-bethanien",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.49794130000001,13.4189933",
                "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:30:04.543669Z",
            "publish_time": null,
            "slug": "kunstlerhaus-bethanien-miriam-kilali-heureka-2023-08-11",
            "created_at": "2023-08-09T07:30:05.749030Z",
            "updated_at": "2023-08-09T07:30:06.133744Z",
            "summary": "Miriam Kilali. Heureka! is an Gallery Shows event starting on 11/08/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in Künstlerhaus Bethanien with address 10 Kottbusser Str..",
            "title": "Miriam Kilali. Heureka!",
            "content": null,
            "start_time": "2023-08-11T00:00:00.000000Z",
            "end_time": "2023-09-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "10 Kottbusser Str.",
            "city": "Berlin",
            "geolocation": "52.49708805,13.418710799999994",
            "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": 30184,
            "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": 28592,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75660bde51404e21b3eb1cdeffc53ad1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75660bde51404e21b3eb1cdeffc53ad1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/75660bde51404e21b3eb1cdeffc53ad1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75660bde51404e21b3eb1cdeffc53ad1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75660bde51404e21b3eb1cdeffc53ad1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75660bde51404e21b3eb1cdeffc53ad1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75660bde51404e21b3eb1cdeffc53ad1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75660bde51404e21b3eb1cdeffc53ad1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75660bde51404e21b3eb1cdeffc53ad1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75660bde51404e21b3eb1cdeffc53ad1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-09T07:30:06.892100Z",
                "updated_at": "2023-08-09T07:30:06.892159Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3659,
                "name": "Künstlerhaus Bethanien",
                "slug": "kunstlerhaus-bethanien",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.49794130000001,13.4189933",
                "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:30:09.944727Z",
            "publish_time": null,
            "slug": "kunstlerhaus-bethanien-photographs-of-an-abandoned-archive-from-the-former-ukrainian-soviet-socialist-republic-2023-08-11",
            "created_at": "2023-08-09T07:30:10.894955Z",
            "updated_at": "2023-08-09T07:30:11.280167Z",
            "summary": "Photographs Of An Abandoned Archive From The Former Ukrainian Soviet Socialist Republic is an Gallery Shows event starting on 11/08/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in Künstlerhaus Bethanien with address 10 Kottbusser Str..",
            "title": "Photographs Of An Abandoned Archive From The Former Ukrainian Soviet Socialist Republic",
            "content": null,
            "start_time": "2023-08-11T00:00:00.000000Z",
            "end_time": "2023-09-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "10 Kottbusser Str.",
            "city": "Berlin",
            "geolocation": "52.49708805,13.418710799999994",
            "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": 30185,
            "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": 28593,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50eb36a41b354a4dbb23640f64959429-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50eb36a41b354a4dbb23640f64959429-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/50eb36a41b354a4dbb23640f64959429.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50eb36a41b354a4dbb23640f64959429-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50eb36a41b354a4dbb23640f64959429-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50eb36a41b354a4dbb23640f64959429-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50eb36a41b354a4dbb23640f64959429-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50eb36a41b354a4dbb23640f64959429-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50eb36a41b354a4dbb23640f64959429-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50eb36a41b354a4dbb23640f64959429-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-09T07:30:07.024328Z",
                "updated_at": "2023-08-09T07:30:07.024365Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3659,
                "name": "Künstlerhaus Bethanien",
                "slug": "kunstlerhaus-bethanien",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.49794130000001,13.4189933",
                "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:30:10.041286Z",
            "publish_time": null,
            "slug": "kunstlerhaus-bethanien-roland-boden-pneumopteria-2023-08-11",
            "created_at": "2023-08-09T07:30:11.001665Z",
            "updated_at": "2023-08-09T07:30:11.770248Z",
            "summary": "Roland Boden. Pneumopteria is an Gallery Shows event starting on 11/08/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in Künstlerhaus Bethanien with address 10 Kottbusser Str..",
            "title": "Roland Boden. Pneumopteria",
            "content": null,
            "start_time": "2023-08-11T00:00:00.000000Z",
            "end_time": "2023-09-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "10 Kottbusser Str.",
            "city": "Berlin",
            "geolocation": "52.49708805,13.418710799999994",
            "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": 30192,
            "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": 28600,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/042f7727e10b4afb9c2274f7e978efe7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/042f7727e10b4afb9c2274f7e978efe7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/042f7727e10b4afb9c2274f7e978efe7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/042f7727e10b4afb9c2274f7e978efe7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/042f7727e10b4afb9c2274f7e978efe7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/042f7727e10b4afb9c2274f7e978efe7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/042f7727e10b4afb9c2274f7e978efe7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/042f7727e10b4afb9c2274f7e978efe7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/042f7727e10b4afb9c2274f7e978efe7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/042f7727e10b4afb9c2274f7e978efe7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-09T07:32:02.806233Z",
                "updated_at": "2023-08-09T07:32:02.806289Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6703,
                "name": "Monte Vista",
                "slug": "monte-vista",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0352497,-118.256286",
                "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-08-09T07:32:05.560602Z",
            "publish_time": null,
            "slug": "monte-vista-charles-hickey-bulb-and-seed-2023-08-12",
            "created_at": "2023-08-09T07:32:06.519728Z",
            "updated_at": "2023-08-09T07:32:12.868651Z",
            "summary": "Charles Hickey. Bulb and Seed is an Gallery Shows event starting on 12/08/2023, 00:00 and ending on 03/09/2023, 00:00. Event is in Monte Vista with address 1206 Maple Avenue.",
            "title": "Charles Hickey. Bulb and Seed",
            "content": null,
            "start_time": "2023-08-12T00:00:00.000000Z",
            "end_time": "2023-09-03T00: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": "1206 Maple Avenue",
            "city": "Los Angeles",
            "geolocation": "30.2749265,-97.71530760858414",
            "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": []
        }
    ]
}