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

{
    "count": 37587,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=6786&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=6750&ordering=-end_time",
    "results": [
        {
            "id": 32909,
            "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": 31131,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04d99a640d5e47249b60da9c2082ecfc-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04d99a640d5e47249b60da9c2082ecfc-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/04d99a640d5e47249b60da9c2082ecfc.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04d99a640d5e47249b60da9c2082ecfc-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04d99a640d5e47249b60da9c2082ecfc-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04d99a640d5e47249b60da9c2082ecfc-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04d99a640d5e47249b60da9c2082ecfc-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04d99a640d5e47249b60da9c2082ecfc-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04d99a640d5e47249b60da9c2082ecfc-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04d99a640d5e47249b60da9c2082ecfc-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-31T13:55:37.461240Z",
                "updated_at": "2023-10-31T13:55:37.461299Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9384,
                "name": "TG Gallery",
                "slug": "tg-gallery",
                "city": "Nottingham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.955872,-1.168366",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-10-31T13:55:44.564260Z",
            "publish_time": null,
            "slug": "tg-gallery-ava-seymour-as-right-where-it-is-accepted-woman-and-proper-that-a-beautiful-must-suffer-to-be-2023-10-27",
            "created_at": "2023-10-31T13:55:45.495515Z",
            "updated_at": "2023-10-31T13:55:45.549793Z",
            "summary": "Ava Seymour. As right where it is accepted woman and proper that a beautiful must suffer to be is an Gallery Shows event starting on 27/10/2023, 00:00 and ending on 09/11/2023, 01:00. Event is in TG Gallery with address c/o Primary 33 Seely Road.",
            "title": "Ava Seymour. As right where it is accepted woman and proper that a beautiful must suffer to be",
            "content": null,
            "start_time": "2023-10-27T00:00:00.000000Z",
            "end_time": "2023-11-09T01: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": "c/o Primary 33 Seely Road",
            "city": "Nottingham",
            "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": 33168,
            "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": 31366,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08829fe102714949bfa9ac1ce730454b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08829fe102714949bfa9ac1ce730454b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/08829fe102714949bfa9ac1ce730454b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08829fe102714949bfa9ac1ce730454b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08829fe102714949bfa9ac1ce730454b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08829fe102714949bfa9ac1ce730454b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08829fe102714949bfa9ac1ce730454b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08829fe102714949bfa9ac1ce730454b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08829fe102714949bfa9ac1ce730454b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08829fe102714949bfa9ac1ce730454b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-06T09:21:41.938993Z",
                "updated_at": "2023-11-06T09:21:41.939048Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5193,
                "name": "POSK Gallery",
                "slug": "posk-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4935842,-0.237489",
                "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-11-06T09:21:45.044294Z",
            "publish_time": null,
            "slug": "posk-gallery-the-essence-of-existence-part-iv-astro-expressionism-farhad-soltanie-2023-10-24",
            "created_at": "2023-11-06T09:21:46.034973Z",
            "updated_at": "2023-11-06T09:21:47.053024Z",
            "summary": "'The Essence of Existence' (Part IV) - \"Astro-Expressionism\" - Farhad Soltanie is an Gallery Shows event starting on 24/10/2023, 00:00 and ending on 09/11/2023, 01:00. Event is in POSK Gallery with address 238 - 246 King Street,.",
            "title": "'The Essence of Existence' (Part IV) - \"Astro-Expressionism\" - Farhad Soltanie",
            "content": null,
            "start_time": "2023-10-24T00:00:00.000000Z",
            "end_time": "2023-11-09T01: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": "238 - 246 King Street,",
            "city": "London",
            "geolocation": "51.4935592,-0.23738727012605054",
            "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": 32937,
            "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": 31153,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70a598ea739c4cea8d210adb9477184b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70a598ea739c4cea8d210adb9477184b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/70a598ea739c4cea8d210adb9477184b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70a598ea739c4cea8d210adb9477184b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70a598ea739c4cea8d210adb9477184b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70a598ea739c4cea8d210adb9477184b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70a598ea739c4cea8d210adb9477184b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70a598ea739c4cea8d210adb9477184b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70a598ea739c4cea8d210adb9477184b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/70a598ea739c4cea8d210adb9477184b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-31T14:09:30.095717Z",
                "updated_at": "2023-10-31T14:09:30.095754Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9279,
                "name": "MIRROR",
                "slug": "mirror",
                "city": "Plymouth",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.3735912,-4.1376886",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-10-31T14:09:34.135336Z",
            "publish_time": null,
            "slug": "mirror-jo-lathwood-artist-in-conversation-2023-11-09",
            "created_at": "2023-10-31T14:09:35.068587Z",
            "updated_at": "2023-10-31T14:09:37.254249Z",
            "summary": "Jo Lathwood - Artist In Conversation is an Gallery Shows event starting on 09/11/2023, 01:00 and ending on 09/11/2023, 01:00. Event is in MIRROR with address Plymouth College of Art.",
            "title": "Jo Lathwood - Artist In Conversation",
            "content": null,
            "start_time": "2023-11-09T01:00:00.000000Z",
            "end_time": "2023-11-09T01: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": "Plymouth College of Art",
            "city": "Plymouth",
            "geolocation": "50.36958455,-4.1375993648869365",
            "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": 30649,
            "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": 28994,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/608ae7c5fe3043ef855ea0aa9f3a9cb6-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/608ae7c5fe3043ef855ea0aa9f3a9cb6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/608ae7c5fe3043ef855ea0aa9f3a9cb6.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/608ae7c5fe3043ef855ea0aa9f3a9cb6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/608ae7c5fe3043ef855ea0aa9f3a9cb6-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/608ae7c5fe3043ef855ea0aa9f3a9cb6-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/608ae7c5fe3043ef855ea0aa9f3a9cb6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/608ae7c5fe3043ef855ea0aa9f3a9cb6-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/608ae7c5fe3043ef855ea0aa9f3a9cb6-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/608ae7c5fe3043ef855ea0aa9f3a9cb6-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-28T20:55:18.168313Z",
                "updated_at": "2023-08-28T20:55:18.168350Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9102,
                "name": "Kellogg University Art Gallery and The Huntley Gallery",
                "slug": "kellogg-university-art-gallery-and-huntley-gallery",
                "city": "Pomona",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "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": "US",
            "publish_status": "published",
            "published_at": "2023-08-28T20:55:22.396985Z",
            "publish_time": null,
            "slug": "kellogg-university-art-gallery-and-the-huntley-gallery-family-matters-the-photography-of-jane-szabo-2023-08-21",
            "created_at": "2023-08-28T20:55:23.293017Z",
            "updated_at": "2023-08-28T20:55:23.335279Z",
            "summary": "Family Matters: The Photography of Jane Szabo is an Gallery Shows event starting on 21/08/2023, 00:00 and ending on 09/11/2023, 01:00. Event is in Kellogg University Art Gallery and The Huntley Gallery with address W. Keith and Janet Kellogg University Art Gallery, California State Polytechnic University, Pomona.",
            "title": "Family Matters: The Photography of Jane Szabo",
            "content": null,
            "start_time": "2023-08-21T00:00:00.000000Z",
            "end_time": "2023-11-09T01: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": "W. Keith and Janet Kellogg University Art Gallery, California State Polytechnic University, Pomona",
            "city": "Pomona",
            "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": 31520,
            "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": 29817,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/249a0662b15d4f9f9635332c2d66b80a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/249a0662b15d4f9f9635332c2d66b80a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/249a0662b15d4f9f9635332c2d66b80a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/249a0662b15d4f9f9635332c2d66b80a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/249a0662b15d4f9f9635332c2d66b80a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/249a0662b15d4f9f9635332c2d66b80a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/249a0662b15d4f9f9635332c2d66b80a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/249a0662b15d4f9f9635332c2d66b80a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/249a0662b15d4f9f9635332c2d66b80a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/249a0662b15d4f9f9635332c2d66b80a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-21T16:47:20.672709Z",
                "updated_at": "2023-09-21T16:47:20.672752Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9200,
                "name": "Angelo Art Hotel",
                "slug": "angelo-art-hotel",
                "city": "Venezia",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.4354943,12.3399523",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2023-09-21T16:47:24.112201Z",
            "publish_time": null,
            "slug": "angelo-art-hotel-httpswwwallangeloititindex-a-venezia-eves-power-la-forza-e-la-bellezza-delle-donne-nei-dipinti-di-eileen-herres-2023-09-09",
            "created_at": "2023-09-21T16:47:25.084897Z",
            "updated_at": "2023-09-21T16:47:25.126773Z",
            "summary": "A Venezia EVE’S POWER, la forza e la bellezza delle donne nei dipinti di Eileen Herres is an Gallery Shows event starting on 09/09/2023, 00:00 and ending on 09/11/2023, 01:00. Event is in Angelo Art Hotel with address Calle de l'Angelo 403 San Marco.",
            "title": "A Venezia EVE’S POWER, la forza e la bellezza delle donne nei dipinti di Eileen Herres",
            "content": null,
            "start_time": "2023-09-09T00:00:00.000000Z",
            "end_time": "2023-11-09T01: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 de l'Angelo 403 San Marco",
            "city": "Venice",
            "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": 31648,
            "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": 29939,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/670d2ee9870944a68ec4fd6362dd3b70-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/670d2ee9870944a68ec4fd6362dd3b70-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/670d2ee9870944a68ec4fd6362dd3b70.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/670d2ee9870944a68ec4fd6362dd3b70-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/670d2ee9870944a68ec4fd6362dd3b70-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/670d2ee9870944a68ec4fd6362dd3b70-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/670d2ee9870944a68ec4fd6362dd3b70-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/670d2ee9870944a68ec4fd6362dd3b70-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/670d2ee9870944a68ec4fd6362dd3b70-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/670d2ee9870944a68ec4fd6362dd3b70-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-26T13:02:25.496379Z",
                "updated_at": "2023-09-26T13:02:25.496464Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6916,
                "name": "Phillida Reid",
                "slug": "phillida-reid",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5163422,-0.1257607",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-09-26T13:02:29.124342Z",
            "publish_time": null,
            "slug": "phillida-reid-the-life-cycle-of-a-flea-2023-10-06",
            "created_at": "2023-09-26T13:02:30.056024Z",
            "updated_at": "2023-09-26T13:02:40.540701Z",
            "summary": "The Life Cycle of a Flea is an Gallery Shows event starting on 06/10/2023, 00:00 and ending on 08/11/2023, 01:00. Event is in Phillida Reid with address 10 - 16 Grape Street.",
            "title": "The Life Cycle of a Flea",
            "content": null,
            "start_time": "2023-10-06T00:00:00.000000Z",
            "end_time": "2023-11-08T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "10 - 16 Grape Street",
            "city": "London",
            "geolocation": "40.0275363,-75.2197188",
            "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": 31692,
            "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": 29978,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/268778f4406d4d819e343a045e16b115-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/268778f4406d4d819e343a045e16b115-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/268778f4406d4d819e343a045e16b115.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/268778f4406d4d819e343a045e16b115-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/268778f4406d4d819e343a045e16b115-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/268778f4406d4d819e343a045e16b115-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/268778f4406d4d819e343a045e16b115-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/268778f4406d4d819e343a045e16b115-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/268778f4406d4d819e343a045e16b115-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/268778f4406d4d819e343a045e16b115-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-27T09:43:50.590207Z",
                "updated_at": "2023-09-27T09:43:50.590268Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3388,
                "name": "Centrespace",
                "slug": "centrespace",
                "city": "Bristol",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4545308,-2.5955805",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-09-27T09:43:55.655623Z",
            "publish_time": null,
            "slug": "centrespace-state-of-disaperence-2023-10-27",
            "created_at": "2023-09-27T09:43:56.585166Z",
            "updated_at": "2023-09-27T09:43:57.829469Z",
            "summary": "State of Disaperence is an Gallery Shows event starting on 27/10/2023, 00:00 and ending on 08/11/2023, 01:00. Event is in Centrespace with address 6 Leonard lane.",
            "title": "State of Disaperence",
            "content": null,
            "start_time": "2023-10-27T00:00:00.000000Z",
            "end_time": "2023-11-08T01: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": "6 Leonard lane",
            "city": "Bristol",
            "geolocation": "42.5573562,-71.20453027773698",
            "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": 32896,
            "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": 31117,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/55f85528710b42b4af1abc1ff0fe8eb4-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/55f85528710b42b4af1abc1ff0fe8eb4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/55f85528710b42b4af1abc1ff0fe8eb4.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/55f85528710b42b4af1abc1ff0fe8eb4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/55f85528710b42b4af1abc1ff0fe8eb4-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/55f85528710b42b4af1abc1ff0fe8eb4-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/55f85528710b42b4af1abc1ff0fe8eb4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/55f85528710b42b4af1abc1ff0fe8eb4-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/55f85528710b42b4af1abc1ff0fe8eb4-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/55f85528710b42b4af1abc1ff0fe8eb4-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-31T13:47:07.190162Z",
                "updated_at": "2023-10-31T13:47:07.190198Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5193,
                "name": "POSK Gallery",
                "slug": "posk-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4935842,-0.237489",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-10-31T13:47:10.796126Z",
            "publish_time": null,
            "slug": "posk-gallery-the-essence-of-existence-part-iv-astro-expressionism-farhad-soltanie-2023-11-03",
            "created_at": "2023-10-31T13:47:11.723276Z",
            "updated_at": "2023-10-31T13:47:17.276491Z",
            "summary": "The Essence of Existence (Part IV) Astro-Expressionism - Farhad Soltanie is an Gallery Shows event starting on 03/11/2023, 01:00 and ending on 08/11/2023, 01:00. Event is in POSK Gallery with address 238 - 246 King Street,.",
            "title": "The Essence of Existence (Part IV) Astro-Expressionism - Farhad Soltanie",
            "content": null,
            "start_time": "2023-11-03T01:00:00.000000Z",
            "end_time": "2023-11-08T01: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": "238 - 246 King Street,",
            "city": "London",
            "geolocation": "51.4935592,-0.23738727012605054",
            "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": 29249,
            "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": 27811,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/991e32fa19ab45f89e2e5012870656fd-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/991e32fa19ab45f89e2e5012870656fd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/991e32fa19ab45f89e2e5012870656fd.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/991e32fa19ab45f89e2e5012870656fd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/991e32fa19ab45f89e2e5012870656fd-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/991e32fa19ab45f89e2e5012870656fd-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/991e32fa19ab45f89e2e5012870656fd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/991e32fa19ab45f89e2e5012870656fd-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/991e32fa19ab45f89e2e5012870656fd-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/991e32fa19ab45f89e2e5012870656fd-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-12T18:49:55.969524Z",
                "updated_at": "2023-07-12T18:49:55.969563Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6966,
                "name": "Château de Montsoreau",
                "slug": "chateau-de-montsoreau",
                "city": "Montsoreau",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "47.2158129,0.0615316",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "FR",
            "publish_status": "published",
            "published_at": "2023-07-12T18:50:00.030981Z",
            "publish_time": null,
            "slug": "chateau-de-montsoreau-museum-of-contemporary-art-la-vente-de-vent-est-levent-de-venet-2023-07-06",
            "created_at": "2023-07-12T18:50:00.937732Z",
            "updated_at": "2023-07-12T18:50:01.972260Z",
            "summary": "La Vente De Vent Est L'event De Venet is an Gallery Shows event starting on 06/07/2023, 00:00 and ending on 07/11/2023, 01:00. Event is in Château de Montsoreau with address Passage du marquis de Geoffre.",
            "title": "La Vente De Vent Est L'event De Venet",
            "content": null,
            "start_time": "2023-07-06T00:00:00.000000Z",
            "end_time": "2023-11-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": "Passage du marquis de Geoffre",
            "city": "Montsoreau",
            "geolocation": "47.21577,0.061655",
            "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": 31366,
            "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": 6978,
                "name": "Sprüth Magers | Berlin",
                "slug": "spruth-magers-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-09-19T10:38:02.764736Z",
            "publish_time": null,
            "slug": "spruth-magers-berlin-pamela-rosenkranz-alien-window-2023-09-16",
            "created_at": "2023-09-19T10:38:03.714853Z",
            "updated_at": "2023-09-19T10:38:04.686733Z",
            "summary": "Pamela Rosenkranz: Alien Window is an Gallery Shows event starting on 16/09/2023, 00:00 and ending on 07/11/2023, 01:00. Event is in Sprüth Magers | Berlin with address Oranienburger Strasse 18.",
            "title": "Pamela Rosenkranz: Alien Window",
            "content": null,
            "start_time": "2023-09-16T00:00:00.000000Z",
            "end_time": "2023-11-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": "Oranienburger Strasse 18",
            "city": "Berlin",
            "geolocation": "52.588898900000004,12.928259450000004",
            "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": 31767,
            "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": 30040,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e072878080f4fcd91fc7ebfb58e8b49-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e072878080f4fcd91fc7ebfb58e8b49-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5e072878080f4fcd91fc7ebfb58e8b49.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e072878080f4fcd91fc7ebfb58e8b49-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e072878080f4fcd91fc7ebfb58e8b49-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e072878080f4fcd91fc7ebfb58e8b49-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e072878080f4fcd91fc7ebfb58e8b49-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e072878080f4fcd91fc7ebfb58e8b49-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e072878080f4fcd91fc7ebfb58e8b49-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e072878080f4fcd91fc7ebfb58e8b49-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-27T09:54:03.883251Z",
                "updated_at": "2023-09-27T09:54:03.883288Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8831,
                "name": "The Loft at Liz's",
                "slug": "loft-lizs",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0653069,-118.3443561",
                "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-27T09:54:09.753869Z",
            "publish_time": null,
            "slug": "the-loft-at-lizs-claudio-santini-spaces-of-silence-2023-09-21",
            "created_at": "2023-09-27T09:54:10.678093Z",
            "updated_at": "2023-09-27T09:54:11.434488Z",
            "summary": "Claudio Santini. Spaces of Silence is an Gallery Shows event starting on 21/09/2023, 00:00 and ending on 07/11/2023, 01:00. Event is in The Loft at Liz's with address 453 S. La Brea Avenue.",
            "title": "Claudio Santini. Spaces of Silence",
            "content": null,
            "start_time": "2023-09-21T00:00:00.000000Z",
            "end_time": "2023-11-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": "453 S. La Brea Avenue",
            "city": "Los Angeles",
            "geolocation": "33.958251287564885,-118.35334640184428",
            "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": 33120,
            "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": 31324,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa6b705ee4784e20a97d96ed7e41f53d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa6b705ee4784e20a97d96ed7e41f53d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fa6b705ee4784e20a97d96ed7e41f53d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa6b705ee4784e20a97d96ed7e41f53d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa6b705ee4784e20a97d96ed7e41f53d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa6b705ee4784e20a97d96ed7e41f53d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa6b705ee4784e20a97d96ed7e41f53d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa6b705ee4784e20a97d96ed7e41f53d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa6b705ee4784e20a97d96ed7e41f53d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa6b705ee4784e20a97d96ed7e41f53d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-02T13:45:41.913083Z",
                "updated_at": "2023-11-02T13:45:41.913169Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6072,
                "name": "J/M Gallery",
                "slug": "jm-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.51730689999999,-0.2059333",
                "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-11-02T13:46:00.217563Z",
            "publish_time": null,
            "slug": "jm-gallery-juicy-2023-11-01",
            "created_at": "2023-11-02T13:46:01.151332Z",
            "updated_at": "2023-11-02T13:46:01.819109Z",
            "summary": "Juicy! is an Gallery Shows event starting on 01/11/2023, 01:00 and ending on 07/11/2023, 01:00. Event is in J/M Gallery with address 230 Portobello Road.",
            "title": "Juicy!",
            "content": null,
            "start_time": "2023-11-01T01:00:00.000000Z",
            "end_time": "2023-11-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": "230 Portobello Road",
            "city": "London",
            "geolocation": "51.5172935,-0.2059832",
            "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": 32891,
            "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": 31109,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b0b2565d5fb4f908fb1385a6777ce93-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b0b2565d5fb4f908fb1385a6777ce93-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6b0b2565d5fb4f908fb1385a6777ce93.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b0b2565d5fb4f908fb1385a6777ce93-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b0b2565d5fb4f908fb1385a6777ce93-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b0b2565d5fb4f908fb1385a6777ce93-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b0b2565d5fb4f908fb1385a6777ce93-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b0b2565d5fb4f908fb1385a6777ce93-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b0b2565d5fb4f908fb1385a6777ce93-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b0b2565d5fb4f908fb1385a6777ce93-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-31T13:46:47.816184Z",
                "updated_at": "2023-10-31T13:46:47.816218Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9381,
                "name": "Our Tampines Hub",
                "slug": "our-tampines-hub",
                "city": "Singapore",
                "country": {
                    "code": "SG",
                    "name": "Singapore"
                },
                "geolocation": "1.3529026,103.9396545",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "SG",
            "publish_status": "published",
            "published_at": "2023-10-31T13:46:58.986176Z",
            "publish_time": null,
            "slug": "our-tampines-hub-whirlwind-of-wonders-a-think-contemporary-primary-school-2023-10-24",
            "created_at": "2023-10-31T13:46:59.926485Z",
            "updated_at": "2023-10-31T13:46:59.966832Z",
            "summary": "Whirlwind of Wonders: A Think! Contemporary Primary School is an Gallery Shows event starting on 24/10/2023, 00:00 and ending on 07/11/2023, 01:00. Event is in Our Tampines Hub with address Our Tampines Hub, Festive Market and Festive Walk West at Level 1.",
            "title": "Whirlwind of Wonders: A Think! Contemporary Primary School",
            "content": null,
            "start_time": "2023-10-24T00:00:00.000000Z",
            "end_time": "2023-11-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": "Our Tampines Hub, Festive Market and Festive Walk West at Level 1",
            "city": "Singapore",
            "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": 31337,
            "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": 4636,
                "name": "Jeannie Avent Gallery",
                "slug": "jeannie-avent-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.45762080000001,-0.0720961",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-09-18T14:32:11.802064Z",
            "publish_time": null,
            "slug": "jeannie-avent-gallery-inspired-2023-10-26",
            "created_at": "2023-09-18T14:32:12.701484Z",
            "updated_at": "2023-09-18T14:32:13.540782Z",
            "summary": "Inspired is an Gallery Shows event starting on 26/10/2023, 00:00 and ending on 07/11/2023, 01:00. Event is in Jeannie Avent Gallery with address 14 North Cross Road.",
            "title": "Inspired",
            "content": null,
            "start_time": "2023-10-26T00:00:00.000000Z",
            "end_time": "2023-11-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": "14 North Cross Road",
            "city": "London",
            "geolocation": "51.4575824,-0.07213160690126694",
            "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": 31303,
            "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": 8599,
                "name": "Nicolas Auvray Gallery",
                "slug": "nicolas-auvray-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7478794,-74.0052671",
                "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:51:38.447774Z",
            "publish_time": null,
            "slug": "nicolas-auvray-gallery-clement-denis-the-innerworlds-of-a-motionless-nomad-2023-09-28",
            "created_at": "2023-09-15T13:51:39.348577Z",
            "updated_at": "2023-09-15T13:51:44.507989Z",
            "summary": "Clément Denis - THE INNERWORLDS OF A MOTIONLESS NOMAD is an Gallery Shows event starting on 28/09/2023, 00:00 and ending on 07/11/2023, 01:00. Event is in Nicolas Auvray Gallery with address 522 W 23rd Street.",
            "title": "Clément Denis - THE INNERWORLDS OF A MOTIONLESS NOMAD",
            "content": null,
            "start_time": "2023-09-28T00:00:00.000000Z",
            "end_time": "2023-11-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": "522 W 23rd Street",
            "city": "New York",
            "geolocation": "39.7995495,-86.168632",
            "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": 32504,
            "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": 5139,
                "name": "Taglialatella Galleries",
                "slug": "taglialatella-galleries",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7482069,-74.004196",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-10-18T09:07:58.849108Z",
            "publish_time": null,
            "slug": "taglialatella-galleries-good-and-evil-2023-10-19",
            "created_at": "2023-10-18T09:07:59.781774Z",
            "updated_at": "2023-10-18T09:08:02.076056Z",
            "summary": "Good and Evil is an Gallery Shows event starting on 19/10/2023, 00:00 and ending on 06/11/2023, 01:00. Event is in Taglialatella Galleries with address 229 10th Avenue.",
            "title": "Good and Evil",
            "content": null,
            "start_time": "2023-10-19T00:00:00.000000Z",
            "end_time": "2023-11-06T01: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": "229 10th Avenue",
            "city": "New York",
            "geolocation": "40.7482129,-74.00421094785068",
            "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": 32330,
            "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": 30582,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47d0dbbb2a7c4747a6dc3a6719a5cee7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47d0dbbb2a7c4747a6dc3a6719a5cee7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/47d0dbbb2a7c4747a6dc3a6719a5cee7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47d0dbbb2a7c4747a6dc3a6719a5cee7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47d0dbbb2a7c4747a6dc3a6719a5cee7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47d0dbbb2a7c4747a6dc3a6719a5cee7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47d0dbbb2a7c4747a6dc3a6719a5cee7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47d0dbbb2a7c4747a6dc3a6719a5cee7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47d0dbbb2a7c4747a6dc3a6719a5cee7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47d0dbbb2a7c4747a6dc3a6719a5cee7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-13T07:23:00.461862Z",
                "updated_at": "2023-10-13T07:23:00.461900Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9307,
                "name": "Curva Pura",
                "slug": "curva-pura",
                "city": "Roma",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "41.8705152,12.4773362",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2023-10-13T07:23:06.181326Z",
            "publish_time": null,
            "slug": "curva-pura-clearing-2023-10-05",
            "created_at": "2023-10-13T07:23:07.120294Z",
            "updated_at": "2023-10-13T07:23:07.957254Z",
            "summary": "Clearing is an Gallery Shows event starting on 05/10/2023, 00:00 and ending on 06/11/2023, 01:00. Event is in Curva Pura with address Via Giuseppe Acerbi 1a.",
            "title": "Clearing",
            "content": null,
            "start_time": "2023-10-05T00:00:00.000000Z",
            "end_time": "2023-11-06T01: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 Giuseppe Acerbi 1a",
            "city": "Rome",
            "geolocation": "45.4390896,11.8352886",
            "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": 31876,
            "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": 30140,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe6492c24b7b4a78a5a9b3c3f1fd6a80-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe6492c24b7b4a78a5a9b3c3f1fd6a80-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fe6492c24b7b4a78a5a9b3c3f1fd6a80.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe6492c24b7b4a78a5a9b3c3f1fd6a80-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe6492c24b7b4a78a5a9b3c3f1fd6a80-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe6492c24b7b4a78a5a9b3c3f1fd6a80-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe6492c24b7b4a78a5a9b3c3f1fd6a80-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe6492c24b7b4a78a5a9b3c3f1fd6a80-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe6492c24b7b4a78a5a9b3c3f1fd6a80-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe6492c24b7b4a78a5a9b3c3f1fd6a80-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-02T14:33:35.538057Z",
                "updated_at": "2023-10-02T14:33:35.538119Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5956,
                "name": "Stephane Simoens",
                "slug": "stephane-simoens",
                "city": "Knokke-Heist",
                "country": {
                    "code": "BE",
                    "name": "Belgium"
                },
                "geolocation": "51.3552185,3.3007825",
                "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": "BE",
            "publish_status": "published",
            "published_at": "2023-10-02T14:33:43.520250Z",
            "publish_time": null,
            "slug": "stephane-simoens-words-and-numbers-2023-09-23",
            "created_at": "2023-10-02T14:33:44.449634Z",
            "updated_at": "2023-10-02T14:33:45.539753Z",
            "summary": "Words and Numbers is an Gallery Shows event starting on 23/09/2023, 00:00 and ending on 06/11/2023, 01:00. Event is in Stephane Simoens with address Golvenstraat 7 8300.",
            "title": "Words and Numbers",
            "content": null,
            "start_time": "2023-09-23T00:00:00.000000Z",
            "end_time": "2023-11-06T01: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": "Golvenstraat 7 8300",
            "city": "Knokke-Heist",
            "geolocation": "51.355244049999996,3.3008846204254536",
            "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": []
        }
    ]
}