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=8424&ordering=-start_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=8442&ordering=-start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=8406&ordering=-start_time",
    "results": [
        {
            "id": 30532,
            "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": 28882,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/394a5b4702ed43a1b5b8052c7e924dfb-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/394a5b4702ed43a1b5b8052c7e924dfb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/394a5b4702ed43a1b5b8052c7e924dfb.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/394a5b4702ed43a1b5b8052c7e924dfb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/394a5b4702ed43a1b5b8052c7e924dfb-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/394a5b4702ed43a1b5b8052c7e924dfb-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/394a5b4702ed43a1b5b8052c7e924dfb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/394a5b4702ed43a1b5b8052c7e924dfb-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/394a5b4702ed43a1b5b8052c7e924dfb-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/394a5b4702ed43a1b5b8052c7e924dfb-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-23T08:44:28.120183Z",
                "updated_at": "2023-08-23T08:44:28.120236Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4023,
                "name": "Jealous Gallery",
                "slug": "jealous-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5241491,-0.08049760000000002",
                "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-23T08:44:47.944381Z",
            "publish_time": null,
            "slug": "jealous-gallery-saturday-night-specials-2023-08-24",
            "created_at": "2023-08-23T08:44:49.014463Z",
            "updated_at": "2023-08-23T08:44:49.397458Z",
            "summary": "Saturday Night Specials is an Gallery Shows event starting on 24/08/2023, 00:00 and ending on 09/09/2023, 00:00. Event is in Jealous Gallery with address 53 Curtain Road.",
            "title": "Saturday Night Specials",
            "content": null,
            "start_time": "2023-08-24T00:00:00.000000Z",
            "end_time": "2023-09-09T00: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": "53 Curtain Road",
            "city": "London",
            "geolocation": "51.5241453,-0.08058497895265768",
            "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": 31215,
            "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": 9169,
                "name": "RAM",
                "slug": "ram",
                "city": "Bakersfield",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "35.3793382,-118.9928614",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-09-15T13:43:17.471093Z",
            "publish_time": null,
            "slug": "ram-excavation-jedediah-ceasar-nancy-evans-charles-arnoldi-ali-vaughan-erica-zamora-2023-08-24",
            "created_at": "2023-09-15T13:43:18.366502Z",
            "updated_at": "2023-09-15T13:43:19.931940Z",
            "summary": "Excavation: Jedediah Ceasar, Nancy Evans, Charles Arnoldi, Ali Vaughan, Erica Zamora is an Gallery Shows event starting on 24/08/2023, 00:00 and ending on 08/10/2023, 00:00. Event is in RAM with address 614 Kentucky Street.",
            "title": "Excavation: Jedediah Ceasar, Nancy Evans, Charles Arnoldi, Ali Vaughan, Erica Zamora",
            "content": null,
            "start_time": "2023-08-24T00:00:00.000000Z",
            "end_time": "2023-10-08T00: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": "614 Kentucky Street",
            "city": "Bakersfield",
            "geolocation": "38.24127395,-122.64494281449637",
            "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": 30412,
            "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": 28785,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13145abad55a419cb860adf0002c3c36-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13145abad55a419cb860adf0002c3c36-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/13145abad55a419cb860adf0002c3c36.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13145abad55a419cb860adf0002c3c36-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13145abad55a419cb860adf0002c3c36-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13145abad55a419cb860adf0002c3c36-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13145abad55a419cb860adf0002c3c36-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13145abad55a419cb860adf0002c3c36-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13145abad55a419cb860adf0002c3c36-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/13145abad55a419cb860adf0002c3c36-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-16T07:29:07.264469Z",
                "updated_at": "2023-08-16T07:29:07.264506Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5135,
                "name": "The Bomb Factory Art Foundation",
                "slug": "bomb-factory-art-foundation",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.56605030000001,-0.1312699",
                "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-16T07:29:11.592894Z",
            "publish_time": null,
            "slug": "the-bomb-factory-art-foundation-zgriptor-journal-launch-2023-08-24",
            "created_at": "2023-08-16T07:29:12.745081Z",
            "updated_at": "2023-08-16T07:29:14.874111Z",
            "summary": "ZGRIPTOR Journal Launch is an Gallery Shows event starting on 24/08/2023, 00:00 and ending on 27/08/2023, 00:00. Event is in The Bomb Factory Art Foundation with address 99 Kingsway.",
            "title": "ZGRIPTOR Journal Launch",
            "content": null,
            "start_time": "2023-08-24T00:00:00.000000Z",
            "end_time": "2023-08-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "99 Kingsway",
            "city": "London",
            "geolocation": "51.467436250000006,-0.2753249581740445",
            "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": 30356,
            "author": {
                "id": "4279ab40-f7d5-41e7-ae78-b6020f7df7e0",
                "username": "martinj_1011",
                "slug": "martinj_1011",
                "first_name": "Martin J",
                "last_name": "Tickner",
                "display_name": "MartinJ Tickner",
                "display_name_full": "MartinJ Tickner",
                "email": "mj.tickner@gallery46.co.uk",
                "telephone": "+44 7909 947912"
            },
            "price": null,
            "featured_image": {
                "id": 28737,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a4a5e01721434194b8ac9ce1e49fad57-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a4a5e01721434194b8ac9ce1e49fad57-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a4a5e01721434194b8ac9ce1e49fad57.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a4a5e01721434194b8ac9ce1e49fad57-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a4a5e01721434194b8ac9ce1e49fad57-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a4a5e01721434194b8ac9ce1e49fad57-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a4a5e01721434194b8ac9ce1e49fad57-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a4a5e01721434194b8ac9ce1e49fad57-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a4a5e01721434194b8ac9ce1e49fad57-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a4a5e01721434194b8ac9ce1e49fad57-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-16T07:20:04.802337Z",
                "updated_at": "2023-08-16T07:20:04.802431Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3646,
                "name": "Gallery 46",
                "slug": "gallery-46",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5166164,-0.0598132",
                "artworks_for_sale_count": 4,
                "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-16T07:20:08.548199Z",
            "publish_time": null,
            "slug": "gallery-46-liminality-a-friendly-abyss-2023-08-24",
            "created_at": "2023-08-16T07:20:09.459077Z",
            "updated_at": "2023-08-16T07:20:11.030467Z",
            "summary": "Liminality [A Friendly Abyss] is an Gallery Shows event starting on 24/08/2023, 00:00 and ending on 30/08/2023, 00:00. Event is in Gallery 46 with address 46 ASHFIELD STREET.",
            "title": "Liminality [A Friendly Abyss]",
            "content": null,
            "start_time": "2023-08-24T00:00:00.000000Z",
            "end_time": "2023-08-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "46 ASHFIELD STREET",
            "city": "London",
            "geolocation": "53.702872549999995,-1.4088631499999953",
            "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": 30704,
            "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": 29037,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/581767537e6b480f819776c4e0c35196-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/581767537e6b480f819776c4e0c35196-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/581767537e6b480f819776c4e0c35196.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/581767537e6b480f819776c4e0c35196-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/581767537e6b480f819776c4e0c35196-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/581767537e6b480f819776c4e0c35196-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/581767537e6b480f819776c4e0c35196-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/581767537e6b480f819776c4e0c35196-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/581767537e6b480f819776c4e0c35196-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/581767537e6b480f819776c4e0c35196-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-29T10:58:46.549002Z",
                "updated_at": "2023-08-29T10:58:46.549041Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5198,
                "name": "Untergeschoss der Pandora",
                "slug": "untergeschoss-der-pandora",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.4914569,13.397818",
                "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-29T10:58:50.536182Z",
            "publish_time": null,
            "slug": "untergeschoss-der-pandora-pandoras-catwalk-2023-08-24",
            "created_at": "2023-08-29T10:58:51.433312Z",
            "updated_at": "2023-08-29T10:58:52.741722Z",
            "summary": "Pandora's Catwalk is an Gallery Shows event starting on 24/08/2023, 00:00 and ending on 24/08/2023, 00:00. Event is in Untergeschoss der Pandora with address Mittenwalder Strasse 6.",
            "title": "Pandora's Catwalk",
            "content": null,
            "start_time": "2023-08-24T00:00:00.000000Z",
            "end_time": "2023-08-24T00: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": "Mittenwalder Strasse 6",
            "city": "Berlin",
            "geolocation": "52.234604950000005,13.622657636711708",
            "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": 30899,
            "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": 29225,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f9e41d2f1b154bb2a0b35160aa3e2249-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f9e41d2f1b154bb2a0b35160aa3e2249-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f9e41d2f1b154bb2a0b35160aa3e2249.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f9e41d2f1b154bb2a0b35160aa3e2249-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f9e41d2f1b154bb2a0b35160aa3e2249-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f9e41d2f1b154bb2a0b35160aa3e2249-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f9e41d2f1b154bb2a0b35160aa3e2249-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f9e41d2f1b154bb2a0b35160aa3e2249-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f9e41d2f1b154bb2a0b35160aa3e2249-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f9e41d2f1b154bb2a0b35160aa3e2249-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-30T07:43:55.182360Z",
                "updated_at": "2023-08-30T07:43:55.182423Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7255,
                "name": "St Marylebone Crypt",
                "slug": "st-marylebone-crypt",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5228009,-0.1524292",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-08-30T07:43:59.743420Z",
            "publish_time": null,
            "slug": "st-marylebone-crypt-line-shape-form-and-colour-2023-08-24",
            "created_at": "2023-08-30T07:44:00.628086Z",
            "updated_at": "2023-08-30T07:44:01.251162Z",
            "summary": "Line, Shape, Form and Colour is an Gallery Shows event starting on 24/08/2023, 00:00 and ending on 04/09/2023, 00:00. Event is in St Marylebone Crypt with address 17 Marylebone Road.",
            "title": "Line, Shape, Form and Colour",
            "content": null,
            "start_time": "2023-08-24T00:00:00.000000Z",
            "end_time": "2023-09-04T00: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 Marylebone Road",
            "city": "London",
            "geolocation": "51.5230844,-0.150905",
            "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": 30505,
            "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": 28864,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bde0835875094de6935b087bd79d541b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bde0835875094de6935b087bd79d541b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bde0835875094de6935b087bd79d541b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bde0835875094de6935b087bd79d541b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bde0835875094de6935b087bd79d541b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bde0835875094de6935b087bd79d541b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bde0835875094de6935b087bd79d541b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bde0835875094de6935b087bd79d541b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bde0835875094de6935b087bd79d541b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bde0835875094de6935b087bd79d541b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-23T08:40:36.036853Z",
                "updated_at": "2023-08-23T08:40:36.036889Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4681,
                "name": "Eames Fine Art Print Room",
                "slug": "eames-fine-art-print-room",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4994087,-0.0811523",
                "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-23T08:40:40.453013Z",
            "publish_time": null,
            "slug": "eames-fine-art-print-room-barbara-hepworth-2023-08-24",
            "created_at": "2023-08-23T08:40:41.492448Z",
            "updated_at": "2023-08-23T08:40:41.860304Z",
            "summary": "Barbara Hepworth is an Gallery Shows event starting on 24/08/2023, 00:00 and ending on 10/09/2023, 00:00. Event is in Eames Fine Art Print Room with address 159 Bermondsey Street.",
            "title": "Barbara Hepworth",
            "content": null,
            "start_time": "2023-08-24T00:00:00.000000Z",
            "end_time": "2023-09-10T00: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": "159 Bermondsey Street",
            "city": "London",
            "geolocation": "51.4993817,-0.08094498558159895",
            "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": 29918,
            "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": 7668,
                "name": "Galerie von Bartha",
                "slug": "galerie-von-bartha",
                "city": "Copenhagen",
                "country": {
                    "code": "DK",
                    "name": "Denmark"
                },
                "geolocation": "55.6660114,12.5325616",
                "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": "CH",
            "publish_status": "published",
            "published_at": "2023-08-03T10:14:29.801366Z",
            "publish_time": null,
            "slug": "galerie-von-bartha-francisco-sierra-a-bird-in-a-studio-2023-08-24",
            "created_at": "2023-08-03T10:14:31.017258Z",
            "updated_at": "2023-08-03T10:14:31.451479Z",
            "summary": "Francisco Sierra: A BIRD IN A STUDIO is an Gallery Shows event starting on 24/08/2023, 00:00 and ending on 21/10/2023, 00:00. Event is in Galerie von Bartha with address Kannenfeldplatz 6.",
            "title": "Francisco Sierra: A BIRD IN A STUDIO",
            "content": null,
            "start_time": "2023-08-24T00:00:00.000000Z",
            "end_time": "2023-10-21T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Kannenfeldplatz 6",
            "city": "Basel",
            "geolocation": "47.5657689,7.5738472",
            "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": 30576,
            "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": 28917,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b94ab3565de5439f908bb7419ed081cd-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b94ab3565de5439f908bb7419ed081cd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b94ab3565de5439f908bb7419ed081cd.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b94ab3565de5439f908bb7419ed081cd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b94ab3565de5439f908bb7419ed081cd-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b94ab3565de5439f908bb7419ed081cd-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b94ab3565de5439f908bb7419ed081cd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b94ab3565de5439f908bb7419ed081cd-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b94ab3565de5439f908bb7419ed081cd-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b94ab3565de5439f908bb7419ed081cd-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-23T08:56:43.602599Z",
                "updated_at": "2023-08-23T08:56:43.602636Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5135,
                "name": "The Bomb Factory Art Foundation",
                "slug": "bomb-factory-art-foundation",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.56605030000001,-0.1312699",
                "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-23T08:56:54.846089Z",
            "publish_time": null,
            "slug": "the-bomb-factory-art-foundation-unrolled-2023-08-24",
            "created_at": "2023-08-23T08:56:55.753579Z",
            "updated_at": "2023-08-23T08:56:56.241299Z",
            "summary": "UNROLLED is an Gallery Shows event starting on 24/08/2023, 00:00 and ending on 26/08/2023, 00:00. Event is in The Bomb Factory Art Foundation with address 99-103 Long Acre.",
            "title": "UNROLLED",
            "content": null,
            "start_time": "2023-08-24T00:00:00.000000Z",
            "end_time": "2023-08-26T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "99-103 Long Acre",
            "city": "London",
            "geolocation": "51.5134634,-0.1239161",
            "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": 30575,
            "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": 28921,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc050e66c963457b91f917c93b180e84-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc050e66c963457b91f917c93b180e84-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bc050e66c963457b91f917c93b180e84.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc050e66c963457b91f917c93b180e84-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc050e66c963457b91f917c93b180e84-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc050e66c963457b91f917c93b180e84-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc050e66c963457b91f917c93b180e84-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc050e66c963457b91f917c93b180e84-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc050e66c963457b91f917c93b180e84-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc050e66c963457b91f917c93b180e84-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-23T08:56:49.656949Z",
                "updated_at": "2023-08-23T08:56:49.657015Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6231,
                "name": "The Red Head Gallery",
                "slug": "red-head-gallery",
                "city": "Toronto",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "43.6476322,-79.3950698",
                "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": "2023-08-23T08:56:53.685301Z",
            "publish_time": null,
            "slug": "the-red-head-gallery-with-absence-and-other-things-kim-foster-yardley-2023-08-23",
            "created_at": "2023-08-23T08:56:54.784275Z",
            "updated_at": "2023-08-23T08:56:55.260391Z",
            "summary": "With Absence and Other Things - Kim Foster Yardley is an Gallery Shows event starting on 23/08/2023, 00:00 and ending on 02/09/2023, 00:00. Event is in The Red Head Gallery with address 401 Richmond Street West.",
            "title": "With Absence and Other Things - Kim Foster Yardley",
            "content": null,
            "start_time": "2023-08-23T00:00:00.000000Z",
            "end_time": "2023-09-02T00: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": "401 Richmond Street West",
            "city": "Toronto",
            "geolocation": "43.6478184,-79.3952429",
            "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": 30823,
            "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": 29153,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc3fcf8207f84b288fa2f5c20d8f2325-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc3fcf8207f84b288fa2f5c20d8f2325-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/cc3fcf8207f84b288fa2f5c20d8f2325.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc3fcf8207f84b288fa2f5c20d8f2325-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc3fcf8207f84b288fa2f5c20d8f2325-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc3fcf8207f84b288fa2f5c20d8f2325-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc3fcf8207f84b288fa2f5c20d8f2325-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc3fcf8207f84b288fa2f5c20d8f2325-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc3fcf8207f84b288fa2f5c20d8f2325-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc3fcf8207f84b288fa2f5c20d8f2325-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-30T07:35:57.119484Z",
                "updated_at": "2023-08-30T07:35:57.119520Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6415,
                "name": "Benton Museum of Art at Pomona College",
                "slug": "benton-museum-art-pomona-college",
                "city": "Claremont",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0964657,-117.7154135",
                "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-30T07:36:03.285398Z",
            "publish_time": null,
            "slug": "benton-museum-of-art-at-pomona-college-tracing-the-edge-2023-08-23",
            "created_at": "2023-08-30T07:36:04.168525Z",
            "updated_at": "2023-08-30T07:36:05.208814Z",
            "summary": "Tracing the Edge is an Gallery Shows event starting on 23/08/2023, 00:00 and ending on 07/01/2024, 01:00. Event is in Benton Museum of Art at Pomona College with address 120 W. Bonita Avenue.",
            "title": "Tracing the Edge",
            "content": null,
            "start_time": "2023-08-23T00:00:00.000000Z",
            "end_time": "2024-01-07T01: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": "120 W. Bonita Avenue",
            "city": "Claremont",
            "geolocation": "36.63628766347933,-119.6894831134761",
            "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": 30503,
            "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": 28862,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fbbfb37baadc410da3bf6afcd58a9bb1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fbbfb37baadc410da3bf6afcd58a9bb1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fbbfb37baadc410da3bf6afcd58a9bb1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fbbfb37baadc410da3bf6afcd58a9bb1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fbbfb37baadc410da3bf6afcd58a9bb1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fbbfb37baadc410da3bf6afcd58a9bb1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fbbfb37baadc410da3bf6afcd58a9bb1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fbbfb37baadc410da3bf6afcd58a9bb1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fbbfb37baadc410da3bf6afcd58a9bb1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fbbfb37baadc410da3bf6afcd58a9bb1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-23T08:38:40.891314Z",
                "updated_at": "2023-08-23T08:38:40.891350Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6415,
                "name": "Benton Museum of Art at Pomona College",
                "slug": "benton-museum-art-pomona-college",
                "city": "Claremont",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0964657,-117.7154135",
                "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-23T08:39:20.145565Z",
            "publish_time": null,
            "slug": "benton-museum-of-art-at-pomona-college-june-harwood-paintings-2023-08-23",
            "created_at": "2023-08-23T08:39:21.240542Z",
            "updated_at": "2023-08-23T08:39:21.747440Z",
            "summary": "June Harwood: Paintings is an Gallery Shows event starting on 23/08/2023, 00:00 and ending on 07/01/2024, 01:00. Event is in Benton Museum of Art at Pomona College with address 120 W. Bonita Avenue.",
            "title": "June Harwood: Paintings",
            "content": null,
            "start_time": "2023-08-23T00:00:00.000000Z",
            "end_time": "2024-01-07T01: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": "120 W. Bonita Avenue",
            "city": "Claremont",
            "geolocation": "36.63628766347933,-119.6894831134761",
            "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": 28939,
            "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": 27538,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d76a8db04b734243bedd0ff76d2616fb-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d76a8db04b734243bedd0ff76d2616fb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d76a8db04b734243bedd0ff76d2616fb.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d76a8db04b734243bedd0ff76d2616fb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d76a8db04b734243bedd0ff76d2616fb-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d76a8db04b734243bedd0ff76d2616fb-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d76a8db04b734243bedd0ff76d2616fb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d76a8db04b734243bedd0ff76d2616fb-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d76a8db04b734243bedd0ff76d2616fb-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d76a8db04b734243bedd0ff76d2616fb-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-06T17:45:41.223355Z",
                "updated_at": "2023-07-06T17:45:41.223419Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8866,
                "name": "Lot Projects",
                "slug": "lot-projects",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.53568629999999,-0.06202059999999999",
                "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-06T17:45:47.194185Z",
            "publish_time": null,
            "slug": "lot-projects-to-be-we-need-to-know-the-river-2023-08-23",
            "created_at": "2023-07-06T17:45:48.098602Z",
            "updated_at": "2023-07-06T17:45:50.871198Z",
            "summary": "To Be We Need to Know the River is an Gallery Shows event starting on 23/08/2023, 00:00 and ending on 29/08/2023, 00:00. Event is in Lot Projects with address 2 Broadway Market Mews.",
            "title": "To Be We Need to Know the River",
            "content": null,
            "start_time": "2023-08-23T00:00:00.000000Z",
            "end_time": "2023-08-29T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2 Broadway Market Mews",
            "city": "London",
            "geolocation": "51.5366112,-0.0622573",
            "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": 28530,
            "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": 27167,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6563d6a5ee0a4d449745afa46d9058b5-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6563d6a5ee0a4d449745afa46d9058b5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6563d6a5ee0a4d449745afa46d9058b5.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6563d6a5ee0a4d449745afa46d9058b5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6563d6a5ee0a4d449745afa46d9058b5-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6563d6a5ee0a4d449745afa46d9058b5-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6563d6a5ee0a4d449745afa46d9058b5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6563d6a5ee0a4d449745afa46d9058b5-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6563d6a5ee0a4d449745afa46d9058b5-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6563d6a5ee0a4d449745afa46d9058b5-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-02T17:22:42.130564Z",
                "updated_at": "2023-07-02T17:22:42.130600Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4560,
                "name": "CICA Museum",
                "slug": "cica-museum",
                "city": "Gyeonggi-do",
                "country": {
                    "code": "KR",
                    "name": "South Korea"
                },
                "geolocation": "37.6152464,126.7156325",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "KR",
            "publish_status": "published",
            "published_at": "2023-07-02T17:22:45.371779Z",
            "publish_time": null,
            "slug": "cica-museum-figures-2023-2023-08-23",
            "created_at": "2023-07-02T17:22:46.446713Z",
            "updated_at": "2023-07-02T17:22:46.797453Z",
            "summary": "Figures 2023 is an Gallery Shows event starting on 23/08/2023, 00:00 and ending on 10/09/2023, 00:00. Event is in CICA Museum with address 196-30, Samdo-ro, Yangchon-eup.",
            "title": "Figures 2023",
            "content": null,
            "start_time": "2023-08-23T00:00:00.000000Z",
            "end_time": "2023-09-10T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "196-30, Samdo-ro, Yangchon-eup",
            "city": "Gimpo-si",
            "geolocation": "37.6065442,126.5856273",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 30730,
            "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": 29063,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7f9ec6011b5d47e5a2ed9395536d2ed4-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7f9ec6011b5d47e5a2ed9395536d2ed4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7f9ec6011b5d47e5a2ed9395536d2ed4.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7f9ec6011b5d47e5a2ed9395536d2ed4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7f9ec6011b5d47e5a2ed9395536d2ed4-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7f9ec6011b5d47e5a2ed9395536d2ed4-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7f9ec6011b5d47e5a2ed9395536d2ed4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7f9ec6011b5d47e5a2ed9395536d2ed4-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7f9ec6011b5d47e5a2ed9395536d2ed4-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7f9ec6011b5d47e5a2ed9395536d2ed4-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-30T07:15:26.707678Z",
                "updated_at": "2023-08-30T07:15:26.707716Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6956,
                "name": "Art Center Berlin",
                "slug": "art-center-berlin",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-08-30T07:15:33.882280Z",
            "publish_time": null,
            "slug": "art-center-berlin-sommerbrise-frischer-wind-fur-neue-entdeckungen-2023-08-23",
            "created_at": "2023-08-30T07:15:34.781670Z",
            "updated_at": "2023-08-30T07:15:35.319624Z",
            "summary": "Sommerbrise - Frischer Wind für neue Entdeckungen is an Gallery Shows event starting on 23/08/2023, 00:00 and ending on 10/09/2023, 00:00. Event is in Art Center Berlin with address Georgenstr. 44.",
            "title": "Sommerbrise - Frischer Wind für neue Entdeckungen",
            "content": null,
            "start_time": "2023-08-23T00:00:00.000000Z",
            "end_time": "2023-09-10T00: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": "Georgenstr. 44",
            "city": "Berlin",
            "geolocation": "50.97609315,10.315847651640905",
            "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": 28527,
            "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": 27164,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f477cc221ca49ee8aeb0ee3bef85e40-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f477cc221ca49ee8aeb0ee3bef85e40-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2f477cc221ca49ee8aeb0ee3bef85e40.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f477cc221ca49ee8aeb0ee3bef85e40-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f477cc221ca49ee8aeb0ee3bef85e40-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f477cc221ca49ee8aeb0ee3bef85e40-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f477cc221ca49ee8aeb0ee3bef85e40-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f477cc221ca49ee8aeb0ee3bef85e40-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f477cc221ca49ee8aeb0ee3bef85e40-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f477cc221ca49ee8aeb0ee3bef85e40-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-02T17:21:35.091626Z",
                "updated_at": "2023-07-02T17:21:35.091683Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4560,
                "name": "CICA Museum",
                "slug": "cica-museum",
                "city": "Gyeonggi-do",
                "country": {
                    "code": "KR",
                    "name": "South Korea"
                },
                "geolocation": "37.6152464,126.7156325",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "KR",
            "publish_status": "published",
            "published_at": "2023-07-02T17:21:37.790594Z",
            "publish_time": null,
            "slug": "cica-museum-social2023-2023-08-23",
            "created_at": "2023-07-02T17:21:38.687808Z",
            "updated_at": "2023-07-02T17:21:39.659436Z",
            "summary": "#social2023 is an Gallery Shows event starting on 23/08/2023, 00:00 and ending on 10/09/2023, 00:00. Event is in CICA Museum with address 196-30, Samdo-ro, Yangchon-eup.",
            "title": "#social2023",
            "content": null,
            "start_time": "2023-08-23T00:00:00.000000Z",
            "end_time": "2023-09-10T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "196-30, Samdo-ro, Yangchon-eup",
            "city": "Gimpo-si",
            "geolocation": "37.6065442,126.5856273",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 30584,
            "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": 4504,
                "name": "Bridget Donahue Gallery",
                "slug": "bridget-donahue-gallery",
                "city": "New York",
                "country": "",
                "geolocation": "40.7174036,-73.9949693",
                "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-23T08:58:52.081614Z",
            "publish_time": null,
            "slug": "bridget-donahue-gallery-sondra-perry-part-1-2023-08-23",
            "created_at": "2023-08-23T08:58:53.097091Z",
            "updated_at": "2023-08-23T08:58:53.562517Z",
            "summary": "Sondra Perry: Part 1 is an Gallery Shows event starting on 23/08/2023, 00:00 and ending on 23/09/2023, 00:00. Event is in Bridget Donahue Gallery with address 99 Bowery.",
            "title": "Sondra Perry: Part 1",
            "content": null,
            "start_time": "2023-08-23T00:00:00.000000Z",
            "end_time": "2023-09-23T00: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": "99 Bowery",
            "city": "New York",
            "geolocation": "40.7173921,-73.99496857493409",
            "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": []
        }
    ]
}