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

{
    "count": 37591,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=27558&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=27522&ordering=start_time",
    "results": [
        {
            "id": 27400,
            "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": 26157,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ad2c6954b2cd494188796c79f5328a93-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ad2c6954b2cd494188796c79f5328a93-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ad2c6954b2cd494188796c79f5328a93.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ad2c6954b2cd494188796c79f5328a93-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ad2c6954b2cd494188796c79f5328a93-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ad2c6954b2cd494188796c79f5328a93-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ad2c6954b2cd494188796c79f5328a93-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ad2c6954b2cd494188796c79f5328a93-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ad2c6954b2cd494188796c79f5328a93-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ad2c6954b2cd494188796c79f5328a93-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-08T13:27:08.617362Z",
                "updated_at": "2023-06-08T13:27:08.617422Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4891,
                "name": "Tatjana Pieters",
                "slug": "tatjana-pieters",
                "city": "Ghent",
                "country": {
                    "code": "BE",
                    "name": "Belgium"
                },
                "geolocation": "51.06727979999999,3.7175208",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "BE",
            "publish_status": "published",
            "published_at": "2023-06-08T13:27:14.574444Z",
            "publish_time": null,
            "slug": "tatjana-pieters-sober-arthur-dufoor-2023-06-24",
            "created_at": "2023-06-08T13:27:15.501436Z",
            "updated_at": "2023-06-08T13:27:15.962098Z",
            "summary": "Sober / Arthur Dufoor is an Gallery Shows event starting on 24/06/2023, 00:00 and ending on 10/09/2023, 00:00. Event is in Tatjana Pieters with address Nieuwevaart 124.",
            "title": "Sober / Arthur Dufoor",
            "content": null,
            "start_time": "2023-06-24T00:00:00.000000Z",
            "end_time": "2023-09-10T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Nieuwevaart 124",
            "city": "Ghent",
            "geolocation": "52.3697896,4.9163397",
            "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": 27408,
            "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": 26165,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9459926166c6476292be812e7deac6bb-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9459926166c6476292be812e7deac6bb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9459926166c6476292be812e7deac6bb.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9459926166c6476292be812e7deac6bb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9459926166c6476292be812e7deac6bb-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9459926166c6476292be812e7deac6bb-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9459926166c6476292be812e7deac6bb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9459926166c6476292be812e7deac6bb-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9459926166c6476292be812e7deac6bb-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9459926166c6476292be812e7deac6bb-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-08T13:27:24.980804Z",
                "updated_at": "2023-06-08T13:27:24.980838Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4895,
                "name": "The Box",
                "slug": "box",
                "city": "Plymouth",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.3741406,-4.1370518",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-06-08T13:27:28.715276Z",
            "publish_time": null,
            "slug": "the-box-rana-begum-dappled-light-2023-06-24",
            "created_at": "2023-06-08T13:27:29.641690Z",
            "updated_at": "2023-06-08T13:27:30.125880Z",
            "summary": "Rana Begum: Dappled Light is an Gallery Shows event starting on 24/06/2023, 00:00 and ending on 24/09/2023, 00:00. Event is in The Box with address Tavistock Place.",
            "title": "Rana Begum: Dappled Light",
            "content": null,
            "start_time": "2023-06-24T00:00:00.000000Z",
            "end_time": "2023-09-24T00: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": "Tavistock Place",
            "city": "Plymouth",
            "geolocation": "52.01607285,-0.6543960740754523",
            "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": 27441,
            "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": 26196,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/011ef560770646cc95e49a20d8fc99d0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/011ef560770646cc95e49a20d8fc99d0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/011ef560770646cc95e49a20d8fc99d0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/011ef560770646cc95e49a20d8fc99d0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/011ef560770646cc95e49a20d8fc99d0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/011ef560770646cc95e49a20d8fc99d0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/011ef560770646cc95e49a20d8fc99d0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/011ef560770646cc95e49a20d8fc99d0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/011ef560770646cc95e49a20d8fc99d0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/011ef560770646cc95e49a20d8fc99d0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-08T13:30:34.232152Z",
                "updated_at": "2023-06-08T13:30:34.232213Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8630,
                "name": "Visitor Center",
                "slug": "visitor-center",
                "city": "Newburgh",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "41.503921,-74.0108351",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-06-08T13:30:39.193098Z",
            "publish_time": null,
            "slug": "visitor-center-the-divine-the-passion-the-magic-2023-06-24",
            "created_at": "2023-06-08T13:30:40.127585Z",
            "updated_at": "2023-06-08T13:30:42.108694Z",
            "summary": "The Divine, The Passion, & The Magic, is an Gallery Shows event starting on 24/06/2023, 00:00 and ending on 19/08/2023, 00:00. Event is in Visitor Center with address 233 Liberty street.",
            "title": "The Divine, The Passion, & The Magic,",
            "content": null,
            "start_time": "2023-06-24T00:00:00.000000Z",
            "end_time": "2023-08-19T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "233 Liberty street",
            "city": "Newburgh",
            "geolocation": "42.17490745,-71.03763487806728",
            "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": 27455,
            "author": {
                "id": "e6de8808-42ea-49dd-bb0b-07e3b4a0a29e",
                "username": "marketing@artsharela.org",
                "slug": "marketingartsharelaorg",
                "first_name": "Ree",
                "last_name": "Magana",
                "display_name": null,
                "display_name_full": "Ree Magana",
                "email": "marketing@artsharela.org",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 26209,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78c89da9689b4137b8e8ffcda3855fbc-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78c89da9689b4137b8e8ffcda3855fbc-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/78c89da9689b4137b8e8ffcda3855fbc.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78c89da9689b4137b8e8ffcda3855fbc-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78c89da9689b4137b8e8ffcda3855fbc-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78c89da9689b4137b8e8ffcda3855fbc-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78c89da9689b4137b8e8ffcda3855fbc-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78c89da9689b4137b8e8ffcda3855fbc-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78c89da9689b4137b8e8ffcda3855fbc-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78c89da9689b4137b8e8ffcda3855fbc-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-08T13:33:02.275801Z",
                "updated_at": "2023-06-08T13:33:02.275839Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6892,
                "name": "Art Share L.A.",
                "slug": "art-share-l",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0445952,-118.2364072",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4100,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/266483de65544f84ac7f876acdd00d33-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/266483de65544f84ac7f876acdd00d33-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/266483de65544f84ac7f876acdd00d33-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/266483de65544f84ac7f876acdd00d33.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/266483de65544f84ac7f876acdd00d33-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/266483de65544f84ac7f876acdd00d33-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/266483de65544f84ac7f876acdd00d33-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/266483de65544f84ac7f876acdd00d33-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-11-05T23:30:36.103547Z",
                    "updated_at": "2022-11-05T23:30:36.103584Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "e6de8808-42ea-49dd-bb0b-07e3b4a0a29e"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-06-08T13:33:07.738549Z",
            "publish_time": null,
            "slug": "art-share-la-the-comeback-fest-2023-06-24",
            "created_at": "2023-06-08T13:33:08.684940Z",
            "updated_at": "2023-06-08T13:33:10.331318Z",
            "summary": "The Comeback Fest is an Gallery Shows event starting on 24/06/2023, 00:00 and ending on 24/06/2023, 00:00. Event is in Art Share L.A. with address 801 E. 4th Place.",
            "title": "The Comeback Fest",
            "content": null,
            "start_time": "2023-06-24T00:00:00.000000Z",
            "end_time": "2023-06-24T00: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": "801 E. 4th Place",
            "city": "Los Angeles",
            "geolocation": "34.04462195,-118.23628896663931",
            "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": 27492,
            "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": 26236,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76b9634a67bd405ebbe1bb9f7205a4ba-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76b9634a67bd405ebbe1bb9f7205a4ba-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/76b9634a67bd405ebbe1bb9f7205a4ba.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76b9634a67bd405ebbe1bb9f7205a4ba-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76b9634a67bd405ebbe1bb9f7205a4ba-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76b9634a67bd405ebbe1bb9f7205a4ba-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76b9634a67bd405ebbe1bb9f7205a4ba-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76b9634a67bd405ebbe1bb9f7205a4ba-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76b9634a67bd405ebbe1bb9f7205a4ba-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76b9634a67bd405ebbe1bb9f7205a4ba-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-08T13:38:07.525537Z",
                "updated_at": "2023-06-08T13:38:07.525576Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6399,
                "name": "Gallery Nostrum",
                "slug": "gallery-nostrum",
                "city": "Wavre",
                "country": {
                    "code": "BE",
                    "name": "Belgium"
                },
                "geolocation": "50.7150222,4.613377",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "BE",
            "publish_status": "published",
            "published_at": "2023-06-08T13:38:12.508058Z",
            "publish_time": null,
            "slug": "gallery-nostrum-sullimpronta-2023-06-24",
            "created_at": "2023-06-08T13:38:13.438337Z",
            "updated_at": "2023-06-08T13:38:13.852659Z",
            "summary": "« Sull’Impronta » is an Gallery Shows event starting on 24/06/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in Gallery Nostrum with address Rue Florimond Letroye 13.",
            "title": "« Sull’Impronta »",
            "content": null,
            "start_time": "2023-06-24T00:00:00.000000Z",
            "end_time": "2023-07-08T00: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": "Rue Florimond Letroye 13",
            "city": "Brussels",
            "geolocation": "50.715012,4.6134245",
            "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": 27580,
            "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": 26316,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75ba65e3ae4e448984ed88f312975c09-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75ba65e3ae4e448984ed88f312975c09-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/75ba65e3ae4e448984ed88f312975c09.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75ba65e3ae4e448984ed88f312975c09-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75ba65e3ae4e448984ed88f312975c09-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75ba65e3ae4e448984ed88f312975c09-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75ba65e3ae4e448984ed88f312975c09-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75ba65e3ae4e448984ed88f312975c09-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75ba65e3ae4e448984ed88f312975c09-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75ba65e3ae4e448984ed88f312975c09-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-08T13:51:40.642724Z",
                "updated_at": "2023-06-08T13:51:40.642766Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4895,
                "name": "The Box",
                "slug": "box",
                "city": "Plymouth",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.3741406,-4.1370518",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-06-08T13:51:45.426018Z",
            "publish_time": null,
            "slug": "the-box-reframing-reynolds-a-celebration-2023-06-24",
            "created_at": "2023-06-08T13:51:46.355589Z",
            "updated_at": "2023-06-08T13:51:46.763359Z",
            "summary": "Reframing Reynolds: A Celebration is an Gallery Shows event starting on 24/06/2023, 00:00 and ending on 29/10/2023, 00:00. Event is in The Box with address Tavistock Place.",
            "title": "Reframing Reynolds: A Celebration",
            "content": null,
            "start_time": "2023-06-24T00:00:00.000000Z",
            "end_time": "2023-10-29T00: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": "Tavistock Place",
            "city": "Plymouth",
            "geolocation": "52.01607285,-0.6543960740754523",
            "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": 27665,
            "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": 26395,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eea68503b16842b6bbf13dd231258071-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eea68503b16842b6bbf13dd231258071-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/eea68503b16842b6bbf13dd231258071.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eea68503b16842b6bbf13dd231258071-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eea68503b16842b6bbf13dd231258071-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eea68503b16842b6bbf13dd231258071-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eea68503b16842b6bbf13dd231258071-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eea68503b16842b6bbf13dd231258071-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eea68503b16842b6bbf13dd231258071-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eea68503b16842b6bbf13dd231258071-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-15T19:29:26.824391Z",
                "updated_at": "2023-06-15T19:29:26.824462Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3234,
                "name": "Arnolfini",
                "slug": "arnolfini",
                "city": "Bristol",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4497131,-2.5973567",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-06-15T19:29:31.101780Z",
            "publish_time": null,
            "slug": "arnolfini-bristol-refugee-festival-family-workshop-brac-artist-bookmaking-2023-06-24",
            "created_at": "2023-06-15T19:29:32.032135Z",
            "updated_at": "2023-06-15T19:29:32.797244Z",
            "summary": "Bristol Refugee Festival Family workshop: BRAC Artist Bookmaking is an Gallery Shows event starting on 24/06/2023, 00:00 and ending on 25/06/2023, 00:00. Event is in Arnolfini with address 16 Narrow Quay.",
            "title": "Bristol Refugee Festival Family workshop: BRAC Artist Bookmaking",
            "content": null,
            "start_time": "2023-06-24T00:00:00.000000Z",
            "end_time": "2023-06-25T00: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 Narrow Quay",
            "city": "Bristol",
            "geolocation": "51.44930325,-2.597288902072025",
            "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": 27681,
            "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": 26411,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72e5a19a046f401db0ab24c04d252fca-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72e5a19a046f401db0ab24c04d252fca-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/72e5a19a046f401db0ab24c04d252fca.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72e5a19a046f401db0ab24c04d252fca-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72e5a19a046f401db0ab24c04d252fca-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72e5a19a046f401db0ab24c04d252fca-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72e5a19a046f401db0ab24c04d252fca-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72e5a19a046f401db0ab24c04d252fca-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72e5a19a046f401db0ab24c04d252fca-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72e5a19a046f401db0ab24c04d252fca-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-15T19:40:07.880077Z",
                "updated_at": "2023-06-15T19:40:07.880115Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4196,
                "name": "Cell Project Space",
                "slug": "cell-project-space",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.53315569999999,-0.0569849",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-06-15T19:40:12.778991Z",
            "publish_time": null,
            "slug": "cell-project-space-niklas-taleb-solo-yolo-2023-06-24",
            "created_at": "2023-06-15T19:40:13.688170Z",
            "updated_at": "2023-06-15T19:40:14.074800Z",
            "summary": "Niklas Taleb: Solo Yolo is an Gallery Shows event starting on 24/06/2023, 00:00 and ending on 13/08/2023, 00:00. Event is in Cell Project Space with address 258 Cambridge Heath Road.",
            "title": "Niklas Taleb: Solo Yolo",
            "content": null,
            "start_time": "2023-06-24T00:00:00.000000Z",
            "end_time": "2023-08-13T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "258 Cambridge Heath Road",
            "city": "London",
            "geolocation": "51.5200846,-0.0563938",
            "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": 27709,
            "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": 26436,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3facce6511894a12b48d3fa982ae0d8c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3facce6511894a12b48d3fa982ae0d8c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3facce6511894a12b48d3fa982ae0d8c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3facce6511894a12b48d3fa982ae0d8c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3facce6511894a12b48d3fa982ae0d8c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3facce6511894a12b48d3fa982ae0d8c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3facce6511894a12b48d3fa982ae0d8c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3facce6511894a12b48d3fa982ae0d8c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3facce6511894a12b48d3fa982ae0d8c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3facce6511894a12b48d3fa982ae0d8c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-15T19:55:25.316771Z",
                "updated_at": "2023-06-15T19:55:25.316820Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4980,
                "name": "Galerie Thomas Schulte",
                "slug": "galerie-thomas-schulte",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.51015050000001,13.3920928",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-06-15T19:55:39.467660Z",
            "publish_time": null,
            "slug": "galerie-thomas-schulte-alfredo-jaar-the-temptation-to-exist-2023-06-24",
            "created_at": "2023-06-15T19:55:40.378222Z",
            "updated_at": "2023-06-15T19:55:42.959168Z",
            "summary": "Alfredo Jaar: The Temptation to Exist is an Gallery Shows event starting on 24/06/2023, 00:00 and ending on 12/08/2023, 00:00. Event is in Galerie Thomas Schulte with address Charlottenstraße 24.",
            "title": "Alfredo Jaar: The Temptation to Exist",
            "content": null,
            "start_time": "2023-06-24T00:00:00.000000Z",
            "end_time": "2023-08-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": "Charlottenstraße 24",
            "city": "Berlin",
            "geolocation": "52.5912805,13.4106818",
            "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": 27730,
            "author": {
                "id": "b5831ba0-a7fc-4c2b-8937-ab6b1eda9c87",
                "username": "silvia_1472",
                "slug": "silvia_1472",
                "first_name": "Silvia",
                "last_name": "Bonsiepe",
                "display_name": "Silvia Bonsiepe",
                "display_name_full": "Silvia Bonsiepe",
                "email": "silvia.bonsiepe@klemms-berlin.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 26458,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39174c644e5c441ebf091842f4d01a35-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39174c644e5c441ebf091842f4d01a35-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/39174c644e5c441ebf091842f4d01a35.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39174c644e5c441ebf091842f4d01a35-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39174c644e5c441ebf091842f4d01a35-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39174c644e5c441ebf091842f4d01a35-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39174c644e5c441ebf091842f4d01a35-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39174c644e5c441ebf091842f4d01a35-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39174c644e5c441ebf091842f4d01a35-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/39174c644e5c441ebf091842f4d01a35-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-15T19:58:45.686822Z",
                "updated_at": "2023-06-15T19:58:45.686860Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3057,
                "name": "Klemm's",
                "slug": "klemms",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5016658,13.4138041",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2705,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/klemms-dp-1586446666-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/klemms-dp-1586446666-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/klemms-dp-1586446666-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/klemms-dp-1586446666.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/klemms-dp-1586446666-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/klemms-dp-1586446666-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/klemms-dp-1586446666-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/klemms-dp-1586446666-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-05-07T14:55:07.393341Z",
                    "updated_at": "2021-09-14T13:36:18.479880Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "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": "DE",
            "publish_status": "published",
            "published_at": "2023-06-15T19:58:50.485742Z",
            "publish_time": null,
            "slug": "klemms-obselfed-2023-06-24",
            "created_at": "2023-06-15T19:58:51.411641Z",
            "updated_at": "2023-06-15T19:58:51.821045Z",
            "summary": "Obselfed is an Gallery Shows event starting on 24/06/2023, 00:00 and ending on 29/07/2023, 00:00. Event is in Klemm's with address 29 Prinzessinnenstraße.",
            "title": "Obselfed",
            "content": null,
            "start_time": "2023-06-24T00:00:00.000000Z",
            "end_time": "2023-07-29T00: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": "29 Prinzessinnenstraße",
            "city": "Berlin",
            "geolocation": "52.386542,13.394249",
            "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": 27764,
            "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": 26497,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0f56143b48214554bedf67028212be43-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0f56143b48214554bedf67028212be43-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0f56143b48214554bedf67028212be43.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0f56143b48214554bedf67028212be43-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0f56143b48214554bedf67028212be43-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0f56143b48214554bedf67028212be43-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0f56143b48214554bedf67028212be43-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0f56143b48214554bedf67028212be43-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0f56143b48214554bedf67028212be43-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0f56143b48214554bedf67028212be43-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-17T10:48:03.861271Z",
                "updated_at": "2023-06-17T10:48:03.861309Z",
                "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": "DE",
            "publish_status": "published",
            "published_at": "2023-06-17T10:48:07.159499Z",
            "publish_time": null,
            "slug": "galerie-bastian-damien-hirst-oranges-and-lemons-2023-06-24",
            "created_at": "2023-06-17T10:48:08.084574Z",
            "updated_at": "2023-06-17T10:48:08.571693Z",
            "summary": "Damien Hirst – Oranges And Lemons is an Gallery Shows event starting on 24/06/2023, 00:00 and ending on 05/08/2023, 00:00. Event is in Galerie Bastian with address Taylorstraße 1.",
            "title": "Damien Hirst – Oranges And Lemons",
            "content": null,
            "start_time": "2023-06-24T00:00:00.000000Z",
            "end_time": "2023-08-05T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Taylorstraße 1",
            "city": "Berlin",
            "geolocation": "52.453898800000005,13.271701480433562",
            "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": 27827,
            "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": 26547,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b93c814e88af461998fc3117c44d7456-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b93c814e88af461998fc3117c44d7456-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b93c814e88af461998fc3117c44d7456.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b93c814e88af461998fc3117c44d7456-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b93c814e88af461998fc3117c44d7456-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b93c814e88af461998fc3117c44d7456-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b93c814e88af461998fc3117c44d7456-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b93c814e88af461998fc3117c44d7456-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b93c814e88af461998fc3117c44d7456-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b93c814e88af461998fc3117c44d7456-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-17T10:57:06.415273Z",
                "updated_at": "2023-06-17T10:57:06.415312Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7574,
                "name": "Scottish National Portrait Gallery",
                "slug": "scottish-national-portrait-gallery",
                "city": "Edinburgh",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.9554434,-3.1935546",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-06-17T10:57:08.558676Z",
            "publish_time": null,
            "slug": "scottish-national-portrait-gallery-your-art-world-2023-06-24",
            "created_at": "2023-06-17T10:57:09.481988Z",
            "updated_at": "2023-06-17T10:57:09.529297Z",
            "summary": "Your Art World is an Gallery Shows event starting on 24/06/2023, 00:00 and ending on 14/04/2024, 00:00. Event is in Scottish National Portrait Gallery with address 1 Queen Stree.",
            "title": "Your Art World",
            "content": null,
            "start_time": "2023-06-24T00:00:00.000000Z",
            "end_time": "2024-04-14T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1 Queen Stree",
            "city": "Edinburgh",
            "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": 27830,
            "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": 26548,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6ba8faea2aa4c84a67428a104c44986-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6ba8faea2aa4c84a67428a104c44986-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d6ba8faea2aa4c84a67428a104c44986.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6ba8faea2aa4c84a67428a104c44986-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6ba8faea2aa4c84a67428a104c44986-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6ba8faea2aa4c84a67428a104c44986-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6ba8faea2aa4c84a67428a104c44986-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6ba8faea2aa4c84a67428a104c44986-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6ba8faea2aa4c84a67428a104c44986-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d6ba8faea2aa4c84a67428a104c44986-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-17T10:57:08.608043Z",
                "updated_at": "2023-06-17T10:57:08.608101Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4445,
                "name": "SCOTTY e.V.",
                "slug": "scotty-ev",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.50289,13.4139429",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-06-17T10:57:11.627945Z",
            "publish_time": null,
            "slug": "scotty-ev-material-2023-06-24",
            "created_at": "2023-06-17T10:57:12.564449Z",
            "updated_at": "2023-06-17T10:57:13.174356Z",
            "summary": "Material is an Gallery Shows event starting on 24/06/2023, 00:00 and ending on 29/07/2023, 00:00. Event is in SCOTTY e.V. with address 46 Oranienstraße.",
            "title": "Material",
            "content": null,
            "start_time": "2023-06-24T00:00:00.000000Z",
            "end_time": "2023-07-29T00: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": "46 Oranienstraße",
            "city": "Berlin",
            "geolocation": "50.073397650000004,8.23753216478369",
            "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": 27842,
            "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": 26556,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d93802b46f304befa11cb0ecd3f29a54-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d93802b46f304befa11cb0ecd3f29a54-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d93802b46f304befa11cb0ecd3f29a54.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d93802b46f304befa11cb0ecd3f29a54-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d93802b46f304befa11cb0ecd3f29a54-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d93802b46f304befa11cb0ecd3f29a54-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d93802b46f304befa11cb0ecd3f29a54-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d93802b46f304befa11cb0ecd3f29a54-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d93802b46f304befa11cb0ecd3f29a54-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d93802b46f304befa11cb0ecd3f29a54-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-17T11:00:11.149185Z",
                "updated_at": "2023-06-17T11:00:11.149240Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5559,
                "name": "The Geffen Contemporary at MOCA",
                "slug": "geffen-contemporary-moca",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0504854,-118.2385914",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-06-17T11:00:14.460352Z",
            "publish_time": null,
            "slug": "the-geffen-contemporary-at-moca-olafur-eliasson-2023-06-24",
            "created_at": "2023-06-17T11:00:15.371949Z",
            "updated_at": "2023-06-17T11:00:20.305480Z",
            "summary": "Olafur Eliasson is an Gallery Shows event starting on 24/06/2023, 00:00 and ending on 24/01/2024, 01:00. Event is in The Geffen Contemporary at MOCA with address 152 N Central Ave.",
            "title": "Olafur Eliasson",
            "content": null,
            "start_time": "2023-06-24T00:00:00.000000Z",
            "end_time": "2024-01-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": "152 N Central Ave",
            "city": "Los Angeles",
            "geolocation": "38.0850885,-79.38076511875559",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 27848,
            "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": 26560,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8cf322c5fbcf45cbb6b8129cd48a0a92-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8cf322c5fbcf45cbb6b8129cd48a0a92-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8cf322c5fbcf45cbb6b8129cd48a0a92.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8cf322c5fbcf45cbb6b8129cd48a0a92-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8cf322c5fbcf45cbb6b8129cd48a0a92-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8cf322c5fbcf45cbb6b8129cd48a0a92-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8cf322c5fbcf45cbb6b8129cd48a0a92-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8cf322c5fbcf45cbb6b8129cd48a0a92-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8cf322c5fbcf45cbb6b8129cd48a0a92-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8cf322c5fbcf45cbb6b8129cd48a0a92-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-17T11:00:24.787527Z",
                "updated_at": "2023-06-17T11:00:24.787564Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5116,
                "name": "The Mosaic Rooms",
                "slug": "mosaic-rooms",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4949072,-0.1953028",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-06-17T11:00:28.582791Z",
            "publish_time": null,
            "slug": "the-mosaic-rooms-tools-for-solidarity-resolve-collective-2023-06-24",
            "created_at": "2023-06-17T11:00:29.515662Z",
            "updated_at": "2023-06-17T11:00:29.888217Z",
            "summary": "Tools for Solidarity | RESOLVE Collective is an Gallery Shows event starting on 24/06/2023, 00:00 and ending on 05/11/2023, 01:00. Event is in The Mosaic Rooms with address Tower House.",
            "title": "Tools for Solidarity | RESOLVE Collective",
            "content": null,
            "start_time": "2023-06-24T00:00:00.000000Z",
            "end_time": "2023-11-05T01: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": "Tower House",
            "city": "London",
            "geolocation": "51.499834199999995,-0.20316207330508207",
            "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": 27854,
            "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": 4298,
                "name": "Westwood Gallery",
                "slug": "westwood-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7233344,-73.99326429999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-06-17T11:02:25.724547Z",
            "publish_time": null,
            "slug": "westwood-gallery-artists-on-the-bowery-part-4-arman-joanne-greenbaum-elizabeth-murray-dorothea-rockburne-jack-tworkov-2023-06-24",
            "created_at": "2023-06-17T11:02:26.640609Z",
            "updated_at": "2023-06-17T11:02:26.999333Z",
            "summary": "Artists on the Bowery Part 4: Arman, Joanne Greenbaum, Elizabeth Murray, Dorothea Rockburne, Jack Tworkov is an Gallery Shows event starting on 24/06/2023, 00:00 and ending on 19/08/2023, 00:00. Event is in Westwood Gallery with address 262 Bowery.",
            "title": "Artists on the Bowery Part 4: Arman, Joanne Greenbaum, Elizabeth Murray, Dorothea Rockburne, Jack Tworkov",
            "content": null,
            "start_time": "2023-06-24T00:00:00.000000Z",
            "end_time": "2023-08-19T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "262 Bowery",
            "city": "New York",
            "geolocation": "40.7233538,-73.9932921",
            "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": 27856,
            "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": 26566,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d1169899483f4245be26b5a4071e0409-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d1169899483f4245be26b5a4071e0409-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d1169899483f4245be26b5a4071e0409.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d1169899483f4245be26b5a4071e0409-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d1169899483f4245be26b5a4071e0409-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d1169899483f4245be26b5a4071e0409-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d1169899483f4245be26b5a4071e0409-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d1169899483f4245be26b5a4071e0409-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d1169899483f4245be26b5a4071e0409-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d1169899483f4245be26b5a4071e0409-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-17T11:02:27.221775Z",
                "updated_at": "2023-06-17T11:02:27.221812Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4298,
                "name": "Westwood Gallery",
                "slug": "westwood-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7233344,-73.99326429999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-06-17T11:02:31.182752Z",
            "publish_time": null,
            "slug": "westwood-gallery-artists-on-the-bowery-part-4-2023-06-24",
            "created_at": "2023-06-17T11:02:32.114010Z",
            "updated_at": "2023-06-17T11:02:32.936782Z",
            "summary": "Artists on the Bowery Part 4 is an Gallery Shows event starting on 24/06/2023, 00:00 and ending on 19/08/2023, 00:00. Event is in Westwood Gallery with address 262 Bowery.",
            "title": "Artists on the Bowery Part 4",
            "content": null,
            "start_time": "2023-06-24T00:00:00.000000Z",
            "end_time": "2023-08-19T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "262 Bowery",
            "city": "New York",
            "geolocation": "40.7233538,-73.9932921",
            "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": 27934,
            "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": 26639,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9846f6b2aaba44eaab5b95c27667ee4d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9846f6b2aaba44eaab5b95c27667ee4d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9846f6b2aaba44eaab5b95c27667ee4d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9846f6b2aaba44eaab5b95c27667ee4d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9846f6b2aaba44eaab5b95c27667ee4d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9846f6b2aaba44eaab5b95c27667ee4d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9846f6b2aaba44eaab5b95c27667ee4d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9846f6b2aaba44eaab5b95c27667ee4d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9846f6b2aaba44eaab5b95c27667ee4d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9846f6b2aaba44eaab5b95c27667ee4d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-20T14:07:31.375119Z",
                "updated_at": "2023-06-20T14:07:31.375162Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3741,
                "name": "Upright Gallery",
                "slug": "upright-gallery",
                "city": "Edinburgh",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.9396469,-3.2042732",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-06-20T14:07:36.102992Z",
            "publish_time": null,
            "slug": "upright-gallery-shapeshifter-sarah-louise-hawkins-2023-06-24",
            "created_at": "2023-06-20T14:07:37.015920Z",
            "updated_at": "2023-06-20T14:07:37.374847Z",
            "summary": "Shapeshifter : Sarah Louise Hawkins is an Gallery Shows event starting on 24/06/2023, 00:00 and ending on 14/07/2023, 00:00. Event is in Upright Gallery with address 3 Barclay Terrace.",
            "title": "Shapeshifter : Sarah Louise Hawkins",
            "content": null,
            "start_time": "2023-06-24T00:00:00.000000Z",
            "end_time": "2023-07-14T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "3 Barclay Terrace",
            "city": "Edinburgh",
            "geolocation": "55.939623,-3.2042815",
            "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": []
        }
    ]
}