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

{
    "count": 37604,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=5040&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=5004&ordering=start_time",
    "results": [
        {
            "id": 20517,
            "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": 19847,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7fe4e4258ec849e79df83f87da0e6509-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7fe4e4258ec849e79df83f87da0e6509-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7fe4e4258ec849e79df83f87da0e6509-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7fe4e4258ec849e79df83f87da0e6509-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7fe4e4258ec849e79df83f87da0e6509-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7fe4e4258ec849e79df83f87da0e6509.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7fe4e4258ec849e79df83f87da0e6509-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7fe4e4258ec849e79df83f87da0e6509-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7fe4e4258ec849e79df83f87da0e6509-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7fe4e4258ec849e79df83f87da0e6509-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-24T19:55:55.260455Z",
                "updated_at": "2023-02-10T15:12:02.320479Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3734,
                "name": "Boomer Gallery",
                "slug": "boomer-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5163745,-0.06950089999999999",
                "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-01-24T19:56:00.034630Z",
            "publish_time": null,
            "slug": "boomer-gallery-boomer-gallery-vogue-second-edition-2021-07-09",
            "created_at": "2023-01-24T19:56:00.918932Z",
            "updated_at": "2023-01-24T19:56:01.496163Z",
            "summary": "Boomer Gallery VOGUE - Second Edition is an Gallery Shows event starting on 09/07/2021, 00:00 and ending on 14/07/2021, 00:00. Event is in Boomer Gallery with address E1 Studios.",
            "title": "Boomer Gallery VOGUE - Second Edition",
            "content": null,
            "start_time": "2021-07-09T00:00:00.000000Z",
            "end_time": "2021-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": "E1 Studios",
            "city": "London",
            "geolocation": "51.51641205,-0.06939298562618776",
            "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": 5101,
            "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": 6451,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2499199080_1623817424-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2499199080_1623817424-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2499199080_1623817424-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2499199080_1623817424-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2499199080_1623817424-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2499199080_1623817424.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2499199080_1623817424-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2499199080_1623817424-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2499199080_1623817424-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2499199080_1623817424-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-10-18T14:05:39.848670Z",
                "updated_at": "2021-10-18T14:05:39.848723Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 274,
                "name": "Museum für Gestaltung Zürich",
                "slug": "museum-fur-gestaltung-zurich",
                "city": "Zurich",
                "country": {
                    "code": "CH",
                    "name": "Switzerland"
                },
                "geolocation": "47.3830462,8.53665490000003",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "CH",
            "publish_status": "published",
            "published_at": "2021-10-18T14:05:40.548699Z",
            "publish_time": null,
            "slug": "museum-fur-gestaltung-zurich-ausstellungsstrasse-alberto-venzago-taking-pictures-making-pictures-2021-07-09",
            "created_at": "2021-10-18T14:05:41.462307Z",
            "updated_at": "2021-10-18T14:05:41.806067Z",
            "summary": "Alberto Venzago: Taking Pictures – Making Pictures is an Museum Exhibitions event starting on 09/07/2021, 00:00 and ending on 02/01/2022, 01:00. Event is in Museum für Gestaltung Zürich with address Ausstellungsstrasse 60.",
            "title": "Alberto Venzago: Taking Pictures – Making Pictures",
            "content": null,
            "start_time": "2021-07-09T00:00:00.000000Z",
            "end_time": "2022-01-02T01: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": "Ausstellungsstrasse 60",
            "city": "Zurich",
            "geolocation": "47.3829824,8.5357988",
            "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": 3585,
            "author": {
                "id": "707d1057-0652-4b78-9dc1-dfa81a3877f6",
                "username": "havengallery",
                "slug": "havengallery",
                "first_name": "erica",
                "last_name": "berkowitz",
                "display_name": "erica berkowitz",
                "display_name_full": "erica berkowitz",
                "email": "info@havenartgallery.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 5063,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6418248657_1623817323-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6418248657_1623817323-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6418248657_1623817323-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6418248657_1623817323-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6418248657_1623817323-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6418248657_1623817323.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6418248657_1623817323-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6418248657_1623817323-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6418248657_1623817323-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6418248657_1623817323-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-06-18T16:38:45.583915Z",
                "updated_at": "2021-09-13T11:44:55.177621Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 1993,
                "name": "Haven Gallery",
                "slug": "haven-gallery",
                "city": "Northport",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.9007761,-73.34910259999998",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2313,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/havengallery-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/havengallery-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/havengallery-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/havengallery-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/havengallery-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/havengallery-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/havengallery.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/havengallery-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-23T06:22:18.455423Z",
                    "updated_at": "2021-09-14T13:27:08.981807Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "havengallery",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2021-06-18T16:38:46.456275Z",
            "publish_time": null,
            "slug": "haven-gallery-northport-calvin-laituri-ruin-and-renascence-2021-07-10",
            "created_at": "2021-06-18T16:38:47.192544Z",
            "updated_at": "2022-08-03T08:41:55.032466Z",
            "summary": "Calvin Laituri: Ruin and Renascence is an Gallery Shows event starting on 10/07/2021, 00:00 and ending on 08/08/2021, 00:00. Event is in Haven Gallery with address 90 Main St..",
            "title": "Calvin Laituri: Ruin and Renascence",
            "content": null,
            "start_time": "2021-07-10T00:00:00.000000Z",
            "end_time": "2021-08-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": "90 Main St.",
            "city": "Northport",
            "geolocation": "48.824335399999995,9.2168055",
            "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": 3609,
            "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": 5087,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8044181694_1620952884-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8044181694_1620952884-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8044181694_1620952884-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8044181694_1620952884-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8044181694_1620952884-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8044181694_1620952884.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8044181694_1620952884-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8044181694_1620952884-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8044181694_1620952884-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8044181694_1620952884-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-06-21T00:32:32.273523Z",
                "updated_at": "2021-09-13T11:45:18.941962Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3428,
                "name": "Kettle's Yard",
                "slug": "kettles-yard",
                "city": "Cambridge",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.212485,0.1130069",
                "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": "2021-06-21T00:32:33.295448Z",
            "publish_time": null,
            "slug": "kettles-yard-untitled-art-on-the-conditions-of-our-time-2021-07-10",
            "created_at": "2021-06-21T00:32:34.033975Z",
            "updated_at": "2021-06-21T00:32:34.414590Z",
            "summary": "Untitled: Art on the conditions of our time is an Gallery Shows event starting on 10/07/2021, 00:00 and ending on 03/10/2021, 00:00. Event is in Kettle's Yard with address Castle Street.",
            "title": "Untitled: Art on the conditions of our time",
            "content": null,
            "start_time": "2021-07-10T00:00:00.000000Z",
            "end_time": "2021-10-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Castle Street",
            "city": "Cambridge",
            "geolocation": "51.7510174,-1.2615214",
            "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": 3619,
            "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": 5097,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5200245625_1623817375-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5200245625_1623817375-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5200245625_1623817375-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5200245625_1623817375-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5200245625_1623817375-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5200245625_1623817375.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5200245625_1623817375-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5200245625_1623817375-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5200245625_1623817375-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5200245625_1623817375-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-06-21T16:49:46.320235Z",
                "updated_at": "2021-09-13T11:45:27.456400Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3437,
                "name": "Kunstverein Harburger Bahnhof",
                "slug": "kunstverein-harburger-bahnhof",
                "city": "Hamburg",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "53.4562403,9.991656599999999",
                "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": "2021-06-21T16:49:47.078196Z",
            "publish_time": null,
            "slug": "kunstverein-harburger-bahnhof-maximiliane-baumgartner-laura-ziegler-aha-2021-07-10",
            "created_at": "2021-06-21T16:49:47.821053Z",
            "updated_at": "2021-06-21T16:49:48.964867Z",
            "summary": "Maximiliane Baumgartner & Laura Ziegler: Aha! is an Gallery Shows event starting on 10/07/2021, 00:00 and ending on 22/08/2021, 00:00. Event is in Kunstverein Harburger Bahnhof with address Hannoversche Strasse 85.",
            "title": "Maximiliane Baumgartner & Laura Ziegler: Aha!",
            "content": null,
            "start_time": "2021-07-10T00:00:00.000000Z",
            "end_time": "2021-08-22T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Hannoversche Strasse 85",
            "city": "Hamburg",
            "geolocation": "52.8854217,8.8548543",
            "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": 3620,
            "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": 5098,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5945889857_1623817365-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5945889857_1623817365-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5945889857_1623817365-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5945889857_1623817365-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5945889857_1623817365-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5945889857_1623817365.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5945889857_1623817365-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5945889857_1623817365-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5945889857_1623817365-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5945889857_1623817365-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-06-21T16:49:46.377244Z",
                "updated_at": "2021-09-13T11:45:29.156662Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3437,
                "name": "Kunstverein Harburger Bahnhof",
                "slug": "kunstverein-harburger-bahnhof",
                "city": "Hamburg",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "53.4562403,9.991656599999999",
                "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": "2021-06-21T16:49:47.211187Z",
            "publish_time": null,
            "slug": "kunstverein-harburger-bahnhof-grind-shine-inc-by-cake-cash-2021-07-10",
            "created_at": "2021-06-21T16:49:47.949072Z",
            "updated_at": "2021-06-21T16:49:49.423945Z",
            "summary": "Grind & Shine Inc. by Cake & Cash is an Gallery Shows event starting on 10/07/2021, 00:00 and ending on 07/08/2021, 00:00. Event is in Kunstverein Harburger Bahnhof with address Hannoversche Strasse 85.",
            "title": "Grind & Shine Inc. by Cake & Cash",
            "content": null,
            "start_time": "2021-07-10T00:00:00.000000Z",
            "end_time": "2021-08-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Hannoversche Strasse 85",
            "city": "Hamburg",
            "geolocation": "52.8854217,8.8548543",
            "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": 3621,
            "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": 5099,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1337687516_1623815228-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1337687516_1623815228-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1337687516_1623815228-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1337687516_1623815228-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1337687516_1623815228-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1337687516_1623815228.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1337687516_1623815228-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1337687516_1623815228-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1337687516_1623815228-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1337687516_1623815228-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-06-21T16:49:47.799766Z",
                "updated_at": "2021-09-13T11:45:29.170013Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3438,
                "name": "La Luz De Jesus Gallery",
                "slug": "la-luz-de-jesus-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.10038979999999,-118.2900078",
                "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": "2021-06-21T16:49:48.956533Z",
            "publish_time": null,
            "slug": "la-luz-de-jesus-gallery-dianne-bennett-celestial-terrestrials-and-holy-ghosts-2021-07-10",
            "created_at": "2021-06-21T16:49:49.699967Z",
            "updated_at": "2021-06-21T16:49:50.060304Z",
            "summary": "Dianne Bennett-\"celestial terrestrials and holy ghosts” is an Gallery Shows event starting on 10/07/2021, 00:00 and ending on 30/08/2021, 00:00. Event is in La Luz De Jesus Gallery with address 4633 Hollywood Boulevard.",
            "title": "Dianne Bennett-\"celestial terrestrials and holy ghosts”",
            "content": null,
            "start_time": "2021-07-10T00:00:00.000000Z",
            "end_time": "2021-08-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "4633 Hollywood Boulevard",
            "city": "Los Angeles",
            "geolocation": "26.010222984924624,-80.19342575376884",
            "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": 3622,
            "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": 5100,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1808527288_1623815613-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1808527288_1623815613-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1808527288_1623815613-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1808527288_1623815613-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1808527288_1623815613-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1808527288_1623815613.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1808527288_1623815613-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1808527288_1623815613-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1808527288_1623815613-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1808527288_1623815613-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-06-21T16:49:47.886744Z",
                "updated_at": "2021-09-13T11:45:29.976644Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3438,
                "name": "La Luz De Jesus Gallery",
                "slug": "la-luz-de-jesus-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.10038979999999,-118.2900078",
                "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": "2021-06-21T16:49:49.038349Z",
            "publish_time": null,
            "slug": "la-luz-de-jesus-gallery-zachary-benson-friedberg-relatively-quotidian-2021-07-10",
            "created_at": "2021-06-21T16:49:49.765693Z",
            "updated_at": "2021-06-21T16:49:50.534941Z",
            "summary": "Zachary Benson Friedberg – Relatively Quotidian is an Gallery Shows event starting on 10/07/2021, 00:00 and ending on 30/08/2021, 00:00. Event is in La Luz De Jesus Gallery with address 4633 Hollywood Boulevard.",
            "title": "Zachary Benson Friedberg – Relatively Quotidian",
            "content": null,
            "start_time": "2021-07-10T00:00:00.000000Z",
            "end_time": "2021-08-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "4633 Hollywood Boulevard",
            "city": "Los Angeles",
            "geolocation": "26.010222984924624,-80.19342575376884",
            "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": 3696,
            "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": 5161,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5883850780_1623815441-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5883850780_1623815441-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5883850780_1623815441-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5883850780_1623815441-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5883850780_1623815441-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5883850780_1623815441.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5883850780_1623815441-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5883850780_1623815441-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5883850780_1623815441-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5883850780_1623815441-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-06-22T16:37:08.954955Z",
                "updated_at": "2021-09-13T11:46:18.872915Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3466,
                "name": "Mash Gallery",
                "slug": "mash-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0403787,-118.2312842",
                "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": "2021-06-22T16:37:09.705156Z",
            "publish_time": null,
            "slug": "mash-gallery-after-the-rain-2021-07-10",
            "created_at": "2021-06-22T16:37:10.971276Z",
            "updated_at": "2021-06-22T16:37:11.556233Z",
            "summary": "After the Rain is an Gallery Shows event starting on 10/07/2021, 00:00 and ending on 14/08/2021, 00:00. Event is in Mash Gallery with address 1325 Palmetto Ave.",
            "title": "After the Rain",
            "content": null,
            "start_time": "2021-07-10T00:00:00.000000Z",
            "end_time": "2021-08-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": "1325 Palmetto Ave",
            "city": "Los Angeles",
            "geolocation": "26.64769784848485,-81.64376524242425",
            "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": 3863,
            "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": 5327,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6913310289_1621999672-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6913310289_1621999672-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6913310289_1621999672-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6913310289_1621999672-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6913310289_1621999672-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6913310289_1621999672.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6913310289_1621999672-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6913310289_1621999672-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6913310289_1621999672-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6913310289_1621999672-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-07-15T12:34:50.060013Z",
                "updated_at": "2021-09-13T11:48:51.319010Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3549,
                "name": "York Open Studios",
                "slug": "york-open-studios",
                "city": "York",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2021-07-15T12:34:51.337023Z",
            "publish_time": null,
            "slug": "york-open-studios-york-open-studios-2021-07-10",
            "created_at": "2021-07-15T12:34:52.096359Z",
            "updated_at": "2021-07-15T12:34:52.143687Z",
            "summary": "York Open Studios is an Gallery Shows event starting on 10/07/2021, 00:00 and ending on 18/07/2021, 00:00. Event is in York Open Studios with address Various locations.",
            "title": "York Open Studios",
            "content": null,
            "start_time": "2021-07-10T00:00:00.000000Z",
            "end_time": "2021-07-18T00: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": "Various locations",
            "city": "York",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 3865,
            "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": 5329,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1399148644_1624422191-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1399148644_1624422191-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1399148644_1624422191-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1399148644_1624422191-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1399148644_1624422191-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1399148644_1624422191.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1399148644_1624422191-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1399148644_1624422191-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1399148644_1624422191-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1399148644_1624422191-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-07-15T12:34:56.870808Z",
                "updated_at": "2021-09-13T11:48:53.066722Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3550,
                "name": "Yorkshire Sculpture Park",
                "slug": "yorkshire-sculpture-park",
                "city": "Wakefield",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.6072965,-1.5631592",
                "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": "2021-07-15T12:34:57.614474Z",
            "publish_time": null,
            "slug": "yorkshire-sculpture-park-rachel-kneebone-399-days-2021-07-10",
            "created_at": "2021-07-15T12:34:58.376078Z",
            "updated_at": "2021-07-15T12:34:58.706980Z",
            "summary": "Rachel Kneebone: 399 Days is an Gallery Shows event starting on 10/07/2021, 00:00 and ending on 24/04/2022, 00:00. Event is in Yorkshire Sculpture Park with address Bretton Hall, West Bretton.",
            "title": "Rachel Kneebone: 399 Days",
            "content": null,
            "start_time": "2021-07-10T00:00:00.000000Z",
            "end_time": "2022-04-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": "Bretton Hall, West Bretton",
            "city": "Wakefield",
            "geolocation": "53.61106305,-1.5729415926300585",
            "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": 3872,
            "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": 5336,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7768293368_1626233867-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7768293368_1626233867-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7768293368_1626233867-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7768293368_1626233867-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7768293368_1626233867-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7768293368_1626233867.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7768293368_1626233867-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7768293368_1626233867-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7768293368_1626233867-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7768293368_1626233867-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-07-15T14:25:51.636062Z",
                "updated_at": "2021-09-13T11:48:58.811126Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3459,
                "name": "AFIKARIS Gallery",
                "slug": "afikaris-gallery",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.860686,2.3505162",
                "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": "FR",
            "publish_status": "published",
            "published_at": "2021-07-15T14:25:52.962411Z",
            "publish_time": null,
            "slug": "afikaris-gallery-figures-of-power-2021-07-10",
            "created_at": "2021-07-15T14:25:53.734885Z",
            "updated_at": "2021-07-15T14:25:54.087171Z",
            "summary": "Figures Of Power is an Gallery Shows event starting on 10/07/2021, 00:00 and ending on 14/08/2021, 00:00. Event is in AFIKARIS Gallery with address 38 rue Quincampoix.",
            "title": "Figures Of Power",
            "content": null,
            "start_time": "2021-07-10T00:00:00.000000Z",
            "end_time": "2021-08-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": "38 rue Quincampoix",
            "city": "Paris",
            "geolocation": "48.8607145,2.3504131",
            "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": 3935,
            "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": 5396,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7039964125_1626837148-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7039964125_1626837148-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7039964125_1626837148-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7039964125_1626837148-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7039964125_1626837148-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7039964125_1626837148.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7039964125_1626837148-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7039964125_1626837148-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7039964125_1626837148-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7039964125_1626837148-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-07-29T13:56:04.081734Z",
                "updated_at": "2021-09-13T11:50:01.027731Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3573,
                "name": "White Cube Aspen",
                "slug": "white-cube-aspen",
                "city": "Aspen",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.1895263,-106.8194854",
                "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": "2021-07-29T13:56:05.746036Z",
            "publish_time": null,
            "slug": "white-cube-correspondence-2021-07-10",
            "created_at": "2021-07-29T13:56:06.491433Z",
            "updated_at": "2021-07-29T13:56:07.289776Z",
            "summary": "Correspondence is an Gallery Shows event starting on 10/07/2021, 00:00 and ending on 29/07/2021, 00:00. Event is in White Cube Aspen with address 228 South Mill Street.",
            "title": "Correspondence",
            "content": null,
            "start_time": "2021-07-10T00:00:00.000000Z",
            "end_time": "2021-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": "228 South Mill Street",
            "city": "Aspen, CO",
            "geolocation": "42.8808886,-79.0535731",
            "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": 3942,
            "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": 5404,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6152475970_1625628678-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6152475970_1625628678-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6152475970_1625628678-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6152475970_1625628678-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6152475970_1625628678-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6152475970_1625628678.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6152475970_1625628678-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6152475970_1625628678-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6152475970_1625628678-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6152475970_1625628678-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-07-29T13:56:14.980894Z",
                "updated_at": "2021-09-13T11:50:07.900163Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3581,
                "name": "Winchcombe Museum",
                "slug": "winchcombe-museum",
                "city": "Winchcombe",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.9532739,-1.9645527",
                "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": "2021-07-29T13:56:17.874999Z",
            "publish_time": null,
            "slug": "winchcombe-museum-laurence-fish-a-taster-show-of-posters-from-the-steam-age-2021-07-10",
            "created_at": "2021-07-29T13:56:18.617598Z",
            "updated_at": "2021-07-29T13:56:19.511516Z",
            "summary": "Laurence Fish.' a taster show of 'Posters from the steam age' is an Gallery Shows event starting on 10/07/2021, 00:00 and ending on 10/07/2021, 00:00. Event is in Winchcombe Museum with address High Street.",
            "title": "Laurence Fish.' a taster show of 'Posters from the steam age'",
            "content": null,
            "start_time": "2021-07-10T00:00:00.000000Z",
            "end_time": "2021-07-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": "High Street",
            "city": "Winchcombe",
            "geolocation": "55.9504009,-3.1858426",
            "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": 4110,
            "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": 3504,
                "name": "The Lightbox",
                "slug": "lightbox",
                "city": "Woking",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.3224244,-0.5588254",
                "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": "2021-08-03T22:06:53.252481Z",
            "publish_time": null,
            "slug": "the-lightbox-nightshaking-with-the-ingram-collection-2021-07-10",
            "created_at": "2021-08-03T22:06:54.556751Z",
            "updated_at": "2021-08-03T22:06:54.848845Z",
            "summary": "NightShaking with The Ingram Collection is an Gallery Shows event starting on 10/07/2021, 00:00 and ending on 19/09/2021, 00:00. Event is in The Lightbox with address Chobham Way.",
            "title": "NightShaking with The Ingram Collection",
            "content": null,
            "start_time": "2021-07-10T00:00:00.000000Z",
            "end_time": "2021-09-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": "Chobham Way",
            "city": "Woking",
            "geolocation": "-31.8813555,115.8906584",
            "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": 20559,
            "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": 19884,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7acadf55bcd94bce996e8e2c6440fc77-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7acadf55bcd94bce996e8e2c6440fc77-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7acadf55bcd94bce996e8e2c6440fc77-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7acadf55bcd94bce996e8e2c6440fc77-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7acadf55bcd94bce996e8e2c6440fc77-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7acadf55bcd94bce996e8e2c6440fc77.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7acadf55bcd94bce996e8e2c6440fc77-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7acadf55bcd94bce996e8e2c6440fc77-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7acadf55bcd94bce996e8e2c6440fc77-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7acadf55bcd94bce996e8e2c6440fc77-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-24T20:28:44.167053Z",
                "updated_at": "2023-02-10T15:12:16.859122Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5317,
                "name": "Brooklyn Waterfront Artists Coalition (BWAC)",
                "slug": "brooklyn-waterfront-artists-coalition-bwac",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.6736885,-74.01656249999999",
                "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-01-24T20:28:47.586716Z",
            "publish_time": null,
            "slug": "brooklyn-waterfront-artists-coalition-bwac-art-over-time-2021-07-10",
            "created_at": "2023-01-24T20:28:48.462865Z",
            "updated_at": "2023-01-24T20:28:49.033713Z",
            "summary": "Art Over Time is an Gallery Shows event starting on 10/07/2021, 00:00 and ending on 15/08/2021, 00:00. Event is in Brooklyn Waterfront Artists Coalition (BWAC) with address 481 Van Brunt St..",
            "title": "Art Over Time",
            "content": null,
            "start_time": "2021-07-10T00:00:00.000000Z",
            "end_time": "2021-08-15T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "481 Van Brunt St.",
            "city": "Brooklyn",
            "geolocation": "40.6737155,-74.0168886",
            "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": 4945,
            "author": {
                "id": "b850e8fe-7e65-470a-88f4-d2eecac6bc31",
                "username": "dustin_816",
                "slug": "dustin_816",
                "first_name": "Dustin",
                "last_name": "",
                "display_name": "Dustin",
                "display_name_full": "Dustin",
                "email": "dustin@hijinxarts.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 6319,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6505864760_1628047965-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6505864760_1628047965-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6505864760_1628047965-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6505864760_1628047965-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6505864760_1628047965-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6505864760_1628047965.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6505864760_1628047965-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6505864760_1628047965-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6505864760_1628047965-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6505864760_1628047965-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-09-29T12:10:31.653607Z",
                "updated_at": "2021-09-29T12:10:31.653659Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3138,
                "name": "Art Share LA",
                "slug": "art-share-la",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0522342,-118.2436849",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3097,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-share-la_LOGO_8100x2000_copy-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-share-la_LOGO_8100x2000_copy-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-share-la_LOGO_8100x2000_copy-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-share-la_LOGO_8100x2000_copy-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-share-la_LOGO_8100x2000_copy-crop-c0-5__0-5-558x279.png",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-share-la_LOGO_8100x2000_copy-crop-c0-5__0-5-760x499.png",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/art-share-la_LOGO_8100x2000_copy.png",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-share-la_LOGO_8100x2000_copy-crop-c0-5__0-5-265x149.png"
                    },
                    "created_at": "2020-10-26T15:46:40.043145Z",
                    "updated_at": "2021-09-14T13:46:22.193329Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "b850e8fe-7e65-470a-88f4-d2eecac6bc31"
                },
                "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": "2021-09-29T12:10:33.550062Z",
            "publish_time": null,
            "slug": "art-share-la-defiance-of-juncture-2021-07-10",
            "created_at": "2021-09-29T12:10:34.380586Z",
            "updated_at": "2022-08-03T08:41:57.115697Z",
            "summary": "Defiance of Juncture is an Gallery Shows event starting on 10/07/2021, 00:00 and ending on 20/08/2021, 00:00. Event is in Art Share LA with address 801 E. 4th Place.",
            "title": "Defiance of Juncture",
            "content": null,
            "start_time": "2021-07-10T00:00:00.000000Z",
            "end_time": "2021-08-20T00: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": 20296,
            "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": 19652,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/850fdcb510b64a98b3bc792c85449069-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/850fdcb510b64a98b3bc792c85449069-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/850fdcb510b64a98b3bc792c85449069-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/850fdcb510b64a98b3bc792c85449069-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/850fdcb510b64a98b3bc792c85449069-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/850fdcb510b64a98b3bc792c85449069.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/850fdcb510b64a98b3bc792c85449069-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/850fdcb510b64a98b3bc792c85449069-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/850fdcb510b64a98b3bc792c85449069-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/850fdcb510b64a98b3bc792c85449069-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-20T13:29:32.205541Z",
                "updated_at": "2023-02-10T15:11:24.607271Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3732,
                "name": "BBA Gallery",
                "slug": "bba-gallery",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5111633,13.4149853",
                "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-01-20T13:29:35.667018Z",
            "publish_time": null,
            "slug": "bba-gallery-to-be-honest-i-never-wanted-to-become-an-electrician-anyway-2021-07-10",
            "created_at": "2023-01-20T13:29:36.574437Z",
            "updated_at": "2023-01-20T13:29:37.153528Z",
            "summary": "To be honest, I never wanted to become an electrician anyway is an Gallery Shows event starting on 10/07/2021, 00:00 and ending on 07/08/2021, 00:00. Event is in BBA Gallery with address Köpenicker Str. 96.",
            "title": "To be honest, I never wanted to become an electrician anyway",
            "content": null,
            "start_time": "2021-07-10T00:00:00.000000Z",
            "end_time": "2021-08-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Köpenicker Str. 96",
            "city": "Berlin",
            "geolocation": "52.511136,13.4141511",
            "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": []
        }
    ]
}