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

{
    "count": 37587,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=24462&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=24426&ordering=start_time",
    "results": [
        {
            "id": 24240,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 5697,
                "name": "Marc Selwyn Fine Art",
                "slug": "marc-selwyn-fine-art",
                "city": "Beverly Hills",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0644238,-118.4136516",
                "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-04-06T20:15:40.582569Z",
            "publish_time": null,
            "slug": "marc-selwyn-fine-art-the-lions-path-art-astrology-and-magic-2023-04-16",
            "created_at": "2023-04-06T20:15:41.450611Z",
            "updated_at": "2023-04-06T20:15:41.450631Z",
            "summary": null,
            "title": "The Lions Path: Art, Astrology and Magic",
            "content": null,
            "start_time": "2023-04-16T00:00:00.000000Z",
            "end_time": "2023-05-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "9953 S. Santa Monica Boulevard",
            "city": "Beverly Hills",
            "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": 24241,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 5697,
                "name": "Marc Selwyn Fine Art",
                "slug": "marc-selwyn-fine-art",
                "city": "Beverly Hills",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0644238,-118.4136516",
                "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-04-06T20:15:40.607194Z",
            "publish_time": null,
            "slug": "marc-selwyn-fine-art-vaginal-davis-macha-family-romance-2023-04-16",
            "created_at": "2023-04-06T20:15:41.464189Z",
            "updated_at": "2023-04-06T20:15:41.464208Z",
            "summary": null,
            "title": "Vaginal Davis: Macha Family Romance",
            "content": null,
            "start_time": "2023-04-16T00:00:00.000000Z",
            "end_time": "2023-05-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "9953 S. Santa Monica Boulevard",
            "city": "Beverly Hills",
            "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": 24319,
            "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": 23380,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2989d9859d00474aba1e846015285087-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2989d9859d00474aba1e846015285087-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2989d9859d00474aba1e846015285087.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2989d9859d00474aba1e846015285087-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2989d9859d00474aba1e846015285087-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2989d9859d00474aba1e846015285087-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2989d9859d00474aba1e846015285087-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2989d9859d00474aba1e846015285087-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2989d9859d00474aba1e846015285087-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2989d9859d00474aba1e846015285087-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-10T20:06:27.372889Z",
                "updated_at": "2023-04-10T20:06:27.372931Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8378,
                "name": "Kunst für Angeln e.V.",
                "slug": "kunst-fur-angeln-ev",
                "city": "Ahneby",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "54.7131567,9.7313441",
                "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-04-10T20:07:09.920442Z",
            "publish_time": null,
            "slug": "kunst-fur-angeln-ev-art-overcomes-boundaries-2023-04-16",
            "created_at": "2023-04-10T20:07:10.808494Z",
            "updated_at": "2023-04-10T20:07:11.680259Z",
            "summary": "Art Overcomes Boundaries is an Gallery Shows event starting on 16/04/2023, 00:00 and ending on 14/05/2023, 00:00. Event is in Kunst für Angeln e.V. with address Wittkielhof.",
            "title": "Art Overcomes Boundaries",
            "content": null,
            "start_time": "2023-04-16T00:00:00.000000Z",
            "end_time": "2023-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": "Wittkielhof",
            "city": "Stoltebüll",
            "geolocation": "54.6731909,9.8723343",
            "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": 24687,
            "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": 23733,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/980876dde99f4e889c5858c7fb10137f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/980876dde99f4e889c5858c7fb10137f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/980876dde99f4e889c5858c7fb10137f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/980876dde99f4e889c5858c7fb10137f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/980876dde99f4e889c5858c7fb10137f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/980876dde99f4e889c5858c7fb10137f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/980876dde99f4e889c5858c7fb10137f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/980876dde99f4e889c5858c7fb10137f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/980876dde99f4e889c5858c7fb10137f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/980876dde99f4e889c5858c7fb10137f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-14T17:17:41.017044Z",
                "updated_at": "2023-04-14T17:17:41.017082Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4126,
                "name": "Southwark Park Galleries - Dilston Gallery",
                "slug": "southwark-park-galleries-dilston-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4924315,-0.0670491",
                "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-04-14T17:17:46.843841Z",
            "publish_time": null,
            "slug": "southwark-park-galleries-dilston-gallery-florence-peake-factual-actual-ensemble-dilston-gallery-2023-04-16",
            "created_at": "2023-04-14T17:17:47.709080Z",
            "updated_at": "2023-04-14T17:17:48.074040Z",
            "summary": "Florence Peake // FACTUAL ACTUAL: Ensemble (Dilston Gallery) is an Gallery Shows event starting on 16/04/2023, 00:00 and ending on 02/07/2023, 00:00. Event is in Southwark Park Galleries - Dilston Gallery with address Southwark Park.",
            "title": "Florence Peake // FACTUAL ACTUAL: Ensemble (Dilston Gallery)",
            "content": null,
            "start_time": "2023-04-16T00:00:00.000000Z",
            "end_time": "2023-07-02T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Southwark Park",
            "city": "London",
            "geolocation": "51.495165799999995,-0.05635831365282054",
            "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": 24688,
            "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": 23734,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ef36fabe50474b0fafbba24dff8036fb-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ef36fabe50474b0fafbba24dff8036fb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ef36fabe50474b0fafbba24dff8036fb.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ef36fabe50474b0fafbba24dff8036fb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ef36fabe50474b0fafbba24dff8036fb-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ef36fabe50474b0fafbba24dff8036fb-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ef36fabe50474b0fafbba24dff8036fb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ef36fabe50474b0fafbba24dff8036fb-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ef36fabe50474b0fafbba24dff8036fb-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ef36fabe50474b0fafbba24dff8036fb-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-14T17:17:45.342959Z",
                "updated_at": "2023-04-14T17:17:45.342996Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5042,
                "name": "Southwark Park Galleries - Lake Gallery",
                "slug": "southwark-park-galleries-lake-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4941576,-0.05394359999999999",
                "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-04-14T17:17:48.771217Z",
            "publish_time": null,
            "slug": "southwark-park-galleries-lake-gallery-florence-peake-factual-actual-ensemble-lake-gallery-2023-04-16",
            "created_at": "2023-04-14T17:17:50.165897Z",
            "updated_at": "2023-04-14T17:17:51.379560Z",
            "summary": "Florence Peake // FACTUAL ACTUAL: Ensemble (Lake Gallery) is an Gallery Shows event starting on 16/04/2023, 00:00 and ending on 02/07/2023, 00:00. Event is in Southwark Park Galleries - Lake Gallery with address Southwark Park.",
            "title": "Florence Peake // FACTUAL ACTUAL: Ensemble (Lake Gallery)",
            "content": null,
            "start_time": "2023-04-16T00:00:00.000000Z",
            "end_time": "2023-07-02T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Southwark Park",
            "city": "London",
            "geolocation": "51.495165799999995,-0.05635831365282054",
            "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": 24769,
            "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": 23800,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b774aabe20e644f8be3cfd4600b44d15-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b774aabe20e644f8be3cfd4600b44d15-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b774aabe20e644f8be3cfd4600b44d15.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b774aabe20e644f8be3cfd4600b44d15-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b774aabe20e644f8be3cfd4600b44d15-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b774aabe20e644f8be3cfd4600b44d15-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b774aabe20e644f8be3cfd4600b44d15-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b774aabe20e644f8be3cfd4600b44d15-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b774aabe20e644f8be3cfd4600b44d15-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b774aabe20e644f8be3cfd4600b44d15-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-19T19:26:19.009696Z",
                "updated_at": "2023-04-19T19:26:19.009756Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4944,
                "name": "Bozo Mag",
                "slug": "bozo-mag",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.12153,-118.178213",
                "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-04-19T19:26:30.628793Z",
            "publish_time": null,
            "slug": "bozo-mag-stephanie-pryor-starlight-2023-04-16",
            "created_at": "2023-04-19T19:26:32.414917Z",
            "updated_at": "2023-04-19T19:26:32.855379Z",
            "summary": "Stephanie Pryor. Starlight. is an Gallery Shows event starting on 16/04/2023, 00:00 and ending on 04/06/2023, 00:00. Event is in Bozo Mag with address 815 Cresthaven Drive.",
            "title": "Stephanie Pryor. Starlight.",
            "content": null,
            "start_time": "2023-04-16T00:00:00.000000Z",
            "end_time": "2023-06-04T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "815 Cresthaven Drive",
            "city": "Los Angeles",
            "geolocation": "34.12146187956103,-118.17813425567749",
            "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": 24849,
            "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": 23866,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba91c481cf0149fe8e0cfa7d9e5684c2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba91c481cf0149fe8e0cfa7d9e5684c2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ba91c481cf0149fe8e0cfa7d9e5684c2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba91c481cf0149fe8e0cfa7d9e5684c2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba91c481cf0149fe8e0cfa7d9e5684c2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba91c481cf0149fe8e0cfa7d9e5684c2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba91c481cf0149fe8e0cfa7d9e5684c2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba91c481cf0149fe8e0cfa7d9e5684c2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba91c481cf0149fe8e0cfa7d9e5684c2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba91c481cf0149fe8e0cfa7d9e5684c2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-19T19:40:49.786437Z",
                "updated_at": "2023-04-19T19:40:49.786478Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5193,
                "name": "POSK Gallery",
                "slug": "posk-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4935842,-0.237489",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-04-19T19:40:59.268305Z",
            "publish_time": null,
            "slug": "posk-gallery-apa-spring-2023-association-of-polish-artists-in-gb-2023-04-16",
            "created_at": "2023-04-19T19:41:00.339632Z",
            "updated_at": "2023-04-19T19:41:03.223277Z",
            "summary": "APA Spring 2023 - Association of Polish Artists in GB is an Gallery Shows event starting on 16/04/2023, 00:00 and ending on 05/05/2023, 00:00. Event is in POSK Gallery with address 238 - 246 King Street,.",
            "title": "APA Spring 2023 - Association of Polish Artists in GB",
            "content": null,
            "start_time": "2023-04-16T00:00:00.000000Z",
            "end_time": "2023-05-05T00: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": 24875,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2232,
                "name": "aye gallery",
                "slug": "aye-gallery",
                "city": "Beijing",
                "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": "2023-04-20T20:19:23.634156Z",
            "publish_time": null,
            "slug": "aye-gallery-flowing-glistening-chi-qun-new-works-2023-04-16",
            "created_at": "2023-04-20T20:19:24.510140Z",
            "updated_at": "2023-04-20T20:19:24.562524Z",
            "summary": "Flowing, Glistening— Chi Qun New Works is an Gallery Shows event starting on 16/04/2023, 00:00 and ending on 16/06/2023, 00:00. Event is in aye gallery with address Room 601, Unit 3, Yonghe Jiayuan2 Qi,.",
            "title": "Flowing, Glistening— Chi Qun New Works",
            "content": null,
            "start_time": "2023-04-16T00:00:00.000000Z",
            "end_time": "2023-06-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": "Room 601, Unit 3, Yonghe Jiayuan2 Qi,",
            "city": "Beijing",
            "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": 25042,
            "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": 24047,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e4927b81d75042ed886fbc7d6d83b686-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e4927b81d75042ed886fbc7d6d83b686-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e4927b81d75042ed886fbc7d6d83b686.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e4927b81d75042ed886fbc7d6d83b686-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e4927b81d75042ed886fbc7d6d83b686-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e4927b81d75042ed886fbc7d6d83b686-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e4927b81d75042ed886fbc7d6d83b686-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e4927b81d75042ed886fbc7d6d83b686-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e4927b81d75042ed886fbc7d6d83b686-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e4927b81d75042ed886fbc7d6d83b686-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-25T07:33:45.923725Z",
                "updated_at": "2023-04-25T07:33:45.923762Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5559,
                "name": "The Geffen Contemporary at MOCA",
                "slug": "geffen-contemporary-moca",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0504854,-118.2385914",
                "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-04-25T07:33:49.539220Z",
            "publish_time": null,
            "slug": "the-geffen-contemporary-at-moca-carl-craig-partyafter-party-2023-04-16",
            "created_at": "2023-04-25T07:33:50.430556Z",
            "updated_at": "2023-04-25T07:34:04.613018Z",
            "summary": "Carl Craig: Party/After-Party is an Gallery Shows event starting on 16/04/2023, 00:00 and ending on 23/07/2023, 00:00. Event is in The Geffen Contemporary at MOCA with address 152 N Central Ave.",
            "title": "Carl Craig: Party/After-Party",
            "content": null,
            "start_time": "2023-04-16T00:00:00.000000Z",
            "end_time": "2023-07-23T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "152 N Central Ave",
            "city": "Los Angeles",
            "geolocation": "38.0850885,-79.38076511875559",
            "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": 25948,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 6143,
                "name": "Stellarhighway",
                "slug": "stellarhighway",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.6781784,-73.9441579",
                "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-05-10T12:37:55.977246Z",
            "publish_time": null,
            "slug": "stellarhighway-the-theatricality-of-form-2023-04-16",
            "created_at": "2023-05-10T12:37:56.905809Z",
            "updated_at": "2023-05-10T12:37:57.716871Z",
            "summary": "The Theatricality of Form is an Gallery Shows event starting on 16/04/2023, 00:00 and ending on 11/06/2023, 00:00. Event is in Stellarhighway with address Brooklyn, NY.",
            "title": "The Theatricality of Form",
            "content": null,
            "start_time": "2023-04-16T00:00:00.000000Z",
            "end_time": "2023-06-11T00: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": "Brooklyn, NY",
            "city": "USA",
            "geolocation": "40.6526006,-73.9497211",
            "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": 26891,
            "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": 25716,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af54ea803d26474081548f17f482c3f2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af54ea803d26474081548f17f482c3f2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/af54ea803d26474081548f17f482c3f2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af54ea803d26474081548f17f482c3f2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af54ea803d26474081548f17f482c3f2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af54ea803d26474081548f17f482c3f2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af54ea803d26474081548f17f482c3f2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af54ea803d26474081548f17f482c3f2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af54ea803d26474081548f17f482c3f2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/af54ea803d26474081548f17f482c3f2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-29T15:57:23.133703Z",
                "updated_at": "2023-05-29T15:57:23.133740Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8721,
                "name": "Vleeshal Center for Contemporary Art",
                "slug": "vleeshal-center-contemporary-art",
                "city": "Middelburg",
                "country": {
                    "code": "NL",
                    "name": "Netherlands"
                },
                "geolocation": "51.4984735,3.6116283",
                "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": "NL",
            "publish_status": "published",
            "published_at": "2023-05-29T15:57:29.589974Z",
            "publish_time": null,
            "slug": "vleeshal-center-for-contemporary-art-emma-jaaskelainen-slo-mo-mother-2023-04-16",
            "created_at": "2023-05-29T15:57:30.519833Z",
            "updated_at": "2023-05-29T15:57:31.754114Z",
            "summary": "Emma Jääskeläinen 'Slo Mo Mother' is an Gallery Shows event starting on 16/04/2023, 00:00 and ending on 02/07/2023, 00:00. Event is in Vleeshal Center for Contemporary Art with address Helm 1.",
            "title": "Emma Jääskeläinen 'Slo Mo Mother'",
            "content": null,
            "start_time": "2023-04-16T00:00:00.000000Z",
            "end_time": "2023-07-02T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Helm 1",
            "city": "Middelburg",
            "geolocation": "52.1913913,4.4118347",
            "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": 25773,
            "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": 24697,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92bfe1fc48d8466682ea1d3e07305892-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92bfe1fc48d8466682ea1d3e07305892-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/92bfe1fc48d8466682ea1d3e07305892.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92bfe1fc48d8466682ea1d3e07305892-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92bfe1fc48d8466682ea1d3e07305892-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92bfe1fc48d8466682ea1d3e07305892-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92bfe1fc48d8466682ea1d3e07305892-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92bfe1fc48d8466682ea1d3e07305892-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92bfe1fc48d8466682ea1d3e07305892-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92bfe1fc48d8466682ea1d3e07305892-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-08T19:38:51.712957Z",
                "updated_at": "2023-05-08T19:38:51.713000Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4753,
                "name": "The North Wall Arts Centre",
                "slug": "north-wall-arts-centre",
                "city": "Oxford",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.7781313,-1.2676696",
                "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-05-08T19:38:54.855605Z",
            "publish_time": null,
            "slug": "the-north-wall-arts-centre-camera-club-look-a-little-closer-2023-04-17",
            "created_at": "2023-05-08T19:38:55.757739Z",
            "updated_at": "2023-05-08T19:38:56.643888Z",
            "summary": "Camera Club: Look a Little Closer is an Gallery Shows event starting on 17/04/2023, 00:00 and ending on 30/04/2023, 00:00. Event is in The North Wall Arts Centre with address South Parade.",
            "title": "Camera Club: Look a Little Closer",
            "content": null,
            "start_time": "2023-04-17T00:00:00.000000Z",
            "end_time": "2023-04-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "South Parade",
            "city": "Oxford",
            "geolocation": "-33.9105581,151.1039329",
            "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": 26273,
            "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": 25141,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e289662c3a8742a1929fe6def032e1bc-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e289662c3a8742a1929fe6def032e1bc-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e289662c3a8742a1929fe6def032e1bc.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e289662c3a8742a1929fe6def032e1bc-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e289662c3a8742a1929fe6def032e1bc-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e289662c3a8742a1929fe6def032e1bc-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e289662c3a8742a1929fe6def032e1bc-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e289662c3a8742a1929fe6def032e1bc-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e289662c3a8742a1929fe6def032e1bc-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e289662c3a8742a1929fe6def032e1bc-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-15T12:07:28.497934Z",
                "updated_at": "2023-05-15T12:07:28.497983Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8640,
                "name": "Wexford Arts Centre",
                "slug": "wexford-arts-centre",
                "city": "Wexford",
                "country": {
                    "code": "IE",
                    "name": "Ireland"
                },
                "geolocation": "52.3398165,-6.463433299999999",
                "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": "IE",
            "publish_status": "published",
            "published_at": "2023-05-15T12:07:35.196211Z",
            "publish_time": null,
            "slug": "wexford-arts-centre-sift-ancient-connections-2023-04-17",
            "created_at": "2023-05-15T12:07:36.091432Z",
            "updated_at": "2023-05-15T12:07:39.359547Z",
            "summary": "Sift. Ancient Connections. is an Gallery Shows event starting on 17/04/2023, 00:00 and ending on 19/05/2023, 00:00. Event is in Wexford Arts Centre with address Wexford Arts Centre.",
            "title": "Sift. Ancient Connections.",
            "content": null,
            "start_time": "2023-04-17T00:00:00.000000Z",
            "end_time": "2023-05-19T00: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": "Wexford Arts Centre",
            "city": "Wexford",
            "geolocation": "52.33956325,-6.463985748334365",
            "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": 23925,
            "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": 22994,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb9f0209689d4b6fa1abc84d13893b31-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb9f0209689d4b6fa1abc84d13893b31-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fb9f0209689d4b6fa1abc84d13893b31.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb9f0209689d4b6fa1abc84d13893b31-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb9f0209689d4b6fa1abc84d13893b31-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb9f0209689d4b6fa1abc84d13893b31-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb9f0209689d4b6fa1abc84d13893b31-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb9f0209689d4b6fa1abc84d13893b31-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb9f0209689d4b6fa1abc84d13893b31-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb9f0209689d4b6fa1abc84d13893b31-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-03T19:50:41.300892Z",
                "updated_at": "2023-04-07T17:14:04.257824Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7451,
                "name": "Gallery Nosco",
                "slug": "gallery-nosco",
                "city": "Brussels",
                "country": {
                    "code": "BE",
                    "name": "Belgium"
                },
                "geolocation": "50.8423859,4.3539477",
                "artworks_for_sale_count": 9,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "BE",
            "publish_status": "published",
            "published_at": "2023-04-03T19:50:41.869822Z",
            "publish_time": null,
            "slug": "gallery-nosco-marcelo-moscheta-mise-en-abyme-2023-04-17",
            "created_at": "2023-04-03T19:50:42.754965Z",
            "updated_at": "2023-04-03T19:50:42.754984Z",
            "summary": null,
            "title": "Marcelo Moscheta - Mise en Abyme",
            "content": null,
            "start_time": "2023-04-17T00:00:00.000000Z",
            "end_time": "2023-06-10T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "43 Rue Lebeau, Brussels, BE",
            "city": "Brussels",
            "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": 24063,
            "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": 23127,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06117592628746999ce9c69c140ddb91-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06117592628746999ce9c69c140ddb91-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/06117592628746999ce9c69c140ddb91.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06117592628746999ce9c69c140ddb91-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06117592628746999ce9c69c140ddb91-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06117592628746999ce9c69c140ddb91-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06117592628746999ce9c69c140ddb91-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06117592628746999ce9c69c140ddb91-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06117592628746999ce9c69c140ddb91-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06117592628746999ce9c69c140ddb91-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-05T18:12:29.739204Z",
                "updated_at": "2023-04-08T21:08:18.039011Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6961,
                "name": "1B Window Gallery",
                "slug": "1b-window-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5812125,-0.0357851",
                "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-04-05T18:12:30.048004Z",
            "publish_time": null,
            "slug": "1b-window-gallery-artists-wanted-for-pride-2023-2023-04-17",
            "created_at": "2023-04-05T18:12:30.950161Z",
            "updated_at": "2023-04-05T18:12:30.950180Z",
            "summary": null,
            "title": "Artists Wanted for Pride 2023",
            "content": null,
            "start_time": "2023-04-17T00:00:00.000000Z",
            "end_time": "2023-04-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": "Coppermill Lane",
            "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": 24091,
            "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": 23154,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0f6f6b6742744d18afa9beaef860aad6-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0f6f6b6742744d18afa9beaef860aad6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0f6f6b6742744d18afa9beaef860aad6.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0f6f6b6742744d18afa9beaef860aad6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0f6f6b6742744d18afa9beaef860aad6-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0f6f6b6742744d18afa9beaef860aad6-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0f6f6b6742744d18afa9beaef860aad6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0f6f6b6742744d18afa9beaef860aad6-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0f6f6b6742744d18afa9beaef860aad6-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0f6f6b6742744d18afa9beaef860aad6-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-05T18:42:15.842261Z",
                "updated_at": "2023-04-08T21:08:23.784320Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7180,
                "name": "Carpenters Workshop Gallery",
                "slug": "carpenters-workshop-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.761152,-73.974791",
                "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-04-05T18:42:16.275783Z",
            "publish_time": null,
            "slug": "carpenters-workshop-gallery-vincenzo-de-cotiis-archeology-of-consciousness-prelude-2023-04-17",
            "created_at": "2023-04-05T18:42:17.168343Z",
            "updated_at": "2023-04-05T18:42:17.168362Z",
            "summary": null,
            "title": "Vincenzo De Cotiis | Archeology of Consciousness Prelude",
            "content": null,
            "start_time": "2023-04-17T00:00:00.000000Z",
            "end_time": "2023-07-31T00: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": "Vincenzo De Cotiis Gallery , Milan, IT",
            "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": 24155,
            "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": 23211,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aca6ccd6525943da8dfdb15e8ca9c9f1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aca6ccd6525943da8dfdb15e8ca9c9f1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/aca6ccd6525943da8dfdb15e8ca9c9f1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aca6ccd6525943da8dfdb15e8ca9c9f1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aca6ccd6525943da8dfdb15e8ca9c9f1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aca6ccd6525943da8dfdb15e8ca9c9f1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aca6ccd6525943da8dfdb15e8ca9c9f1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aca6ccd6525943da8dfdb15e8ca9c9f1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aca6ccd6525943da8dfdb15e8ca9c9f1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aca6ccd6525943da8dfdb15e8ca9c9f1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-05T18:56:36.155681Z",
                "updated_at": "2023-04-08T21:08:35.667194Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5500,
                "name": "hARTslane",
                "slug": "hartslane",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.47561049999999,-0.0426826",
                "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-04-05T18:56:36.305615Z",
            "publish_time": null,
            "slug": "hartslane-casting-the-ephemeral-2023-04-17",
            "created_at": "2023-04-05T18:56:39.929260Z",
            "updated_at": "2023-04-05T18:56:39.929298Z",
            "summary": null,
            "title": "Casting the Ephemeral",
            "content": null,
            "start_time": "2023-04-17T00:00:00.000000Z",
            "end_time": "2023-04-19T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "17 Harts Lane",
            "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": 24472,
            "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": 23531,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0646ca62260f443bb1e544178c66dfcd-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0646ca62260f443bb1e544178c66dfcd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0646ca62260f443bb1e544178c66dfcd.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0646ca62260f443bb1e544178c66dfcd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0646ca62260f443bb1e544178c66dfcd-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0646ca62260f443bb1e544178c66dfcd-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0646ca62260f443bb1e544178c66dfcd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0646ca62260f443bb1e544178c66dfcd-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0646ca62260f443bb1e544178c66dfcd-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0646ca62260f443bb1e544178c66dfcd-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-12T08:33:56.339263Z",
                "updated_at": "2023-04-12T08:33:56.339300Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7173,
                "name": "Alfa Gallery",
                "slug": "alfa-gallery",
                "city": "North Bay Village",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "25.8526395,-80.160389",
                "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-04-12T08:33:58.428762Z",
            "publish_time": null,
            "slug": "alfa-gallery-x-2023-04-17",
            "created_at": "2023-04-12T08:33:59.498763Z",
            "updated_at": "2023-04-12T08:33:59.533848Z",
            "summary": "X is an Gallery Shows event starting on 17/04/2023, 00:00 and ending on 17/06/2023, 00:00. Event is in Alfa Gallery with address Space 01 - 7934 West Drive , Miami, US.",
            "title": "X",
            "content": null,
            "start_time": "2023-04-17T00:00:00.000000Z",
            "end_time": "2023-06-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": "Space 01 - 7934 West Drive , Miami, US",
            "city": "Miami",
            "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": []
        }
    ]
}