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=7416&ordering=start_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=7434&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=7398&ordering=start_time",
    "results": [
        {
            "id": 6656,
            "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": 7823,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6374c4bb357e467a83bdbe10d4f90030-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6374c4bb357e467a83bdbe10d4f90030-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6374c4bb357e467a83bdbe10d4f90030.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6374c4bb357e467a83bdbe10d4f90030-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6374c4bb357e467a83bdbe10d4f90030-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6374c4bb357e467a83bdbe10d4f90030-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6374c4bb357e467a83bdbe10d4f90030-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6374c4bb357e467a83bdbe10d4f90030-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6374c4bb357e467a83bdbe10d4f90030-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6374c4bb357e467a83bdbe10d4f90030-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-12T14:44:52.782931Z",
                "updated_at": "2022-01-12T14:44:52.782968Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3643,
                "name": "Galerie Nord | Kunstverein Tiergarten",
                "slug": "galerie-nord-kunstverein-tiergarten",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5266925,13.3338044",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2022-01-12T14:44:55.142308Z",
            "publish_time": null,
            "slug": "galerie-nord-kunstverein-tiergarten-scheitere-an-einem-anderen-tag-2022-01-15",
            "created_at": "2022-01-12T14:44:55.887348Z",
            "updated_at": "2022-01-12T14:44:55.928849Z",
            "summary": "Scheitere an einem anderen Tag is an Gallery Shows event starting on 15/01/2022, 01:00 and ending on 26/02/2022, 01:00. Event is in Galerie Nord | Kunstverein Tiergarten with address Turmstraße 75 EG.",
            "title": "Scheitere an einem anderen Tag",
            "content": null,
            "start_time": "2022-01-15T01:00:00.000000Z",
            "end_time": "2022-02-26T01: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": "Turmstraße 75 EG",
            "city": "Berlin",
            "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": 6661,
            "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": 4492,
                "name": "Galerie Michael W. Schmalfuss",
                "slug": "galerie-michael-w-schmalfuss",
                "city": "Marburg",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "50.813462,8.769690299999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2022-01-12T17:11:37.650611Z",
            "publish_time": null,
            "slug": "galerie-michael-w-schmalfuss-in-sight-2022-01-15",
            "created_at": "2022-01-12T17:11:38.467906Z",
            "updated_at": "2022-01-12T17:11:38.835500Z",
            "summary": "IN SIGHT is an Gallery Shows event starting on 15/01/2022, 01:00 and ending on 12/02/2022, 01:00. Event is in Galerie Michael W. Schmalfuss with address Knesebeckstraße 96.",
            "title": "IN SIGHT",
            "content": null,
            "start_time": "2022-01-15T01:00:00.000000Z",
            "end_time": "2022-02-12T01: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": "Knesebeckstraße 96",
            "city": "Berlin",
            "geolocation": "52.5094708,13.3232713",
            "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": 6680,
            "author": {
                "id": "b850e8fe-7e65-470a-88f4-d2eecac6bc31",
                "username": "dustin_816",
                "slug": "dustin_816",
                "first_name": "Dustin",
                "last_name": "",
                "display_name": "Dustin",
                "display_name_full": "Dustin",
                "email": "dustin@hijinxarts.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 7838,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e3465411e6f4aba89d092a438b266a9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e3465411e6f4aba89d092a438b266a9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3e3465411e6f4aba89d092a438b266a9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e3465411e6f4aba89d092a438b266a9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e3465411e6f4aba89d092a438b266a9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e3465411e6f4aba89d092a438b266a9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e3465411e6f4aba89d092a438b266a9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e3465411e6f4aba89d092a438b266a9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e3465411e6f4aba89d092a438b266a9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e3465411e6f4aba89d092a438b266a9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-13T13:59:27.479603Z",
                "updated_at": "2022-01-13T13:59:27.479639Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3138,
                "name": "Art Share LA",
                "slug": "art-share-la",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0522342,-118.2436849",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3097,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-share-la_LOGO_8100x2000_copy-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-share-la_LOGO_8100x2000_copy-crop-c0-5__0-5-558x279.png",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-share-la_LOGO_8100x2000_copy-crop-c0-5__0-5-265x149.png",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/art-share-la_LOGO_8100x2000_copy.png",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-share-la_LOGO_8100x2000_copy-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-share-la_LOGO_8100x2000_copy-crop-c0-5__0-5-760x499.png",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-share-la_LOGO_8100x2000_copy-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/art-share-la_LOGO_8100x2000_copy-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-10-26T15:46:40.043145Z",
                    "updated_at": "2021-09-14T13:46:22.193329Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "b850e8fe-7e65-470a-88f4-d2eecac6bc31"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-01-13T13:59:30.939932Z",
            "publish_time": null,
            "slug": "art-share-la-products-of-empire-and-ideas-of-practice-2022-01-15",
            "created_at": "2022-01-13T13:59:31.677449Z",
            "updated_at": "2022-08-03T08:41:57.145878Z",
            "summary": "Products of Empire and Ideas of Practice is an Gallery Shows event starting on 15/01/2022, 01:00 and ending on 13/02/2022, 01:00. Event is in Art Share LA with address 801 E. 4th Place.",
            "title": "Products of Empire and Ideas of Practice",
            "content": null,
            "start_time": "2022-01-15T01:00:00.000000Z",
            "end_time": "2022-02-13T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "801 E. 4th Place",
            "city": "Los Angeles",
            "geolocation": "34.04462195,-118.23628896663931",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 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": 6741,
            "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": 7894,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2a9fb638cdd49fc9a019319cef4bcb1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2a9fb638cdd49fc9a019319cef4bcb1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c2a9fb638cdd49fc9a019319cef4bcb1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2a9fb638cdd49fc9a019319cef4bcb1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2a9fb638cdd49fc9a019319cef4bcb1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2a9fb638cdd49fc9a019319cef4bcb1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2a9fb638cdd49fc9a019319cef4bcb1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2a9fb638cdd49fc9a019319cef4bcb1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2a9fb638cdd49fc9a019319cef4bcb1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c2a9fb638cdd49fc9a019319cef4bcb1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-19T23:44:36.689983Z",
                "updated_at": "2022-01-19T23:44:36.690024Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4518,
                "name": "Blum & Poe Los Angeles",
                "slug": "blum-poe-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0329595,-118.3756203",
                "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-19T23:44:39.979273Z",
            "publish_time": null,
            "slug": "blum-poe-theodora-allen-syzygy-2022-01-15",
            "created_at": "2022-01-19T23:44:40.699839Z",
            "updated_at": "2022-01-19T23:44:41.209975Z",
            "summary": "Theodora Allen: Syzygy is an Gallery Shows event starting on 15/01/2022, 01:00 and ending on 26/02/2022, 01:00. Event is in Blum & Poe Los Angeles with address 2727 S. La Cienega Boulevard.",
            "title": "Theodora Allen: Syzygy",
            "content": null,
            "start_time": "2022-01-15T01:00:00.000000Z",
            "end_time": "2022-02-26T01: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": "2727 S. La Cienega Boulevard",
            "city": "Los Angeles",
            "geolocation": "34.033368789473684,-118.37593005263159",
            "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": 6742,
            "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": 7893,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf33485c60604c7ca0408344d98d3fee-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf33485c60604c7ca0408344d98d3fee-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bf33485c60604c7ca0408344d98d3fee.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf33485c60604c7ca0408344d98d3fee-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf33485c60604c7ca0408344d98d3fee-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf33485c60604c7ca0408344d98d3fee-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf33485c60604c7ca0408344d98d3fee-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf33485c60604c7ca0408344d98d3fee-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf33485c60604c7ca0408344d98d3fee-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf33485c60604c7ca0408344d98d3fee-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-19T23:44:36.644097Z",
                "updated_at": "2022-01-19T23:44:36.644133Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4518,
                "name": "Blum & Poe Los Angeles",
                "slug": "blum-poe-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0329595,-118.3756203",
                "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-19T23:44:40.411985Z",
            "publish_time": null,
            "slug": "blum-poe-eddie-martinez-pigeon-sweat-2022-01-15",
            "created_at": "2022-01-19T23:44:41.150155Z",
            "updated_at": "2022-01-19T23:44:41.675071Z",
            "summary": "Eddie Martinez: Pigeon Sweat is an Gallery Shows event starting on 15/01/2022, 01:00 and ending on 26/02/2022, 01:00. Event is in Blum & Poe Los Angeles with address 2727 S. La Cienega Boulevard.",
            "title": "Eddie Martinez: Pigeon Sweat",
            "content": null,
            "start_time": "2022-01-15T01:00:00.000000Z",
            "end_time": "2022-02-26T01: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": "2727 S. La Cienega Boulevard",
            "city": "Los Angeles",
            "geolocation": "34.033368789473684,-118.37593005263159",
            "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": 6956,
            "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": 8096,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c9de5df22c840cab4e665a7176ca30d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c9de5df22c840cab4e665a7176ca30d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7c9de5df22c840cab4e665a7176ca30d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c9de5df22c840cab4e665a7176ca30d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c9de5df22c840cab4e665a7176ca30d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c9de5df22c840cab4e665a7176ca30d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c9de5df22c840cab4e665a7176ca30d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c9de5df22c840cab4e665a7176ca30d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c9de5df22c840cab4e665a7176ca30d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c9de5df22c840cab4e665a7176ca30d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-02-01T16:03:44.866196Z",
                "updated_at": "2022-02-01T16:03:44.866236Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3274,
                "name": "Pulpo Gallery",
                "slug": "pulpo-gallery",
                "city": "Murnau",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "47.6812291,11.2013808",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2022-02-01T16:03:47.333128Z",
            "publish_time": null,
            "slug": "pulpo-gallery-javier-martin-lights-appropriation-2022-01-15",
            "created_at": "2022-02-01T16:03:48.077499Z",
            "updated_at": "2022-02-01T16:03:49.428837Z",
            "summary": "Javier Martin: Lights Appropriation is an Gallery Shows event starting on 15/01/2022, 01:00 and ending on 26/02/2022, 01:00. Event is in Pulpo Gallery with address Obermarkt 51.",
            "title": "Javier Martin: Lights Appropriation",
            "content": null,
            "start_time": "2022-01-15T01:00:00.000000Z",
            "end_time": "2022-02-26T01: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": "Obermarkt 51",
            "city": "Murnau",
            "geolocation": "47.91156355,11.417595080685357",
            "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": 6960,
            "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": 8099,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25bb70db7ce249fe816cfe2ac7f47cd0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25bb70db7ce249fe816cfe2ac7f47cd0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/25bb70db7ce249fe816cfe2ac7f47cd0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25bb70db7ce249fe816cfe2ac7f47cd0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25bb70db7ce249fe816cfe2ac7f47cd0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25bb70db7ce249fe816cfe2ac7f47cd0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25bb70db7ce249fe816cfe2ac7f47cd0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25bb70db7ce249fe816cfe2ac7f47cd0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25bb70db7ce249fe816cfe2ac7f47cd0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25bb70db7ce249fe816cfe2ac7f47cd0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-02-01T16:04:35.001426Z",
                "updated_at": "2022-02-01T16:04:35.001468Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3565,
                "name": "Phoenix Art Space",
                "slug": "phoenix-art-space",
                "city": "Brighton",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.8288618,-0.1340882",
                "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-01T16:04:39.200758Z",
            "publish_time": null,
            "slug": "phoenix-art-space-undercurrents-2022-01-15",
            "created_at": "2022-02-01T16:04:39.931231Z",
            "updated_at": "2022-02-01T16:04:40.393172Z",
            "summary": "Undercurrents is an Gallery Shows event starting on 15/01/2022, 01:00 and ending on 20/02/2022, 01:00. Event is in Phoenix Art Space with address 10-14 Waterloo Place.",
            "title": "Undercurrents",
            "content": null,
            "start_time": "2022-01-15T01:00:00.000000Z",
            "end_time": "2022-02-20T01: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-14 Waterloo Place",
            "city": "Brighton",
            "geolocation": "39.840368,-82.786195",
            "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": 6999,
            "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": 8137,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/370fa6555149435e8fee5fd72af1f0bf-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/370fa6555149435e8fee5fd72af1f0bf-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/370fa6555149435e8fee5fd72af1f0bf.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/370fa6555149435e8fee5fd72af1f0bf-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/370fa6555149435e8fee5fd72af1f0bf-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/370fa6555149435e8fee5fd72af1f0bf-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/370fa6555149435e8fee5fd72af1f0bf-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/370fa6555149435e8fee5fd72af1f0bf-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/370fa6555149435e8fee5fd72af1f0bf-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/370fa6555149435e8fee5fd72af1f0bf-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-02-01T18:08:22.515179Z",
                "updated_at": "2022-02-01T18:08:22.515217Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3845,
                "name": "Maximillian William",
                "slug": "maximillian-william",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5178776,-0.1394438",
                "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-01T18:08:25.603382Z",
            "publish_time": null,
            "slug": "maximillian-william-exploratory-drawings-2022-01-15",
            "created_at": "2022-02-01T18:08:26.316161Z",
            "updated_at": "2022-02-01T18:08:27.137607Z",
            "summary": "Exploratory Drawings is an Gallery Shows event starting on 15/01/2022, 01:00 and ending on 26/02/2022, 01:00. Event is in Maximillian William with address 47 Mortimer Street.",
            "title": "Exploratory Drawings",
            "content": null,
            "start_time": "2022-01-15T01:00:00.000000Z",
            "end_time": "2022-02-26T01: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": "47 Mortimer Street",
            "city": "London",
            "geolocation": "51.51788125,-0.13939777311192783",
            "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": 7014,
            "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": 8151,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ab659941e09445db111dc13edab2ebe-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ab659941e09445db111dc13edab2ebe-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3ab659941e09445db111dc13edab2ebe.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ab659941e09445db111dc13edab2ebe-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ab659941e09445db111dc13edab2ebe-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ab659941e09445db111dc13edab2ebe-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ab659941e09445db111dc13edab2ebe-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ab659941e09445db111dc13edab2ebe-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ab659941e09445db111dc13edab2ebe-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ab659941e09445db111dc13edab2ebe-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-02-01T18:28:39.757619Z",
                "updated_at": "2022-02-01T18:28:39.757659Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4537,
                "name": "Lakeside Arts",
                "slug": "lakeside-arts",
                "city": "Nottingham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.94052060000001,-1.1911927",
                "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-01T18:28:43.725281Z",
            "publish_time": null,
            "slug": "lakeside-arts-centre-charles-fox-under-the-shadows-2022-01-15",
            "created_at": "2022-02-01T18:28:44.454295Z",
            "updated_at": "2022-02-01T18:28:45.026769Z",
            "summary": "Charles Fox: Under the Shadows is an Gallery Shows event starting on 15/01/2022, 01:00 and ending on 20/02/2022, 01:00. Event is in Lakeside Arts with address University Park.",
            "title": "Charles Fox: Under the Shadows",
            "content": null,
            "start_time": "2022-01-15T01:00:00.000000Z",
            "end_time": "2022-02-20T01: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": "University Park",
            "city": "Nottingham",
            "geolocation": "41.4400344,-87.683377",
            "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": 7179,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 4344,
                "name": "Goya Contemporary & Goya-Girl Press",
                "slug": "goya-contemporary-goya-girl-press",
                "city": "Baltimore",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.3246686,-76.63003479999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-02-08T15:23:12.518658Z",
            "publish_time": null,
            "slug": "goya-contemporary-goya-girl-press-of-his-time-and-ahead-of-his-time-2022-01-15",
            "created_at": "2022-02-08T15:23:13.255577Z",
            "updated_at": "2022-02-08T15:23:13.784699Z",
            "summary": "Of His Time and Ahead Of His Time is an Gallery Shows event starting on 15/01/2022, 01:00 and ending on 12/03/2022, 01:00. Event is in Goya Contemporary & Goya-Girl Press with address 3000 Chestnut Avenue.",
            "title": "Of His Time and Ahead Of His Time",
            "content": null,
            "start_time": "2022-01-15T01:00:00.000000Z",
            "end_time": "2022-03-12T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "3000 Chestnut Avenue",
            "city": "Baltimore",
            "geolocation": "30.2803805,-97.7172584",
            "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": 19228,
            "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": 18683,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a4750b52e6b148f59893b2f6287567ca-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a4750b52e6b148f59893b2f6287567ca-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a4750b52e6b148f59893b2f6287567ca.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a4750b52e6b148f59893b2f6287567ca-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a4750b52e6b148f59893b2f6287567ca-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a4750b52e6b148f59893b2f6287567ca-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a4750b52e6b148f59893b2f6287567ca-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a4750b52e6b148f59893b2f6287567ca-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a4750b52e6b148f59893b2f6287567ca-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a4750b52e6b148f59893b2f6287567ca-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-09T19:12:44.914525Z",
                "updated_at": "2023-01-09T19:12:44.914560Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6620,
                "name": "Gallery 825",
                "slug": "gallery-825",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0860193,-118.3767598",
                "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-09T19:12:48.398173Z",
            "publish_time": null,
            "slug": "gallery-825-janine-brownthe-holiness-in-the-ordinary-2022-01-15",
            "created_at": "2023-01-09T19:12:49.287384Z",
            "updated_at": "2023-01-09T19:12:49.875213Z",
            "summary": "Janine Brown|The Holiness in the Ordinary is an Gallery Shows event starting on 15/01/2022, 01:00 and ending on 12/02/2022, 01:00. Event is in Gallery 825 with address 825 N. La Cienega Boulevard.",
            "title": "Janine Brown|The Holiness in the Ordinary",
            "content": null,
            "start_time": "2022-01-15T01:00:00.000000Z",
            "end_time": "2022-02-12T01: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": "825 N. La Cienega Boulevard",
            "city": "Los Angeles",
            "geolocation": "34.0758991,-118.376601",
            "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": 19236,
            "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": 18690,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb17e6a1683745539db628c7d2d3d70e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb17e6a1683745539db628c7d2d3d70e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fb17e6a1683745539db628c7d2d3d70e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb17e6a1683745539db628c7d2d3d70e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb17e6a1683745539db628c7d2d3d70e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb17e6a1683745539db628c7d2d3d70e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb17e6a1683745539db628c7d2d3d70e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb17e6a1683745539db628c7d2d3d70e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb17e6a1683745539db628c7d2d3d70e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fb17e6a1683745539db628c7d2d3d70e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-09T19:13:02.244268Z",
                "updated_at": "2023-01-09T19:13:02.244321Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5655,
                "name": "Gallery Jones",
                "slug": "gallery-jones",
                "city": "Vancouver",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "49.2689057,-123.0985513",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "CA",
            "publish_status": "published",
            "published_at": "2023-01-09T19:13:05.290261Z",
            "publish_time": null,
            "slug": "gallery-jones-reluctant-offerings-2022-01-15",
            "created_at": "2023-01-09T19:13:06.165947Z",
            "updated_at": "2023-01-09T19:13:06.228628Z",
            "summary": "Reluctant Offerings is an Gallery Shows event starting on 15/01/2022, 01:00 and ending on 12/02/2022, 01:00. Event is in Gallery Jones with address 258 East First Ave, Unit 1.",
            "title": "Reluctant Offerings",
            "content": null,
            "start_time": "2022-01-15T01:00:00.000000Z",
            "end_time": "2022-02-12T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "258 East First Ave, Unit 1",
            "city": "Vancouver",
            "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": 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": []
        },
        {
            "id": 19307,
            "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": 5885,
                "name": "Galerie Simon Blais",
                "slug": "galerie-simon-blais",
                "city": "Montreal",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "45.5251593,-73.5978489",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "CA",
            "publish_status": "published",
            "published_at": "2023-01-10T19:16:17.928735Z",
            "publish_time": null,
            "slug": "galerie-simon-blais-prints-2022-01-15",
            "created_at": "2023-01-10T19:16:18.841451Z",
            "updated_at": "2023-01-10T19:16:19.196619Z",
            "summary": "Prints is an Gallery Shows event starting on 15/01/2022, 01:00 and ending on 12/02/2022, 01:00. Event is in Galerie Simon Blais with address 5420 Saint-Laurent Boulevard.",
            "title": "Prints",
            "content": null,
            "start_time": "2022-01-15T01:00:00.000000Z",
            "end_time": "2022-02-12T01: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": "5420 Saint-Laurent Boulevard",
            "city": "Montreal",
            "geolocation": "44.749585,-80.1047824",
            "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": 19306,
            "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": 5885,
                "name": "Galerie Simon Blais",
                "slug": "galerie-simon-blais",
                "city": "Montreal",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "45.5251593,-73.5978489",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "CA",
            "publish_status": "published",
            "published_at": "2023-01-10T19:16:17.005940Z",
            "publish_time": null,
            "slug": "galerie-simon-blais-orange-2022-01-15",
            "created_at": "2023-01-10T19:16:17.861940Z",
            "updated_at": "2023-01-10T19:16:18.201770Z",
            "summary": "Orange is an Gallery Shows event starting on 15/01/2022, 01:00 and ending on 12/02/2022, 01:00. Event is in Galerie Simon Blais with address 5420 Saint-Laurent Boulevard.",
            "title": "Orange",
            "content": null,
            "start_time": "2022-01-15T01:00:00.000000Z",
            "end_time": "2022-02-12T01: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": "5420 Saint-Laurent Boulevard",
            "city": "Montreal",
            "geolocation": "44.749585,-80.1047824",
            "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": []
        }
    ]
}