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

{
    "count": 37595,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=35748&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=35712&ordering=start_time",
    "results": [
        {
            "id": 36800,
            "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": 34901,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d20b38a4fae9491b96e777c4a26f72c7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d20b38a4fae9491b96e777c4a26f72c7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d20b38a4fae9491b96e777c4a26f72c7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d20b38a4fae9491b96e777c4a26f72c7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d20b38a4fae9491b96e777c4a26f72c7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d20b38a4fae9491b96e777c4a26f72c7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d20b38a4fae9491b96e777c4a26f72c7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d20b38a4fae9491b96e777c4a26f72c7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d20b38a4fae9491b96e777c4a26f72c7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d20b38a4fae9491b96e777c4a26f72c7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-08T15:28:14.208280Z",
                "updated_at": "2024-03-08T15:28:14.208317Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6779,
                "name": "Westbeth Gallery",
                "slug": "westbeth-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7366072,-74.00881129999999",
                "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": "2024-03-08T15:28:17.544694Z",
            "publish_time": null,
            "slug": "westbeth-gallery-women-on-the-verge-2024-03-06",
            "created_at": "2024-03-08T15:28:18.467221Z",
            "updated_at": "2024-03-08T15:28:19.359305Z",
            "summary": "Women on the Verge is an Gallery Shows event starting on 06/03/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Westbeth Gallery with address 55 Bethune Street.",
            "title": "Women on the Verge",
            "content": null,
            "start_time": "2024-03-06T01:00:00.000000Z",
            "end_time": "2024-03-23T01: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": "55 Bethune Street",
            "city": "New York",
            "geolocation": "40.7368831,-74.0085005",
            "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": 36808,
            "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": 34908,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ef70fd205a64716b44d54a31e507bd8-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ef70fd205a64716b44d54a31e507bd8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3ef70fd205a64716b44d54a31e507bd8.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ef70fd205a64716b44d54a31e507bd8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ef70fd205a64716b44d54a31e507bd8-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ef70fd205a64716b44d54a31e507bd8-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ef70fd205a64716b44d54a31e507bd8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ef70fd205a64716b44d54a31e507bd8-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ef70fd205a64716b44d54a31e507bd8-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ef70fd205a64716b44d54a31e507bd8-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-11T15:48:17.169548Z",
                "updated_at": "2024-03-11T15:48:17.169585Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3847,
                "name": "Messum's",
                "slug": "messums",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.50687749999999,-0.1383656",
                "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": "2024-03-11T15:48:21.682715Z",
            "publish_time": null,
            "slug": "david-messum-fine-art-jean-marie-toulgouat-2024-2024-03-06",
            "created_at": "2024-03-11T15:48:22.593456Z",
            "updated_at": "2024-03-11T15:48:23.343166Z",
            "summary": "Jean-Marie Toulgouat 2024 is an Gallery Shows event starting on 06/03/2024, 01:00 and ending on 05/04/2024, 00:00. Event is in Messum's with address 12 Bury Street.",
            "title": "Jean-Marie Toulgouat 2024",
            "content": null,
            "start_time": "2024-03-06T01:00:00.000000Z",
            "end_time": "2024-04-05T00: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": "12 Bury Street",
            "city": "London",
            "geolocation": "52.62258665,1.2763911457032133",
            "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": 36819,
            "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": 34915,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/778d778f57fb42a8aa44414ca2bf6273-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/778d778f57fb42a8aa44414ca2bf6273-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/778d778f57fb42a8aa44414ca2bf6273.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/778d778f57fb42a8aa44414ca2bf6273-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/778d778f57fb42a8aa44414ca2bf6273-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/778d778f57fb42a8aa44414ca2bf6273-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/778d778f57fb42a8aa44414ca2bf6273-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/778d778f57fb42a8aa44414ca2bf6273-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/778d778f57fb42a8aa44414ca2bf6273-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/778d778f57fb42a8aa44414ca2bf6273-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-11T15:48:31.683460Z",
                "updated_at": "2024-03-11T15:48:31.683498Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6871,
                "name": "Espace Meyer-Zafra",
                "slug": "espace-meyer-zafra",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8555476,2.3613357",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "FR",
            "publish_status": "published",
            "published_at": "2024-03-11T15:48:39.405820Z",
            "publish_time": null,
            "slug": "espace-meyer-zafra-piotr-kowalski-la-lumiere-un-outil-pour-penser-le-monde-2024-03-06",
            "created_at": "2024-03-11T15:48:40.310817Z",
            "updated_at": "2024-03-11T15:48:41.388989Z",
            "summary": "Piotr Kowalski : La Lumière, un outil pour penser le monde is an Gallery Shows event starting on 06/03/2024, 01:00 and ending on 17/04/2024, 00:00. Event is in Espace Meyer-Zafra with address 4 rue Malher.",
            "title": "Piotr Kowalski : La Lumière, un outil pour penser le monde",
            "content": null,
            "start_time": "2024-03-06T01:00:00.000000Z",
            "end_time": "2024-04-17T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "4 rue Malher",
            "city": "Paris",
            "geolocation": "48.8555549,2.3612781",
            "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": 36852,
            "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": 34949,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3f1ebff8fab40428b84d229205b82ce-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3f1ebff8fab40428b84d229205b82ce-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a3f1ebff8fab40428b84d229205b82ce.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3f1ebff8fab40428b84d229205b82ce-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3f1ebff8fab40428b84d229205b82ce-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3f1ebff8fab40428b84d229205b82ce-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3f1ebff8fab40428b84d229205b82ce-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3f1ebff8fab40428b84d229205b82ce-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3f1ebff8fab40428b84d229205b82ce-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3f1ebff8fab40428b84d229205b82ce-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-11T16:12:38.941220Z",
                "updated_at": "2024-03-11T16:12:38.941254Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5205,
                "name": "The Sylvia Wald and Po Kim Gallery",
                "slug": "sylvia-wald-and-po-kim-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7285467,-73.99209789999999",
                "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": "2024-03-11T16:12:49.323722Z",
            "publish_time": null,
            "slug": "the-sylvia-wald-and-po-kim-gallery-time-is-light-2024-03-06",
            "created_at": "2024-03-11T16:12:50.258512Z",
            "updated_at": "2024-03-11T16:12:55.367716Z",
            "summary": "Time Is Light is an Gallery Shows event starting on 06/03/2024, 01:00 and ending on 18/05/2024, 00:00. Event is in The Sylvia Wald and Po Kim Gallery with address 417 Lafayette Street.",
            "title": "Time Is Light",
            "content": null,
            "start_time": "2024-03-06T01:00:00.000000Z",
            "end_time": "2024-05-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": "417 Lafayette Street",
            "city": "New York",
            "geolocation": "40.7288346,-73.9921923",
            "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": 36862,
            "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": 34960,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fded6185e0ff4073b8f0b0089fe8fb05-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fded6185e0ff4073b8f0b0089fe8fb05-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fded6185e0ff4073b8f0b0089fe8fb05.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fded6185e0ff4073b8f0b0089fe8fb05-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fded6185e0ff4073b8f0b0089fe8fb05-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fded6185e0ff4073b8f0b0089fe8fb05-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fded6185e0ff4073b8f0b0089fe8fb05-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fded6185e0ff4073b8f0b0089fe8fb05-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fded6185e0ff4073b8f0b0089fe8fb05-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fded6185e0ff4073b8f0b0089fe8fb05-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-11T16:13:16.656851Z",
                "updated_at": "2024-03-11T16:13:16.656890Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8505,
                "name": "Turn Gallery",
                "slug": "turn-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7688687,-73.96697410000002",
                "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": "2024-03-11T16:13:19.376629Z",
            "publish_time": null,
            "slug": "turn-gallery-after-hours-2024-03-06",
            "created_at": "2024-03-11T16:13:20.446968Z",
            "updated_at": "2024-03-11T16:13:21.157129Z",
            "summary": "After Hours is an Gallery Shows event starting on 06/03/2024, 01:00 and ending on 20/04/2024, 00:00. Event is in Turn Gallery with address 32 East 68th Street.",
            "title": "After Hours",
            "content": null,
            "start_time": "2024-03-06T01:00:00.000000Z",
            "end_time": "2024-04-20T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "32 East 68th Street",
            "city": "New York",
            "geolocation": "40.7688514,-73.96697205604644",
            "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": 36947,
            "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": 35040,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1eaa5e6806224310b755655a23bc34fc-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1eaa5e6806224310b755655a23bc34fc-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1eaa5e6806224310b755655a23bc34fc.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1eaa5e6806224310b755655a23bc34fc-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1eaa5e6806224310b755655a23bc34fc-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1eaa5e6806224310b755655a23bc34fc-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1eaa5e6806224310b755655a23bc34fc-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1eaa5e6806224310b755655a23bc34fc-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1eaa5e6806224310b755655a23bc34fc-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1eaa5e6806224310b755655a23bc34fc-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-13T15:03:28.493639Z",
                "updated_at": "2024-03-13T15:03:28.493676Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9554,
                "name": "ONCA",
                "slug": "onca",
                "city": "Brighton",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.8277239,-0.1356526",
                "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": "2024-03-13T15:03:31.859516Z",
            "publish_time": null,
            "slug": "onca-anna-marie-lamond-ajoloteria-2024-03-06",
            "created_at": "2024-03-13T15:03:32.766927Z",
            "updated_at": "2024-03-13T15:03:37.655403Z",
            "summary": "Anna-Marie Lamond: Ajoloteria is an Gallery Shows event starting on 06/03/2024, 01:00 and ending on 22/03/2024, 01:00. Event is in ONCA with address 14 St George's Place.",
            "title": "Anna-Marie Lamond: Ajoloteria",
            "content": null,
            "start_time": "2024-03-06T01:00:00.000000Z",
            "end_time": "2024-03-22T01: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": "14 St George's Place",
            "city": "Brighton",
            "geolocation": "50.8277151,-0.13569847364552845",
            "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": 36959,
            "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": 35047,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7edc449e4fc9445c8d6a597d683b9cac-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7edc449e4fc9445c8d6a597d683b9cac-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7edc449e4fc9445c8d6a597d683b9cac.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7edc449e4fc9445c8d6a597d683b9cac-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7edc449e4fc9445c8d6a597d683b9cac-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7edc449e4fc9445c8d6a597d683b9cac-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7edc449e4fc9445c8d6a597d683b9cac-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7edc449e4fc9445c8d6a597d683b9cac-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7edc449e4fc9445c8d6a597d683b9cac-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7edc449e4fc9445c8d6a597d683b9cac-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-13T15:03:44.559755Z",
                "updated_at": "2024-03-13T15:03:44.559794Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9616,
                "name": "Paul Soto | New York",
                "slug": "paul-soto-new-york",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7460684,-73.9919615",
                "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": "2024-03-13T15:03:49.917931Z",
            "publish_time": null,
            "slug": "paul-soto-new-york-stephano-espinoza-galarza-un-volcan-en-mi-cuarto-2024-03-06",
            "created_at": "2024-03-13T15:03:50.899749Z",
            "updated_at": "2024-03-13T15:03:52.990862Z",
            "summary": "Stephano Espinoza Galarza. Un volcán en mi cuarto is an Gallery Shows event starting on 06/03/2024, 01:00 and ending on 13/04/2024, 00:00. Event is in Paul Soto | New York with address 121 W. 27th Street,.",
            "title": "Stephano Espinoza Galarza. Un volcán en mi cuarto",
            "content": null,
            "start_time": "2024-03-06T01:00:00.000000Z",
            "end_time": "2024-04-13T00: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": "121 W. 27th Street,",
            "city": "New York",
            "geolocation": "40.7459709,-73.9920142",
            "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": 36977,
            "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": 35062,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f1906398bbc44bf8285d43f6894f356-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f1906398bbc44bf8285d43f6894f356-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3f1906398bbc44bf8285d43f6894f356.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f1906398bbc44bf8285d43f6894f356-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f1906398bbc44bf8285d43f6894f356-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f1906398bbc44bf8285d43f6894f356-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f1906398bbc44bf8285d43f6894f356-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f1906398bbc44bf8285d43f6894f356-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f1906398bbc44bf8285d43f6894f356-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f1906398bbc44bf8285d43f6894f356-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-13T15:07:44.204019Z",
                "updated_at": "2024-03-13T15:07:44.204056Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8478,
                "name": "Shtager&Shch",
                "slug": "shtagershch",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-03-13T15:08:03.394397Z",
            "publish_time": null,
            "slug": "shtagershch-the-highest-degree-of-human-wisdom-2024-03-06",
            "created_at": "2024-03-13T15:08:04.299325Z",
            "updated_at": "2024-03-13T15:08:08.583240Z",
            "summary": "The Highest Degree of Human Wisdom is an Gallery Shows event starting on 06/03/2024, 01:00 and ending on 12/04/2024, 00:00. Event is in Shtager&Shch with address 51-53 Margaret Street.",
            "title": "The Highest Degree of Human Wisdom",
            "content": null,
            "start_time": "2024-03-06T01:00:00.000000Z",
            "end_time": "2024-04-12T00: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": "51-53 Margaret Street",
            "city": "London",
            "geolocation": "-37.9169844,145.1158833",
            "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": 37207,
            "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": 35268,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ac3983a2dfd4457ab18af1a3e3d021c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ac3983a2dfd4457ab18af1a3e3d021c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0ac3983a2dfd4457ab18af1a3e3d021c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ac3983a2dfd4457ab18af1a3e3d021c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ac3983a2dfd4457ab18af1a3e3d021c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ac3983a2dfd4457ab18af1a3e3d021c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ac3983a2dfd4457ab18af1a3e3d021c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ac3983a2dfd4457ab18af1a3e3d021c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ac3983a2dfd4457ab18af1a3e3d021c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0ac3983a2dfd4457ab18af1a3e3d021c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-20T14:12:07.029062Z",
                "updated_at": "2024-03-20T14:12:07.029123Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8433,
                "name": "Left Bank Leeds",
                "slug": "left-bank-leeds",
                "city": "Leeds",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.8096389,-1.5749034",
                "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": "2024-03-20T14:12:27.734623Z",
            "publish_time": null,
            "slug": "left-bank-leeds-let-us-see-you-left-bank-leeds-edition-2024-03-06",
            "created_at": "2024-03-20T14:12:28.665179Z",
            "updated_at": "2024-03-20T14:12:28.709096Z",
            "summary": "Let Us See You - Left Bank Leeds Edition is an Gallery Shows event starting on 06/03/2024, 01:00 and ending on 30/03/2024, 01:00. Event is in Left Bank Leeds with address The Former St Margaret of Antioch church.",
            "title": "Let Us See You - Left Bank Leeds Edition",
            "content": null,
            "start_time": "2024-03-06T01:00:00.000000Z",
            "end_time": "2024-03-30T01: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 Former St Margaret of Antioch church",
            "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": 37211,
            "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": 35271,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bde79c4c91d2465fb6a817f317033e68-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bde79c4c91d2465fb6a817f317033e68-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bde79c4c91d2465fb6a817f317033e68.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bde79c4c91d2465fb6a817f317033e68-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bde79c4c91d2465fb6a817f317033e68-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bde79c4c91d2465fb6a817f317033e68-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bde79c4c91d2465fb6a817f317033e68-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bde79c4c91d2465fb6a817f317033e68-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bde79c4c91d2465fb6a817f317033e68-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bde79c4c91d2465fb6a817f317033e68-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-20T14:13:43.384772Z",
                "updated_at": "2024-03-20T14:13:43.384811Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5185,
                "name": "Morley Gallery",
                "slug": "morley-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4980267,-0.109553",
                "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": "2024-03-20T14:13:51.958295Z",
            "publish_time": null,
            "slug": "morley-gallery-maggi-hambling-teacher-2024-03-06",
            "created_at": "2024-03-20T14:13:52.872173Z",
            "updated_at": "2024-03-20T14:13:52.912245Z",
            "summary": "Maggi Hambling: Teacher is an Gallery Shows event starting on 06/03/2024, 01:00 and ending on 26/03/2024, 01:00. Event is in Morley Gallery with address 61 Westminster Bridge Road, (Entrance King Edward Walk).",
            "title": "Maggi Hambling: Teacher",
            "content": null,
            "start_time": "2024-03-06T01:00:00.000000Z",
            "end_time": "2024-03-26T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "61 Westminster Bridge Road, (Entrance King Edward Walk)",
            "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": 37342,
            "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": 35403,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86aa6f5f515b44cebc7c05bbd13c6ca5-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86aa6f5f515b44cebc7c05bbd13c6ca5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/86aa6f5f515b44cebc7c05bbd13c6ca5.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86aa6f5f515b44cebc7c05bbd13c6ca5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86aa6f5f515b44cebc7c05bbd13c6ca5-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86aa6f5f515b44cebc7c05bbd13c6ca5-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86aa6f5f515b44cebc7c05bbd13c6ca5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86aa6f5f515b44cebc7c05bbd13c6ca5-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86aa6f5f515b44cebc7c05bbd13c6ca5-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86aa6f5f515b44cebc7c05bbd13c6ca5-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-01T19:28:48.390720Z",
                "updated_at": "2024-04-01T19:28:48.390756Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5313,
                "name": "Artworks, the Everybody School of Art",
                "slug": "artworks-everybody-school-art",
                "city": "Halifax",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.7133642,-1.854694",
                "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": "2024-04-01T19:28:53.071525Z",
            "publish_time": null,
            "slug": "artworks-the-everybody-school-of-art-new-creatives-radix-by-rachel-rea-2024-03-06",
            "created_at": "2024-04-01T19:28:54.034849Z",
            "updated_at": "2024-04-01T19:28:54.080484Z",
            "summary": "New Creatives: Radix By Rachel Rea is an Gallery Shows event starting on 06/03/2024, 01:00 and ending on 01/06/2024, 00:00. Event is in Artworks, the Everybody School of Art with address Artworks, the Everybody School of Art.",
            "title": "New Creatives: Radix By Rachel Rea",
            "content": null,
            "start_time": "2024-03-06T01:00:00.000000Z",
            "end_time": "2024-06-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": "Artworks, the Everybody School of Art",
            "city": "Halifax",
            "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": 37343,
            "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": 35401,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98e85de30e2949b68fb87c2e16307803-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98e85de30e2949b68fb87c2e16307803-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/98e85de30e2949b68fb87c2e16307803.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98e85de30e2949b68fb87c2e16307803-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98e85de30e2949b68fb87c2e16307803-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98e85de30e2949b68fb87c2e16307803-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98e85de30e2949b68fb87c2e16307803-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98e85de30e2949b68fb87c2e16307803-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98e85de30e2949b68fb87c2e16307803-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/98e85de30e2949b68fb87c2e16307803-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-01T19:28:47.495953Z",
                "updated_at": "2024-04-01T19:28:47.495989Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5313,
                "name": "Artworks, the Everybody School of Art",
                "slug": "artworks-everybody-school-art",
                "city": "Halifax",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.7133642,-1.854694",
                "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": "2024-04-01T19:28:54.721278Z",
            "publish_time": null,
            "slug": "artworks-the-everybody-school-of-art-new-creatives-afe-bi-ye-esan-by-adelle-aasante-2024-03-06",
            "created_at": "2024-04-01T19:28:55.750372Z",
            "updated_at": "2024-04-01T19:28:55.804366Z",
            "summary": "New Creatives: Afe Bi Ye Esan By Adelle A'asante is an Gallery Shows event starting on 06/03/2024, 01:00 and ending on 01/06/2024, 00:00. Event is in Artworks, the Everybody School of Art with address Artworks, the Everybody School of Art.",
            "title": "New Creatives: Afe Bi Ye Esan By Adelle A'asante",
            "content": null,
            "start_time": "2024-03-06T01:00:00.000000Z",
            "end_time": "2024-06-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": "Artworks, the Everybody School of Art",
            "city": "Halifax",
            "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": 37398,
            "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": 35454,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fda8b2086a664b5385452d75197ac951-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fda8b2086a664b5385452d75197ac951-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fda8b2086a664b5385452d75197ac951.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fda8b2086a664b5385452d75197ac951-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fda8b2086a664b5385452d75197ac951-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fda8b2086a664b5385452d75197ac951-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fda8b2086a664b5385452d75197ac951-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fda8b2086a664b5385452d75197ac951-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fda8b2086a664b5385452d75197ac951-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fda8b2086a664b5385452d75197ac951-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-01T19:49:29.492763Z",
                "updated_at": "2024-04-01T19:49:29.492802Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9814,
                "name": "Galeria e Arteve Shkodër",
                "slug": "galeria-e-arteve-shkoder",
                "city": "Shkodër",
                "country": {
                    "code": "AL",
                    "name": "Albania"
                },
                "geolocation": "42.0690888,19.5132387",
                "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": "AL",
            "publish_status": "published",
            "published_at": "2024-04-01T19:49:32.918364Z",
            "publish_time": null,
            "slug": "galeria-e-arteve-shkoder-spectaculum-2024-03-06",
            "created_at": "2024-04-01T19:49:34.021068Z",
            "updated_at": "2024-04-01T19:49:34.057361Z",
            "summary": "Spectaculum is an Gallery Shows event starting on 06/03/2024, 01:00 and ending on 27/03/2024, 01:00. Event is in Galeria e Arteve Shkodër with address Rruga Selaudin Bekteshi, Nd.12, H.8, Ap.1.",
            "title": "Spectaculum",
            "content": null,
            "start_time": "2024-03-06T01:00:00.000000Z",
            "end_time": "2024-03-27T01: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": "Rruga Selaudin Bekteshi, Nd.12, H.8, Ap.1",
            "city": "Shkodër",
            "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": 37622,
            "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": 35685,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f95156d18f084b3f9841237c5be42464-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f95156d18f084b3f9841237c5be42464-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f95156d18f084b3f9841237c5be42464.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f95156d18f084b3f9841237c5be42464-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f95156d18f084b3f9841237c5be42464-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f95156d18f084b3f9841237c5be42464-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f95156d18f084b3f9841237c5be42464-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f95156d18f084b3f9841237c5be42464-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f95156d18f084b3f9841237c5be42464-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f95156d18f084b3f9841237c5be42464-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T17:10:51.636585Z",
                "updated_at": "2024-04-02T17:10:51.636643Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4256,
                "name": "Portland Gallery",
                "slug": "portland-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.50709869999999,-0.1401062",
                "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": "2024-04-02T17:10:59.132696Z",
            "publish_time": null,
            "slug": "portland-gallery-chloe-lamb-recent-works-2024-03-06",
            "created_at": "2024-04-02T17:11:00.163686Z",
            "updated_at": "2024-04-02T17:11:07.659867Z",
            "summary": "Chloë Lamb: Recent Works is an Gallery Shows event starting on 06/03/2024, 01:00 and ending on 22/03/2024, 01:00. Event is in Portland Gallery with address 3 Bennet Street.",
            "title": "Chloë Lamb: Recent Works",
            "content": null,
            "start_time": "2024-03-06T01:00:00.000000Z",
            "end_time": "2024-03-22T01: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": "3 Bennet Street",
            "city": "London",
            "geolocation": "46.57373475714286,-80.81294081428571",
            "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": 34932,
            "author": {
                "id": "5aa2f5a6-cc08-425f-951b-e0c88a0acb86",
                "username": "eleanor_873",
                "slug": "eleanor_873",
                "first_name": "Eleanor",
                "last_name": "Jordan",
                "display_name": "Eleanor Jordan",
                "display_name_full": "Eleanor Jordan",
                "email": "eleanorjordan@bleachbox.co.uk",
                "telephone": "+44 7779 704946"
            },
            "price": null,
            "featured_image": {
                "id": 33015,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f3fa8cef0eb491bac92f4fb427d490f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f3fa8cef0eb491bac92f4fb427d490f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9f3fa8cef0eb491bac92f4fb427d490f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f3fa8cef0eb491bac92f4fb427d490f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f3fa8cef0eb491bac92f4fb427d490f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f3fa8cef0eb491bac92f4fb427d490f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f3fa8cef0eb491bac92f4fb427d490f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f3fa8cef0eb491bac92f4fb427d490f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f3fa8cef0eb491bac92f4fb427d490f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f3fa8cef0eb491bac92f4fb427d490f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-01-16T15:22:26.434583Z",
                "updated_at": "2024-01-16T15:22:26.434638Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "5aa2f5a6-cc08-425f-951b-e0c88a0acb86"
            },
            "venue": {
                "id": 8908,
                "name": "Bleach Box",
                "slug": "bleach-box",
                "city": "",
                "country": "",
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4383,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/e8f2345205e942bf9f5011cb4efec73b-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/e8f2345205e942bf9f5011cb4efec73b-crop-c0-5__0-5-558x279-70.JPG",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/e8f2345205e942bf9f5011cb4efec73b-crop-c0-5__0-5-265x149-70.JPG",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/e8f2345205e942bf9f5011cb4efec73b.JPG",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/e8f2345205e942bf9f5011cb4efec73b-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/e8f2345205e942bf9f5011cb4efec73b-crop-c0-5__0-5-760x499-70.JPG",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/e8f2345205e942bf9f5011cb4efec73b-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/e8f2345205e942bf9f5011cb4efec73b-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2023-07-05T14:18:54.856890Z",
                    "updated_at": "2023-07-05T14:18:54.856935Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "5aa2f5a6-cc08-425f-951b-e0c88a0acb86"
                },
                "response_time": null
            },
            "category": {
                "id": 3,
                "image": null,
                "slug": "art-fairs",
                "created_at": "2020-06-02T15:33:40.534223Z",
                "updated_at": "2021-03-29T12:18:45.718972Z",
                "name": "Art Fairs",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-01-16T15:22:32.175803Z",
            "publish_time": null,
            "slug": "affordable-art-fair-battersea-spring",
            "created_at": "2024-01-16T15:22:32.181302Z",
            "updated_at": "2024-01-16T15:22:32.232101Z",
            "summary": "Affordable Art Fair Battersea Spring is an Art Fairs event starting on 06/03/2024, 17:00 and ending on 10/03/2024, 18:00. Event is in Bleach Box with address Queenstown Rd, Chelsea Brg, London SW11 4NJ, UK.",
            "title": "Affordable Art Fair Battersea Spring",
            "content": "Find Bleach Box on Booth J6 at the Affordable Art Fair March 2024.\r\n\r\nDiscover the joy of collecting art at Affordable Art Fair, Battersea Spring, hosted in London’s beautiful Battersea Park. Find your perfect piece from our hand-picked selection of galleries showcasing 1,000s of original contemporary artworks, priced between £50 and £7,500.",
            "start_time": "2024-03-06T17:00:00.000000Z",
            "end_time": "2024-03-10T18: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": "Queenstown Rd, Chelsea Brg, London SW11 4NJ, UK",
            "city": "",
            "geolocation": "51.4807335,-0.155174",
            "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": [
                17568,
                17569,
                17570
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 35771,
            "author": {
                "id": "365a9b01-9a24-4787-b4c4-8b89b57364c7",
                "username": "ElenaMartinique",
                "slug": "elenamartinique",
                "first_name": "Jelena",
                "last_name": "Martinović",
                "display_name": "Jelena Martinović",
                "display_name_full": "Jelena Martinović",
                "email": "jelena.martinovic@gmail.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 33867,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fabe17b1bbd44962b610b6d875b01db0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fabe17b1bbd44962b610b6d875b01db0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fabe17b1bbd44962b610b6d875b01db0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fabe17b1bbd44962b610b6d875b01db0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fabe17b1bbd44962b610b6d875b01db0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fabe17b1bbd44962b610b6d875b01db0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fabe17b1bbd44962b610b6d875b01db0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fabe17b1bbd44962b610b6d875b01db0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fabe17b1bbd44962b610b6d875b01db0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fabe17b1bbd44962b610b6d875b01db0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-12T12:45:39.056237Z",
                "updated_at": "2024-02-12T12:45:39.056277Z",
                "is_converted_to_webp": true,
                "caption": "UVNT Art Fair 2024",
                "alt_text": "UVNT Art Fair 2024",
                "description": "",
                "uploaded_by": "365a9b01-9a24-4787-b4c4-8b89b57364c7"
            },
            "venue": null,
            "category": {
                "id": 3,
                "image": null,
                "slug": "art-fairs",
                "created_at": "2020-06-02T15:33:40.534223Z",
                "updated_at": "2021-03-29T12:18:45.718972Z",
                "name": "Art Fairs",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "ES",
            "publish_status": "published",
            "published_at": "2024-02-12T14:51:33.157829Z",
            "publish_time": null,
            "slug": "uvnt-art-fair-2024",
            "created_at": "2024-02-12T14:49:21.665075Z",
            "updated_at": "2024-02-12T14:51:33.198138Z",
            "summary": "Taking place between March 7th and March 10th, UVNT Art Fair 2024 brings around 40 galleries, with many newcomers, to Matadero Madrid, with a focus on new figuration and painting.",
            "title": "UVNT Art Fair 2024",
            "content": "<p>The 8th edition of UVNT Art Fair 2024 returns to Madrid in March with an expanded program and a new location at Matadero Madrid. Growing in size, the number of exhibitors, and artistic proposals, UVNT is <i>\"maturing and taking another shape,\"</i> explains its founder and director, Sergio Sancho.</p><p>Taking place between March 7th and March 10th, t<span style=\"text-align: justify;\">he new edition brings around 40 galleries, with many newcomers, to&nbsp;</span><span style=\"text-rendering: optimizelegibility; -webkit-tap-highlight-color: transparent; text-align: justify;\">Matadero Madrid</span><span style=\"text-align: justify;\">, with a focus on new figuration and painting.</span></p><p style=\"text-align: justify; \">The fair brings back the popular UVNT Mahou Talks, one of the most visited areas of the fair, which hosts talks and activations around art. In addition to the general program, the fair also continues with the Young Galleries section, which will showcase emerging galleries. A special part of each UVNT Art Fair is its Public Art Program, which brings art from its venue to Madrid's streets and public spaces.&nbsp;</p>",
            "start_time": "2024-03-07T00:00:00.000000Z",
            "end_time": "2024-03-10T00:00:00.000000Z",
            "is_all_day_event": true,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": true,
            "is_paid_art_fair": false,
            "address": "Pl. de Legazpi, 8, Arganzuela, 28045 Madrid, Spain",
            "city": "Madrid",
            "geolocation": "40.3915817,-3.6963598",
            "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": "https://www.urvanity-art.com/en/fair/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                26833
            ],
            "additional_images": []
        },
        {
            "id": 35374,
            "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": 33475,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5cec654c9cce495e85252e80ee4e2349-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5cec654c9cce495e85252e80ee4e2349-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5cec654c9cce495e85252e80ee4e2349.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5cec654c9cce495e85252e80ee4e2349-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5cec654c9cce495e85252e80ee4e2349-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5cec654c9cce495e85252e80ee4e2349-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5cec654c9cce495e85252e80ee4e2349-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5cec654c9cce495e85252e80ee4e2349-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5cec654c9cce495e85252e80ee4e2349-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5cec654c9cce495e85252e80ee4e2349-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-01-31T08:08:35.197477Z",
                "updated_at": "2024-01-31T08:08:35.197538Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6927,
                "name": "Staffordshire St",
                "slug": "staffordshire-st",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.47546320000001,-0.0650917",
                "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": "2024-01-31T08:08:40.460900Z",
            "publish_time": null,
            "slug": "staffordshire-st-faith-place-and-migration-2024-03-07",
            "created_at": "2024-01-31T08:08:41.490514Z",
            "updated_at": "2024-01-31T08:08:44.045928Z",
            "summary": "Faith, Place and Migration is an Gallery Shows event starting on 07/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Staffordshire St with address 49 Staffordshire Street.",
            "title": "Faith, Place and Migration",
            "content": null,
            "start_time": "2024-03-07T01:00:00.000000Z",
            "end_time": "2024-03-17T01: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": "49 Staffordshire Street",
            "city": "London",
            "geolocation": "52.2054178,0.1364181",
            "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": 35498,
            "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": 33594,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86f061c49fcb4b2db40bebc01618db26-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86f061c49fcb4b2db40bebc01618db26-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/86f061c49fcb4b2db40bebc01618db26.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86f061c49fcb4b2db40bebc01618db26-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86f061c49fcb4b2db40bebc01618db26-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86f061c49fcb4b2db40bebc01618db26-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86f061c49fcb4b2db40bebc01618db26-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86f061c49fcb4b2db40bebc01618db26-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86f061c49fcb4b2db40bebc01618db26-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/86f061c49fcb4b2db40bebc01618db26-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-01T14:23:42.135622Z",
                "updated_at": "2024-02-01T14:23:42.135682Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3540,
                "name": "October Gallery",
                "slug": "october-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5206781,-0.1217058",
                "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": "2024-02-01T14:23:48.407489Z",
            "publish_time": null,
            "slug": "october-gallery-rachid-koraichi-celestial-blue-2024-03-07",
            "created_at": "2024-02-01T14:23:49.357850Z",
            "updated_at": "2024-02-01T14:23:50.852860Z",
            "summary": "Rachid Koraïchi: Celestial Blue is an Gallery Shows event starting on 07/03/2024, 01:00 and ending on 13/04/2024, 00:00. Event is in October Gallery with address 24 Old Gloucester Street.",
            "title": "Rachid Koraïchi: Celestial Blue",
            "content": null,
            "start_time": "2024-03-07T01:00:00.000000Z",
            "end_time": "2024-04-13T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "24 Old Gloucester Street",
            "city": "London",
            "geolocation": "51.5206559,-0.1217929",
            "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": []
        }
    ]
}