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

{
    "count": 37589,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=1062&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=1026&ordering=-end_time",
    "results": [
        {
            "id": 37981,
            "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": 36134,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2adabe33afd343dfa534eeb647e0ec6c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2adabe33afd343dfa534eeb647e0ec6c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2adabe33afd343dfa534eeb647e0ec6c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2adabe33afd343dfa534eeb647e0ec6c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2adabe33afd343dfa534eeb647e0ec6c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2adabe33afd343dfa534eeb647e0ec6c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2adabe33afd343dfa534eeb647e0ec6c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2adabe33afd343dfa534eeb647e0ec6c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2adabe33afd343dfa534eeb647e0ec6c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2adabe33afd343dfa534eeb647e0ec6c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-14T13:07:07.185494Z",
                "updated_at": "2024-04-14T13:07:07.185551Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5818,
                "name": "Peter von Kant",
                "slug": "peter-von-kant",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4805836,-0.0262998",
                "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": "2024-04-14T13:07:21.604383Z",
            "publish_time": null,
            "slug": "peter-von-kant-xingxin-hu-extra-brut-2024-04-19",
            "created_at": "2024-04-14T13:07:22.561274Z",
            "updated_at": "2024-04-14T13:07:23.447212Z",
            "summary": "XINGXIN HU - Extra Brut is an Gallery Shows event starting on 19/04/2024, 00:00 and ending on 17/05/2024, 00:00. Event is in Peter von Kant with address Deptford High Street.",
            "title": "XINGXIN HU - Extra Brut",
            "content": null,
            "start_time": "2024-04-19T00:00:00.000000Z",
            "end_time": "2024-05-17T00: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": "Deptford High Street",
            "city": "London",
            "geolocation": "51.4797873,-0.0261673",
            "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": 37127,
            "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": 35202,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9302c014544f4d3c8775118912addff4-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9302c014544f4d3c8775118912addff4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9302c014544f4d3c8775118912addff4.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9302c014544f4d3c8775118912addff4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9302c014544f4d3c8775118912addff4-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9302c014544f4d3c8775118912addff4-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9302c014544f4d3c8775118912addff4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9302c014544f4d3c8775118912addff4-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9302c014544f4d3c8775118912addff4-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9302c014544f4d3c8775118912addff4-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-20T14:01:34.980116Z",
                "updated_at": "2024-03-20T14:01:34.980153Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8039,
                "name": "Art First",
                "slug": "art-first",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.49364379999999,-0.1084103",
                "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": "2024-03-20T14:01:38.945758Z",
            "publish_time": null,
            "slug": "art-first-bridget-macdonald-a-deeper-landscape-2024-04-10",
            "created_at": "2024-03-20T14:01:39.872365Z",
            "updated_at": "2024-03-20T14:01:52.544654Z",
            "summary": "Bridget Macdonald: A Deeper Landscape is an Gallery Shows event starting on 10/04/2024, 00:00 and ending on 17/05/2024, 00:00. Event is in Art First with address 15 St Mary's Walk.",
            "title": "Bridget Macdonald: A Deeper Landscape",
            "content": null,
            "start_time": "2024-04-10T00:00:00.000000Z",
            "end_time": "2024-05-17T00: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": "15 St Mary's Walk",
            "city": "London",
            "geolocation": "53.8481528,-0.4360154",
            "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": 36966,
            "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": 35053,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa0a6b2ec9624ba9ae2bfaa124fc8cc9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa0a6b2ec9624ba9ae2bfaa124fc8cc9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fa0a6b2ec9624ba9ae2bfaa124fc8cc9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa0a6b2ec9624ba9ae2bfaa124fc8cc9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa0a6b2ec9624ba9ae2bfaa124fc8cc9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa0a6b2ec9624ba9ae2bfaa124fc8cc9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa0a6b2ec9624ba9ae2bfaa124fc8cc9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa0a6b2ec9624ba9ae2bfaa124fc8cc9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa0a6b2ec9624ba9ae2bfaa124fc8cc9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa0a6b2ec9624ba9ae2bfaa124fc8cc9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-13T15:04:14.348622Z",
                "updated_at": "2024-03-13T15:04:14.348659Z",
                "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": "2024-03-13T15:04:17.901714Z",
            "publish_time": null,
            "slug": "posk-gallery-urzecze-and-the-wisa-2024-05-04",
            "created_at": "2024-03-13T15:04:18.852039Z",
            "updated_at": "2024-03-13T15:04:24.736096Z",
            "summary": "'Urzecze and the Wisła' is an Gallery Shows event starting on 04/05/2024, 00:00 and ending on 17/05/2024, 00:00. Event is in POSK Gallery with address 238 - 246 King Street,.",
            "title": "'Urzecze and the Wisła'",
            "content": null,
            "start_time": "2024-05-04T00:00:00.000000Z",
            "end_time": "2024-05-17T00: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": 37581,
            "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": 35646,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8409645b4fb4500884e2be2578158e0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8409645b4fb4500884e2be2578158e0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e8409645b4fb4500884e2be2578158e0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8409645b4fb4500884e2be2578158e0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8409645b4fb4500884e2be2578158e0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8409645b4fb4500884e2be2578158e0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8409645b4fb4500884e2be2578158e0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8409645b4fb4500884e2be2578158e0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8409645b4fb4500884e2be2578158e0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8409645b4fb4500884e2be2578158e0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T16:50:49.417780Z",
                "updated_at": "2024-04-02T16:50:49.417816Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9806,
                "name": "Elizabeth Chatham",
                "slug": "elizabeth-chatham",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7218606,-73.9926692",
                "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": "2024-04-02T16:51:02.784051Z",
            "publish_time": null,
            "slug": "elizabeth-chatham-for-the-love-of-2024-02-16",
            "created_at": "2024-04-02T16:51:03.693758Z",
            "updated_at": "2024-04-02T16:51:04.354452Z",
            "summary": "For the Love of is an Gallery Shows event starting on 16/02/2024, 01:00 and ending on 17/05/2024, 00:00. Event is in Elizabeth Chatham with address 3 Freeman Alley.",
            "title": "For the Love of",
            "content": null,
            "start_time": "2024-02-16T01:00:00.000000Z",
            "end_time": "2024-05-17T00: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": "3 Freeman Alley",
            "city": "New York",
            "geolocation": "40.72148873469388,-73.99256975510204",
            "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": 37769,
            "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": 35858,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/58a74918749443b790e295d26dab84ba-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/58a74918749443b790e295d26dab84ba-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/58a74918749443b790e295d26dab84ba.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/58a74918749443b790e295d26dab84ba-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/58a74918749443b790e295d26dab84ba-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/58a74918749443b790e295d26dab84ba-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/58a74918749443b790e295d26dab84ba-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/58a74918749443b790e295d26dab84ba-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/58a74918749443b790e295d26dab84ba-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/58a74918749443b790e295d26dab84ba-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T20:55:21.717361Z",
                "updated_at": "2024-04-02T20:55:21.717418Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6683,
                "name": "Xela Institute of Art",
                "slug": "xela-institute-art",
                "city": "Long Beach",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "33.7966725,-118.1934244",
                "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": "2024-04-02T20:55:24.961298Z",
            "publish_time": null,
            "slug": "xela-institute-of-art-edouard-ng-ziel-e-2024-03-23",
            "created_at": "2024-04-02T20:55:25.861103Z",
            "updated_at": "2024-04-02T20:55:35.295933Z",
            "summary": "Edouard Ng. ZIEL E is an Gallery Shows event starting on 23/03/2024, 01:00 and ending on 16/05/2024, 00:00. Event is in Xela Institute of Art with address 2176 Pacific Ave.",
            "title": "Edouard Ng. ZIEL E",
            "content": null,
            "start_time": "2024-03-23T01:00:00.000000Z",
            "end_time": "2024-05-16T00: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": "2176 Pacific Ave",
            "city": "Long Beach",
            "geolocation": "33.65313625,-117.94609214755712",
            "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": 34559,
            "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": 32657,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f9fa2c493974bd982a4b32d3e7bf08a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f9fa2c493974bd982a4b32d3e7bf08a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8f9fa2c493974bd982a4b32d3e7bf08a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f9fa2c493974bd982a4b32d3e7bf08a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f9fa2c493974bd982a4b32d3e7bf08a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f9fa2c493974bd982a4b32d3e7bf08a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f9fa2c493974bd982a4b32d3e7bf08a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f9fa2c493974bd982a4b32d3e7bf08a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f9fa2c493974bd982a4b32d3e7bf08a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8f9fa2c493974bd982a4b32d3e7bf08a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-12-27T13:05:30.394308Z",
                "updated_at": "2023-12-27T13:05:30.394345Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6803,
                "name": "Neue Galerie NY",
                "slug": "neue-galerie-ny",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7812464,-73.96025159999999",
                "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-12-27T13:05:35.935315Z",
            "publish_time": null,
            "slug": "neue-galerie-ny-klimt-landscapes-2024-02-15",
            "created_at": "2023-12-27T13:05:36.834740Z",
            "updated_at": "2023-12-27T13:05:38.489195Z",
            "summary": "Klimt Landscapes is an Gallery Shows event starting on 15/02/2024, 01:00 and ending on 16/05/2024, 00:00. Event is in Neue Galerie NY with address 1048 Fifth Avenue.",
            "title": "Klimt Landscapes",
            "content": null,
            "start_time": "2024-02-15T01:00:00.000000Z",
            "end_time": "2024-05-16T00: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": "1048 Fifth Avenue",
            "city": "New York",
            "geolocation": "40.43869853612807,-79.99040016909521",
            "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": 37735,
            "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": 35818,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91901b6b241647e8a6a0bd18f4427e6a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91901b6b241647e8a6a0bd18f4427e6a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/91901b6b241647e8a6a0bd18f4427e6a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91901b6b241647e8a6a0bd18f4427e6a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91901b6b241647e8a6a0bd18f4427e6a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91901b6b241647e8a6a0bd18f4427e6a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91901b6b241647e8a6a0bd18f4427e6a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91901b6b241647e8a6a0bd18f4427e6a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91901b6b241647e8a6a0bd18f4427e6a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91901b6b241647e8a6a0bd18f4427e6a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T20:27:32.580024Z",
                "updated_at": "2024-04-02T20:27:32.580084Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2222,
                "name": "Pearl Lam Galleries",
                "slug": "pearl-lam-galleries",
                "city": "Shanghai",
                "country": {
                    "code": "CN",
                    "name": "China"
                },
                "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": "CN",
            "publish_status": "published",
            "published_at": "2024-04-02T20:28:19.575416Z",
            "publish_time": null,
            "slug": "pearl-lam-galleries-maggi-hambling-the-night-2024-03-26",
            "created_at": "2024-04-02T20:28:20.525821Z",
            "updated_at": "2024-04-02T20:28:20.584598Z",
            "summary": "MAGGI HAMBLING: THE NIGHT is an Gallery Shows event starting on 26/03/2024, 01:00 and ending on 16/05/2024, 00:00. Event is in Pearl Lam Galleries with address Pearl Lam, Ground Floor & Basement, Printing House.",
            "title": "MAGGI HAMBLING: THE NIGHT",
            "content": null,
            "start_time": "2024-03-26T01:00:00.000000Z",
            "end_time": "2024-05-16T00: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": "Pearl Lam, Ground Floor & Basement, Printing House",
            "city": "Hong Kong",
            "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": 31148,
            "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": 29489,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/914c5f96dfe64e6d9c29b84d08f86d52-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/914c5f96dfe64e6d9c29b84d08f86d52-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/914c5f96dfe64e6d9c29b84d08f86d52.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/914c5f96dfe64e6d9c29b84d08f86d52-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/914c5f96dfe64e6d9c29b84d08f86d52-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/914c5f96dfe64e6d9c29b84d08f86d52-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/914c5f96dfe64e6d9c29b84d08f86d52-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/914c5f96dfe64e6d9c29b84d08f86d52-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/914c5f96dfe64e6d9c29b84d08f86d52-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/914c5f96dfe64e6d9c29b84d08f86d52-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-15T13:33:56.367088Z",
                "updated_at": "2023-09-15T13:33:56.367123Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5028,
                "name": "City Lit",
                "slug": "city-lit",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5149388,-0.1200873",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-09-15T13:34:00.590213Z",
            "publish_time": null,
            "slug": "city-lit-in-conversation-visual-arts-talks-2023-09-13",
            "created_at": "2023-09-15T13:34:01.479745Z",
            "updated_at": "2023-09-15T13:34:08.914491Z",
            "summary": "In Conversation... Visual Arts Talks is an Gallery Shows event starting on 13/09/2023, 00:00 and ending on 15/05/2024, 00:00. Event is in City Lit with address 1-10 Keeley Street.",
            "title": "In Conversation... Visual Arts Talks",
            "content": null,
            "start_time": "2023-09-13T00:00:00.000000Z",
            "end_time": "2024-05-15T00: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": "1-10 Keeley Street",
            "city": "London",
            "geolocation": "51.51491265,-0.12010347035666949",
            "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": 38159,
            "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": 36352,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78682130108a4f3aa9677a727f2857ed-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78682130108a4f3aa9677a727f2857ed-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/78682130108a4f3aa9677a727f2857ed.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78682130108a4f3aa9677a727f2857ed-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78682130108a4f3aa9677a727f2857ed-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78682130108a4f3aa9677a727f2857ed-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78682130108a4f3aa9677a727f2857ed-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78682130108a4f3aa9677a727f2857ed-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78682130108a4f3aa9677a727f2857ed-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78682130108a4f3aa9677a727f2857ed-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-30T09:59:49.090036Z",
                "updated_at": "2024-04-30T09:59:49.090095Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6477,
                "name": "New York Artist Residency & Studio (NARS) Foundation",
                "slug": "new-york-artist-residency-studio-nars-foundation",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.6515186,-74.0140593",
                "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": "2024-04-30T09:59:54.790830Z",
            "publish_time": null,
            "slug": "new-york-artist-residency-studio-nars-foundation-marina-kassianidou-a-partial-history-2024-04-12",
            "created_at": "2024-04-30T09:59:55.713475Z",
            "updated_at": "2024-04-30T09:59:58.250712Z",
            "summary": "Marina Kassianidou. A Partial History is an Gallery Shows event starting on 12/04/2024, 00:00 and ending on 15/05/2024, 00:00. Event is in New York Artist Residency & Studio (NARS) Foundation with address 201 46th Street.",
            "title": "Marina Kassianidou. A Partial History",
            "content": null,
            "start_time": "2024-04-12T00:00:00.000000Z",
            "end_time": "2024-05-15T00: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": "201 46th Street",
            "city": "New York",
            "geolocation": "40.6512481,-74.0142176",
            "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": 37248,
            "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": 35307,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/765125713f704bf8bd70a547bb45ae59-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/765125713f704bf8bd70a547bb45ae59-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/765125713f704bf8bd70a547bb45ae59.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/765125713f704bf8bd70a547bb45ae59-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/765125713f704bf8bd70a547bb45ae59-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/765125713f704bf8bd70a547bb45ae59-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/765125713f704bf8bd70a547bb45ae59-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/765125713f704bf8bd70a547bb45ae59-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/765125713f704bf8bd70a547bb45ae59-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/765125713f704bf8bd70a547bb45ae59-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-20T15:48:05.860770Z",
                "updated_at": "2024-03-20T15:48:05.860833Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6825,
                "name": "The Gallery at Green & Stone",
                "slug": "gallery-green-stone",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4890236,-0.1758096",
                "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": "2024-03-20T15:48:09.549724Z",
            "publish_time": null,
            "slug": "the-gallery-at-green-stone-call-for-entries-the-gallery-at-green-stone-2024-03-14",
            "created_at": "2024-03-20T15:48:10.476070Z",
            "updated_at": "2024-03-20T15:48:10.526578Z",
            "summary": "Call For Entries: The Gallery at Green & Stone is an Gallery Shows event starting on 14/03/2024, 01:00 and ending on 15/05/2024, 00:00. Event is in The Gallery at Green & Stone with address The Gallery at Green & Stone.",
            "title": "Call For Entries: The Gallery at Green & Stone",
            "content": null,
            "start_time": "2024-03-14T01:00:00.000000Z",
            "end_time": "2024-05-15T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "The Gallery at Green & Stone",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 37826,
            "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": 35920,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/092bfb21e57940a38b631ffd0eb376bc-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/092bfb21e57940a38b631ffd0eb376bc-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/092bfb21e57940a38b631ffd0eb376bc.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/092bfb21e57940a38b631ffd0eb376bc-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/092bfb21e57940a38b631ffd0eb376bc-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/092bfb21e57940a38b631ffd0eb376bc-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/092bfb21e57940a38b631ffd0eb376bc-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/092bfb21e57940a38b631ffd0eb376bc-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/092bfb21e57940a38b631ffd0eb376bc-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/092bfb21e57940a38b631ffd0eb376bc-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-03T09:57:33.648096Z",
                "updated_at": "2024-04-03T09:57:33.648152Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7958,
                "name": "Fountain House Gallery",
                "slug": "fountain-house-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.762206,-73.989465",
                "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": "2024-04-03T09:57:46.991357Z",
            "publish_time": null,
            "slug": "fountain-house-gallery-boundaries-2024-03-28",
            "created_at": "2024-04-03T09:57:48.016268Z",
            "updated_at": "2024-04-03T09:57:59.281549Z",
            "summary": "Boundaries is an Gallery Shows event starting on 28/03/2024, 01:00 and ending on 15/05/2024, 00:00. Event is in Fountain House Gallery with address 702 Ninth Avenue.",
            "title": "Boundaries",
            "content": null,
            "start_time": "2024-03-28T01:00:00.000000Z",
            "end_time": "2024-05-15T00: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": "702 Ninth Avenue",
            "city": "New York",
            "geolocation": "33.7369773,-90.73981887504956",
            "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": 36719,
            "author": {
                "id": "e4d13761-8c66-4947-84b6-c95c0fce511d",
                "username": "info@skny.com",
                "slug": "infosknycom",
                "first_name": "Sean",
                "last_name": "Kelly",
                "display_name": null,
                "display_name_full": "Sean Kelly",
                "email": "info@skny.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34818,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0060833ae5846f0b6e434944d4c31ec-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0060833ae5846f0b6e434944d4c31ec-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a0060833ae5846f0b6e434944d4c31ec.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0060833ae5846f0b6e434944d4c31ec-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0060833ae5846f0b6e434944d4c31ec-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0060833ae5846f0b6e434944d4c31ec-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0060833ae5846f0b6e434944d4c31ec-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0060833ae5846f0b6e434944d4c31ec-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0060833ae5846f0b6e434944d4c31ec-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0060833ae5846f0b6e434944d4c31ec-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-08T14:53:22.898903Z",
                "updated_at": "2024-03-08T14:53:22.898940Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "e4d13761-8c66-4947-84b6-c95c0fce511d"
            },
            "venue": {
                "id": 4264,
                "name": "Sean Kelly Gallery",
                "slug": "sean-kelly-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.75623030000001,-73.9981962",
                "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": "",
            "publish_status": "published",
            "published_at": "2024-03-08T14:53:31.421513Z",
            "publish_time": null,
            "slug": "273-days",
            "created_at": "2024-03-08T14:53:31.425598Z",
            "updated_at": "2024-03-08T14:53:45.733724Z",
            "summary": "273 Days is an Gallery Shows event starting on 15/03/2024, 11:00 and ending on 14/05/2024, 18:00. Event is in Sean Kelly Gallery with address 475 10th Ave, New York, NY 10018, United States.",
            "title": "273 Days",
            "content": "Sean Kelly is delighted to announce 273 Days, Natasza Niedziółka’s first exhibition with the gallery. Niedziółka’s formally vigorous and sensual works occupy a space between drawing, painting, and textile. Her repetitive patterns of multi-colored threads are hand-stitched onto various fabrics, often accentuated with colored pencil or ink. Presented in the front gallery, the exhibition features a selection of new works from her Zero and At One series and debuts a new series by the artist titled, Protest Song. There will be an opening reception on Thursday, March 14, from 6-8pm. The artist will be present.",
            "start_time": "2024-03-15T11:00:00.000000Z",
            "end_time": "2024-05-14T18: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": "475 10th Ave, New York, NY 10018, United States",
            "city": "",
            "geolocation": "40.75623030000001,-73.9981962",
            "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": 19422,
            "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": 18856,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9d2bd58258d743b2b5d5e5d2229dc19e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9d2bd58258d743b2b5d5e5d2229dc19e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9d2bd58258d743b2b5d5e5d2229dc19e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9d2bd58258d743b2b5d5e5d2229dc19e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9d2bd58258d743b2b5d5e5d2229dc19e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9d2bd58258d743b2b5d5e5d2229dc19e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9d2bd58258d743b2b5d5e5d2229dc19e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9d2bd58258d743b2b5d5e5d2229dc19e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9d2bd58258d743b2b5d5e5d2229dc19e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9d2bd58258d743b2b5d5e5d2229dc19e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-12T10:17:04.839912Z",
                "updated_at": "2023-02-10T14:29:14.978470Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7744,
                "name": "Fondazione Prada",
                "slug": "fondazione-prada",
                "city": "Milan",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.4443567,9.2047639",
                "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-01-12T10:17:05.037989Z",
            "publish_time": null,
            "slug": "fondazione-prada-robert-gober-louise-bourgeois-2015-05-20",
            "created_at": "2023-01-12T10:17:05.915192Z",
            "updated_at": "2023-01-12T10:17:05.915210Z",
            "summary": null,
            "title": "Robert Gober/ Louise Bourgeois",
            "content": null,
            "start_time": "2015-05-20T00:00:00.000000Z",
            "end_time": "2024-05-14T00: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": "Largo Isarco 2",
            "city": "Milan",
            "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": 34384,
            "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": 32493,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/212c1768b3cc4063a100fae3c11afe12-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/212c1768b3cc4063a100fae3c11afe12-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/212c1768b3cc4063a100fae3c11afe12.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/212c1768b3cc4063a100fae3c11afe12-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/212c1768b3cc4063a100fae3c11afe12-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/212c1768b3cc4063a100fae3c11afe12-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/212c1768b3cc4063a100fae3c11afe12-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/212c1768b3cc4063a100fae3c11afe12-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/212c1768b3cc4063a100fae3c11afe12-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/212c1768b3cc4063a100fae3c11afe12-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-12-21T11:39:02.875441Z",
                "updated_at": "2023-12-21T11:39:02.875497Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4532,
                "name": "Hammer Museum",
                "slug": "hammer-museum",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0591217,-118.4436674",
                "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-12-21T11:39:07.420599Z",
            "publish_time": null,
            "slug": "hammer-museum-hammer-projects-vamba-bility-2024-01-20",
            "created_at": "2023-12-21T11:39:08.325608Z",
            "updated_at": "2023-12-21T11:39:09.103907Z",
            "summary": "Hammer Projects: Vamba Bility is an Gallery Shows event starting on 20/01/2024, 01:00 and ending on 14/05/2024, 00:00. Event is in Hammer Museum with address 10899 Wilshire Blvd.",
            "title": "Hammer Projects: Vamba Bility",
            "content": null,
            "start_time": "2024-01-20T01:00:00.000000Z",
            "end_time": "2024-05-14T00: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": "10899 Wilshire Blvd",
            "city": "Los Angeles",
            "geolocation": "34.0591533,-118.443642",
            "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": 36485,
            "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": 34589,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b5f71feaa3a4c0686984f4eb3580db2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b5f71feaa3a4c0686984f4eb3580db2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0b5f71feaa3a4c0686984f4eb3580db2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b5f71feaa3a4c0686984f4eb3580db2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b5f71feaa3a4c0686984f4eb3580db2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b5f71feaa3a4c0686984f4eb3580db2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b5f71feaa3a4c0686984f4eb3580db2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b5f71feaa3a4c0686984f4eb3580db2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b5f71feaa3a4c0686984f4eb3580db2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0b5f71feaa3a4c0686984f4eb3580db2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-06T12:10:20.425278Z",
                "updated_at": "2024-03-06T12:10:20.425314Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8525,
                "name": "ajh.pm",
                "slug": "ajhpm",
                "city": "Bielefeld",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.0211207,8.5210609",
                "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": "2024-03-06T12:10:27.467887Z",
            "publish_time": null,
            "slug": "ajhpm-mohamad-abdouni-anya-kneez-a-queen-in-beirut-2024-03-15",
            "created_at": "2024-03-06T12:10:28.384139Z",
            "updated_at": "2024-03-06T12:10:28.996560Z",
            "summary": "Mohamad Abdouni \"ANYA KNEEZ: A Queen in Beirut\" is an Gallery Shows event starting on 15/03/2024, 01:00 and ending on 14/05/2024, 00:00. Event is in ajh.pm with address Dornbergerstraße 2.",
            "title": "Mohamad Abdouni \"ANYA KNEEZ: A Queen in Beirut\"",
            "content": null,
            "start_time": "2024-03-15T01:00:00.000000Z",
            "end_time": "2024-05-14T00: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": "Dornbergerstraße 2",
            "city": "Bielefeld",
            "geolocation": "51.3426203,12.4072278",
            "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": 34587,
            "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": 32681,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c56f38a64644129a12b168d36250d7a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c56f38a64644129a12b168d36250d7a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0c56f38a64644129a12b168d36250d7a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c56f38a64644129a12b168d36250d7a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c56f38a64644129a12b168d36250d7a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c56f38a64644129a12b168d36250d7a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c56f38a64644129a12b168d36250d7a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c56f38a64644129a12b168d36250d7a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c56f38a64644129a12b168d36250d7a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0c56f38a64644129a12b168d36250d7a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-12-29T12:44:13.764816Z",
                "updated_at": "2023-12-29T12:44:13.764852Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3537,
                "name": "Berlinische Galerie",
                "slug": "berlinische-galerie",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5037684,13.398673",
                "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-12-29T12:44:17.400715Z",
            "publish_time": null,
            "slug": "berlinische-galerie-hans-uhlmann-2024-02-16",
            "created_at": "2023-12-29T12:44:18.319444Z",
            "updated_at": "2023-12-29T12:44:18.743498Z",
            "summary": "Hans Uhlmann is an Gallery Shows event starting on 16/02/2024, 01:00 and ending on 13/05/2024, 00:00. Event is in Berlinische Galerie with address Alte Jakobstraße 124-128.",
            "title": "Hans Uhlmann",
            "content": null,
            "start_time": "2024-02-16T01:00:00.000000Z",
            "end_time": "2024-05-13T00: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": "Alte Jakobstraße 124-128",
            "city": "Berlin",
            "geolocation": "52.5039063,13.398233090319028",
            "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": 34588,
            "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": 32682,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8243c8925f7c46089d2bc6d8aa934089-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8243c8925f7c46089d2bc6d8aa934089-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8243c8925f7c46089d2bc6d8aa934089.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8243c8925f7c46089d2bc6d8aa934089-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8243c8925f7c46089d2bc6d8aa934089-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8243c8925f7c46089d2bc6d8aa934089-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8243c8925f7c46089d2bc6d8aa934089-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8243c8925f7c46089d2bc6d8aa934089-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8243c8925f7c46089d2bc6d8aa934089-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8243c8925f7c46089d2bc6d8aa934089-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-12-29T12:44:14.119484Z",
                "updated_at": "2023-12-29T12:44:14.119520Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3537,
                "name": "Berlinische Galerie",
                "slug": "berlinische-galerie",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5037684,13.398673",
                "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-12-29T12:44:18.589225Z",
            "publish_time": null,
            "slug": "berlinische-galerie-kotti-shop-superfuture-2024-02-16",
            "created_at": "2023-12-29T12:44:19.488183Z",
            "updated_at": "2023-12-29T12:44:19.893158Z",
            "summary": "Kotti Shop / SuperFuture is an Gallery Shows event starting on 16/02/2024, 01:00 and ending on 13/05/2024, 00:00. Event is in Berlinische Galerie with address Alte Jakobstraße 124-128.",
            "title": "Kotti Shop / SuperFuture",
            "content": null,
            "start_time": "2024-02-16T01:00:00.000000Z",
            "end_time": "2024-05-13T00: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": "Alte Jakobstraße 124-128",
            "city": "Berlin",
            "geolocation": "52.5039063,13.398233090319028",
            "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": 36987,
            "author": {
                "id": "514bd593-bf3d-4a9b-bb37-58ac4e401205",
                "username": "Kenise@kbfa.com",
                "slug": "kenisekbfacom",
                "first_name": "Kenise",
                "last_name": "Barnes",
                "display_name": null,
                "display_name_full": "Kenise Barnes",
                "email": "Kenise@kbfa.com",
                "telephone": "+1 860 560 3085"
            },
            "price": null,
            "featured_image": {
                "id": 35077,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a056ec15bed4b86b1dc10ddfedf4f85-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a056ec15bed4b86b1dc10ddfedf4f85-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5a056ec15bed4b86b1dc10ddfedf4f85.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a056ec15bed4b86b1dc10ddfedf4f85-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a056ec15bed4b86b1dc10ddfedf4f85-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a056ec15bed4b86b1dc10ddfedf4f85-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a056ec15bed4b86b1dc10ddfedf4f85-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a056ec15bed4b86b1dc10ddfedf4f85-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a056ec15bed4b86b1dc10ddfedf4f85-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a056ec15bed4b86b1dc10ddfedf4f85-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-13T18:29:51.083850Z",
                "updated_at": "2024-03-13T18:29:51.083911Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "514bd593-bf3d-4a9b-bb37-58ac4e401205"
            },
            "venue": {
                "id": 878,
                "name": "Kenise Barnes Fine Art",
                "slug": "kenise-barnes-fine-art",
                "city": "Kent",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "41.7246529,-73.4759562",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3900,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/22ff398c0f074e8894c187db9c1b9c0c-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/22ff398c0f074e8894c187db9c1b9c0c-crop-c0-5__0-5-558x279-70.jpeg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/22ff398c0f074e8894c187db9c1b9c0c-crop-c0-5__0-5-265x149-70.jpeg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/22ff398c0f074e8894c187db9c1b9c0c.jpeg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/22ff398c0f074e8894c187db9c1b9c0c-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/22ff398c0f074e8894c187db9c1b9c0c-crop-c0-5__0-5-760x499-70.jpeg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/22ff398c0f074e8894c187db9c1b9c0c-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/22ff398c0f074e8894c187db9c1b9c0c-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-06-23T18:37:28.514714Z",
                    "updated_at": "2022-06-23T18:37:28.514750Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "514bd593-bf3d-4a9b-bb37-58ac4e401205"
                },
                "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": "",
            "publish_status": "published",
            "published_at": "2024-03-13T18:30:06.494314Z",
            "publish_time": null,
            "slug": "miracle-island-paintings-by-kk-kozik-sASn",
            "created_at": "2024-03-13T18:30:06.499801Z",
            "updated_at": "2024-03-13T18:30:06.549296Z",
            "summary": "Miracle Island - Paintings by KK Kozik is an Gallery Shows event starting on 30/03/2024, 11:00 and ending on 12/05/2024, 17:30. Event is in Kenise Barnes Fine Art with address 7 Fulling Ln, Kent, CT 06757, USA.",
            "title": "Miracle Island - Paintings by KK Kozik",
            "content": "Kenise Barnes Fine Art is pleased to announce the representation and first solo show of accomplished mid-career artist KK Kozik.\r\n\r\n“As to me,\" wrote Walt Whitman in 1881, \"I know of nothing else but miracles.” Whitman goes on to list some very ordinary phenomena as miracles, from “stars shining quiet and bright,” to standing under trees in the woods, to observing birds in flight. The vein of American mysticism links the natural world with the spiritual and has found form in artists as disparate as Rockwell Kent and Agnes Pelton and KK Kozik: all artists who process what they see, what they experience and what they imagine into a painted image.\r\n\r\nKozik’s minor miracles mostly surface from the rhythms of her day. Prosaic encounters of beauty during hikes, strolls and swims simmer on the back burner of her mind until stirred up and warmed they knock on her door, demanding to be painted.",
            "start_time": "2024-03-30T11:00:00.000000Z",
            "end_time": "2024-05-12T17:30: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": "7 Fulling Ln, Kent, CT 06757, USA",
            "city": "",
            "geolocation": "41.7246529,-73.4759562",
            "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": []
        }
    ]
}