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

{
    "count": 37586,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=26316&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=26280&ordering=-end_time",
    "results": [
        {
            "id": 6853,
            "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": 8002,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a14e2c238514d149fdc695db531fc2b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a14e2c238514d149fdc695db531fc2b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4a14e2c238514d149fdc695db531fc2b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a14e2c238514d149fdc695db531fc2b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a14e2c238514d149fdc695db531fc2b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a14e2c238514d149fdc695db531fc2b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a14e2c238514d149fdc695db531fc2b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a14e2c238514d149fdc695db531fc2b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a14e2c238514d149fdc695db531fc2b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4a14e2c238514d149fdc695db531fc2b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-28T01:30:43.131837Z",
                "updated_at": "2022-01-28T01:30:43.131874Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3508,
                "name": "Hilliard Art Museum",
                "slug": "hilliard-art-museum",
                "city": "Lafayette",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "30.2092505,-92.0157629",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-01-28T01:30:45.156750Z",
            "publish_time": null,
            "slug": "hilliard-art-museum-deep-look-selections-from-the-permanent-collection-2022-02-25",
            "created_at": "2022-01-28T01:30:45.906561Z",
            "updated_at": "2022-01-28T01:30:46.529453Z",
            "summary": "Deep Look: Selections from the Permanent Collection is an Museum Exhibitions event starting on 25/02/2022, 01:00 and ending on 30/06/2022, 00:00. Event is in Hilliard Art Museum with address 710 East St. Mary Boulevard.",
            "title": "Deep Look: Selections from the Permanent Collection",
            "content": null,
            "start_time": "2022-02-25T01:00:00.000000Z",
            "end_time": "2022-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "710 East St. Mary Boulevard",
            "city": "Lafayette",
            "geolocation": "30.209950775510205,-92.015908",
            "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": 7614,
            "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": 8671,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bc5dbb9681547ec91b7e1ef92572d25-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bc5dbb9681547ec91b7e1ef92572d25-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7bc5dbb9681547ec91b7e1ef92572d25.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bc5dbb9681547ec91b7e1ef92572d25-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bc5dbb9681547ec91b7e1ef92572d25-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bc5dbb9681547ec91b7e1ef92572d25-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bc5dbb9681547ec91b7e1ef92572d25-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bc5dbb9681547ec91b7e1ef92572d25-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bc5dbb9681547ec91b7e1ef92572d25-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bc5dbb9681547ec91b7e1ef92572d25-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-04T12:47:50.153445Z",
                "updated_at": "2022-03-04T12:47:50.153506Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3612,
                "name": "Sprüth Magers Berlin",
                "slug": "spruth-magers",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.409819,13.4143441",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2022-03-04T12:47:53.571646Z",
            "publish_time": null,
            "slug": "spruth-magers-berlin-sterling-ruby-in-warm-shroud-kissing-the-bloom-crux-a-frost-window-2022-04-29",
            "created_at": "2022-03-04T12:47:54.346018Z",
            "updated_at": "2022-03-04T12:47:55.253431Z",
            "summary": "Sterling Ruby: IN WARM SHROUD. KISSING THE BLOOM CRUX. A FROST WINDOW. is an Gallery Shows event starting on 29/04/2022, 00:00 and ending on 30/06/2022, 00:00. Event is in Sprüth Magers Berlin with address Oranienburger Strasse 18.",
            "title": "Sterling Ruby: IN WARM SHROUD. KISSING THE BLOOM CRUX. A FROST WINDOW.",
            "content": null,
            "start_time": "2022-04-29T00:00:00.000000Z",
            "end_time": "2022-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Oranienburger Strasse 18",
            "city": "Berlin",
            "geolocation": "52.5240129,13.3971358",
            "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": 8162,
            "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": 9121,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e6998e0f3f842b18d2841013cbe5411-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e6998e0f3f842b18d2841013cbe5411-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0e6998e0f3f842b18d2841013cbe5411.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e6998e0f3f842b18d2841013cbe5411-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e6998e0f3f842b18d2841013cbe5411-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e6998e0f3f842b18d2841013cbe5411-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e6998e0f3f842b18d2841013cbe5411-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e6998e0f3f842b18d2841013cbe5411-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e6998e0f3f842b18d2841013cbe5411-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e6998e0f3f842b18d2841013cbe5411-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-22T16:48:42.569575Z",
                "updated_at": "2022-04-22T16:48:42.569612Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3171,
                "name": "Galerie Bastian",
                "slug": "galerie-bastian",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.51102179999999,-0.1473768",
                "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-04-22T16:48:44.603829Z",
            "publish_time": null,
            "slug": "galerie-bastian-emil-nolde-anatomy-of-light-and-water-2022-05-06",
            "created_at": "2022-04-22T16:48:45.389293Z",
            "updated_at": "2022-04-22T16:48:45.800358Z",
            "summary": "Emil Nolde - Anatomy of Light and Water is an Gallery Shows event starting on 06/05/2022, 00:00 and ending on 30/06/2022, 00:00. Event is in Galerie Bastian with address 8 Davies Street.",
            "title": "Emil Nolde - Anatomy of Light and Water",
            "content": null,
            "start_time": "2022-05-06T00:00:00.000000Z",
            "end_time": "2022-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "8 Davies Street",
            "city": "London",
            "geolocation": "-41.1630971,174.8292275",
            "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": 8384,
            "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": 4344,
                "name": "Goya Contemporary & Goya-Girl Press",
                "slug": "goya-contemporary-goya-girl-press",
                "city": "Baltimore",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.3246686,-76.63003479999999",
                "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-04-23T17:18:00.583659Z",
            "publish_time": null,
            "slug": "goya-contemporary-goya-girl-press-the-soul-selects-louise-fishman-and-her-heroes-agnes-martin-joan-mitchell-and-eva-hesse-2022-04-20",
            "created_at": "2022-04-23T17:18:01.452250Z",
            "updated_at": "2022-04-23T17:18:02.913471Z",
            "summary": "The Soul Selects: Louise Fishman and Her Heroes, Agnes Martin, Joan Mitchell, and Eva Hesse is an Gallery Shows event starting on 20/04/2022, 00:00 and ending on 30/06/2022, 00:00. Event is in Goya Contemporary & Goya-Girl Press with address 3000 Chestnut Avenue.",
            "title": "The Soul Selects: Louise Fishman and Her Heroes, Agnes Martin, Joan Mitchell, and Eva Hesse",
            "content": null,
            "start_time": "2022-04-20T00:00:00.000000Z",
            "end_time": "2022-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "3000 Chestnut Avenue",
            "city": "Baltimore",
            "geolocation": "39.32435945,-76.62970719798939",
            "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": 8432,
            "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": 9316,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6581dced7774af0855c21ad76446c9a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6581dced7774af0855c21ad76446c9a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f6581dced7774af0855c21ad76446c9a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6581dced7774af0855c21ad76446c9a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6581dced7774af0855c21ad76446c9a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6581dced7774af0855c21ad76446c9a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6581dced7774af0855c21ad76446c9a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6581dced7774af0855c21ad76446c9a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6581dced7774af0855c21ad76446c9a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f6581dced7774af0855c21ad76446c9a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-23T18:13:35.430571Z",
                "updated_at": "2022-04-23T18:13:35.430607Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3833,
                "name": "Kunstmuseum Bonn",
                "slug": "kunstmuseum-bonn",
                "city": "Bonn",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "50.71552000000001,7.120589999999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2022-04-23T18:13:37.911905Z",
            "publish_time": null,
            "slug": "kunstmuseum-bonn-call-for-entries-videonale19-festival-for-video-and-time-based-arts-2022-04-13",
            "created_at": "2022-04-23T18:13:39.777130Z",
            "updated_at": "2022-04-23T18:13:40.322852Z",
            "summary": "CALL FOR ENTRIES: VIDEONALE.19 – Festival for Video and Time-Based Arts is an Gallery Shows event starting on 13/04/2022, 00:00 and ending on 30/06/2022, 00:00. Event is in Kunstmuseum Bonn with address Friedrich-Ebert-Allee 2.",
            "title": "CALL FOR ENTRIES: VIDEONALE.19 – Festival for Video and Time-Based Arts",
            "content": null,
            "start_time": "2022-04-13T00:00:00.000000Z",
            "end_time": "2022-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Friedrich-Ebert-Allee 2",
            "city": "Bonn",
            "geolocation": "50.077540150000004,8.246201224142103",
            "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": 8441,
            "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": 9320,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/683704630320411bbdad8ceaa17a204c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/683704630320411bbdad8ceaa17a204c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/683704630320411bbdad8ceaa17a204c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/683704630320411bbdad8ceaa17a204c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/683704630320411bbdad8ceaa17a204c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/683704630320411bbdad8ceaa17a204c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/683704630320411bbdad8ceaa17a204c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/683704630320411bbdad8ceaa17a204c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/683704630320411bbdad8ceaa17a204c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/683704630320411bbdad8ceaa17a204c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-23T18:18:12.627150Z",
                "updated_at": "2022-04-23T18:18:12.627187Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3675,
                "name": "Long Sharp Gallery",
                "slug": "long-sharp-gallery",
                "city": "Indianapolis",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.7676483,-86.15966449999999",
                "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-04-23T18:18:15.276119Z",
            "publish_time": null,
            "slug": "long-sharp-gallery-david-spiller-small-works-big-magic-2022-04-16",
            "created_at": "2022-04-23T18:18:16.121959Z",
            "updated_at": "2022-04-23T18:18:16.168778Z",
            "summary": "David Spiller: Small Works. Big Magic is an Gallery Shows event starting on 16/04/2022, 00:00 and ending on 30/06/2022, 00:00. Event is in Long Sharp Gallery with address 1 North Illinois, Suite A.",
            "title": "David Spiller: Small Works. Big Magic",
            "content": null,
            "start_time": "2022-04-16T00:00:00.000000Z",
            "end_time": "2022-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1 North Illinois, Suite A",
            "city": "Indianapolis",
            "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": 8453,
            "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": 4043,
                "name": "Mazzoleni Art, Turin",
                "slug": "mazzoleni-art-turin",
                "city": "Turin",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.070063,7.677472700000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2022-04-23T18:28:06.065726Z",
            "publish_time": null,
            "slug": "mazzoleni-salvatore-astore-gli-occhi-della-scultura-2022-04-12",
            "created_at": "2022-04-23T18:28:06.911476Z",
            "updated_at": "2022-04-23T18:28:07.282029Z",
            "summary": "Salvatore Astore. Gli occhi della Scultura is an Gallery Shows event starting on 12/04/2022, 00:00 and ending on 30/06/2022, 00:00. Event is in Mazzoleni Art, Turin with address Piazza Solferino, 2.",
            "title": "Salvatore Astore. Gli occhi della Scultura",
            "content": null,
            "start_time": "2022-04-12T00:00:00.000000Z",
            "end_time": "2022-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Piazza Solferino, 2",
            "city": "Turin",
            "geolocation": "45.0700489,7.6774388",
            "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": 8454,
            "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": 4043,
                "name": "Mazzoleni Art, Turin",
                "slug": "mazzoleni-art-turin",
                "city": "Turin",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.070063,7.677472700000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2022-04-23T18:28:07.812391Z",
            "publish_time": null,
            "slug": "mazzoleni-massimo-vitali-ti-ho-visto-2022-04-12",
            "created_at": "2022-04-23T18:28:08.657546Z",
            "updated_at": "2022-04-23T18:28:09.017951Z",
            "summary": "Massimo Vitali. Ti ho visto is an Gallery Shows event starting on 12/04/2022, 00:00 and ending on 30/06/2022, 00:00. Event is in Mazzoleni Art, Turin with address Piazza Solferino, 2.",
            "title": "Massimo Vitali. Ti ho visto",
            "content": null,
            "start_time": "2022-04-12T00:00:00.000000Z",
            "end_time": "2022-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Piazza Solferino, 2",
            "city": "Turin",
            "geolocation": "45.0700489,7.6774388",
            "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": 8648,
            "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": 9500,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9690ab1e109c4e0ab22b89b885b71e9d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9690ab1e109c4e0ab22b89b885b71e9d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9690ab1e109c4e0ab22b89b885b71e9d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9690ab1e109c4e0ab22b89b885b71e9d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9690ab1e109c4e0ab22b89b885b71e9d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9690ab1e109c4e0ab22b89b885b71e9d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9690ab1e109c4e0ab22b89b885b71e9d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9690ab1e109c4e0ab22b89b885b71e9d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9690ab1e109c4e0ab22b89b885b71e9d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9690ab1e109c4e0ab22b89b885b71e9d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-01T09:46:46.586694Z",
                "updated_at": "2022-06-01T09:46:46.586730Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4802,
                "name": "High Line Nine",
                "slug": "high-line-nine",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.750587,-74.0029066",
                "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-06-01T09:46:52.530451Z",
            "publish_time": null,
            "slug": "high-line-nine-georgia-dymock-eyes-closed-wide-open-2022-06-07",
            "created_at": "2022-06-01T09:46:53.270755Z",
            "updated_at": "2022-06-01T09:46:53.869689Z",
            "summary": "Georgia Dymock: Eyes Closed, Wide Open is an Gallery Shows event starting on 07/06/2022, 00:00 and ending on 30/06/2022, 00:00. Event is in High Line Nine with address 507 W 27th St.",
            "title": "Georgia Dymock: Eyes Closed, Wide Open",
            "content": null,
            "start_time": "2022-06-07T00:00:00.000000Z",
            "end_time": "2022-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "507 W 27th St",
            "city": "New York",
            "geolocation": "41.84441502762537,-87.64016988117282",
            "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": 8701,
            "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": 9550,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81bc414553c14c3f811c7071d54dbcd9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81bc414553c14c3f811c7071d54dbcd9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/81bc414553c14c3f811c7071d54dbcd9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81bc414553c14c3f811c7071d54dbcd9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81bc414553c14c3f811c7071d54dbcd9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81bc414553c14c3f811c7071d54dbcd9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81bc414553c14c3f811c7071d54dbcd9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81bc414553c14c3f811c7071d54dbcd9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81bc414553c14c3f811c7071d54dbcd9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81bc414553c14c3f811c7071d54dbcd9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-01T17:39:55.487912Z",
                "updated_at": "2022-06-01T17:39:55.487946Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4816,
                "name": "Las Laguna Gallery",
                "slug": "las-laguna-gallery",
                "city": "Laguna Beach",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "33.5397354,-117.7816925",
                "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-06-01T17:39:58.124877Z",
            "publish_time": null,
            "slug": "las-laguna-gallery-golden-50-or-older-2022-06-02",
            "created_at": "2022-06-01T17:39:58.826855Z",
            "updated_at": "2022-06-01T17:39:58.877498Z",
            "summary": "Golden: 50 or Older is an Gallery Shows event starting on 02/06/2022, 00:00 and ending on 30/06/2022, 00:00. Event is in Las Laguna Gallery with address 577 South Coast Highway, Suite A1.",
            "title": "Golden: 50 or Older",
            "content": null,
            "start_time": "2022-06-02T00:00:00.000000Z",
            "end_time": "2022-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "577 South Coast Highway, Suite A1",
            "city": "Laguna Beach",
            "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": 8742,
            "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": 9584,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a059a930b8504f7eb235ad0ed458e74d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a059a930b8504f7eb235ad0ed458e74d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a059a930b8504f7eb235ad0ed458e74d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a059a930b8504f7eb235ad0ed458e74d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a059a930b8504f7eb235ad0ed458e74d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a059a930b8504f7eb235ad0ed458e74d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a059a930b8504f7eb235ad0ed458e74d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a059a930b8504f7eb235ad0ed458e74d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a059a930b8504f7eb235ad0ed458e74d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a059a930b8504f7eb235ad0ed458e74d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-01T19:59:22.282072Z",
                "updated_at": "2022-06-01T19:59:22.282107Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4842,
                "name": "Meno Parkas Gallery",
                "slug": "meno-parkas-gallery",
                "city": "Kaunas",
                "country": {
                    "code": "LT",
                    "name": "Lithuania"
                },
                "geolocation": "54.8972653,23.8869434",
                "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": "LT",
            "publish_status": "published",
            "published_at": "2022-06-01T19:59:25.795194Z",
            "publish_time": null,
            "slug": "meno-parkas-gallery-christoph-sebastian-mugge-se-are-you-sure-that-you-want-to-save-all-traces-2022-06-02",
            "created_at": "2022-06-01T19:59:26.496094Z",
            "updated_at": "2022-06-01T19:59:26.890148Z",
            "summary": "Christoph & Sebastian Mügge (SE). Are you sure that you want to save all traces? is an Gallery Shows event starting on 02/06/2022, 00:00 and ending on 30/06/2022, 00:00. Event is in Meno Parkas Gallery with address Rotušės a. 27.",
            "title": "Christoph & Sebastian Mügge (SE). Are you sure that you want to save all traces?",
            "content": null,
            "start_time": "2022-06-02T00:00:00.000000Z",
            "end_time": "2022-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Rotušės a. 27",
            "city": "Kaunas",
            "geolocation": "54.89723415,23.887301485380775",
            "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": 8745,
            "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": 9585,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8793600679f44456be610d61077be3bd-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8793600679f44456be610d61077be3bd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8793600679f44456be610d61077be3bd.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8793600679f44456be610d61077be3bd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8793600679f44456be610d61077be3bd-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8793600679f44456be610d61077be3bd-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8793600679f44456be610d61077be3bd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8793600679f44456be610d61077be3bd-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8793600679f44456be610d61077be3bd-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8793600679f44456be610d61077be3bd-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-01T19:59:27.165315Z",
                "updated_at": "2022-06-01T19:59:27.165349Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4842,
                "name": "Meno Parkas Gallery",
                "slug": "meno-parkas-gallery",
                "city": "Kaunas",
                "country": {
                    "code": "LT",
                    "name": "Lithuania"
                },
                "geolocation": "54.8972653,23.8869434",
                "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": "LT",
            "publish_status": "published",
            "published_at": "2022-06-01T19:59:31.476575Z",
            "publish_time": null,
            "slug": "meno-parkas-gallery-dieter-mammel-transit-2022-06-02",
            "created_at": "2022-06-01T19:59:32.197178Z",
            "updated_at": "2022-06-01T19:59:32.560430Z",
            "summary": "Dieter Mammel. TRANSIT is an Gallery Shows event starting on 02/06/2022, 00:00 and ending on 30/06/2022, 00:00. Event is in Meno Parkas Gallery with address Rotušės a. 27.",
            "title": "Dieter Mammel. TRANSIT",
            "content": null,
            "start_time": "2022-06-02T00:00:00.000000Z",
            "end_time": "2022-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Rotušės a. 27",
            "city": "Kaunas",
            "geolocation": "54.89723415,23.887301485380775",
            "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": 8756,
            "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": 9594,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/11b03ce68d144d7c908a567510b454f7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/11b03ce68d144d7c908a567510b454f7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/11b03ce68d144d7c908a567510b454f7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/11b03ce68d144d7c908a567510b454f7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/11b03ce68d144d7c908a567510b454f7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/11b03ce68d144d7c908a567510b454f7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/11b03ce68d144d7c908a567510b454f7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/11b03ce68d144d7c908a567510b454f7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/11b03ce68d144d7c908a567510b454f7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/11b03ce68d144d7c908a567510b454f7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-01T21:03:00.679747Z",
                "updated_at": "2022-06-01T21:03:00.679782Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4852,
                "name": "National Museum of Korea",
                "slug": "national-museum-korea",
                "city": "Yongsan-gu",
                "country": {
                    "code": "KR",
                    "name": "South Korea"
                },
                "geolocation": "37.5246635,126.9777271",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "KR",
            "publish_status": "published",
            "published_at": "2022-06-01T21:03:03.410714Z",
            "publish_time": null,
            "slug": "national-museum-of-korea-turpan-artifacts-with-chinese-characters-life-in-the-borderland-of-the-silk-road-2022-06-14",
            "created_at": "2022-06-01T21:03:05.025489Z",
            "updated_at": "2022-06-01T21:03:05.584383Z",
            "summary": "Turpan Artifacts With Chinese Characters: Life In The Borderland Of The Silk Road is an Museum Exhibitions event starting on 14/06/2022, 00:00 and ending on 30/06/2022, 00:00. Event is in National Museum of Korea with address 137 Seobinggo-ro.",
            "title": "Turpan Artifacts With Chinese Characters: Life In The Borderland Of The Silk Road",
            "content": null,
            "start_time": "2022-06-14T00:00:00.000000Z",
            "end_time": "2022-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "137 Seobinggo-ro",
            "city": "Yongsan-gu - Seoul",
            "geolocation": "37.5237353,126.98020883300327",
            "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": 8865,
            "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": 9700,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/134328bb9379427d884239828b3c8396-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/134328bb9379427d884239828b3c8396-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/134328bb9379427d884239828b3c8396.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/134328bb9379427d884239828b3c8396-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/134328bb9379427d884239828b3c8396-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/134328bb9379427d884239828b3c8396-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/134328bb9379427d884239828b3c8396-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/134328bb9379427d884239828b3c8396-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/134328bb9379427d884239828b3c8396-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/134328bb9379427d884239828b3c8396-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-08T16:33:04.093475Z",
                "updated_at": "2022-06-08T16:33:04.093510Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4842,
                "name": "Meno Parkas Gallery",
                "slug": "meno-parkas-gallery",
                "city": "Kaunas",
                "country": {
                    "code": "LT",
                    "name": "Lithuania"
                },
                "geolocation": "54.8972653,23.8869434",
                "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": "LT",
            "publish_status": "published",
            "published_at": "2022-06-08T16:33:06.584840Z",
            "publish_time": null,
            "slug": "meno-parkas-gallery-wadysaw-starewicz-a-pioneer-of-world-animation-2022-06-02",
            "created_at": "2022-06-08T16:33:07.335519Z",
            "updated_at": "2022-06-08T16:33:07.753639Z",
            "summary": "Władysław Starewicz – A PIONEER OF WORLD ANIMATION is an Gallery Shows event starting on 02/06/2022, 00:00 and ending on 30/06/2022, 00:00. Event is in Meno Parkas Gallery with address Rotušės a. 27.",
            "title": "Władysław Starewicz – A PIONEER OF WORLD ANIMATION",
            "content": null,
            "start_time": "2022-06-02T00:00:00.000000Z",
            "end_time": "2022-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Rotušės a. 27",
            "city": "Kaunas",
            "geolocation": "54.89723415,23.887301485380775",
            "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": 8871,
            "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": 4909,
                "name": "Odon Wagner Gallery",
                "slug": "odon-wagner-gallery",
                "city": "Toronto",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "43.6750704,-79.3957056",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "CA",
            "publish_status": "published",
            "published_at": "2022-06-08T16:55:31.058046Z",
            "publish_time": null,
            "slug": "odon-wagner-gallery-yehouda-chaki-the-creative-impulse-2022-06-09",
            "created_at": "2022-06-08T16:55:31.796595Z",
            "updated_at": "2022-06-08T16:55:32.782189Z",
            "summary": "YEHOUDA CHAKI | the creative impulse is an Gallery Shows event starting on 09/06/2022, 00:00 and ending on 30/06/2022, 00:00. Event is in Odon Wagner Gallery with address 196 Davenport Road.",
            "title": "YEHOUDA CHAKI | the creative impulse",
            "content": null,
            "start_time": "2022-06-09T00:00:00.000000Z",
            "end_time": "2022-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "196 Davenport Road",
            "city": "Toronto, ON",
            "geolocation": "43.674898,-79.396176",
            "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": 8874,
            "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": 9707,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22aa7ccdd3904605aa63a2a35db5019d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22aa7ccdd3904605aa63a2a35db5019d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/22aa7ccdd3904605aa63a2a35db5019d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22aa7ccdd3904605aa63a2a35db5019d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22aa7ccdd3904605aa63a2a35db5019d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22aa7ccdd3904605aa63a2a35db5019d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22aa7ccdd3904605aa63a2a35db5019d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22aa7ccdd3904605aa63a2a35db5019d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22aa7ccdd3904605aa63a2a35db5019d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22aa7ccdd3904605aa63a2a35db5019d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-08T21:02:07.344433Z",
                "updated_at": "2022-06-08T21:02:07.344469Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4911,
                "name": "Oyoun",
                "slug": "oyoun",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.4839229,13.4228285",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2022-06-08T21:02:09.931610Z",
            "publish_time": null,
            "slug": "oyoun-akinbode-akinbiyi-may-ayim-poet-1996-2022-06-11",
            "created_at": "2022-06-08T21:02:11.726564Z",
            "updated_at": "2022-06-08T21:02:12.296075Z",
            "summary": "Akinbode Akinbiyi - May Ayim: Poet. 1996. is an Gallery Shows event starting on 11/06/2022, 00:00 and ending on 30/06/2022, 00:00. Event is in Oyoun with address Lucy-Lameck-Straße 32.",
            "title": "Akinbode Akinbiyi - May Ayim: Poet. 1996.",
            "content": null,
            "start_time": "2022-06-11T00:00:00.000000Z",
            "end_time": "2022-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Lucy-Lameck-Straße 32",
            "city": "Berlin",
            "geolocation": "52.4838008,13.4225619",
            "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": 8912,
            "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": 9737,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2ed3920bac864291ad667d768de3893a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2ed3920bac864291ad667d768de3893a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2ed3920bac864291ad667d768de3893a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2ed3920bac864291ad667d768de3893a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2ed3920bac864291ad667d768de3893a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2ed3920bac864291ad667d768de3893a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2ed3920bac864291ad667d768de3893a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2ed3920bac864291ad667d768de3893a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2ed3920bac864291ad667d768de3893a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2ed3920bac864291ad667d768de3893a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-08T21:35:09.680898Z",
                "updated_at": "2022-06-08T21:35:09.680933Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4898,
                "name": "The George Economou Collection",
                "slug": "george-economou-collection",
                "city": "Marousi",
                "country": {
                    "code": "GR",
                    "name": "Greece"
                },
                "geolocation": "38.04743140000001,23.8078646",
                "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": "GR",
            "publish_status": "published",
            "published_at": "2022-06-08T21:35:11.698537Z",
            "publish_time": null,
            "slug": "the-george-economou-collection-katharina-fritsch-2022-06-01",
            "created_at": "2022-06-08T21:35:12.456639Z",
            "updated_at": "2022-06-08T21:35:12.520360Z",
            "summary": "Katharina Fritsch is an Gallery Shows event starting on 01/06/2022, 00:00 and ending on 30/06/2022, 00:00. Event is in The George Economou Collection with address 80, Kifissias Ave..",
            "title": "Katharina Fritsch",
            "content": null,
            "start_time": "2022-06-01T00:00:00.000000Z",
            "end_time": "2022-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "80, Kifissias Ave.",
            "city": "Athens",
            "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": 8923,
            "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": 9748,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9563898f5e944dd6971cd4ed69e38921-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9563898f5e944dd6971cd4ed69e38921-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9563898f5e944dd6971cd4ed69e38921.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9563898f5e944dd6971cd4ed69e38921-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9563898f5e944dd6971cd4ed69e38921-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9563898f5e944dd6971cd4ed69e38921-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9563898f5e944dd6971cd4ed69e38921-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9563898f5e944dd6971cd4ed69e38921-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9563898f5e944dd6971cd4ed69e38921-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9563898f5e944dd6971cd4ed69e38921-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-08T21:35:20.954335Z",
                "updated_at": "2022-06-08T21:35:20.954370Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4758,
                "name": "Biggar and Upper Clydesdale Museum",
                "slug": "biggar-and-upper-clydesdale-museum",
                "city": "Biggar",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.62491439999999,-3.520043200000001",
                "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-06-08T21:35:24.753229Z",
            "publish_time": null,
            "slug": "the-biggar-upper-clydesdale-museum-recent-paintings-by-phoebe-cope-2022-06-03",
            "created_at": "2022-06-08T21:35:25.506291Z",
            "updated_at": "2022-06-08T21:35:25.852659Z",
            "summary": "Recent Paintings  by Phoebe Cope is an Gallery Shows event starting on 03/06/2022, 00:00 and ending on 30/06/2022, 00:00. Event is in Biggar and Upper Clydesdale Museum with address 156 High street.",
            "title": "Recent Paintings  by Phoebe Cope",
            "content": null,
            "start_time": "2022-06-03T00:00:00.000000Z",
            "end_time": "2022-06-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "156 High street",
            "city": "Biggar",
            "geolocation": "41.5537384,-72.65353509895886",
            "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": []
        }
    ]
}