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

{
    "count": 37587,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=26010&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=25974&ordering=start_time",
    "results": [
        {
            "id": 24722,
            "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": 23768,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/989bbf5cfe144518b641e7d0307dbaa4-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/989bbf5cfe144518b641e7d0307dbaa4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/989bbf5cfe144518b641e7d0307dbaa4.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/989bbf5cfe144518b641e7d0307dbaa4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/989bbf5cfe144518b641e7d0307dbaa4-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/989bbf5cfe144518b641e7d0307dbaa4-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/989bbf5cfe144518b641e7d0307dbaa4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/989bbf5cfe144518b641e7d0307dbaa4-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/989bbf5cfe144518b641e7d0307dbaa4-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/989bbf5cfe144518b641e7d0307dbaa4-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-14T17:27:59.260209Z",
                "updated_at": "2023-04-14T17:27:59.260247Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8316,
                "name": "Pablo Bogdan Art Gallery",
                "slug": "pablo-bogdan-art-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-04-14T17:28:01.768670Z",
            "publish_time": null,
            "slug": "pablo-bogdan-art-gallery-into-the-organics-2023-05-19",
            "created_at": "2023-04-14T17:28:02.712138Z",
            "updated_at": "2023-04-14T17:28:03.994701Z",
            "summary": "Into the Organics is an Gallery Shows event starting on 19/05/2023, 00:00 and ending on 01/07/2023, 00:00. Event is in Pablo Bogdan Art Gallery with address 3505 West Pico Blvd, Los Angeles, US.",
            "title": "Into the Organics",
            "content": null,
            "start_time": "2023-05-19T00:00:00.000000Z",
            "end_time": "2023-07-01T00: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": "3505 West Pico Blvd, Los Angeles, US",
            "city": "Los Angeles",
            "geolocation": "34.047252223321884,-118.31909835929854",
            "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": 24751,
            "author": {
                "id": "cf2adfbb-630f-463b-ba73-021e647e62b0",
                "username": "alfonso_1030",
                "slug": "alfonso_1030",
                "first_name": "Alfonso",
                "last_name": "Artiaco",
                "display_name": "Alfonso Artiaco",
                "display_name_full": "Alfonso Artiaco",
                "email": "info@alfonsoartiaco.com",
                "telephone": "+39 081 497 6072"
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2886,
                "name": "Alfonso Artiaco",
                "slug": "alfonso-artiaco",
                "city": "Naples",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "40.8486138,14.255739500000004",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3638,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Alfonso_Artiaco_profile_image-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Alfonso_Artiaco_profile_image-crop-c0-5__0-5-558x279.png",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Alfonso_Artiaco_profile_image-crop-c0-5__0-5-265x149.png",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Alfonso_Artiaco_profile_image.png",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Alfonso_Artiaco_profile_image-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Alfonso_Artiaco_profile_image-crop-c0-5__0-5-760x499.png",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Alfonso_Artiaco_profile_image-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Alfonso_Artiaco_profile_image-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-01-26T17:20:04.047101Z",
                    "updated_at": "2022-01-26T17:20:04.047131Z",
                    "is_converted_to_webp": true,
                    "caption": "Alfonso Artiaco profile image",
                    "alt_text": "Alfonso Artiaco profile image",
                    "description": "",
                    "uploaded_by": "2c83a774-5ea2-4702-9e29-ffb9740dbb2a"
                },
                "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": "IT",
            "publish_status": "published",
            "published_at": "2023-04-19T19:22:37.959884Z",
            "publish_time": null,
            "slug": "alfonso-artiaco-acrono-2023-05-19",
            "created_at": "2023-04-19T19:22:44.836704Z",
            "updated_at": "2023-04-19T19:22:44.872428Z",
            "summary": "ÁCRONO is an Gallery Shows event starting on 19/05/2023, 00:00 and ending on 23/06/2023, 00:00. Event is in Alfonso Artiaco with address Piazzetta Nilo, 7.",
            "title": "ÁCRONO",
            "content": null,
            "start_time": "2023-05-19T00:00:00.000000Z",
            "end_time": "2023-06-23T00: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": "Piazzetta Nilo, 7",
            "city": "Naples",
            "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": 24752,
            "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": 23785,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b3d1ddf5499d4bd48a6c731a3247c5ea-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b3d1ddf5499d4bd48a6c731a3247c5ea-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b3d1ddf5499d4bd48a6c731a3247c5ea.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b3d1ddf5499d4bd48a6c731a3247c5ea-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b3d1ddf5499d4bd48a6c731a3247c5ea-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b3d1ddf5499d4bd48a6c731a3247c5ea-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b3d1ddf5499d4bd48a6c731a3247c5ea-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b3d1ddf5499d4bd48a6c731a3247c5ea-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b3d1ddf5499d4bd48a6c731a3247c5ea-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b3d1ddf5499d4bd48a6c731a3247c5ea-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-19T19:22:35.418672Z",
                "updated_at": "2023-04-19T19:22:35.418709Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4935,
                "name": "Aire Place Studios",
                "slug": "aire-place-studios",
                "city": "Leeds",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.8020781,-1.5715172",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-04-19T19:22:47.026086Z",
            "publish_time": null,
            "slug": "aire-place-studios-bring-it-2023-2023-05-19",
            "created_at": "2023-04-19T19:22:49.678847Z",
            "updated_at": "2023-04-19T19:22:49.715701Z",
            "summary": "Bring It! 2023 is an Gallery Shows event starting on 19/05/2023, 00:00 and ending on 02/06/2023, 00:00. Event is in Aire Place Studios with address Unit 2c Aire Place Mills.",
            "title": "Bring It! 2023",
            "content": null,
            "start_time": "2023-05-19T00:00:00.000000Z",
            "end_time": "2023-06-02T00: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": "Unit 2c Aire Place Mills",
            "city": "Leeds",
            "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": 25282,
            "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": 24272,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3471ed8ddcbf4b6ea6af148528f2ff24-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3471ed8ddcbf4b6ea6af148528f2ff24-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3471ed8ddcbf4b6ea6af148528f2ff24.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3471ed8ddcbf4b6ea6af148528f2ff24-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3471ed8ddcbf4b6ea6af148528f2ff24-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3471ed8ddcbf4b6ea6af148528f2ff24-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3471ed8ddcbf4b6ea6af148528f2ff24-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3471ed8ddcbf4b6ea6af148528f2ff24-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3471ed8ddcbf4b6ea6af148528f2ff24-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3471ed8ddcbf4b6ea6af148528f2ff24-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-03T18:41:43.768876Z",
                "updated_at": "2023-05-03T18:41:43.768912Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4484,
                "name": "Fen Ditton Gallery",
                "slug": "fen-ditton-gallery",
                "city": "Cambridge",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "52.2207088,0.1710138",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-03T18:41:47.689718Z",
            "publish_time": null,
            "slug": "fen-ditton-gallery-willard-boepple-shards-and-sources-2023-05-19",
            "created_at": "2023-05-03T18:41:48.604815Z",
            "updated_at": "2023-05-03T18:41:49.338761Z",
            "summary": "Willard Boepple: Shards and Sources is an Gallery Shows event starting on 19/05/2023, 00:00 and ending on 18/06/2023, 00:00. Event is in Fen Ditton Gallery with address 23 High Street.",
            "title": "Willard Boepple: Shards and Sources",
            "content": null,
            "start_time": "2023-05-19T00:00:00.000000Z",
            "end_time": "2023-06-18T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "23 High Street",
            "city": "Cambridge",
            "geolocation": "52.7533496,0.3956996",
            "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": 25288,
            "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": 24274,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2df78cae1b049cb87d5193e8a9c07fa-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2df78cae1b049cb87d5193e8a9c07fa-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f2df78cae1b049cb87d5193e8a9c07fa.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2df78cae1b049cb87d5193e8a9c07fa-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2df78cae1b049cb87d5193e8a9c07fa-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2df78cae1b049cb87d5193e8a9c07fa-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2df78cae1b049cb87d5193e8a9c07fa-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2df78cae1b049cb87d5193e8a9c07fa-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2df78cae1b049cb87d5193e8a9c07fa-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2df78cae1b049cb87d5193e8a9c07fa-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-03T18:41:57.702500Z",
                "updated_at": "2023-05-03T18:41:57.702536Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4213,
                "name": "Flowers Gallery Kingsland Road",
                "slug": "flowers-gallery-kingsland-road",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5260138,0.0357877",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-03T18:42:01.620296Z",
            "publish_time": null,
            "slug": "flowers-gallery-kingsland-road-jiro-osuga-departures-2023-05-19",
            "created_at": "2023-05-03T18:42:02.511412Z",
            "updated_at": "2023-05-03T18:42:05.308884Z",
            "summary": "Jiro Osuga: Departures is an Gallery Shows event starting on 19/05/2023, 00:00 and ending on 01/07/2023, 00:00. Event is in Flowers Gallery Kingsland Road with address 82 Kingsland Road.",
            "title": "Jiro Osuga: Departures",
            "content": null,
            "start_time": "2023-05-19T00:00:00.000000Z",
            "end_time": "2023-07-01T00: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": "82 Kingsland Road",
            "city": "London",
            "geolocation": "42.289823,-71.1688045",
            "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": 25311,
            "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": 24293,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de0affd1ff14458a996bc3b0d1262e8f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de0affd1ff14458a996bc3b0d1262e8f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/de0affd1ff14458a996bc3b0d1262e8f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de0affd1ff14458a996bc3b0d1262e8f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de0affd1ff14458a996bc3b0d1262e8f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de0affd1ff14458a996bc3b0d1262e8f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de0affd1ff14458a996bc3b0d1262e8f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de0affd1ff14458a996bc3b0d1262e8f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de0affd1ff14458a996bc3b0d1262e8f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de0affd1ff14458a996bc3b0d1262e8f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-03T19:11:44.718794Z",
                "updated_at": "2023-05-03T19:11:44.718833Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3732,
                "name": "BBA Gallery",
                "slug": "bba-gallery",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5111633,13.4149853",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-05-03T19:11:48.353818Z",
            "publish_time": null,
            "slug": "bba-gallery-giulietta-coates-beyond-solitude-2023-05-19",
            "created_at": "2023-05-03T19:11:49.237311Z",
            "updated_at": "2023-05-03T19:11:49.859043Z",
            "summary": "Giulietta Coates - Beyond Solitude is an Gallery Shows event starting on 19/05/2023, 00:00 and ending on 15/07/2023, 00:00. Event is in BBA Gallery with address Köpenicker Str. 96.",
            "title": "Giulietta Coates - Beyond Solitude",
            "content": null,
            "start_time": "2023-05-19T00:00:00.000000Z",
            "end_time": "2023-07-15T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Köpenicker Str. 96",
            "city": "Berlin",
            "geolocation": "52.4226023,13.5074238",
            "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": 25491,
            "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": 24438,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f73dbb0b6b3d4f57a285403cd732db80-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f73dbb0b6b3d4f57a285403cd732db80-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f73dbb0b6b3d4f57a285403cd732db80.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f73dbb0b6b3d4f57a285403cd732db80-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f73dbb0b6b3d4f57a285403cd732db80-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f73dbb0b6b3d4f57a285403cd732db80-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f73dbb0b6b3d4f57a285403cd732db80-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f73dbb0b6b3d4f57a285403cd732db80-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f73dbb0b6b3d4f57a285403cd732db80-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f73dbb0b6b3d4f57a285403cd732db80-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-04T10:11:56.201561Z",
                "updated_at": "2023-05-04T10:11:56.201599Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4987,
                "name": "Hales Gallery",
                "slug": "hales-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.52372800000001,-0.07630070000000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-04T10:12:17.163876Z",
            "publish_time": null,
            "slug": "hales-gallery-basil-beattie-recalling-echoes-2023-05-19",
            "created_at": "2023-05-04T10:12:18.051718Z",
            "updated_at": "2023-05-04T10:12:18.088489Z",
            "summary": "Basil Beattie, Recalling Echoes is an Gallery Shows event starting on 19/05/2023, 00:00 and ending on 01/07/2023, 00:00. Event is in Hales Gallery with address The Tea Building, 7 Bethnal Green Road.",
            "title": "Basil Beattie, Recalling Echoes",
            "content": null,
            "start_time": "2023-05-19T00:00:00.000000Z",
            "end_time": "2023-07-01T00: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": "The Tea Building, 7 Bethnal Green Road",
            "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": 25520,
            "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": 7108,
                "name": "ML Fine Art - Matteo Lampertico",
                "slug": "ml-fine-art-matteo-lampertico",
                "city": "Milano",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.4745392,9.19289",
                "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": "IT",
            "publish_status": "published",
            "published_at": "2023-05-04T10:40:36.865208Z",
            "publish_time": null,
            "slug": "ml-fine-art-matteo-lampertico-enrico-prampolini-opere-dal-1926-al-1941-2023-05-19",
            "created_at": "2023-05-04T10:40:38.164832Z",
            "updated_at": "2023-05-04T10:40:40.662040Z",
            "summary": "Enrico Prampolini: Opere dal 1926 al 1941 is an Gallery Shows event starting on 19/05/2023, 00:00 and ending on 14/07/2023, 00:00. Event is in ML Fine Art - Matteo Lampertico with address Via Montebello 30.",
            "title": "Enrico Prampolini: Opere dal 1926 al 1941",
            "content": null,
            "start_time": "2023-05-19T00:00:00.000000Z",
            "end_time": "2023-07-14T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Via Montebello 30",
            "city": "Milan",
            "geolocation": "45.474713,9.192753",
            "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": 25622,
            "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": 24553,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a09c748a94be408ab19126ed1dc56c76-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a09c748a94be408ab19126ed1dc56c76-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a09c748a94be408ab19126ed1dc56c76.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a09c748a94be408ab19126ed1dc56c76-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a09c748a94be408ab19126ed1dc56c76-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a09c748a94be408ab19126ed1dc56c76-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a09c748a94be408ab19126ed1dc56c76-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a09c748a94be408ab19126ed1dc56c76-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a09c748a94be408ab19126ed1dc56c76-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a09c748a94be408ab19126ed1dc56c76-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-05T10:52:40.708725Z",
                "updated_at": "2023-05-05T10:52:40.708780Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5378,
                "name": "Frith Street Gallery",
                "slug": "frith-street-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5112714,-0.1369716",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-05T10:52:47.516412Z",
            "publish_time": null,
            "slug": "frith-street-gallery-callum-innes-2023-05-19",
            "created_at": "2023-05-05T10:52:48.444381Z",
            "updated_at": "2023-05-05T10:52:48.987778Z",
            "summary": "Callum Innes is an Gallery Shows event starting on 19/05/2023, 00:00 and ending on 01/07/2023, 00:00. Event is in Frith Street Gallery with address 17-18 Golden Square.",
            "title": "Callum Innes",
            "content": null,
            "start_time": "2023-05-19T00:00:00.000000Z",
            "end_time": "2023-07-01T00: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": "17-18 Golden Square",
            "city": "London",
            "geolocation": "31.229114799999998,121.48676257543949",
            "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": 29218,
            "author": {
                "id": "3348d27a-6205-482a-ba7c-950a6f716d20",
                "username": "carolina@galeriagracabrandao.pt",
                "slug": "carolinagaleriagracabrandaopt",
                "first_name": "Carolina",
                "last_name": "Salis Gomes",
                "display_name": null,
                "display_name_full": "Carolina Salis Gomes",
                "email": "carolina@galeriagracabrandao.pt",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 27779,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c5e7bf1555f4329af87592bd190a210-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c5e7bf1555f4329af87592bd190a210-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9c5e7bf1555f4329af87592bd190a210.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c5e7bf1555f4329af87592bd190a210-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c5e7bf1555f4329af87592bd190a210-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c5e7bf1555f4329af87592bd190a210-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c5e7bf1555f4329af87592bd190a210-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c5e7bf1555f4329af87592bd190a210-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c5e7bf1555f4329af87592bd190a210-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c5e7bf1555f4329af87592bd190a210-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-11T13:20:31.172963Z",
                "updated_at": "2023-07-11T13:20:31.173019Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "3348d27a-6205-482a-ba7c-950a6f716d20"
            },
            "venue": {
                "id": 8337,
                "name": "Galeria Graça Brandão",
                "slug": "galeria-graca-brandao",
                "city": "Lisboa",
                "country": {
                    "code": "PT",
                    "name": "Portugal"
                },
                "geolocation": "38.7123006,-9.146178299999999",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4262,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/2fb62fa5f4204fc499b66492be1eef50.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2023-04-05T16:19:31.295523Z",
                    "updated_at": "2023-04-08T20:28:28.723258Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "3348d27a-6205-482a-ba7c-950a6f716d20"
                },
                "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": "",
            "publish_status": "published",
            "published_at": null,
            "publish_time": null,
            "slug": "eye-to-eye-african-art-contemporary-art-and",
            "created_at": "2023-07-11T13:20:48.465891Z",
            "updated_at": "2023-07-11T13:21:11.302573Z",
            "summary": "Eye to Eye: \"African Art\" / Contemporary Art and ... is an Gallery Shows event starting on 19/05/2023, 18:30 and ending on 29/07/2023, 19:00. Event is in Galeria Graça Brandão with address R. Caetanos 26a, 1200-079 Lisboa, Portugal.",
            "title": "Eye to Eye: \"African Art\" / Contemporary Art and ...",
            "content": "",
            "start_time": "2023-05-19T18:30:00.000000Z",
            "end_time": "2023-07-29T19: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": "R. Caetanos 26a, 1200-079 Lisboa, Portugal",
            "city": "",
            "geolocation": "38.7123006,-9.146178299999999",
            "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": 25671,
            "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": 4440,
                "name": "Sadie Coles HQ",
                "slug": "sadie-coles-hq",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5067336,-0.1381435",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-05T12:45:20.720187Z",
            "publish_time": null,
            "slug": "sadie-coles-hq-lawrence-lek-black-cloud-highway-2023-05-20",
            "created_at": "2023-05-05T12:45:21.639149Z",
            "updated_at": "2023-05-05T12:45:22.128146Z",
            "summary": "Lawrence Lek: Black Cloud Highway is an Gallery Shows event starting on 20/05/2023, 00:00 and ending on 24/06/2023, 00:00. Event is in Sadie Coles HQ with address 1 Davies Street.",
            "title": "Lawrence Lek: Black Cloud Highway",
            "content": null,
            "start_time": "2023-05-20T00:00:00.000000Z",
            "end_time": "2023-06-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1 Davies Street",
            "city": "London",
            "geolocation": "-27.5551483,152.9740851",
            "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": 25839,
            "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": 24754,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/88297206d7f34a5dba1981be3552412d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/88297206d7f34a5dba1981be3552412d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/88297206d7f34a5dba1981be3552412d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/88297206d7f34a5dba1981be3552412d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/88297206d7f34a5dba1981be3552412d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/88297206d7f34a5dba1981be3552412d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/88297206d7f34a5dba1981be3552412d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/88297206d7f34a5dba1981be3552412d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/88297206d7f34a5dba1981be3552412d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/88297206d7f34a5dba1981be3552412d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-10T10:14:53.406525Z",
                "updated_at": "2023-05-10T10:14:53.406563Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4474,
                "name": "Art Space Portsmouth",
                "slug": "art-space-portsmouth",
                "city": "Portsmouth",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.7929868,-1.0890863",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-10T10:14:57.668184Z",
            "publish_time": null,
            "slug": "art-space-portsmouth-stories-from-within-solo-show-by-mindy-lee-2023-05-20",
            "created_at": "2023-05-10T10:14:58.593775Z",
            "updated_at": "2023-05-10T10:14:58.994034Z",
            "summary": "Stories From Within - Solo Show by Mindy Lee is an Gallery Shows event starting on 20/05/2023, 00:00 and ending on 28/05/2023, 00:00. Event is in Art Space Portsmouth with address 27 Brougham Road.",
            "title": "Stories From Within - Solo Show by Mindy Lee",
            "content": null,
            "start_time": "2023-05-20T00:00:00.000000Z",
            "end_time": "2023-05-28T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "27 Brougham Road",
            "city": "Portsmouth",
            "geolocation": "37.91182119918949,-78.33406330464337",
            "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": 25844,
            "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": 24758,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe9bf3e7ce124bbd8df00c7dcc36ab8f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe9bf3e7ce124bbd8df00c7dcc36ab8f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fe9bf3e7ce124bbd8df00c7dcc36ab8f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe9bf3e7ce124bbd8df00c7dcc36ab8f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe9bf3e7ce124bbd8df00c7dcc36ab8f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe9bf3e7ce124bbd8df00c7dcc36ab8f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe9bf3e7ce124bbd8df00c7dcc36ab8f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe9bf3e7ce124bbd8df00c7dcc36ab8f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe9bf3e7ce124bbd8df00c7dcc36ab8f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe9bf3e7ce124bbd8df00c7dcc36ab8f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-10T10:19:56.821098Z",
                "updated_at": "2023-05-10T10:19:56.821159Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5483,
                "name": "Cross Lane Projects",
                "slug": "cross-lane-projects",
                "city": "Kendal",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "54.3224384,-2.7475619",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-10T10:20:04.055985Z",
            "publish_time": null,
            "slug": "cross-lane-projects-late-and-soon-the-works-of-margaret-harrison-and-conrad-atkinson-2023-05-20",
            "created_at": "2023-05-10T10:20:04.960763Z",
            "updated_at": "2023-05-10T10:20:06.580243Z",
            "summary": "Late and Soon: The Works of Margaret Harrison and Conrad Atkinson is an Gallery Shows event starting on 20/05/2023, 00:00 and ending on 24/06/2023, 00:00. Event is in Cross Lane Projects with address Cross Lane.",
            "title": "Late and Soon: The Works of Margaret Harrison and Conrad Atkinson",
            "content": null,
            "start_time": "2023-05-20T00:00:00.000000Z",
            "end_time": "2023-06-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Cross Lane",
            "city": "Kendal",
            "geolocation": "53.4800814,-2.2827281",
            "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": 25961,
            "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": 24857,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8a19167ae9e14fc4b8f9913589b4d7f7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8a19167ae9e14fc4b8f9913589b4d7f7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8a19167ae9e14fc4b8f9913589b4d7f7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8a19167ae9e14fc4b8f9913589b4d7f7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8a19167ae9e14fc4b8f9913589b4d7f7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8a19167ae9e14fc4b8f9913589b4d7f7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8a19167ae9e14fc4b8f9913589b4d7f7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8a19167ae9e14fc4b8f9913589b4d7f7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8a19167ae9e14fc4b8f9913589b4d7f7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8a19167ae9e14fc4b8f9913589b4d7f7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-11T07:27:59.429943Z",
                "updated_at": "2023-05-11T07:27:59.429982Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3280,
                "name": "Baert Gallery",
                "slug": "baert-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0223527,-118.2305048",
                "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-05-11T07:28:02.957110Z",
            "publish_time": null,
            "slug": "baert-gallery-ana-karkar-box-of-earth-2023-05-20",
            "created_at": "2023-05-11T07:28:03.836148Z",
            "updated_at": "2023-05-11T07:28:04.375943Z",
            "summary": "Ana Karkar. Box of Earth. is an Gallery Shows event starting on 20/05/2023, 00:00 and ending on 24/06/2023, 00:00. Event is in Baert Gallery with address 1923 S Santa Fe Avenue.",
            "title": "Ana Karkar. Box of Earth.",
            "content": null,
            "start_time": "2023-05-20T00:00:00.000000Z",
            "end_time": "2023-06-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1923 S Santa Fe Avenue",
            "city": "Los Angeles",
            "geolocation": "35.44626245,-97.51256344",
            "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": 26020,
            "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": 24918,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46d56dfc99d249aa990b02a1bdf4046e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46d56dfc99d249aa990b02a1bdf4046e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/46d56dfc99d249aa990b02a1bdf4046e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46d56dfc99d249aa990b02a1bdf4046e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46d56dfc99d249aa990b02a1bdf4046e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46d56dfc99d249aa990b02a1bdf4046e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46d56dfc99d249aa990b02a1bdf4046e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46d56dfc99d249aa990b02a1bdf4046e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46d56dfc99d249aa990b02a1bdf4046e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/46d56dfc99d249aa990b02a1bdf4046e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-11T07:42:24.282380Z",
                "updated_at": "2023-05-11T07:42:24.282467Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4454,
                "name": "Studio Voltaire",
                "slug": "studio-voltaire",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4619157,-0.1342092",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-11T07:42:30.675499Z",
            "publish_time": null,
            "slug": "studio-voltaire-good-things-a-video-history-of-rectory-gardens-2023-05-20",
            "created_at": "2023-05-11T07:42:31.590114Z",
            "updated_at": "2023-05-11T07:42:31.980792Z",
            "summary": "Good Things: A Video History of Rectory Gardens is an Gallery Shows event starting on 20/05/2023, 00:00 and ending on 28/05/2023, 00:00. Event is in Studio Voltaire with address 1a Nelson's Row.",
            "title": "Good Things: A Video History of Rectory Gardens",
            "content": null,
            "start_time": "2023-05-20T00:00:00.000000Z",
            "end_time": "2023-05-28T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1a Nelson's Row",
            "city": "London",
            "geolocation": "51.4622444,-0.1349427",
            "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": 26025,
            "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": 24917,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21563b0f7ec74652998ca248b6c18419-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21563b0f7ec74652998ca248b6c18419-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/21563b0f7ec74652998ca248b6c18419.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21563b0f7ec74652998ca248b6c18419-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21563b0f7ec74652998ca248b6c18419-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21563b0f7ec74652998ca248b6c18419-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21563b0f7ec74652998ca248b6c18419-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21563b0f7ec74652998ca248b6c18419-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21563b0f7ec74652998ca248b6c18419-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21563b0f7ec74652998ca248b6c18419-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-11T07:42:24.132162Z",
                "updated_at": "2023-05-11T07:42:24.132215Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4454,
                "name": "Studio Voltaire",
                "slug": "studio-voltaire",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4619157,-0.1342092",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-11T07:42:45.711936Z",
            "publish_time": null,
            "slug": "studio-voltaire-olga-grotova-the-friendship-garden-2023-05-20",
            "created_at": "2023-05-11T07:42:46.606800Z",
            "updated_at": "2023-05-11T07:42:47.957136Z",
            "summary": "Olga Grotova, 'The Friendship Garden' is an Gallery Shows event starting on 20/05/2023, 00:00 and ending on 16/07/2023, 00:00. Event is in Studio Voltaire with address 1a Nelson's Row.",
            "title": "Olga Grotova, 'The Friendship Garden'",
            "content": null,
            "start_time": "2023-05-20T00:00:00.000000Z",
            "end_time": "2023-07-16T00: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": "1a Nelson's Row",
            "city": "London",
            "geolocation": "51.4622444,-0.1349427",
            "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": 26137,
            "author": {
                "id": "ea9f5c93-b6c0-4e6d-aa1e-3792fef059d5",
                "username": "info@loislambertgallery.com",
                "slug": "infoloislambertgallerycom",
                "first_name": "Lois",
                "last_name": "Lambert",
                "display_name": null,
                "display_name_full": "Lois Lambert",
                "email": "info@loislambertgallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 25022,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1cdd1a1adca9451ab5bea38ee60df05c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1cdd1a1adca9451ab5bea38ee60df05c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1cdd1a1adca9451ab5bea38ee60df05c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1cdd1a1adca9451ab5bea38ee60df05c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1cdd1a1adca9451ab5bea38ee60df05c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1cdd1a1adca9451ab5bea38ee60df05c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1cdd1a1adca9451ab5bea38ee60df05c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1cdd1a1adca9451ab5bea38ee60df05c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1cdd1a1adca9451ab5bea38ee60df05c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1cdd1a1adca9451ab5bea38ee60df05c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-11T08:31:53.689340Z",
                "updated_at": "2023-05-11T08:31:53.689422Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4387,
                "name": "Lois Lambert Gallery",
                "slug": "lois-lambert-gallery",
                "city": "Santa Monica",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0283148,-118.4676457",
                "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-05-11T08:31:57.825779Z",
            "publish_time": null,
            "slug": "lois-lambert-gallery-jim-jenkins-currents-2023-05-20",
            "created_at": "2023-05-11T08:31:58.737922Z",
            "updated_at": "2023-05-11T08:32:00.859294Z",
            "summary": "JIM JENKINS: Currents is an Gallery Shows event starting on 20/05/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in Lois Lambert Gallery with address 2525 Michigan Avenue.",
            "title": "JIM JENKINS: Currents",
            "content": null,
            "start_time": "2023-05-20T00:00:00.000000Z",
            "end_time": "2023-07-08T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2525 Michigan Avenue",
            "city": "Santa Monica",
            "geolocation": "30.00146525,-90.22788014070946",
            "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": 26141,
            "author": {
                "id": "ea9f5c93-b6c0-4e6d-aa1e-3792fef059d5",
                "username": "info@loislambertgallery.com",
                "slug": "infoloislambertgallerycom",
                "first_name": "Lois",
                "last_name": "Lambert",
                "display_name": null,
                "display_name_full": "Lois Lambert",
                "email": "info@loislambertgallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 25025,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ced2a5db63144b2a9a7f417d588a5417-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ced2a5db63144b2a9a7f417d588a5417-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ced2a5db63144b2a9a7f417d588a5417.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ced2a5db63144b2a9a7f417d588a5417-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ced2a5db63144b2a9a7f417d588a5417-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ced2a5db63144b2a9a7f417d588a5417-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ced2a5db63144b2a9a7f417d588a5417-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ced2a5db63144b2a9a7f417d588a5417-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ced2a5db63144b2a9a7f417d588a5417-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ced2a5db63144b2a9a7f417d588a5417-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-11T08:31:54.317507Z",
                "updated_at": "2023-05-11T08:31:54.317543Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4387,
                "name": "Lois Lambert Gallery",
                "slug": "lois-lambert-gallery",
                "city": "Santa Monica",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0283148,-118.4676457",
                "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-05-11T08:32:01.346626Z",
            "publish_time": null,
            "slug": "lois-lambert-gallery-martiros-adalian-composed-serenity-2023-05-20",
            "created_at": "2023-05-11T08:32:02.293013Z",
            "updated_at": "2023-05-11T08:32:03.455537Z",
            "summary": "MARTIROS ADALIAN: Composed Serenity is an Gallery Shows event starting on 20/05/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in Lois Lambert Gallery with address 2525 Michigan Avenue.",
            "title": "MARTIROS ADALIAN: Composed Serenity",
            "content": null,
            "start_time": "2023-05-20T00:00:00.000000Z",
            "end_time": "2023-07-08T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2525 Michigan Avenue",
            "city": "Santa Monica",
            "geolocation": "30.00146525,-90.22788014070946",
            "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": []
        }
    ]
}