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

{
    "count": 37573,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=7182&ordering=end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=7146&ordering=end_time",
    "results": [
        {
            "id": 19827,
            "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": 19226,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2ad8d6e23e374c08972f41a267ece0b6-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2ad8d6e23e374c08972f41a267ece0b6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2ad8d6e23e374c08972f41a267ece0b6.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2ad8d6e23e374c08972f41a267ece0b6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2ad8d6e23e374c08972f41a267ece0b6-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2ad8d6e23e374c08972f41a267ece0b6-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2ad8d6e23e374c08972f41a267ece0b6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2ad8d6e23e374c08972f41a267ece0b6-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2ad8d6e23e374c08972f41a267ece0b6-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2ad8d6e23e374c08972f41a267ece0b6-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-16T20:28:40.188406Z",
                "updated_at": "2023-02-10T14:48:11.095036Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6677,
                "name": "Art + Practice",
                "slug": "art-practice",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0045237,-118.3317402",
                "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-16T20:28:51.340542Z",
            "publish_time": null,
            "slug": "art-practice-blondell-cummings-dance-as-moving-pictures-2021-09-18",
            "created_at": "2023-01-16T20:28:52.228927Z",
            "updated_at": "2023-01-16T20:28:52.279937Z",
            "summary": "Blondell Cummings: Dance as Moving Pictures is an Gallery Shows event starting on 18/09/2021, 00:00 and ending on 19/02/2022, 01:00. Event is in Art + Practice with address Art + Practice Exhibition Space.",
            "title": "Blondell Cummings: Dance as Moving Pictures",
            "content": null,
            "start_time": "2021-09-18T00:00:00.000000Z",
            "end_time": "2022-02-19T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Art + Practice Exhibition Space",
            "city": "Los Angeles",
            "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": 6408,
            "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": 7622,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3cb03ff871b473bbc97a64f1b919937-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3cb03ff871b473bbc97a64f1b919937-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a3cb03ff871b473bbc97a64f1b919937.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3cb03ff871b473bbc97a64f1b919937-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3cb03ff871b473bbc97a64f1b919937-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3cb03ff871b473bbc97a64f1b919937-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3cb03ff871b473bbc97a64f1b919937-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3cb03ff871b473bbc97a64f1b919937-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3cb03ff871b473bbc97a64f1b919937-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3cb03ff871b473bbc97a64f1b919937-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-08T20:26:03.805942Z",
                "updated_at": "2022-01-08T20:26:03.805977Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4401,
                "name": "Modern Art Helmet Row",
                "slug": "modern-art-helmet-row",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5251013,-0.09434329999999999",
                "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-01-08T20:26:07.108639Z",
            "publish_time": null,
            "slug": "modern-art-helmet-row-michael-e-smith-2022-01-14",
            "created_at": "2022-01-08T20:26:07.819300Z",
            "updated_at": "2022-01-08T20:26:08.154448Z",
            "summary": "Michael E. Smith is an Gallery Shows event starting on 14/01/2022, 01:00 and ending on 19/02/2022, 01:00. Event is in Modern Art Helmet Row with address 4 – 8 Helmet Row.",
            "title": "Michael E. Smith",
            "content": null,
            "start_time": "2022-01-14T01:00:00.000000Z",
            "end_time": "2022-02-19T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "4 – 8 Helmet Row",
            "city": "London",
            "geolocation": "51.5252199,-0.0944527",
            "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": 6462,
            "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": 7674,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3726018c5e2470d88fb8e975d6342bc-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3726018c5e2470d88fb8e975d6342bc-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c3726018c5e2470d88fb8e975d6342bc.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3726018c5e2470d88fb8e975d6342bc-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3726018c5e2470d88fb8e975d6342bc-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3726018c5e2470d88fb8e975d6342bc-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3726018c5e2470d88fb8e975d6342bc-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3726018c5e2470d88fb8e975d6342bc-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3726018c5e2470d88fb8e975d6342bc-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c3726018c5e2470d88fb8e975d6342bc-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-10T17:40:15.104207Z",
                "updated_at": "2022-01-10T17:40:15.104247Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4455,
                "name": "TARQ",
                "slug": "tarq",
                "city": "Mumbai",
                "country": {
                    "code": "IN",
                    "name": "India"
                },
                "geolocation": "18.9203886,72.83013059999999",
                "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": "IN",
            "publish_status": "published",
            "published_at": "2022-01-10T17:40:19.481718Z",
            "publish_time": null,
            "slug": "tarq-home-ground-by-saju-kunhan-2022-01-13",
            "created_at": "2022-01-10T17:40:20.190958Z",
            "updated_at": "2022-01-10T17:40:20.230268Z",
            "summary": "Home Ground by Saju Kunhan is an Gallery Shows event starting on 13/01/2022, 01:00 and ending on 19/02/2022, 01:00. Event is in TARQ with address F 35/36 Dhanraj Mahal, C.S.M Marg,.",
            "title": "Home Ground by Saju Kunhan",
            "content": null,
            "start_time": "2022-01-13T01:00:00.000000Z",
            "end_time": "2022-02-19T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "F 35/36 Dhanraj Mahal, C.S.M Marg,",
            "city": "Mumbai",
            "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": 6466,
            "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": 7676,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aae1e2aa6248488bb48f791f581329ea-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aae1e2aa6248488bb48f791f581329ea-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/aae1e2aa6248488bb48f791f581329ea.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aae1e2aa6248488bb48f791f581329ea-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aae1e2aa6248488bb48f791f581329ea-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aae1e2aa6248488bb48f791f581329ea-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aae1e2aa6248488bb48f791f581329ea-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aae1e2aa6248488bb48f791f581329ea-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aae1e2aa6248488bb48f791f581329ea-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/aae1e2aa6248488bb48f791f581329ea-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-10T23:36:13.109660Z",
                "updated_at": "2022-01-10T23:36:13.109694Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4457,
                "name": "The Approach Gallery",
                "slug": "approach-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.53127689999999,-0.0514061",
                "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-01-10T23:36:15.745249Z",
            "publish_time": null,
            "slug": "the-approach-john-stezaker-double-shadow-2022-01-13",
            "created_at": "2022-01-10T23:36:16.484075Z",
            "updated_at": "2022-01-10T23:36:16.523394Z",
            "summary": "John Stezaker: Double Shadow is an Gallery Shows event starting on 13/01/2022, 01:00 and ending on 19/02/2022, 01:00. Event is in The Approach Gallery with address 1st Floor, 47 Approach Rd.",
            "title": "John Stezaker: Double Shadow",
            "content": null,
            "start_time": "2022-01-13T01:00:00.000000Z",
            "end_time": "2022-02-19T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1st Floor, 47 Approach Rd",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 6675,
            "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": 7833,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bea98e00ad14ed2b4f474ee0836e04a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bea98e00ad14ed2b4f474ee0836e04a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4bea98e00ad14ed2b4f474ee0836e04a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bea98e00ad14ed2b4f474ee0836e04a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bea98e00ad14ed2b4f474ee0836e04a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bea98e00ad14ed2b4f474ee0836e04a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bea98e00ad14ed2b4f474ee0836e04a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bea98e00ad14ed2b4f474ee0836e04a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bea98e00ad14ed2b4f474ee0836e04a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bea98e00ad14ed2b4f474ee0836e04a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-13T13:36:36.389902Z",
                "updated_at": "2022-01-13T13:36:36.389939Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3232,
                "name": "Anya Tish",
                "slug": "anya-tish",
                "city": "Houston",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "29.7327364,-95.3908058",
                "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-01-13T13:36:39.785106Z",
            "publish_time": null,
            "slug": "anya-tish-pawe-dutkiewicz-i-concerto-in-e-minor-i-january-15-2022-01-15",
            "created_at": "2022-01-13T13:36:40.529831Z",
            "updated_at": "2022-01-13T13:36:42.510476Z",
            "summary": "Paweł Dutkiewicz I Concerto in E Minor I January 15 is an Gallery Shows event starting on 15/01/2022, 01:00 and ending on 19/02/2022, 01:00. Event is in Anya Tish with address 4411 Montrose Boulevard.",
            "title": "Paweł Dutkiewicz I Concerto in E Minor I January 15",
            "content": null,
            "start_time": "2022-01-15T01:00:00.000000Z",
            "end_time": "2022-02-19T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "4411 Montrose Boulevard",
            "city": "Houston",
            "geolocation": "29.733177387755102,-95.39100818367346",
            "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": 6686,
            "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": 4145,
                "name": "Galeria Nara Roesler",
                "slug": "galeria-nara-roesler",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7469991,-74.00563679999999",
                "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-01-14T11:52:16.298998Z",
            "publish_time": null,
            "slug": "galeria-nara-roesler-abraham-palatnik-seismograph-of-color-2022-01-13",
            "created_at": "2022-01-14T11:52:17.041690Z",
            "updated_at": "2022-01-14T11:52:17.649816Z",
            "summary": "abraham palatnik: seismograph of color is an Gallery Shows event starting on 13/01/2022, 01:00 and ending on 19/02/2022, 01:00. Event is in Galeria Nara Roesler with address 511 West 21st Street.",
            "title": "abraham palatnik: seismograph of color",
            "content": null,
            "start_time": "2022-01-13T01:00:00.000000Z",
            "end_time": "2022-02-19T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "511 West 21st Street",
            "city": "New York",
            "geolocation": "40.746836,-74.0058758",
            "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": 6698,
            "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": 7856,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b4890a99e92940e3b1b5a8bad629b0cf-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b4890a99e92940e3b1b5a8bad629b0cf-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b4890a99e92940e3b1b5a8bad629b0cf.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b4890a99e92940e3b1b5a8bad629b0cf-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b4890a99e92940e3b1b5a8bad629b0cf-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b4890a99e92940e3b1b5a8bad629b0cf-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b4890a99e92940e3b1b5a8bad629b0cf-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b4890a99e92940e3b1b5a8bad629b0cf-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b4890a99e92940e3b1b5a8bad629b0cf-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b4890a99e92940e3b1b5a8bad629b0cf-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-14T12:41:11.638622Z",
                "updated_at": "2022-01-14T12:41:11.638678Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4508,
                "name": "Commonwealth & Council",
                "slug": "commonwealth-council",
                "city": "Los Angeles",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "34.05953909999999,-118.2894509",
                "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-01-14T12:41:14.793520Z",
            "publish_time": null,
            "slug": "commonwealth-council-disorientation-towards-collapse-clarissa-tossin-2022-01-15",
            "created_at": "2022-01-14T12:41:15.526789Z",
            "updated_at": "2022-01-14T12:41:15.562223Z",
            "summary": "Disorientation Towards Collapse. Clarissa Tossin is an Gallery Shows event starting on 15/01/2022, 01:00 and ending on 19/02/2022, 01:00. Event is in Commonwealth & Council with address 3006 W 7th Street, #220.",
            "title": "Disorientation Towards Collapse. Clarissa Tossin",
            "content": null,
            "start_time": "2022-01-15T01:00:00.000000Z",
            "end_time": "2022-02-19T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "3006 W 7th Street, #220",
            "city": "Los Angeles",
            "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": 6717,
            "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": 7869,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/52d924e4414548a79f4af1530c12f84d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/52d924e4414548a79f4af1530c12f84d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/52d924e4414548a79f4af1530c12f84d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/52d924e4414548a79f4af1530c12f84d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/52d924e4414548a79f4af1530c12f84d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/52d924e4414548a79f4af1530c12f84d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/52d924e4414548a79f4af1530c12f84d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/52d924e4414548a79f4af1530c12f84d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/52d924e4414548a79f4af1530c12f84d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/52d924e4414548a79f4af1530c12f84d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-19T13:17:10.724163Z",
                "updated_at": "2022-01-19T13:17:10.724200Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3218,
                "name": "Almine Rech, Paris",
                "slug": "almine-rech-paris",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8595426,2.3650691",
                "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-01-19T13:17:13.596504Z",
            "publish_time": null,
            "slug": "almine-rech-paris-victims-and-victors-2022-01-13",
            "created_at": "2022-01-19T13:17:14.347118Z",
            "updated_at": "2022-01-19T13:17:14.387000Z",
            "summary": "Victims and Victors is an Gallery Shows event starting on 13/01/2022, 01:00 and ending on 19/02/2022, 01:00. Event is in Almine Rech, Paris with address Grosvenor Hill, Broadbent House.",
            "title": "Victims and Victors",
            "content": null,
            "start_time": "2022-01-13T01:00:00.000000Z",
            "end_time": "2022-02-19T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Grosvenor Hill, Broadbent House",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 6770,
            "author": {
                "id": "e7be66b3-17d2-4ec6-a8b2-f2761e0e3a48",
                "username": "harriet@agora-gallery.com",
                "slug": "harrietagora-gallerycom",
                "first_name": "Harriet",
                "last_name": "Sunga",
                "display_name": null,
                "display_name_full": "Harriet Sunga",
                "email": "harriet@agora-gallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 7924,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3e38546354541bb853fc321c3dbc0e0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3e38546354541bb853fc321c3dbc0e0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e3e38546354541bb853fc321c3dbc0e0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3e38546354541bb853fc321c3dbc0e0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3e38546354541bb853fc321c3dbc0e0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3e38546354541bb853fc321c3dbc0e0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3e38546354541bb853fc321c3dbc0e0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3e38546354541bb853fc321c3dbc0e0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3e38546354541bb853fc321c3dbc0e0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3e38546354541bb853fc321c3dbc0e0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-27T16:54:55.726495Z",
                "updated_at": "2022-01-27T16:54:55.726536Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 734,
                "name": "AGORA GALLERY New York",
                "slug": "agora-gallery-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7494083,-74.0045743",
                "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-01-27T16:54:59.377681Z",
            "publish_time": null,
            "slug": "agora-gallery-new-york-breakfast-2022-02-01",
            "created_at": "2022-01-27T16:55:00.130504Z",
            "updated_at": "2022-08-03T08:41:59.107320Z",
            "summary": "Breakfast is an Gallery Shows event starting on 01/02/2022, 01:00 and ending on 19/02/2022, 01:00. Event is in AGORA GALLERY New York with address 530 W 25th St.",
            "title": "Breakfast",
            "content": null,
            "start_time": "2022-02-01T01:00:00.000000Z",
            "end_time": "2022-02-19T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "530 W 25th St",
            "city": "New York",
            "geolocation": "40.74935685,-74.00473445",
            "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": 6772,
            "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": 7926,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc03877b4999477cbfbb09534e594b01-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc03877b4999477cbfbb09534e594b01-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bc03877b4999477cbfbb09534e594b01.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc03877b4999477cbfbb09534e594b01-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc03877b4999477cbfbb09534e594b01-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc03877b4999477cbfbb09534e594b01-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc03877b4999477cbfbb09534e594b01-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc03877b4999477cbfbb09534e594b01-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc03877b4999477cbfbb09534e594b01-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bc03877b4999477cbfbb09534e594b01-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-27T16:54:56.363593Z",
                "updated_at": "2022-01-27T16:54:56.363636Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3461,
                "name": "AIR Gallery (A4 Studios)",
                "slug": "air-gallery-a4",
                "city": "Altrincham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.3917919,-2.3451511",
                "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-01-27T16:55:00.625737Z",
            "publish_time": null,
            "slug": "air-gallery-a4-studios-the-unstable-line-2022-01-27",
            "created_at": "2022-01-27T16:55:01.393295Z",
            "updated_at": "2022-01-27T16:55:02.170526Z",
            "summary": "The Unstable Line is an Gallery Shows event starting on 27/01/2022, 01:00 and ending on 19/02/2022, 01:00. Event is in AIR Gallery (A4 Studios) with address Grosvenor Road.",
            "title": "The Unstable Line",
            "content": null,
            "start_time": "2022-01-27T01:00:00.000000Z",
            "end_time": "2022-02-19T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Grosvenor Road",
            "city": "Altrincham",
            "geolocation": "52.4691571,1.7454143",
            "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": 6777,
            "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": 4152,
                "name": "Anca Poterasu Gallery",
                "slug": "anca-poterasu-gallery",
                "city": "Bucharest",
                "country": {
                    "code": "RO",
                    "name": "Romania"
                },
                "geolocation": "44.4345818,26.1152362",
                "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": "RO",
            "publish_status": "published",
            "published_at": "2022-01-27T17:02:45.666413Z",
            "publish_time": null,
            "slug": "anca-poterasu-gallery-some-are-born-to-sweet-delight-2022-01-29",
            "created_at": "2022-01-27T17:02:46.398853Z",
            "updated_at": "2022-01-27T17:02:46.436502Z",
            "summary": "Some are Born to Sweet Delight is an Gallery Shows event starting on 29/01/2022, 01:00 and ending on 19/02/2022, 01:00. Event is in Anca Poterasu Gallery with address 26 Popa Soare Street Bucharest Romania.",
            "title": "Some are Born to Sweet Delight",
            "content": null,
            "start_time": "2022-01-29T01:00:00.000000Z",
            "end_time": "2022-02-19T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "26 Popa Soare Street Bucharest Romania",
            "city": "Bucharest",
            "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": 6791,
            "author": {
                "id": "22b341ef-2068-45e4-a7c2-26bc739c022d",
                "username": "niklas_1375",
                "slug": "niklas_1375",
                "first_name": "Niklas",
                "last_name": "vonBartha",
                "display_name": "Niklas vonBartha",
                "display_name_full": "Niklas vonBartha",
                "email": "niklas@barthacontemporary.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 7942,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/185901930b6741ffa0c6195d8036d709-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/185901930b6741ffa0c6195d8036d709-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/185901930b6741ffa0c6195d8036d709.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/185901930b6741ffa0c6195d8036d709-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/185901930b6741ffa0c6195d8036d709-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/185901930b6741ffa0c6195d8036d709-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/185901930b6741ffa0c6195d8036d709-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/185901930b6741ffa0c6195d8036d709-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/185901930b6741ffa0c6195d8036d709-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/185901930b6741ffa0c6195d8036d709-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-27T17:47:19.632176Z",
                "updated_at": "2022-01-27T17:47:19.632215Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2881,
                "name": "Bartha Contemporary",
                "slug": "bartha-contemporary",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5167191,-0.14163039999993998",
                "artworks_for_sale_count": 370,
                "featured_image": {
                    "id": 2504,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Bartha-Contemporary-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Bartha-Contemporary-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Bartha-Contemporary-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Bartha-Contemporary.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Bartha-Contemporary-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Bartha-Contemporary-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Bartha-Contemporary-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Bartha-Contemporary-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-24T06:15:53.636229Z",
                    "updated_at": "2021-09-14T13:31:11.273452Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Bartha Contemporary",
                    "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-01-27T17:47:22.002949Z",
            "publish_time": null,
            "slug": "bartha-contemporary-jill-baroff-survey-2022-01-26",
            "created_at": "2022-01-27T17:47:25.991956Z",
            "updated_at": "2022-08-03T08:41:53.317001Z",
            "summary": "Jill Baroff: Survey is an Gallery Shows event starting on 26/01/2022, 01:00 and ending on 19/02/2022, 01:00. Event is in Bartha Contemporary with address 7 Ledbury Mews North.",
            "title": "Jill Baroff: Survey",
            "content": null,
            "start_time": "2022-01-26T01:00:00.000000Z",
            "end_time": "2022-02-19T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "7 Ledbury Mews North",
            "city": "London",
            "geolocation": "51.5141392,-0.1988981",
            "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": 6923,
            "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": 8065,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3a94d9d2f1934f95aa8c96c12f86e269-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3a94d9d2f1934f95aa8c96c12f86e269-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3a94d9d2f1934f95aa8c96c12f86e269.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3a94d9d2f1934f95aa8c96c12f86e269-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3a94d9d2f1934f95aa8c96c12f86e269-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3a94d9d2f1934f95aa8c96c12f86e269-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3a94d9d2f1934f95aa8c96c12f86e269-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3a94d9d2f1934f95aa8c96c12f86e269-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3a94d9d2f1934f95aa8c96c12f86e269-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3a94d9d2f1934f95aa8c96c12f86e269-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-02-01T15:48:52.231026Z",
                "updated_at": "2022-02-01T15:48:52.231066Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3276,
                "name": "Taymour Grahne Projects",
                "slug": "taymour-grahne-projects",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5073196,-0.2078779",
                "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-02-01T15:48:54.688221Z",
            "publish_time": null,
            "slug": "taymour-grahne-projects-craig-kucia-windows-2022-01-22",
            "created_at": "2022-02-01T15:48:55.416361Z",
            "updated_at": "2022-02-01T15:48:55.894586Z",
            "summary": "Craig Kucia - Windows is an Gallery Shows event starting on 22/01/2022, 01:00 and ending on 19/02/2022, 01:00. Event is in Taymour Grahne Projects with address 10 Portland Road.",
            "title": "Craig Kucia - Windows",
            "content": null,
            "start_time": "2022-01-22T01:00:00.000000Z",
            "end_time": "2022-02-19T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "10 Portland Road",
            "city": "London",
            "geolocation": "-35.7904705,174.3030746",
            "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": 6978,
            "author": {
                "id": "999e5ce7-f6a6-43da-b9f7-b4c95d97acab",
                "username": "tiredbitch420",
                "slug": "tiredbitch420",
                "first_name": "",
                "last_name": "",
                "display_name": null,
                "display_name_full": "",
                "email": "mariel@newimageartgallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 8117,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6b02aa7ed204ce783b749378b033852-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6b02aa7ed204ce783b749378b033852-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a6b02aa7ed204ce783b749378b033852.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6b02aa7ed204ce783b749378b033852-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6b02aa7ed204ce783b749378b033852-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6b02aa7ed204ce783b749378b033852-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6b02aa7ed204ce783b749378b033852-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6b02aa7ed204ce783b749378b033852-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6b02aa7ed204ce783b749378b033852-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a6b02aa7ed204ce783b749378b033852-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-02-01T17:59:50.546287Z",
                "updated_at": "2022-02-01T17:59:50.546329Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 410,
                "name": "New Image Art",
                "slug": "new-image-art-gallery",
                "city": "West Hollywood",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.09061070000001,-118.36221160000002",
                "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-02-01T17:59:54.870761Z",
            "publish_time": null,
            "slug": "new-image-art-manta-lilah-rose-and-chelsea-ryoko-wong-2022-01-22",
            "created_at": "2022-02-01T17:59:55.574612Z",
            "updated_at": "2022-08-03T08:41:56.288265Z",
            "summary": "Manta: Lilah Rose and Chelsea Ryoko Wong is an Gallery Shows event starting on 22/01/2022, 01:00 and ending on 19/02/2022, 01:00. Event is in New Image Art with address 7920 Santa Monica Boulevard.",
            "title": "Manta: Lilah Rose and Chelsea Ryoko Wong",
            "content": null,
            "start_time": "2022-01-22T01:00:00.000000Z",
            "end_time": "2022-02-19T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "7920 Santa Monica Boulevard",
            "city": "West Hollywood",
            "geolocation": "34.090719666666665,-118.36210714285714",
            "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": 7258,
            "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": 8352,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec79cf143c7a41b8bfcc282065bf9769-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec79cf143c7a41b8bfcc282065bf9769-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ec79cf143c7a41b8bfcc282065bf9769.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec79cf143c7a41b8bfcc282065bf9769-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec79cf143c7a41b8bfcc282065bf9769-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec79cf143c7a41b8bfcc282065bf9769-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec79cf143c7a41b8bfcc282065bf9769-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec79cf143c7a41b8bfcc282065bf9769-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec79cf143c7a41b8bfcc282065bf9769-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec79cf143c7a41b8bfcc282065bf9769-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-02-11T16:19:37.023959Z",
                "updated_at": "2022-02-11T16:19:37.023994Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4029,
                "name": "Galerie Lelong & Co. New York",
                "slug": "galerie-lelong-co-new-york",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7501656,-74.0043704",
                "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-02-11T16:19:39.123227Z",
            "publish_time": null,
            "slug": "galerie-lelong-co-new-york-discovery-of-immediacy-2022-01-06",
            "created_at": "2022-02-11T16:19:39.853297Z",
            "updated_at": "2022-02-11T16:19:40.283717Z",
            "summary": "Discovery of Immediacy is an Gallery Shows event starting on 06/01/2022, 01:00 and ending on 19/02/2022, 01:00. Event is in Galerie Lelong & Co. New York with address 528 W. 26th Street.",
            "title": "Discovery of Immediacy",
            "content": null,
            "start_time": "2022-01-06T01:00:00.000000Z",
            "end_time": "2022-02-19T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "528 W. 26th Street",
            "city": "New York",
            "geolocation": "40.7501929,-74.004471",
            "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": 7259,
            "author": {
                "id": "89acd003-29d4-4897-929f-0a1bc354bdd3",
                "username": "alienor_1290",
                "slug": "alienor_1290",
                "first_name": "Aliénor",
                "last_name": "Debonneville",
                "display_name": "Aliénor Debonneville",
                "display_name_full": "Aliénor Debonneville",
                "email": "widewalls@perrotin.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 8353,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a9f847b01864f5c99834ee17ca4f076-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a9f847b01864f5c99834ee17ca4f076-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6a9f847b01864f5c99834ee17ca4f076.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a9f847b01864f5c99834ee17ca4f076-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a9f847b01864f5c99834ee17ca4f076-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a9f847b01864f5c99834ee17ca4f076-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a9f847b01864f5c99834ee17ca4f076-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a9f847b01864f5c99834ee17ca4f076-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a9f847b01864f5c99834ee17ca4f076-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a9f847b01864f5c99834ee17ca4f076-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-02-11T16:21:03.099191Z",
                "updated_at": "2022-02-11T16:21:03.099227Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 718,
                "name": "Perrotin",
                "slug": "perrotin-4",
                "city": "Hong Kong",
                "country": {
                    "code": "HK",
                    "name": "Hong Kong"
                },
                "geolocation": "22.285121,114.15589999999997",
                "artworks_for_sale_count": 416,
                "featured_image": {
                    "id": 4108,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/61bacbaebb52448fbfba8a749798113d-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/61bacbaebb52448fbfba8a749798113d-crop-c0-5__0-5-558x279-70.jpeg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/61bacbaebb52448fbfba8a749798113d-crop-c0-5__0-5-265x149-70.jpeg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/61bacbaebb52448fbfba8a749798113d.jpeg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/61bacbaebb52448fbfba8a749798113d-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/61bacbaebb52448fbfba8a749798113d-crop-c0-5__0-5-760x499-70.jpeg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/61bacbaebb52448fbfba8a749798113d-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/61bacbaebb52448fbfba8a749798113d-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-11-11T10:59:24.395775Z",
                    "updated_at": "2022-11-11T10:59:24.395804Z",
                    "is_converted_to_webp": true,
                    "caption": "",
                    "alt_text": "Perrotin Hong kong",
                    "description": "",
                    "uploaded_by": "631e7ab8-4ee0-49ac-9973-abbaa6bae314"
                },
                "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-02-11T16:21:06.637928Z",
            "publish_time": null,
            "slug": "galerie-perrotin-new-york-late-night-enterprise-2022-01-15",
            "created_at": "2022-02-11T16:21:07.349465Z",
            "updated_at": "2022-08-03T08:41:55.960007Z",
            "summary": "Late Night Enterprise is an Gallery Shows event starting on 15/01/2022, 01:00 and ending on 19/02/2022, 01:00. Event is in Perrotin with address 130 Orchard Street.",
            "title": "Late Night Enterprise",
            "content": null,
            "start_time": "2022-01-15T01:00:00.000000Z",
            "end_time": "2022-02-19T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "130 Orchard Street",
            "city": "New York",
            "geolocation": "41.3305125,-74.1940182",
            "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": 7476,
            "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": 8547,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c5b637952f94090bcf52109f1a886c7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c5b637952f94090bcf52109f1a886c7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1c5b637952f94090bcf52109f1a886c7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c5b637952f94090bcf52109f1a886c7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c5b637952f94090bcf52109f1a886c7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c5b637952f94090bcf52109f1a886c7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c5b637952f94090bcf52109f1a886c7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c5b637952f94090bcf52109f1a886c7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c5b637952f94090bcf52109f1a886c7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c5b637952f94090bcf52109f1a886c7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-02-28T14:16:03.682581Z",
                "updated_at": "2022-02-28T14:16:03.682637Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4240,
                "name": "Jane Lombard Gallery",
                "slug": "jane-lombard-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.71854620000001,-74.0036001",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4834,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2b807e4532804c04909e9ad4d39804aa-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2b807e4532804c04909e9ad4d39804aa-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2b807e4532804c04909e9ad4d39804aa-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/2b807e4532804c04909e9ad4d39804aa.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2b807e4532804c04909e9ad4d39804aa-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2b807e4532804c04909e9ad4d39804aa-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2b807e4532804c04909e9ad4d39804aa-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2b807e4532804c04909e9ad4d39804aa-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2024-04-13T17:11:33.206634Z",
                    "updated_at": "2024-04-13T17:11:33.206670Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "c7d3effc-2eac-49f4-8c48-615a82572d88"
                },
                "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-02-28T14:16:06.011438Z",
            "publish_time": null,
            "slug": "jane-lombard-gallery-marks-in-time-2022-01-07",
            "created_at": "2022-02-28T14:16:06.781785Z",
            "updated_at": "2022-02-28T14:16:07.389854Z",
            "summary": "Marks in Time is an Gallery Shows event starting on 07/01/2022, 01:00 and ending on 19/02/2022, 01:00. Event is in Jane Lombard Gallery with address 58 White Street.",
            "title": "Marks in Time",
            "content": null,
            "start_time": "2022-01-07T01:00:00.000000Z",
            "end_time": "2022-02-19T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "58 White Street",
            "city": "New York",
            "geolocation": "-46.4200334,168.3866792",
            "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": 7482,
            "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": 4637,
                "name": "Jerald Melberg Gallery",
                "slug": "jerald-melberg-gallery",
                "city": "Charlotte",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "35.1719284,-80.8060197",
                "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-02-28T14:24:50.408914Z",
            "publish_time": null,
            "slug": "jerald-melberg-gallery-lee-hall-the-quarry-paintings-2022-01-15",
            "created_at": "2022-02-28T14:24:51.247323Z",
            "updated_at": "2022-02-28T14:24:51.861606Z",
            "summary": "Lee Hall: The Quarry Paintings is an Gallery Shows event starting on 15/01/2022, 01:00 and ending on 19/02/2022, 01:00. Event is in Jerald Melberg Gallery with address 625 South Sharon Amity Road.",
            "title": "Lee Hall: The Quarry Paintings",
            "content": null,
            "start_time": "2022-01-15T01:00:00.000000Z",
            "end_time": "2022-02-19T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "625 South Sharon Amity Road",
            "city": "Charlotte",
            "geolocation": "35.17217197966578,-80.80666858335015",
            "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": []
        }
    ]
}