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=9954&ordering=end_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=9972&ordering=end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=9936&ordering=end_time",
    "results": [
        {
            "id": 13198,
            "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": 13316,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd11faa953984574a5023079045d7f95-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd11faa953984574a5023079045d7f95-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd11faa953984574a5023079045d7f95-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd11faa953984574a5023079045d7f95-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd11faa953984574a5023079045d7f95-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bd11faa953984574a5023079045d7f95.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd11faa953984574a5023079045d7f95-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd11faa953984574a5023079045d7f95-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd11faa953984574a5023079045d7f95-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bd11faa953984574a5023079045d7f95-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-26T09:00:26.641442Z",
                "updated_at": "2022-08-26T09:00:26.641485Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5820,
                "name": "postROOM",
                "slug": "postroom",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5413927,-0.0920564",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-08-26T09:00:28.827888Z",
            "publish_time": null,
            "slug": "postroom-laurie-clark-leaf-drawings-lesley-punton-the-hide-film-in-the-shed-2022-04-29",
            "created_at": "2022-08-26T09:00:29.615246Z",
            "updated_at": "2022-08-26T09:00:29.972257Z",
            "summary": "Laurie Clark: Leaf Drawings & Lesley Punton: The Hide (film in the shed) is an Gallery Shows event starting on 29/04/2022, 00:00 and ending on 28/05/2022, 00:00. Event is in postROOM with address 41 Ecclesbourne Road.",
            "title": "Laurie Clark: Leaf Drawings & Lesley Punton: The Hide (film in the shed)",
            "content": null,
            "start_time": "2022-04-29T00:00:00.000000Z",
            "end_time": "2022-05-28T00: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": "41 Ecclesbourne Road",
            "city": "London",
            "geolocation": "51.5414267,-0.09201099481327213",
            "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": 13191,
            "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": 4915,
                "name": "Pilar Corrias",
                "slug": "pilar-corrias",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5164658,-0.1382521",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-08-26T09:00:13.601733Z",
            "publish_time": null,
            "slug": "pilar-corrias-undo-undo-undo-2022-04-26",
            "created_at": "2022-08-26T09:00:14.532545Z",
            "updated_at": "2022-08-26T09:00:14.882521Z",
            "summary": "undo undo undo is an Gallery Shows event starting on 26/04/2022, 00:00 and ending on 28/05/2022, 00:00. Event is in Pilar Corrias with address 2 Savile Row.",
            "title": "undo undo undo",
            "content": null,
            "start_time": "2022-04-26T00:00:00.000000Z",
            "end_time": "2022-05-28T00: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": "2 Savile Row",
            "city": "London",
            "geolocation": "51.5103311,-0.139658",
            "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": 12269,
            "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": 12605,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/99622458c5234dcc937a77a37d853160-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/99622458c5234dcc937a77a37d853160-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/99622458c5234dcc937a77a37d853160-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/99622458c5234dcc937a77a37d853160-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/99622458c5234dcc937a77a37d853160-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/99622458c5234dcc937a77a37d853160.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/99622458c5234dcc937a77a37d853160-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/99622458c5234dcc937a77a37d853160-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/99622458c5234dcc937a77a37d853160-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/99622458c5234dcc937a77a37d853160-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-10T13:52:13.062209Z",
                "updated_at": "2022-08-10T13:52:13.062246Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5000,
                "name": "Loch Gallery",
                "slug": "loch-gallery",
                "city": "Toronto",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "43.67130359999999,-79.3935741",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "CA",
            "publish_status": "published",
            "published_at": "2022-08-10T13:52:15.550605Z",
            "publish_time": null,
            "slug": "loch-gallery-shannon-craig-morphew-2022-05-14",
            "created_at": "2022-08-10T13:52:16.339592Z",
            "updated_at": "2022-08-10T13:52:16.698431Z",
            "summary": "Shannon Craig Morphew is an Gallery Shows event starting on 14/05/2022, 00:00 and ending on 28/05/2022, 00:00. Event is in Loch Gallery with address 16 Hazelton Avenue.",
            "title": "Shannon Craig Morphew",
            "content": null,
            "start_time": "2022-05-14T00:00:00.000000Z",
            "end_time": "2022-05-28T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "16 Hazelton Avenue",
            "city": "Toronto",
            "geolocation": "43.8887071,-79.3624862",
            "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": 13742,
            "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": 13744,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/587528c7192042cca2c5d1fc7f9188a5-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/587528c7192042cca2c5d1fc7f9188a5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/587528c7192042cca2c5d1fc7f9188a5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/587528c7192042cca2c5d1fc7f9188a5-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/587528c7192042cca2c5d1fc7f9188a5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/587528c7192042cca2c5d1fc7f9188a5.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/587528c7192042cca2c5d1fc7f9188a5-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/587528c7192042cca2c5d1fc7f9188a5-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/587528c7192042cca2c5d1fc7f9188a5-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/587528c7192042cca2c5d1fc7f9188a5-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-09-01T14:30:01.158142Z",
                "updated_at": "2022-09-01T14:30:01.158176Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 681,
                "name": "David Zwirner London",
                "slug": "david-zwirner-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5094758,-0.14302999999995336",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 777,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th-street-david-zwirner-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th-street-david-zwirner-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th-street-david-zwirner-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th-street-david-zwirner-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th-street-david-zwirner-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th-street-david-zwirner-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/20th-street-david-zwirner.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20th-street-david-zwirner-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-18T20:14:14.460715Z",
                    "updated_at": "2021-09-14T12:53:45.169936Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "20th street david zwirner]",
                    "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": "GB",
            "publish_status": "published",
            "published_at": "2022-09-01T14:30:04.765498Z",
            "publish_time": null,
            "slug": "david-zwirner-london-suzan-frecon-recent-paintings-oil-and-water-2022-04-12",
            "created_at": "2022-09-01T14:30:05.564329Z",
            "updated_at": "2022-09-01T14:30:06.498321Z",
            "summary": "Suzan Frecon: recent paintings, oil and water is an Gallery Shows event starting on 12/04/2022, 00:00 and ending on 28/05/2022, 00:00. Event is in David Zwirner London with address 24 Grafton Street.",
            "title": "Suzan Frecon: recent paintings, oil and water",
            "content": null,
            "start_time": "2022-04-12T00:00:00.000000Z",
            "end_time": "2022-05-28T00: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": "24 Grafton Street",
            "city": "London",
            "geolocation": "51.5094435,-0.14296517888582974",
            "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": 13740,
            "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": 320,
                "name": "David Zwirner 19th Street New York",
                "slug": "david-zwirner-19th-street",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7458738,-74.00704960000002",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 769,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/David-Zwirner-01.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/David-Zwirner-01-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-18T20:13:17.044639Z",
                    "updated_at": "2021-09-14T12:53:35.200178Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "David-Zwirner-01",
                    "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": "GB",
            "publish_status": "published",
            "published_at": "2022-09-01T14:29:59.106925Z",
            "publish_time": null,
            "slug": "david-zwirner-19th-street-new-york-suzan-frecon-recent-paintings-oil-and-water-2022-04-12",
            "created_at": "2022-09-01T14:29:59.888122Z",
            "updated_at": "2022-09-01T14:30:00.595699Z",
            "summary": "Suzan Frecon: recent paintings, oil and water is an Gallery Shows event starting on 12/04/2022, 00:00 and ending on 28/05/2022, 00:00. Event is in David Zwirner 19th Street New York with address 24 Grafton Street.",
            "title": "Suzan Frecon: recent paintings, oil and water",
            "content": null,
            "start_time": "2022-04-12T00:00:00.000000Z",
            "end_time": "2022-05-28T00: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": "24 Grafton Street",
            "city": "London",
            "geolocation": "51.5094435,-0.14296517888582974",
            "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": 11543,
            "author": {
                "id": "0c3a2bb0-a403-4f25-8ea3-6cc9606b3d5f",
                "username": "melanie@thecampgallery.com",
                "slug": "melaniethecampgallerycom",
                "first_name": "Melanie",
                "last_name": "Prapopulos",
                "display_name": null,
                "display_name_full": "Melanie Prapopulos",
                "email": "melanie@thecampgallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 4745,
                "name": "The Contemporary Art Modern Project",
                "slug": "contemporary-art-modern-project",
                "city": "Miami",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "25.8905815,-80.1827763",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-08-01T18:40:00.923812Z",
            "publish_time": null,
            "slug": "the-contemporary-art-modern-project-gallery-the-structure-of-a-landscape-2022-05-06",
            "created_at": "2022-08-01T18:40:01.711574Z",
            "updated_at": "2022-08-01T18:40:02.222475Z",
            "summary": "The Structure of a Landscape is an Gallery Shows event starting on 06/05/2022, 00:00 and ending on 28/05/2022, 00:00. Event is in The Contemporary Art Modern Project with address 791 NE 125th Street.",
            "title": "The Structure of a Landscape",
            "content": null,
            "start_time": "2022-05-06T00:00:00.000000Z",
            "end_time": "2022-05-28T00: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": "791 NE 125th Street",
            "city": "Miami, FL",
            "geolocation": "25.8906226,-80.1828809",
            "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": 13378,
            "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": 13454,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/205ea2d46d12448b89a845b9a536a80d-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/205ea2d46d12448b89a845b9a536a80d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/205ea2d46d12448b89a845b9a536a80d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/205ea2d46d12448b89a845b9a536a80d-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/205ea2d46d12448b89a845b9a536a80d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/205ea2d46d12448b89a845b9a536a80d.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/205ea2d46d12448b89a845b9a536a80d-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/205ea2d46d12448b89a845b9a536a80d-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/205ea2d46d12448b89a845b9a536a80d-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/205ea2d46d12448b89a845b9a536a80d-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-29T20:05:44.945695Z",
                "updated_at": "2022-08-29T20:05:44.945730Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3319,
                "name": "Elizabeth Harris Gallery",
                "slug": "elizabeth-harris-gallery",
                "city": "New York",
                "country": "",
                "geolocation": "40.7465935,-74.0067876",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-08-29T20:05:47.091928Z",
            "publish_time": null,
            "slug": "elizabeth-harris-gallery-william-carroll-dawn-and-dusk-2022-04-16",
            "created_at": "2022-08-29T20:05:47.862025Z",
            "updated_at": "2022-08-29T20:05:48.244904Z",
            "summary": "William Carroll: Dawn and Dusk is an Gallery Shows event starting on 16/04/2022, 00:00 and ending on 28/05/2022, 00:00. Event is in Elizabeth Harris Gallery with address 529 West 20th Street, NYC 10011.",
            "title": "William Carroll: Dawn and Dusk",
            "content": null,
            "start_time": "2022-04-16T00:00:00.000000Z",
            "end_time": "2022-05-28T00: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": "529 West 20th Street, NYC 10011",
            "city": "New York",
            "geolocation": "40.7466312,-74.00689644329572",
            "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": 12032,
            "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": 12409,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5790f1b4e914c52b06b78e065923a4b-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5790f1b4e914c52b06b78e065923a4b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5790f1b4e914c52b06b78e065923a4b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5790f1b4e914c52b06b78e065923a4b-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5790f1b4e914c52b06b78e065923a4b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c5790f1b4e914c52b06b78e065923a4b.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5790f1b4e914c52b06b78e065923a4b-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5790f1b4e914c52b06b78e065923a4b-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5790f1b4e914c52b06b78e065923a4b-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c5790f1b4e914c52b06b78e065923a4b-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-08T09:01:25.956286Z",
                "updated_at": "2022-08-08T09:01:25.956319Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6086,
                "name": "Morean Center for Clay",
                "slug": "morean-center-clay",
                "city": "St. Petersburg",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "27.7673427,-82.66225879999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-08-08T09:01:28.100419Z",
            "publish_time": null,
            "slug": "morean-center-for-clay-pcca-senior-thesis-exhibitions-jayda-emerson-revelations-rapture-2022-05-06",
            "created_at": "2022-08-08T09:01:29.048008Z",
            "updated_at": "2022-08-08T09:01:29.494674Z",
            "summary": "PCCA Senior Thesis Exhibitions: Jayda Emerson: Revelations + Rapture is an Gallery Shows event starting on 06/05/2022, 00:00 and ending on 28/05/2022, 00:00. Event is in Morean Center for Clay with address 420 22nd Street South.",
            "title": "PCCA Senior Thesis Exhibitions: Jayda Emerson: Revelations + Rapture",
            "content": null,
            "start_time": "2022-05-06T00:00:00.000000Z",
            "end_time": "2022-05-28T00: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": "420 22nd Street South",
            "city": "Saint Petersburg",
            "geolocation": "27.7670133,-82.6627282",
            "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": 11584,
            "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": 12023,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77a3d9a8fa964d8fb441c055c9383fe2-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77a3d9a8fa964d8fb441c055c9383fe2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77a3d9a8fa964d8fb441c055c9383fe2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77a3d9a8fa964d8fb441c055c9383fe2-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77a3d9a8fa964d8fb441c055c9383fe2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/77a3d9a8fa964d8fb441c055c9383fe2.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77a3d9a8fa964d8fb441c055c9383fe2-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77a3d9a8fa964d8fb441c055c9383fe2-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77a3d9a8fa964d8fb441c055c9383fe2-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77a3d9a8fa964d8fb441c055c9383fe2-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-01T19:04:41.675447Z",
                "updated_at": "2022-08-01T19:04:41.675485Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3713,
                "name": "Tension Fine Art",
                "slug": "tension-fine-art",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4135774,-0.0567001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-08-01T19:04:45.431060Z",
            "publish_time": null,
            "slug": "tension-fine-art-landscape-of-the-future-2022-05-06",
            "created_at": "2022-08-01T19:04:46.209165Z",
            "updated_at": "2022-08-01T19:04:47.045245Z",
            "summary": "Landscape Of The Future is an Gallery Shows event starting on 06/05/2022, 00:00 and ending on 28/05/2022, 00:00. Event is in Tension Fine Art with address 135 Maple Road.",
            "title": "Landscape Of The Future",
            "content": null,
            "start_time": "2022-05-06T00:00:00.000000Z",
            "end_time": "2022-05-28T00: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": "135 Maple Road",
            "city": "London",
            "geolocation": "51.4834288,-2.5946622182810364",
            "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": 11588,
            "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": 12026,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1cb2f8128cd440f88db01f89db2b498a-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1cb2f8128cd440f88db01f89db2b498a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1cb2f8128cd440f88db01f89db2b498a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1cb2f8128cd440f88db01f89db2b498a-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1cb2f8128cd440f88db01f89db2b498a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1cb2f8128cd440f88db01f89db2b498a.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1cb2f8128cd440f88db01f89db2b498a-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1cb2f8128cd440f88db01f89db2b498a-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1cb2f8128cd440f88db01f89db2b498a-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1cb2f8128cd440f88db01f89db2b498a-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-01T19:04:50.242820Z",
                "updated_at": "2022-08-01T19:04:50.242856Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5612,
                "name": "The Albany Gallery",
                "slug": "albany-gallery",
                "city": "Cardiff",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4936727,-3.1666989",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-08-01T19:04:52.523322Z",
            "publish_time": null,
            "slug": "the-albany-gallery-david-tress-2022-ceramics-by-hilary-laforce-2022-05-06",
            "created_at": "2022-08-01T19:04:53.504167Z",
            "updated_at": "2022-08-01T19:04:54.268469Z",
            "summary": "David Tress 2022, ceramics by Hilary LaForce is an Gallery Shows event starting on 06/05/2022, 00:00 and ending on 28/05/2022, 00:00. Event is in The Albany Gallery with address 74b Albany Road.",
            "title": "David Tress 2022, ceramics by Hilary LaForce",
            "content": null,
            "start_time": "2022-05-06T00:00:00.000000Z",
            "end_time": "2022-05-28T00: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": "74b Albany Road",
            "city": "Cardiff",
            "geolocation": "40.039194,-79.873928",
            "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": 10274,
            "author": {
                "id": "80c7abb5-7f0a-475b-bcc9-118374b2a18f",
                "username": "Andrew",
                "slug": "andrew",
                "first_name": "Andrew",
                "last_name": "Hosner",
                "display_name": "Andrew",
                "display_name_full": "Andrew",
                "email": "daniel@thinkspaceprojects.com",
                "telephone": "310-558-3375"
            },
            "price": null,
            "featured_image": {
                "id": 10922,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e26c08aaeb6b4fc4ac555b00ca3ae815-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e26c08aaeb6b4fc4ac555b00ca3ae815-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e26c08aaeb6b4fc4ac555b00ca3ae815-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e26c08aaeb6b4fc4ac555b00ca3ae815-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e26c08aaeb6b4fc4ac555b00ca3ae815-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e26c08aaeb6b4fc4ac555b00ca3ae815.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e26c08aaeb6b4fc4ac555b00ca3ae815-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e26c08aaeb6b4fc4ac555b00ca3ae815-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e26c08aaeb6b4fc4ac555b00ca3ae815-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e26c08aaeb6b4fc4ac555b00ca3ae815-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-07-04T19:11:09.512314Z",
                "updated_at": "2022-07-04T19:11:09.512354Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3068,
                "name": "Thinkspace Projects",
                "slug": "thinkspace-projects",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.09024,-95.712891",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3631,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/20220110WEB__ts47.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/20220110WEB__ts47-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2022-01-25T23:36:19.884188Z",
                    "updated_at": "2022-01-25T23:36:19.884225Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "80c7abb5-7f0a-475b-bcc9-118374b2a18f"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-07-04T19:11:12.973905Z",
            "publish_time": null,
            "slug": "thinkspace-projects-cages-and-the-shadow-of-colors-sandra-chevrier-would-troy-lovegates-2022-05-07",
            "created_at": "2022-07-04T19:11:13.780203Z",
            "updated_at": "2022-08-03T08:41:55.768590Z",
            "summary": "Cages and the Shadow of Colors | Sandra Chevrier  •  Would | Troy Lovegates is an Gallery Shows event starting on 07/05/2022, 00:00 and ending on 28/05/2022, 00:00. Event is in Thinkspace Projects with address 4217 W. Jefferson Boulevard.",
            "title": "Cages and the Shadow of Colors | Sandra Chevrier  •  Would | Troy Lovegates",
            "content": null,
            "start_time": "2022-05-07T00:00:00.000000Z",
            "end_time": "2022-05-28T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "4217 W. Jefferson Boulevard",
            "city": "Los Angeles",
            "geolocation": "34.02563834693878,-118.34198318367348",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 18887,
            "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": 18421,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ec78aeb522e454aaeab65f9a10dc0a0-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ec78aeb522e454aaeab65f9a10dc0a0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ec78aeb522e454aaeab65f9a10dc0a0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ec78aeb522e454aaeab65f9a10dc0a0-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ec78aeb522e454aaeab65f9a10dc0a0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0ec78aeb522e454aaeab65f9a10dc0a0.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ec78aeb522e454aaeab65f9a10dc0a0-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ec78aeb522e454aaeab65f9a10dc0a0-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ec78aeb522e454aaeab65f9a10dc0a0-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ec78aeb522e454aaeab65f9a10dc0a0-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-04T11:36:56.864735Z",
                "updated_at": "2023-01-04T11:36:56.864772Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4968,
                "name": "Galeria das Salgadeiras",
                "slug": "galeria-das-salgadeiras",
                "city": "Lisbon",
                "country": {
                    "code": "PT",
                    "name": "Portugal"
                },
                "geolocation": "38.7110558,-9.1448595",
                "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": "PT",
            "publish_status": "published",
            "published_at": "2023-01-04T11:37:00.332106Z",
            "publish_time": null,
            "slug": "galeria-das-salgadeiras-territorio-translucido-2022-03-12",
            "created_at": "2023-01-04T11:37:01.182045Z",
            "updated_at": "2023-01-04T11:37:03.020750Z",
            "summary": "Território translúcido is an Gallery Shows event starting on 12/03/2022, 01:00 and ending on 28/05/2022, 00:00. Event is in Galeria das Salgadeiras with address Rua da Atalaia, 12-16.",
            "title": "Território translúcido",
            "content": null,
            "start_time": "2022-03-12T01:00:00.000000Z",
            "end_time": "2022-05-28T00: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": "Rua da Atalaia, 12-16",
            "city": "Lisbon",
            "geolocation": "41.3563892,-8.5286506",
            "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": 13223,
            "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": 13336,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec08cc8abea14b459aa6dcef1fe8f4a4-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec08cc8abea14b459aa6dcef1fe8f4a4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec08cc8abea14b459aa6dcef1fe8f4a4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec08cc8abea14b459aa6dcef1fe8f4a4-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec08cc8abea14b459aa6dcef1fe8f4a4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ec08cc8abea14b459aa6dcef1fe8f4a4.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec08cc8abea14b459aa6dcef1fe8f4a4-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec08cc8abea14b459aa6dcef1fe8f4a4-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec08cc8abea14b459aa6dcef1fe8f4a4-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec08cc8abea14b459aa6dcef1fe8f4a4-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-26T09:56:18.894732Z",
                "updated_at": "2022-08-26T09:56:18.894767Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4726,
                "name": "Paula Cooper Gallery New York",
                "slug": "paula-cooper-gallery-new-york",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7500545,-74.004138",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-08-26T09:56:21.244643Z",
            "publish_time": null,
            "slug": "paula-cooper-gallery-veronica-ryan-2022-04-02",
            "created_at": "2022-08-26T09:56:22.008807Z",
            "updated_at": "2022-08-26T09:56:22.661430Z",
            "summary": "Veronica Ryan is an Gallery Shows event starting on 02/04/2022, 00:00 and ending on 28/05/2022, 00:00. Event is in Paula Cooper Gallery New York with address 521 W. 21st Street.",
            "title": "Veronica Ryan",
            "content": null,
            "start_time": "2022-04-02T00:00:00.000000Z",
            "end_time": "2022-05-28T00: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": "521 W. 21st Street",
            "city": "New York",
            "geolocation": "37.5227926,-77.45484036698406",
            "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": 12099,
            "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": 5263,
                "name": "Marianne Boesky Gallery",
                "slug": "marianne-boesky-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7486264,-74.0040728",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-08-09T18:59:05.094995Z",
            "publish_time": null,
            "slug": "marianne-boesky-gallery-daisy-chain-2022-05-03",
            "created_at": "2022-08-09T18:59:05.895071Z",
            "updated_at": "2022-08-09T18:59:07.286321Z",
            "summary": "Daisy Chain is an Gallery Shows event starting on 03/05/2022, 00:00 and ending on 28/05/2022, 00:00. Event is in Marianne Boesky Gallery with address 509 W. 24th Street.",
            "title": "Daisy Chain",
            "content": null,
            "start_time": "2022-05-03T00:00:00.000000Z",
            "end_time": "2022-05-28T00: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": "509 W. 24th Street",
            "city": "New York, NY",
            "geolocation": "40.7488387,-74.0042405326774",
            "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": 13180,
            "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": 6448,
                "name": "Philadelphia Photo Arts Center",
                "slug": "philadelphia-photo-arts-center",
                "city": "Philadelphia",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.9732543,-75.1404123",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-08-25T10:21:11.475203Z",
            "publish_time": null,
            "slug": "philadelphia-photo-arts-center-reed-gustow-the-color-of-night-2022-04-22",
            "created_at": "2022-08-25T10:21:12.271759Z",
            "updated_at": "2022-08-25T10:21:12.313218Z",
            "summary": "Reed Gustow: The Color Of Night is an Gallery Shows event starting on 22/04/2022, 00:00 and ending on 28/05/2022, 00:00. Event is in Philadelphia Photo Arts Center with address 1400 North American Street Suite 103.",
            "title": "Reed Gustow: The Color Of Night",
            "content": null,
            "start_time": "2022-04-22T00:00:00.000000Z",
            "end_time": "2022-05-28T00: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": "1400 North American Street Suite 103",
            "city": "Old City - Philadelphia",
            "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": 11287,
            "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": 11792,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4804354a599a442384d8c33ae531a640-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4804354a599a442384d8c33ae531a640-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4804354a599a442384d8c33ae531a640-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4804354a599a442384d8c33ae531a640-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4804354a599a442384d8c33ae531a640-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4804354a599a442384d8c33ae531a640.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4804354a599a442384d8c33ae531a640-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4804354a599a442384d8c33ae531a640-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4804354a599a442384d8c33ae531a640-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4804354a599a442384d8c33ae531a640-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-07-29T11:27:46.201351Z",
                "updated_at": "2022-07-29T11:27:46.201403Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5124,
                "name": "The Scottish Gallery",
                "slug": "scottish-gallery",
                "city": "Edinburgh",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.9565531,-3.1990896",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-07-29T11:27:50.207190Z",
            "publish_time": null,
            "slug": "the-scottish-gallery-ewan-mcclure-inside-and-out-2022-05-05",
            "created_at": "2022-07-29T11:27:50.979350Z",
            "updated_at": "2022-07-29T11:27:51.608374Z",
            "summary": "Ewan McClure: Inside and Out is an Gallery Shows event starting on 05/05/2022, 00:00 and ending on 28/05/2022, 00:00. Event is in The Scottish Gallery with address 16 Dundas Street.",
            "title": "Ewan McClure: Inside and Out",
            "content": null,
            "start_time": "2022-05-05T00:00:00.000000Z",
            "end_time": "2022-05-28T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "16 Dundas Street",
            "city": "Edinburgh",
            "geolocation": "55.9565379,-3.1992079",
            "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": 12448,
            "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": 12745,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a6262fb07464d2391da594bb9394201-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a6262fb07464d2391da594bb9394201-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a6262fb07464d2391da594bb9394201-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a6262fb07464d2391da594bb9394201-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a6262fb07464d2391da594bb9394201-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1a6262fb07464d2391da594bb9394201.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a6262fb07464d2391da594bb9394201-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a6262fb07464d2391da594bb9394201-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a6262fb07464d2391da594bb9394201-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a6262fb07464d2391da594bb9394201-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-16T09:47:59.351266Z",
                "updated_at": "2022-08-16T09:47:59.351319Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5106,
                "name": "UTA Artist Space",
                "slug": "uta-artist-space",
                "city": "Beverly Hills",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.075565,-118.396365",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-08-16T09:48:04.547237Z",
            "publish_time": null,
            "slug": "uta-artist-space-mandy-el-sayegh-2022-04-29",
            "created_at": "2022-08-16T09:48:05.323790Z",
            "updated_at": "2022-08-16T09:48:05.737895Z",
            "summary": "Mandy El-Sayegh is an Gallery Shows event starting on 29/04/2022, 00:00 and ending on 28/05/2022, 00:00. Event is in UTA Artist Space with address 403 Foothill Rd.",
            "title": "Mandy El-Sayegh",
            "content": null,
            "start_time": "2022-04-29T00:00:00.000000Z",
            "end_time": "2022-05-28T00: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": "403 Foothill Rd",
            "city": "Beverly Hills",
            "geolocation": "34.075610499999996,-118.3963716427584",
            "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": 11424,
            "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": 11892,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e31e14d65504cb5927f82d994705f4e-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e31e14d65504cb5927f82d994705f4e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e31e14d65504cb5927f82d994705f4e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e31e14d65504cb5927f82d994705f4e-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e31e14d65504cb5927f82d994705f4e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7e31e14d65504cb5927f82d994705f4e.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e31e14d65504cb5927f82d994705f4e-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e31e14d65504cb5927f82d994705f4e-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e31e14d65504cb5927f82d994705f4e-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e31e14d65504cb5927f82d994705f4e-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-07-31T11:05:50.749072Z",
                "updated_at": "2022-07-31T11:05:50.749103Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3411,
                "name": "Gasworks",
                "slug": "gasworks",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4851697,-0.1154949",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-07-31T11:05:53.100244Z",
            "publish_time": null,
            "slug": "gasworks-flock-of-birds-2022-05-28",
            "created_at": "2022-07-31T11:05:53.914254Z",
            "updated_at": "2022-07-31T11:05:54.411927Z",
            "summary": "Flock Of Birds is an Gallery Shows event starting on 28/05/2022, 00:00 and ending on 28/05/2022, 00:00. Event is in Gasworks with address 155 Vauxhall Street.",
            "title": "Flock Of Birds",
            "content": null,
            "start_time": "2022-05-28T00:00:00.000000Z",
            "end_time": "2022-05-28T00: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": "155 Vauxhall Street",
            "city": "London",
            "geolocation": "41.3625825,-72.109884",
            "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": []
        }
    ]
}