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

{
    "count": 37591,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=27900&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=27864&ordering=-end_time",
    "results": [
        {
            "id": 11554,
            "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": 11995,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c78200b71f24d5482cb951f6f5f0942-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c78200b71f24d5482cb951f6f5f0942-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2c78200b71f24d5482cb951f6f5f0942.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c78200b71f24d5482cb951f6f5f0942-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c78200b71f24d5482cb951f6f5f0942-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c78200b71f24d5482cb951f6f5f0942-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c78200b71f24d5482cb951f6f5f0942-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c78200b71f24d5482cb951f6f5f0942-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c78200b71f24d5482cb951f6f5f0942-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2c78200b71f24d5482cb951f6f5f0942-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-01T18:40:18.923947Z",
                "updated_at": "2022-08-01T18:40:18.923982Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3871,
                "name": "The Fitzrovia Gallery",
                "slug": "fitzrovia-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5235814,-0.1388186",
                "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": "2022-08-01T18:40:22.028792Z",
            "publish_time": null,
            "slug": "the-fitzrovia-gallery-post-the-surrealist-manifesto-2022-05-16",
            "created_at": "2022-08-01T18:40:22.835089Z",
            "updated_at": "2022-08-01T18:40:23.520327Z",
            "summary": "Post The Surrealist Manifesto is an Gallery Shows event starting on 16/05/2022, 00:00 and ending on 22/05/2022, 00:00. Event is in The Fitzrovia Gallery with address 139 Whitfield street.",
            "title": "Post The Surrealist Manifesto",
            "content": null,
            "start_time": "2022-05-16T00:00:00.000000Z",
            "end_time": "2022-05-22T00: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": "139 Whitfield street",
            "city": "London",
            "geolocation": "42.29430265,-71.07521946918254",
            "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": 11561,
            "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": 12002,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1dca2d89524a4d0ebfbbbd5ac8734ca1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1dca2d89524a4d0ebfbbbd5ac8734ca1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1dca2d89524a4d0ebfbbbd5ac8734ca1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1dca2d89524a4d0ebfbbbd5ac8734ca1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1dca2d89524a4d0ebfbbbd5ac8734ca1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1dca2d89524a4d0ebfbbbd5ac8734ca1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1dca2d89524a4d0ebfbbbd5ac8734ca1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1dca2d89524a4d0ebfbbbd5ac8734ca1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1dca2d89524a4d0ebfbbbd5ac8734ca1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1dca2d89524a4d0ebfbbbd5ac8734ca1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-01T18:40:34.407067Z",
                "updated_at": "2022-08-01T18:40:34.407105Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5917,
                "name": "The Green",
                "slug": "green",
                "city": "Manchester",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.5137083,-2.2120516",
                "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": "2022-08-01T18:40:38.070436Z",
            "publish_time": null,
            "slug": "the-green-love-letters-to-moston-lane-2022-05-07",
            "created_at": "2022-08-01T18:40:38.874141Z",
            "updated_at": "2022-08-01T18:40:38.917539Z",
            "summary": "Love Letters to Moston Lane is an Gallery Shows event starting on 07/05/2022, 00:00 and ending on 22/05/2022, 00:00. Event is in The Green with address Moston Lane/Helmsley Street.",
            "title": "Love Letters to Moston Lane",
            "content": null,
            "start_time": "2022-05-07T00:00:00.000000Z",
            "end_time": "2022-05-22T00: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": "Moston Lane/Helmsley Street",
            "city": "Manchester",
            "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": 11572,
            "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": 12008,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2417163656945398a3d0cee5c88851b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2417163656945398a3d0cee5c88851b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b2417163656945398a3d0cee5c88851b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2417163656945398a3d0cee5c88851b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2417163656945398a3d0cee5c88851b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2417163656945398a3d0cee5c88851b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2417163656945398a3d0cee5c88851b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2417163656945398a3d0cee5c88851b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2417163656945398a3d0cee5c88851b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b2417163656945398a3d0cee5c88851b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-01T19:03:36.132196Z",
                "updated_at": "2022-08-01T19:03:36.132233Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5931,
                "name": "Gagliardi Gallery",
                "slug": "gagliardi-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.48079169999999,-0.1839627",
                "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": "2022-08-01T19:03:40.505978Z",
            "publish_time": null,
            "slug": "gagliardi-gallery-advait-kolarkar-alluring-illusions-2022-05-12",
            "created_at": "2022-08-01T19:03:41.308582Z",
            "updated_at": "2022-08-01T19:03:42.622563Z",
            "summary": "Advait Kolarkar \"Alluring Illusions\" is an Gallery Shows event starting on 12/05/2022, 00:00 and ending on 22/05/2022, 00:00. Event is in Gagliardi Gallery with address 509 kings road.",
            "title": "Advait Kolarkar \"Alluring Illusions\"",
            "content": null,
            "start_time": "2022-05-12T00:00:00.000000Z",
            "end_time": "2022-05-22T00: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": "509 kings road",
            "city": "London",
            "geolocation": "52.55346495,-1.8876603579917082",
            "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": 11607,
            "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": 12046,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc4c36bd0baf403b9923df9b6d1e7513-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc4c36bd0baf403b9923df9b6d1e7513-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bc4c36bd0baf403b9923df9b6d1e7513.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc4c36bd0baf403b9923df9b6d1e7513-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc4c36bd0baf403b9923df9b6d1e7513-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc4c36bd0baf403b9923df9b6d1e7513-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc4c36bd0baf403b9923df9b6d1e7513-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc4c36bd0baf403b9923df9b6d1e7513-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc4c36bd0baf403b9923df9b6d1e7513-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc4c36bd0baf403b9923df9b6d1e7513-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-02T18:42:28.362458Z",
                "updated_at": "2022-08-02T18:42:28.362510Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5212,
                "name": "subcity",
                "slug": "subcity",
                "city": "Milan",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.46761129999999,9.2545599",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2022-08-02T18:42:33.048764Z",
            "publish_time": null,
            "slug": "subcity-ashes-2022-05-12",
            "created_at": "2022-08-02T18:42:33.849853Z",
            "updated_at": "2022-08-02T18:42:34.328739Z",
            "summary": "Ashes is an Gallery Shows event starting on 12/05/2022, 00:00 and ending on 22/05/2022, 00:00. Event is in subcity with address Via Arcangelo Corelli 34.",
            "title": "Ashes",
            "content": null,
            "start_time": "2022-05-12T00:00:00.000000Z",
            "end_time": "2022-05-22T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Via Arcangelo Corelli 34",
            "city": "Milan",
            "geolocation": "39.2227551,9.1285093",
            "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": 11647,
            "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": 12083,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae2ab2b63b1d4e53999311f8d2337ad2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae2ab2b63b1d4e53999311f8d2337ad2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ae2ab2b63b1d4e53999311f8d2337ad2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae2ab2b63b1d4e53999311f8d2337ad2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae2ab2b63b1d4e53999311f8d2337ad2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae2ab2b63b1d4e53999311f8d2337ad2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae2ab2b63b1d4e53999311f8d2337ad2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae2ab2b63b1d4e53999311f8d2337ad2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae2ab2b63b1d4e53999311f8d2337ad2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ae2ab2b63b1d4e53999311f8d2337ad2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-02T19:55:31.781773Z",
                "updated_at": "2022-08-02T19:55:31.781810Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3570,
                "name": "Slash Arts",
                "slug": "slash-arts",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5343959,-0.1161435",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-08-02T19:55:33.973346Z",
            "publish_time": null,
            "slug": "slash-arts-lonely-image-hunter-2022-05-21",
            "created_at": "2022-08-02T19:55:34.790543Z",
            "updated_at": "2022-08-02T19:55:34.849474Z",
            "summary": "Lonely Image Hunter is an Gallery Shows event starting on 21/05/2022, 00:00 and ending on 22/05/2022, 00:00. Event is in Slash Arts with address Slash Arts Gallery boat, Regent's Canal.",
            "title": "Lonely Image Hunter",
            "content": null,
            "start_time": "2022-05-21T00:00:00.000000Z",
            "end_time": "2022-05-22T00: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": "Slash Arts Gallery boat, Regent's Canal",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 11950,
            "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": 12336,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51e6b7d3dbcd4808bf95fc847ae63ec8-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51e6b7d3dbcd4808bf95fc847ae63ec8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/51e6b7d3dbcd4808bf95fc847ae63ec8.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51e6b7d3dbcd4808bf95fc847ae63ec8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51e6b7d3dbcd4808bf95fc847ae63ec8-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51e6b7d3dbcd4808bf95fc847ae63ec8-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51e6b7d3dbcd4808bf95fc847ae63ec8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51e6b7d3dbcd4808bf95fc847ae63ec8-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51e6b7d3dbcd4808bf95fc847ae63ec8-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51e6b7d3dbcd4808bf95fc847ae63ec8-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-07T10:20:20.194089Z",
                "updated_at": "2022-08-07T10:20:20.194132Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6058,
                "name": "Ione & Mann",
                "slug": "ione-mann",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4951078,-0.174608",
                "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": "2022-08-07T10:20:24.430111Z",
            "publish_time": null,
            "slug": "ione-mann-barbara-alegre-dancing-in-the-sky-waiting-for-the-sunset-2022-05-11",
            "created_at": "2022-08-07T10:20:25.242878Z",
            "updated_at": "2022-08-07T10:20:25.601589Z",
            "summary": "Bárbara Alegre | Dancing in the Sky, Waiting for the Sunset is an Gallery Shows event starting on 11/05/2022, 00:00 and ending on 22/05/2022, 00:00. Event is in Ione & Mann with address Cromwell Place.",
            "title": "Bárbara Alegre | Dancing in the Sky, Waiting for the Sunset",
            "content": null,
            "start_time": "2022-05-11T00:00:00.000000Z",
            "end_time": "2022-05-22T00: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": "Cromwell Place",
            "city": "London",
            "geolocation": "53.1067726,-0.1867972",
            "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": 11975,
            "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": 12357,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ccb90f4d9a6a441b8ce5e4169bb058a0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ccb90f4d9a6a441b8ce5e4169bb058a0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ccb90f4d9a6a441b8ce5e4169bb058a0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ccb90f4d9a6a441b8ce5e4169bb058a0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ccb90f4d9a6a441b8ce5e4169bb058a0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ccb90f4d9a6a441b8ce5e4169bb058a0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ccb90f4d9a6a441b8ce5e4169bb058a0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ccb90f4d9a6a441b8ce5e4169bb058a0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ccb90f4d9a6a441b8ce5e4169bb058a0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ccb90f4d9a6a441b8ce5e4169bb058a0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-07T10:53:01.220645Z",
                "updated_at": "2022-08-07T10:53:01.220706Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 1766,
                "name": "Locati Philadelphia",
                "slug": "locati-philadelphia",
                "city": "Philadelphia",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.1272688,-75.09087160000001",
                "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": "2022-08-07T10:53:04.601087Z",
            "publish_time": null,
            "slug": "lolas-private-gallery-floating-colors-private-artist-studio-visit-talk-afternoon-tea-in-soho-2022-05-22",
            "created_at": "2022-08-07T10:53:05.396218Z",
            "updated_at": "2022-08-07T10:53:06.129225Z",
            "summary": "Floating Colors: Private Artist Studio Visit, Talk & Afternoon Tea in SOHO is an Gallery Shows event starting on 22/05/2022, 00:00 and ending on 22/05/2022, 00:00. Event is in Locati Philadelphia with address 52 Greene st.",
            "title": "Floating Colors: Private Artist Studio Visit, Talk & Afternoon Tea in SOHO",
            "content": null,
            "start_time": "2022-05-22T00:00:00.000000Z",
            "end_time": "2022-05-22T00: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": "52 Greene st",
            "city": "New York",
            "geolocation": "40.72209705,-74.00151550480251",
            "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": 12382,
            "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": 12693,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/157bb1a55fb449e5bfbed7d042ffd550-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/157bb1a55fb449e5bfbed7d042ffd550-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/157bb1a55fb449e5bfbed7d042ffd550.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/157bb1a55fb449e5bfbed7d042ffd550-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/157bb1a55fb449e5bfbed7d042ffd550-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/157bb1a55fb449e5bfbed7d042ffd550-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/157bb1a55fb449e5bfbed7d042ffd550-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/157bb1a55fb449e5bfbed7d042ffd550-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/157bb1a55fb449e5bfbed7d042ffd550-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/157bb1a55fb449e5bfbed7d042ffd550-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-15T10:08:59.256380Z",
                "updated_at": "2022-08-15T10:08:59.256439Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6190,
                "name": "x-church",
                "slug": "x-church",
                "city": "Canal Winchester",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.8500733,-82.8224773",
                "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": "2022-08-15T10:09:01.632315Z",
            "publish_time": null,
            "slug": "x-church-may-show-2022-04-16",
            "created_at": "2022-08-15T10:09:02.402629Z",
            "updated_at": "2022-08-15T10:09:02.798130Z",
            "summary": "may show is an Gallery Shows event starting on 16/04/2022, 00:00 and ending on 22/05/2022, 00:00. Event is in x-church with address Ashcroft Road.",
            "title": "may show",
            "content": null,
            "start_time": "2022-04-16T00:00:00.000000Z",
            "end_time": "2022-05-22T00: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": "Ashcroft Road",
            "city": "Gainsborough",
            "geolocation": "53.3902835,-0.7733902",
            "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": 12393,
            "author": {
                "id": "a223bdba-4ac2-492e-a2a0-2856858e9813",
                "username": "WeArtPartners",
                "slug": "weartpartners",
                "first_name": "Gary",
                "last_name": "Grauzam",
                "display_name": "Gary Grauzam",
                "display_name_full": "Gary Grauzam",
                "email": "gg@weartpartners.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2451,
                "name": "We Art Partners - Urban Art",
                "slug": "we-art-partners",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8592573,2.2763471000000663",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2224,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/weartpartners_small-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/weartpartners_small-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/weartpartners_small-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/weartpartners_small.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/weartpartners_small-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/weartpartners_small-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/weartpartners_small-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/weartpartners_small-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T18:39:42.138340Z",
                    "updated_at": "2021-09-14T13:25:06.780137Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "weartpartners_small",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-08-15T10:37:36.038666Z",
            "publish_time": null,
            "slug": "we-art-partners-urban-art-icons-vandals-nyc-2022-04-23",
            "created_at": "2022-08-15T10:37:36.793711Z",
            "updated_at": "2022-08-15T10:37:37.405287Z",
            "summary": "Icons & Vandals - NYC is an Gallery Shows event starting on 23/04/2022, 00:00 and ending on 22/05/2022, 00:00. Event is in We Art Partners - Urban Art with address 231 10th Ave.",
            "title": "Icons & Vandals - NYC",
            "content": null,
            "start_time": "2022-04-23T00:00:00.000000Z",
            "end_time": "2022-05-22T00: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": "231 10th Ave",
            "city": "New York, NY",
            "geolocation": "40.74829655,-74.00413560000001",
            "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": 12473,
            "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": 12766,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ab1ea2367f141a9ad682b0f20812d28-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ab1ea2367f141a9ad682b0f20812d28-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6ab1ea2367f141a9ad682b0f20812d28.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ab1ea2367f141a9ad682b0f20812d28-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ab1ea2367f141a9ad682b0f20812d28-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ab1ea2367f141a9ad682b0f20812d28-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ab1ea2367f141a9ad682b0f20812d28-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ab1ea2367f141a9ad682b0f20812d28-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ab1ea2367f141a9ad682b0f20812d28-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6ab1ea2367f141a9ad682b0f20812d28-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-16T10:10:42.067224Z",
                "updated_at": "2022-08-16T10:10:42.067260Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6226,
                "name": "Undercurrent",
                "slug": "undercurrent",
                "city": "Brooklyn",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7041647,-73.9852756",
                "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": "2022-08-16T10:10:44.706215Z",
            "publish_time": null,
            "slug": "undercurrent-matt-kenyon-wolf-at-the-door-2022-04-22",
            "created_at": "2022-08-16T10:10:45.455484Z",
            "updated_at": "2022-08-16T10:10:46.252926Z",
            "summary": "Matt Kenyon /Wolf at the Door is an Gallery Shows event starting on 22/04/2022, 00:00 and ending on 22/05/2022, 00:00. Event is in Undercurrent with address 70 John Street.",
            "title": "Matt Kenyon /Wolf at the Door",
            "content": null,
            "start_time": "2022-04-22T00:00:00.000000Z",
            "end_time": "2022-05-22T00: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": "70 John Street",
            "city": "Brooklyn",
            "geolocation": "44.2382352,-76.489734",
            "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": 12740,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 6296,
                "name": "Art Images Gallery",
                "slug": "art-images-gallery",
                "city": "Norwood",
                "country": {
                    "code": "AU",
                    "name": "Australia"
                },
                "geolocation": "-34.921996,138.6262529",
                "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": "AU",
            "publish_status": "published",
            "published_at": "2022-08-18T20:46:56.164367Z",
            "publish_time": null,
            "slug": "art-images-gallery-cristina-metelli-colours-of-nature-hills-to-coast-2022-04-22",
            "created_at": "2022-08-18T20:46:56.987459Z",
            "updated_at": "2022-08-18T20:46:57.558843Z",
            "summary": "Cristina Metelli: Colours of Nature: Hills to Coast is an Gallery Shows event starting on 22/04/2022, 00:00 and ending on 22/05/2022, 00:00. Event is in Art Images Gallery with address 32 The Parade.",
            "title": "Cristina Metelli: Colours of Nature: Hills to Coast",
            "content": null,
            "start_time": "2022-04-22T00:00:00.000000Z",
            "end_time": "2022-05-22T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "32 The Parade",
            "city": "Norwood",
            "geolocation": "-41.3296483,174.7736903",
            "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": 12742,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 6296,
                "name": "Art Images Gallery",
                "slug": "art-images-gallery",
                "city": "Norwood",
                "country": {
                    "code": "AU",
                    "name": "Australia"
                },
                "geolocation": "-34.921996,138.6262529",
                "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": "AU",
            "publish_status": "published",
            "published_at": "2022-08-18T20:46:56.503375Z",
            "publish_time": null,
            "slug": "art-images-gallery-kati-thamo-2022-04-22",
            "created_at": "2022-08-18T20:46:57.307542Z",
            "updated_at": "2022-08-18T20:46:58.362686Z",
            "summary": "Kati Thamo is an Gallery Shows event starting on 22/04/2022, 00:00 and ending on 22/05/2022, 00:00. Event is in Art Images Gallery with address 32 The Parade.",
            "title": "Kati Thamo",
            "content": null,
            "start_time": "2022-04-22T00:00:00.000000Z",
            "end_time": "2022-05-22T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "32 The Parade",
            "city": "Norwood",
            "geolocation": "-41.3296483,174.7736903",
            "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": 12803,
            "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": 13056,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ead5f3a8cb6a4e2eb77d45819d1fca98-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ead5f3a8cb6a4e2eb77d45819d1fca98-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ead5f3a8cb6a4e2eb77d45819d1fca98.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ead5f3a8cb6a4e2eb77d45819d1fca98-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ead5f3a8cb6a4e2eb77d45819d1fca98-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ead5f3a8cb6a4e2eb77d45819d1fca98-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ead5f3a8cb6a4e2eb77d45819d1fca98-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ead5f3a8cb6a4e2eb77d45819d1fca98-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ead5f3a8cb6a4e2eb77d45819d1fca98-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ead5f3a8cb6a4e2eb77d45819d1fca98-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-19T19:15:06.747549Z",
                "updated_at": "2022-08-19T19:15:06.747583Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6321,
                "name": "STPI Gallery",
                "slug": "stpi-gallery",
                "city": "Singapore",
                "country": {
                    "code": "SG",
                    "name": "Singapore"
                },
                "geolocation": "1.2911018,103.8402617",
                "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": "2022-08-19T19:15:09.005362Z",
            "publish_time": null,
            "slug": "stpi-singapore-tyler-print-institute-han-sai-por-the-forest-and-its-soul-2022-04-09",
            "created_at": "2022-08-19T19:15:09.951824Z",
            "updated_at": "2022-08-19T19:15:10.331235Z",
            "summary": "Han Sai Por: The Forest and Its Soul is an Gallery Shows event starting on 09/04/2022, 00:00 and ending on 22/05/2022, 00:00. Event is in STPI Gallery with address 41 Robertson Quay.",
            "title": "Han Sai Por: The Forest and Its Soul",
            "content": null,
            "start_time": "2022-04-09T00:00:00.000000Z",
            "end_time": "2022-05-22T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "41 Robertson Quay",
            "city": "Singapore",
            "geolocation": "1.2911253999999999,103.84022339123308",
            "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": 13219,
            "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": 13333,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/90a3708f93e6411cb8fe95e6c2f07fbb-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/90a3708f93e6411cb8fe95e6c2f07fbb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/90a3708f93e6411cb8fe95e6c2f07fbb.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/90a3708f93e6411cb8fe95e6c2f07fbb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/90a3708f93e6411cb8fe95e6c2f07fbb-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/90a3708f93e6411cb8fe95e6c2f07fbb-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/90a3708f93e6411cb8fe95e6c2f07fbb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/90a3708f93e6411cb8fe95e6c2f07fbb-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/90a3708f93e6411cb8fe95e6c2f07fbb-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/90a3708f93e6411cb8fe95e6c2f07fbb-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-26T09:56:14.292527Z",
                "updated_at": "2022-08-26T09:56:14.292563Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6463,
                "name": "Patronato Salesiano Leone XIII",
                "slug": "patronato-salesiano-leone-xiii",
                "city": "Venice",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.4313696,12.3545661",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2022-08-26T09:56:16.176212Z",
            "publish_time": null,
            "slug": "patronato-salesiano-leone-xiii-fiona-banner-aka-the-vanity-press-pranayama-typhoon-2022-04-19",
            "created_at": "2022-08-26T09:56:16.960510Z",
            "updated_at": "2022-08-26T09:56:17.308534Z",
            "summary": "Fiona Banner aka The Vanity Press: Pranayama Typhoon is an Gallery Shows event starting on 19/04/2022, 00:00 and ending on 22/05/2022, 00:00. Event is in Patronato Salesiano Leone XIII with address Calle san Domenico, 1285.",
            "title": "Fiona Banner aka The Vanity Press: Pranayama Typhoon",
            "content": null,
            "start_time": "2022-04-19T00:00:00.000000Z",
            "end_time": "2022-05-22T00: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": "Calle san Domenico, 1285",
            "city": "Venice",
            "geolocation": "45.4292559,12.3294236",
            "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": 13227,
            "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": 13338,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d774ebeade43409080a5a46f61044cbb-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d774ebeade43409080a5a46f61044cbb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d774ebeade43409080a5a46f61044cbb.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d774ebeade43409080a5a46f61044cbb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d774ebeade43409080a5a46f61044cbb-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d774ebeade43409080a5a46f61044cbb-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d774ebeade43409080a5a46f61044cbb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d774ebeade43409080a5a46f61044cbb-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d774ebeade43409080a5a46f61044cbb-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d774ebeade43409080a5a46f61044cbb-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-26T10:06:22.154595Z",
                "updated_at": "2022-08-26T10:06:22.154630Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4722,
                "name": "Oeno Gallery",
                "slug": "oeno-gallery",
                "city": "Bloomfield",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "44.0154988,-77.28969719999999",
                "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": "CA",
            "publish_status": "published",
            "published_at": "2022-08-26T10:06:24.710253Z",
            "publish_time": null,
            "slug": "oeno-gallery-establishing-ground-otto-rogers-modernist-vision-2022-04-30",
            "created_at": "2022-08-26T10:06:25.515048Z",
            "updated_at": "2022-08-26T10:06:25.953606Z",
            "summary": "Establishing Ground: Otto Rogers’ Modernist Vision is an Gallery Shows event starting on 30/04/2022, 00:00 and ending on 22/05/2022, 00:00. Event is in Oeno Gallery with address Toronto.",
            "title": "Establishing Ground: Otto Rogers’ Modernist Vision",
            "content": null,
            "start_time": "2022-04-30T00:00:00.000000Z",
            "end_time": "2022-05-22T00: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": "Toronto",
            "city": "Toronto",
            "geolocation": "43.6534817,-79.3839347",
            "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": 13253,
            "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": 13359,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5faed71de8a4b5f89a27c79497d234e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5faed71de8a4b5f89a27c79497d234e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b5faed71de8a4b5f89a27c79497d234e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5faed71de8a4b5f89a27c79497d234e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5faed71de8a4b5f89a27c79497d234e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5faed71de8a4b5f89a27c79497d234e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5faed71de8a4b5f89a27c79497d234e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5faed71de8a4b5f89a27c79497d234e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5faed71de8a4b5f89a27c79497d234e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5faed71de8a4b5f89a27c79497d234e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-27T16:23:59.061172Z",
                "updated_at": "2022-08-27T16:23:59.061207Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5686,
                "name": "Reinbeckhallen",
                "slug": "reinbeckhallen",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.4603116,13.5185239",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2022-08-27T16:24:02.234576Z",
            "publish_time": null,
            "slug": "reinbeckhallen-towards-abstraction-nils-ohlsen-2022-04-29",
            "created_at": "2022-08-27T16:24:03.001234Z",
            "updated_at": "2022-08-27T16:24:03.392870Z",
            "summary": "Towards Abstraction - Nils Ohlsen is an Gallery Shows event starting on 29/04/2022, 00:00 and ending on 22/05/2022, 00:00. Event is in Reinbeckhallen with address Reinbeckstr. 17.",
            "title": "Towards Abstraction - Nils Ohlsen",
            "content": null,
            "start_time": "2022-04-29T00:00:00.000000Z",
            "end_time": "2022-05-22T00: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": "Reinbeckstr. 17",
            "city": "Berlin",
            "geolocation": "52.45972585,13.51870545235078",
            "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": 13295,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 6370,
                "name": "ASPN",
                "slug": "aspn",
                "city": "Leipzig",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "51.3278887,12.3199627",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2022-08-29T19:16:02.086739Z",
            "publish_time": null,
            "slug": "aspn-benedikt-leonhardt-pale-blue-dot-2022-04-09",
            "created_at": "2022-08-29T19:16:02.859405Z",
            "updated_at": "2022-08-29T19:16:03.558581Z",
            "summary": "Benedikt Leonhardt: Pale Blue Dot is an Gallery Shows event starting on 09/04/2022, 00:00 and ending on 22/05/2022, 00:00. Event is in ASPN with address Spinnereistr. 7.",
            "title": "Benedikt Leonhardt: Pale Blue Dot",
            "content": null,
            "start_time": "2022-04-09T00:00:00.000000Z",
            "end_time": "2022-05-22T00: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": "Spinnereistr. 7",
            "city": "Leipzig",
            "geolocation": "51.3256736,12.3172532",
            "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": 13302,
            "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": 13399,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c528b6d7f91648ef9ac6e5f32451e9c0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c528b6d7f91648ef9ac6e5f32451e9c0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c528b6d7f91648ef9ac6e5f32451e9c0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c528b6d7f91648ef9ac6e5f32451e9c0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c528b6d7f91648ef9ac6e5f32451e9c0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c528b6d7f91648ef9ac6e5f32451e9c0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c528b6d7f91648ef9ac6e5f32451e9c0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c528b6d7f91648ef9ac6e5f32451e9c0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c528b6d7f91648ef9ac6e5f32451e9c0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c528b6d7f91648ef9ac6e5f32451e9c0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-29T19:17:26.087384Z",
                "updated_at": "2022-08-29T19:17:26.087455Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6309,
                "name": "C1760",
                "slug": "c1760",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.769991,-73.96578219999999",
                "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": "2022-08-29T19:17:28.802268Z",
            "publish_time": null,
            "slug": "c1760-alviani-x-ancient-2022-04-07",
            "created_at": "2022-08-29T19:17:29.593285Z",
            "updated_at": "2022-08-29T19:17:30.213107Z",
            "summary": "Alviani X Ancient is an Gallery Shows event starting on 07/04/2022, 00:00 and ending on 22/05/2022, 00:00. Event is in C1760 with address 38 E 70th Street.",
            "title": "Alviani X Ancient",
            "content": null,
            "start_time": "2022-04-07T00:00:00.000000Z",
            "end_time": "2022-05-22T00: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": "38 E 70th Street",
            "city": "New York",
            "geolocation": "40.7700521,-73.965721",
            "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": []
        }
    ]
}