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

{
    "count": 37573,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=7200",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=7164",
    "results": [
        {
            "id": 7579,
            "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": 8643,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/313a794295334188a5433281d4c94f8d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/313a794295334188a5433281d4c94f8d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/313a794295334188a5433281d4c94f8d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/313a794295334188a5433281d4c94f8d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/313a794295334188a5433281d4c94f8d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/313a794295334188a5433281d4c94f8d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/313a794295334188a5433281d4c94f8d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/313a794295334188a5433281d4c94f8d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/313a794295334188a5433281d4c94f8d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/313a794295334188a5433281d4c94f8d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-03T22:23:18.641373Z",
                "updated_at": "2022-03-03T22:23:18.641433Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4297,
                "name": "Watts Gallery",
                "slug": "watts-gallery",
                "city": "Guildford",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.222925,-0.6289403",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-03-03T22:23:23.143509Z",
            "publish_time": null,
            "slug": "watts-gallery-drawing-together-members-of-the-society-of-graphic-fine-art-2022-03-18",
            "created_at": "2022-03-03T22:23:23.852036Z",
            "updated_at": "2022-03-03T22:23:24.300969Z",
            "summary": "Drawing Together - Members of the Society of Graphic Fine Art is an Gallery Shows event starting on 18/03/2022, 01:00 and ending on 22/05/2022, 00:00. Event is in Watts Gallery with address Down Lane.",
            "title": "Drawing Together - Members of the Society of Graphic Fine Art",
            "content": null,
            "start_time": "2022-03-18T01:00:00.000000Z",
            "end_time": "2022-05-22T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Down Lane",
            "city": "Guildford",
            "geolocation": "52.3864496,1.6447538",
            "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": 7580,
            "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": 3751,
                "name": "Victoria Miro Gallery",
                "slug": "victoria-miro-gallery",
                "city": "Venice",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.4338176,12.3345048",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-03-04T12:24:05.841256Z",
            "publish_time": null,
            "slug": "victoria-miro-gallery-flora-yukhnovich-thirst-trap-2022-03-01",
            "created_at": "2022-03-04T12:24:06.632000Z",
            "updated_at": "2022-03-04T12:24:07.196222Z",
            "summary": "Flora Yukhnovich: Thirst Trap is an Gallery Shows event starting on 01/03/2022, 01:00 and ending on 26/03/2022, 01:00. Event is in Victoria Miro Gallery with address 16 Wharf Road.",
            "title": "Flora Yukhnovich: Thirst Trap",
            "content": null,
            "start_time": "2022-03-01T01:00:00.000000Z",
            "end_time": "2022-03-26T01: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": "16 Wharf Road",
            "city": "London",
            "geolocation": "46.2036173,-63.147864",
            "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": 7581,
            "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": 8645,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a86777e932c4cac8a73e613bdd3b54a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a86777e932c4cac8a73e613bdd3b54a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5a86777e932c4cac8a73e613bdd3b54a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a86777e932c4cac8a73e613bdd3b54a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a86777e932c4cac8a73e613bdd3b54a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a86777e932c4cac8a73e613bdd3b54a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a86777e932c4cac8a73e613bdd3b54a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a86777e932c4cac8a73e613bdd3b54a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a86777e932c4cac8a73e613bdd3b54a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a86777e932c4cac8a73e613bdd3b54a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-04T12:24:07.919323Z",
                "updated_at": "2022-03-04T12:24:07.919360Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4139,
                "name": "Usual Business",
                "slug": "usual-business",
                "city": "London",
                "country": "",
                "geolocation": "51.5423008,-0.1382015",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-03-04T12:24:11.121279Z",
            "publish_time": null,
            "slug": "usual-business-the-somonyng-of-everyman-by-thomas-coulson-miles-tuddenham-2022-03-03",
            "created_at": "2022-03-04T12:24:12.942187Z",
            "updated_at": "2022-03-04T12:24:12.978855Z",
            "summary": "'THE SOMONYNG OF EVERYMAN' by Thomas Coulson & Miles Tuddenham is an Gallery Shows event starting on 03/03/2022, 01:00 and ending on 07/03/2022, 01:00. Event is in Usual Business with address Floor -1, 63 Camden Road.",
            "title": "'THE SOMONYNG OF EVERYMAN' by Thomas Coulson & Miles Tuddenham",
            "content": null,
            "start_time": "2022-03-03T01:00:00.000000Z",
            "end_time": "2022-03-07T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Floor -1, 63 Camden Road",
            "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": 7582,
            "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": 8644,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76d43fad12d34ceeb510ec045bcf2cb6-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76d43fad12d34ceeb510ec045bcf2cb6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/76d43fad12d34ceeb510ec045bcf2cb6.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76d43fad12d34ceeb510ec045bcf2cb6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76d43fad12d34ceeb510ec045bcf2cb6-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76d43fad12d34ceeb510ec045bcf2cb6-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76d43fad12d34ceeb510ec045bcf2cb6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76d43fad12d34ceeb510ec045bcf2cb6-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76d43fad12d34ceeb510ec045bcf2cb6-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76d43fad12d34ceeb510ec045bcf2cb6-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-04T12:24:07.188552Z",
                "updated_at": "2022-03-04T12:24:07.188606Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3742,
                "name": "V.O Curations",
                "slug": "vo-curations",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.51247619999999,-0.141267",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-03-04T12:24:10.536679Z",
            "publish_time": null,
            "slug": "vo-curations-rip-germain-four-bedrooms-with-an-en-suite-a-garage-garden-in-a-nice-neighbourhood-2022-02-18",
            "created_at": "2022-03-04T12:24:18.095146Z",
            "updated_at": "2022-03-04T12:24:18.448533Z",
            "summary": "R.I.P. Germain: Four Bedrooms With An En Suite, A Garage & Garden In A Nice Neighbourhood is an Gallery Shows event starting on 18/02/2022, 01:00 and ending on 24/03/2022, 01:00. Event is in V.O Curations with address 56 Conduit Street.",
            "title": "R.I.P. Germain: Four Bedrooms With An En Suite, A Garage & Garden In A Nice Neighbourhood",
            "content": null,
            "start_time": "2022-02-18T01:00:00.000000Z",
            "end_time": "2022-03-24T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "56 Conduit Street",
            "city": "London",
            "geolocation": "41.671865628100946,-70.92379534481728",
            "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": 7583,
            "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": 4290,
                "name": "uJung Art Center",
                "slug": "ujung-art-center",
                "city": "Seoul",
                "country": {
                    "code": "KR",
                    "name": "South Korea"
                },
                "geolocation": "37.48950290000001,126.9928287",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "KR",
            "publish_status": "published",
            "published_at": "2022-03-04T12:25:37.524199Z",
            "publish_time": null,
            "slug": "ujung-art-center-ujung-coffee-bean-art-wall-project-lee-hyeoksang-2022-03-29",
            "created_at": "2022-03-04T12:25:38.237928Z",
            "updated_at": "2022-03-04T12:25:38.691287Z",
            "summary": "uJung × Coffee Bean Art Wall Project : Lee Hyeoksang is an Gallery Shows event starting on 29/03/2022, 00:00 and ending on 12/06/2022, 00:00. Event is in uJung Art Center with address 178 Bangbae-ro.",
            "title": "uJung × Coffee Bean Art Wall Project : Lee Hyeoksang",
            "content": null,
            "start_time": "2022-03-29T00:00:00.000000Z",
            "end_time": "2022-06-12T00: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": "178 Bangbae-ro",
            "city": "Seoul",
            "geolocation": "37.483539,126.9970753",
            "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": 7584,
            "author": {
                "id": "333167a8-0a23-465b-88d2-9949cfe2b7bd",
                "username": "press@unitlondon.com",
                "slug": "annaunitlondoncom",
                "first_name": "Anna",
                "last_name": "Lazaridou",
                "display_name": null,
                "display_name_full": "Anna Lazaridou",
                "email": "press@unitlondon.com",
                "telephone": "+44 20 7494 2035"
            },
            "price": null,
            "featured_image": {
                "id": 8646,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17c8c3e43aae4d2086a27a1f39a426e4-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17c8c3e43aae4d2086a27a1f39a426e4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/17c8c3e43aae4d2086a27a1f39a426e4.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17c8c3e43aae4d2086a27a1f39a426e4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17c8c3e43aae4d2086a27a1f39a426e4-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17c8c3e43aae4d2086a27a1f39a426e4-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17c8c3e43aae4d2086a27a1f39a426e4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17c8c3e43aae4d2086a27a1f39a426e4-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17c8c3e43aae4d2086a27a1f39a426e4-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/17c8c3e43aae4d2086a27a1f39a426e4-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-04T12:25:39.881548Z",
                "updated_at": "2022-03-04T12:25:39.881595Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 694,
                "name": "UNIT London",
                "slug": "the-unit-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5134638,-0.1428616000000602",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4635,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/33ea995034be4effb254d363b49f0601.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/33ea995034be4effb254d363b49f0601-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2023-11-03T13:31:39.488690Z",
                    "updated_at": "2023-11-03T13:31:39.488723Z",
                    "is_converted_to_webp": true,
                    "caption": "",
                    "alt_text": null,
                    "description": "",
                    "uploaded_by": "2c83a774-5ea2-4702-9e29-ffb9740dbb2a"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-03-04T12:25:42.733424Z",
            "publish_time": null,
            "slug": "unit-london-eternalising-art-history-from-da-vinci-to-modigliani-2022-02-16",
            "created_at": "2022-03-04T12:25:43.484100Z",
            "updated_at": "2022-08-03T08:41:53.927280Z",
            "summary": "Eternalising Art History: From Da Vinci to Modigliani is an Gallery Shows event starting on 16/02/2022, 01:00 and ending on 19/03/2022, 01:00. Event is in UNIT London with address 3 Hanover Square.",
            "title": "Eternalising Art History: From Da Vinci to Modigliani",
            "content": null,
            "start_time": "2022-02-16T01:00:00.000000Z",
            "end_time": "2022-03-19T01: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 Hanover Square",
            "city": "London",
            "geolocation": "40.7050665,-74.0098062",
            "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": 7585,
            "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": 4290,
                "name": "uJung Art Center",
                "slug": "ujung-art-center",
                "city": "Seoul",
                "country": {
                    "code": "KR",
                    "name": "South Korea"
                },
                "geolocation": "37.48950290000001,126.9928287",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "KR",
            "publish_status": "published",
            "published_at": "2022-03-04T12:26:44.408119Z",
            "publish_time": null,
            "slug": "ujung-art-center-jeon-juhee-solo-exhibition-2022-03-23",
            "created_at": "2022-03-04T12:26:45.140329Z",
            "updated_at": "2022-03-04T12:26:45.523576Z",
            "summary": "Jeon Juhee Solo Exhibition is an Gallery Shows event starting on 23/03/2022, 01:00 and ending on 06/04/2022, 00:00. Event is in uJung Art Center with address 178 Bangbae-ro.",
            "title": "Jeon Juhee Solo Exhibition",
            "content": null,
            "start_time": "2022-03-23T01:00:00.000000Z",
            "end_time": "2022-04-06T00: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": "178 Bangbae-ro",
            "city": "Seoul",
            "geolocation": "37.483539,126.9970753",
            "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": 7586,
            "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": 8647,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3517f8f89d3542e5a5dfe536a7f12776-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3517f8f89d3542e5a5dfe536a7f12776-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3517f8f89d3542e5a5dfe536a7f12776.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3517f8f89d3542e5a5dfe536a7f12776-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3517f8f89d3542e5a5dfe536a7f12776-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3517f8f89d3542e5a5dfe536a7f12776-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3517f8f89d3542e5a5dfe536a7f12776-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3517f8f89d3542e5a5dfe536a7f12776-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3517f8f89d3542e5a5dfe536a7f12776-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3517f8f89d3542e5a5dfe536a7f12776-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-04T12:26:46.732615Z",
                "updated_at": "2022-03-04T12:26:46.732650Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4465,
                "name": "Ugly Duck",
                "slug": "ugly-duck",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.50019229999999,-0.0779473",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-03-04T12:26:50.001154Z",
            "publish_time": null,
            "slug": "ugly-duck-narrating-structures-videomapping-workshop-2022-02-26",
            "created_at": "2022-03-04T12:26:55.715131Z",
            "updated_at": "2022-03-04T12:26:56.052410Z",
            "summary": "Narrating Structures - Videomapping Workshop is an Gallery Shows event starting on 26/02/2022, 01:00 and ending on 27/02/2022, 01:00. Event is in Ugly Duck with address 47-49 Tanner Street,.",
            "title": "Narrating Structures - Videomapping Workshop",
            "content": null,
            "start_time": "2022-02-26T01:00:00.000000Z",
            "end_time": "2022-02-27T01: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": "47-49 Tanner Street,",
            "city": "London",
            "geolocation": "51.499971,-0.0778417279866375",
            "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": 7587,
            "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": 8648,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c2a4e64a7de48b8b4c16cdb60ccbc49-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c2a4e64a7de48b8b4c16cdb60ccbc49-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8c2a4e64a7de48b8b4c16cdb60ccbc49.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c2a4e64a7de48b8b4c16cdb60ccbc49-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c2a4e64a7de48b8b4c16cdb60ccbc49-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c2a4e64a7de48b8b4c16cdb60ccbc49-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c2a4e64a7de48b8b4c16cdb60ccbc49-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c2a4e64a7de48b8b4c16cdb60ccbc49-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c2a4e64a7de48b8b4c16cdb60ccbc49-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c2a4e64a7de48b8b4c16cdb60ccbc49-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-04T12:26:49.484580Z",
                "updated_at": "2022-03-04T12:26:49.484615Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4465,
                "name": "Ugly Duck",
                "slug": "ugly-duck",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.50019229999999,-0.0779473",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-03-04T12:26:53.851052Z",
            "publish_time": null,
            "slug": "ugly-duck-deep-meaningful-conversation-2022-03-10",
            "created_at": "2022-03-04T12:26:59.611272Z",
            "updated_at": "2022-03-04T12:26:59.948342Z",
            "summary": "Deep Meaningful Conversation is an Gallery Shows event starting on 10/03/2022, 01:00 and ending on 13/03/2022, 01:00. Event is in Ugly Duck with address 47-49 Tanner Street,.",
            "title": "Deep Meaningful Conversation",
            "content": null,
            "start_time": "2022-03-10T01:00:00.000000Z",
            "end_time": "2022-03-13T01: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": "47-49 Tanner Street,",
            "city": "London",
            "geolocation": "51.499971,-0.0778417279866375",
            "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": 7588,
            "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": 8649,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78b36f27587a4481b52e9b41cee0e1ba-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78b36f27587a4481b52e9b41cee0e1ba-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/78b36f27587a4481b52e9b41cee0e1ba.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78b36f27587a4481b52e9b41cee0e1ba-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78b36f27587a4481b52e9b41cee0e1ba-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78b36f27587a4481b52e9b41cee0e1ba-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78b36f27587a4481b52e9b41cee0e1ba-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78b36f27587a4481b52e9b41cee0e1ba-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78b36f27587a4481b52e9b41cee0e1ba-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78b36f27587a4481b52e9b41cee0e1ba-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-04T12:27:35.582132Z",
                "updated_at": "2022-03-04T12:27:35.582185Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 870,
                "name": "Transmitter Brooklyn",
                "slug": "transmitter-brooklyn",
                "city": "Brooklyn",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.706314,-73.92107499999997",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 1753,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/10931509_791184424304245_1302220943226392834_n.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10931509_791184424304245_1302220943226392834_n-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-19T02:55:58.127247Z",
                    "updated_at": "2021-09-14T13:15:02.774055Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "transmitter",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-03-04T12:27:37.802541Z",
            "publish_time": null,
            "slug": "transmitter-brooklyn-the-sky-is-higher-here-2022-02-19",
            "created_at": "2022-03-04T12:27:38.552086Z",
            "updated_at": "2022-03-04T12:27:39.924195Z",
            "summary": "The sky is higher here is an Gallery Shows event starting on 19/02/2022, 01:00 and ending on 27/03/2022, 01:00. Event is in Transmitter Brooklyn with address 1329 Willoughby Avenue, 2A.",
            "title": "The sky is higher here",
            "content": null,
            "start_time": "2022-02-19T01:00:00.000000Z",
            "end_time": "2022-03-27T01: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": "1329 Willoughby Avenue, 2A",
            "city": "New York",
            "geolocation": "-33.8028163,151.1592741",
            "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": 7589,
            "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": 8650,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/869f2bf02f2c4a3699dc62dbced6dd6d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/869f2bf02f2c4a3699dc62dbced6dd6d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/869f2bf02f2c4a3699dc62dbced6dd6d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/869f2bf02f2c4a3699dc62dbced6dd6d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/869f2bf02f2c4a3699dc62dbced6dd6d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/869f2bf02f2c4a3699dc62dbced6dd6d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/869f2bf02f2c4a3699dc62dbced6dd6d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/869f2bf02f2c4a3699dc62dbced6dd6d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/869f2bf02f2c4a3699dc62dbced6dd6d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/869f2bf02f2c4a3699dc62dbced6dd6d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-04T12:28:25.466227Z",
                "updated_at": "2022-03-04T12:28:25.466262Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4286,
                "name": "Thompson's Gallery",
                "slug": "thompsons-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5145862,-0.1612135",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-03-04T12:28:29.208455Z",
            "publish_time": null,
            "slug": "thompsons-gallery-contemporary-south-africa-2022-02-26",
            "created_at": "2022-03-04T12:28:29.940011Z",
            "updated_at": "2022-03-04T12:28:30.301990Z",
            "summary": "Contemporary South Africa is an Gallery Shows event starting on 26/02/2022, 01:00 and ending on 20/03/2022, 01:00. Event is in Thompson's Gallery with address 13 Church Green.",
            "title": "Contemporary South Africa",
            "content": null,
            "start_time": "2022-02-26T01:00:00.000000Z",
            "end_time": "2022-03-20T01: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": "13 Church Green",
            "city": "Harpenden",
            "geolocation": "42.460003021286056,-71.34840246049872",
            "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": 7590,
            "author": {
                "id": "80c7abb5-7f0a-475b-bcc9-118374b2a18f",
                "username": "Andrew",
                "slug": "andrew",
                "first_name": "Andrew",
                "last_name": "Hosner",
                "display_name": "Andrew",
                "display_name_full": "Andrew",
                "email": "daniel@thinkspaceprojects.com",
                "telephone": "310-558-3375"
            },
            "price": null,
            "featured_image": {
                "id": 8651,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b105a985abe2490085683b5e0c86bbce-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b105a985abe2490085683b5e0c86bbce-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b105a985abe2490085683b5e0c86bbce.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b105a985abe2490085683b5e0c86bbce-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b105a985abe2490085683b5e0c86bbce-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b105a985abe2490085683b5e0c86bbce-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b105a985abe2490085683b5e0c86bbce-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b105a985abe2490085683b5e0c86bbce-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b105a985abe2490085683b5e0c86bbce-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b105a985abe2490085683b5e0c86bbce-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-04T12:29:12.955512Z",
                "updated_at": "2022-03-04T12:29:12.955551Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3068,
                "name": "Thinkspace Projects",
                "slug": "thinkspace-projects",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.09024,-95.712891",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3631,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/20220110WEB__ts47.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-01-25T23:36:19.884188Z",
                    "updated_at": "2022-01-25T23:36:19.884225Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "80c7abb5-7f0a-475b-bcc9-118374b2a18f"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-03-04T12:29:16.302722Z",
            "publish_time": null,
            "slug": "thinkspace-projects-without-ornament-victoria-cassinova-blue-city-langston-allston-seesaw-young-ji-cha-2022-03-05",
            "created_at": "2022-03-04T12:29:17.020243Z",
            "updated_at": "2022-08-03T08:41:55.658535Z",
            "summary": "Without Ornament • Victoria Cassinova || Blue City • Langston Allston || Seesaw • Young-Ji Cha is an Gallery Shows event starting on 05/03/2022, 01:00 and ending on 26/03/2022, 01:00. Event is in Thinkspace Projects with address 4217 W. Jefferson Boulevard.",
            "title": "Without Ornament • Victoria Cassinova || Blue City • Langston Allston || Seesaw • Young-Ji Cha",
            "content": null,
            "start_time": "2022-03-05T01:00:00.000000Z",
            "end_time": "2022-03-26T01: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": "4217 W. Jefferson Boulevard",
            "city": "Los Angeles",
            "geolocation": "34.02563834693878,-118.34198318367348",
            "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": 7591,
            "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": 8652,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ad1348fba8c4ca5a160d4a9fc5f254a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ad1348fba8c4ca5a160d4a9fc5f254a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9ad1348fba8c4ca5a160d4a9fc5f254a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ad1348fba8c4ca5a160d4a9fc5f254a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ad1348fba8c4ca5a160d4a9fc5f254a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ad1348fba8c4ca5a160d4a9fc5f254a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ad1348fba8c4ca5a160d4a9fc5f254a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ad1348fba8c4ca5a160d4a9fc5f254a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ad1348fba8c4ca5a160d4a9fc5f254a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ad1348fba8c4ca5a160d4a9fc5f254a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-04T12:29:15.215408Z",
                "updated_at": "2022-03-04T12:29:15.215446Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4103,
                "name": "The Weavers Factory",
                "slug": "weavers-factory",
                "city": "Oldham",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "53.5487275,-2.0045392",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-03-04T12:29:19.692137Z",
            "publish_time": null,
            "slug": "the-weavers-factory-sarah-v-battle-bibelot-2022-02-19",
            "created_at": "2022-03-04T12:29:20.439019Z",
            "updated_at": "2022-03-04T12:29:21.463213Z",
            "summary": "Sarah V Battle - Bibelot is an Gallery Shows event starting on 19/02/2022, 01:00 and ending on 03/04/2022, 00:00. Event is in The Weavers Factory with address 13 New Street.",
            "title": "Sarah V Battle - Bibelot",
            "content": null,
            "start_time": "2022-02-19T01:00:00.000000Z",
            "end_time": "2022-04-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "13 New Street",
            "city": "Manchester",
            "geolocation": "53.3181314,-2.2540309",
            "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": 7592,
            "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": 8653,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69a83768ec1d47dda1edeec6d310a420-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69a83768ec1d47dda1edeec6d310a420-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/69a83768ec1d47dda1edeec6d310a420.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69a83768ec1d47dda1edeec6d310a420-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69a83768ec1d47dda1edeec6d310a420-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69a83768ec1d47dda1edeec6d310a420-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69a83768ec1d47dda1edeec6d310a420-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69a83768ec1d47dda1edeec6d310a420-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69a83768ec1d47dda1edeec6d310a420-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69a83768ec1d47dda1edeec6d310a420-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-04T12:29:17.172436Z",
                "updated_at": "2022-03-04T12:29:17.172492Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4103,
                "name": "The Weavers Factory",
                "slug": "weavers-factory",
                "city": "Oldham",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "53.5487275,-2.0045392",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-03-04T12:29:21.566545Z",
            "publish_time": null,
            "slug": "the-weavers-factory-john-hewitt-quadrupeds-quadrupled-2022-02-19",
            "created_at": "2022-03-04T12:29:22.303684Z",
            "updated_at": "2022-03-04T12:29:22.853358Z",
            "summary": "John Hewitt - Quadrupeds Quadrupled is an Gallery Shows event starting on 19/02/2022, 01:00 and ending on 03/04/2022, 00:00. Event is in The Weavers Factory with address 13 New Street.",
            "title": "John Hewitt - Quadrupeds Quadrupled",
            "content": null,
            "start_time": "2022-02-19T01:00:00.000000Z",
            "end_time": "2022-04-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "13 New Street",
            "city": "Manchester",
            "geolocation": "53.3181314,-2.2540309",
            "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": 7593,
            "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": 4278,
                "name": "The Mayor Gallery",
                "slug": "mayor-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.51017299999999,-0.1410031",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-03-04T12:31:11.680208Z",
            "publish_time": null,
            "slug": "the-mayor-gallery-repetitions-2022-03-02",
            "created_at": "2022-03-04T12:31:12.406446Z",
            "updated_at": "2022-03-04T12:31:13.056993Z",
            "summary": "Repetitions is an Gallery Shows event starting on 02/03/2022, 01:00 and ending on 06/05/2022, 00:00. Event is in The Mayor Gallery with address 21 Cork Street.",
            "title": "Repetitions",
            "content": null,
            "start_time": "2022-03-02T01:00:00.000000Z",
            "end_time": "2022-05-06T00: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": "21 Cork Street",
            "city": "London",
            "geolocation": "51.5100839,-0.1410766",
            "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": 7594,
            "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": 8654,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/23a52e305e7446a093c8d2d574ee407d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/23a52e305e7446a093c8d2d574ee407d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/23a52e305e7446a093c8d2d574ee407d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/23a52e305e7446a093c8d2d574ee407d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/23a52e305e7446a093c8d2d574ee407d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/23a52e305e7446a093c8d2d574ee407d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/23a52e305e7446a093c8d2d574ee407d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/23a52e305e7446a093c8d2d574ee407d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/23a52e305e7446a093c8d2d574ee407d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/23a52e305e7446a093c8d2d574ee407d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-04T12:31:13.023025Z",
                "updated_at": "2022-03-04T12:31:13.023062Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4279,
                "name": "The Metropolitan Museum of Art",
                "slug": "metropolitan-museum-art",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7791865,-73.96353479999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-03-04T12:31:16.201850Z",
            "publish_time": null,
            "slug": "the-metropolitan-museum-of-art-louise-bourgeois-paintings-2022-04-12",
            "created_at": "2022-03-04T12:31:17.088696Z",
            "updated_at": "2022-03-04T12:31:17.135178Z",
            "summary": "Louise Bourgeois: Paintings is an Gallery Shows event starting on 12/04/2022, 00:00 and ending on 07/08/2022, 00:00. Event is in The Metropolitan Museum of Art with address 1000 Fifth Avenue (at 82nd Street).",
            "title": "Louise Bourgeois: Paintings",
            "content": null,
            "start_time": "2022-04-12T00:00:00.000000Z",
            "end_time": "2022-08-07T00: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": "1000 Fifth Avenue (at 82nd Street)",
            "city": "New York",
            "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": 7595,
            "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": 8655,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/669a10b9ff224690b2ef6534c9681b41-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/669a10b9ff224690b2ef6534c9681b41-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/669a10b9ff224690b2ef6534c9681b41.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/669a10b9ff224690b2ef6534c9681b41-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/669a10b9ff224690b2ef6534c9681b41-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/669a10b9ff224690b2ef6534c9681b41-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/669a10b9ff224690b2ef6534c9681b41-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/669a10b9ff224690b2ef6534c9681b41-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/669a10b9ff224690b2ef6534c9681b41-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/669a10b9ff224690b2ef6534c9681b41-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-04T12:31:14.076936Z",
                "updated_at": "2022-03-04T12:31:14.076971Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4279,
                "name": "The Metropolitan Museum of Art",
                "slug": "metropolitan-museum-art",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7791865,-73.96353479999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-03-04T12:31:18.086376Z",
            "publish_time": null,
            "slug": "the-metropolitan-museum-of-art-winslow-homer-crosscurrents-2022-04-11",
            "created_at": "2022-03-04T12:31:18.820349Z",
            "updated_at": "2022-03-04T12:31:18.857815Z",
            "summary": "Winslow Homer: Crosscurrents is an Gallery Shows event starting on 11/04/2022, 00:00 and ending on 31/07/2022, 00:00. Event is in The Metropolitan Museum of Art with address 1000 Fifth Avenue (at 82nd Street).",
            "title": "Winslow Homer: Crosscurrents",
            "content": null,
            "start_time": "2022-04-11T00:00:00.000000Z",
            "end_time": "2022-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": "1000 Fifth Avenue (at 82nd Street)",
            "city": "New York",
            "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": 7596,
            "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": 8656,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1769b0f1da804970a3dc021dbf506cc9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1769b0f1da804970a3dc021dbf506cc9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1769b0f1da804970a3dc021dbf506cc9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1769b0f1da804970a3dc021dbf506cc9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1769b0f1da804970a3dc021dbf506cc9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1769b0f1da804970a3dc021dbf506cc9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1769b0f1da804970a3dc021dbf506cc9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1769b0f1da804970a3dc021dbf506cc9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1769b0f1da804970a3dc021dbf506cc9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1769b0f1da804970a3dc021dbf506cc9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-04T12:32:15.982587Z",
                "updated_at": "2022-03-04T12:32:15.982622Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4462,
                "name": "The Institute for Contemporary Art at VCU",
                "slug": "institute-contemporary-art-vcu",
                "city": "Richmond",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.5488263,-77.4477677",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-03-04T12:32:17.729150Z",
            "publish_time": null,
            "slug": "the-institute-for-contemporary-art-at-vcu-luis-camnitzer-a-museum-is-a-school-2022-03-11",
            "created_at": "2022-03-04T12:32:18.485424Z",
            "updated_at": "2022-03-04T12:32:19.229467Z",
            "summary": "Luis Camnitzer: A Museum is a School is an Gallery Shows event starting on 11/03/2022, 01:00 and ending on 01/01/2023, 01:00. Event is in The Institute for Contemporary Art at VCU with address 601 West Broad Street.",
            "title": "Luis Camnitzer: A Museum is a School",
            "content": null,
            "start_time": "2022-03-11T01:00:00.000000Z",
            "end_time": "2023-01-01T01: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": "601 West Broad Street",
            "city": "Richmond",
            "geolocation": "43.6121332,-116.2037621",
            "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": []
        }
    ]
}