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

{
    "count": 37591,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=25200&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=25164&ordering=start_time",
    "results": [
        {
            "id": 26072,
            "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": 24965,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8fb7764cc3e497a837c12652adf299c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8fb7764cc3e497a837c12652adf299c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e8fb7764cc3e497a837c12652adf299c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8fb7764cc3e497a837c12652adf299c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8fb7764cc3e497a837c12652adf299c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8fb7764cc3e497a837c12652adf299c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8fb7764cc3e497a837c12652adf299c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8fb7764cc3e497a837c12652adf299c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8fb7764cc3e497a837c12652adf299c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8fb7764cc3e497a837c12652adf299c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-11T08:02:50.807297Z",
                "updated_at": "2023-05-11T08:02:50.807352Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3751,
                "name": "Victoria Miro Gallery",
                "slug": "victoria-miro-gallery",
                "city": "Venice",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.4338176,12.3345048",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-11T08:02:53.232566Z",
            "publish_time": null,
            "slug": "victoria-miro-gallery-isaac-julien-once-again-statues-never-die-photographs-2023-05-02",
            "created_at": "2023-05-11T08:02:54.120689Z",
            "updated_at": "2023-05-11T08:02:54.998503Z",
            "summary": "Isaac Julien: Once Again… (Statues Never Die) – Photographs is an Gallery Shows event starting on 02/05/2023, 00:00 and ending on 04/06/2023, 00:00. Event is in Victoria Miro Gallery with address 16 Wharf Road.",
            "title": "Isaac Julien: Once Again… (Statues Never Die) – Photographs",
            "content": null,
            "start_time": "2023-05-02T00:00:00.000000Z",
            "end_time": "2023-06-04T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "16 Wharf Road",
            "city": "London",
            "geolocation": "51.5304173,-0.095107",
            "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": 26271,
            "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": 25140,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b482c50003994172b4532d446f7eba93-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b482c50003994172b4532d446f7eba93-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b482c50003994172b4532d446f7eba93.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b482c50003994172b4532d446f7eba93-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b482c50003994172b4532d446f7eba93-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b482c50003994172b4532d446f7eba93-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b482c50003994172b4532d446f7eba93-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b482c50003994172b4532d446f7eba93-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b482c50003994172b4532d446f7eba93-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b482c50003994172b4532d446f7eba93-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-15T12:07:25.521475Z",
                "updated_at": "2023-05-15T12:07:25.521547Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8639,
                "name": "Warbling",
                "slug": "warbling",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.52568280000001,-0.082082",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-15T12:07:32.381511Z",
            "publish_time": null,
            "slug": "warbling-our-vision-is-clouded-2023-05-02",
            "created_at": "2023-05-15T12:07:33.301270Z",
            "updated_at": "2023-05-15T12:07:33.923513Z",
            "summary": "Our Vision is Clouded is an Gallery Shows event starting on 02/05/2023, 00:00 and ending on 07/05/2023, 00:00. Event is in Warbling with address 4 Garden Walk.",
            "title": "Our Vision is Clouded",
            "content": null,
            "start_time": "2023-05-02T00:00:00.000000Z",
            "end_time": "2023-05-07T00: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 Garden Walk",
            "city": "London",
            "geolocation": "52.21564935,0.1179602956424742",
            "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": 27252,
            "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": 26027,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d32474d67a44a9f90decd4c44026366-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d32474d67a44a9f90decd4c44026366-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4d32474d67a44a9f90decd4c44026366.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d32474d67a44a9f90decd4c44026366-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d32474d67a44a9f90decd4c44026366-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d32474d67a44a9f90decd4c44026366-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d32474d67a44a9f90decd4c44026366-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d32474d67a44a9f90decd4c44026366-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d32474d67a44a9f90decd4c44026366-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4d32474d67a44a9f90decd4c44026366-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-08T12:55:26.304211Z",
                "updated_at": "2023-06-08T12:55:26.304268Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6966,
                "name": "Château de Montsoreau",
                "slug": "chateau-de-montsoreau",
                "city": "Montsoreau",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "47.2158129,0.0615316",
                "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": "2023-06-08T12:55:28.867698Z",
            "publish_time": null,
            "slug": "chateau-de-montsoreau-museum-of-contemporary-art-locus-non-solus-2023-05-02",
            "created_at": "2023-06-08T12:55:29.781164Z",
            "updated_at": "2023-06-08T12:55:30.137994Z",
            "summary": "Locus (Non) Solus is an Gallery Shows event starting on 02/05/2023, 00:00 and ending on 30/06/2023, 00:00. Event is in Château de Montsoreau with address Passage du marquis de Geoffre.",
            "title": "Locus (Non) Solus",
            "content": null,
            "start_time": "2023-05-02T00:00:00.000000Z",
            "end_time": "2023-06-30T00: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": "Passage du marquis de Geoffre",
            "city": "Montsoreau",
            "geolocation": "47.21577,0.061655",
            "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": 28683,
            "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": 27298,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f5d63b77887946ad96664e673162faf2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f5d63b77887946ad96664e673162faf2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f5d63b77887946ad96664e673162faf2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f5d63b77887946ad96664e673162faf2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f5d63b77887946ad96664e673162faf2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f5d63b77887946ad96664e673162faf2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f5d63b77887946ad96664e673162faf2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f5d63b77887946ad96664e673162faf2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f5d63b77887946ad96664e673162faf2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f5d63b77887946ad96664e673162faf2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-03T11:39:46.878309Z",
                "updated_at": "2023-07-03T11:39:46.878346Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6730,
                "name": "Kunsthandel Wolfgang Werner",
                "slug": "kunsthandel-wolfgang-werner",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "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": "DE",
            "publish_status": "published",
            "published_at": "2023-07-03T11:39:49.874253Z",
            "publish_time": null,
            "slug": "kunsthandel-wolfgang-werner-olle-brtling-gemalde-19531974-gerhard-von-graevenitz-kinetische-objekte-19751978-2023-05-02",
            "created_at": "2023-07-03T11:39:50.772856Z",
            "updated_at": "2023-07-03T11:39:52.637761Z",
            "summary": "Olle Bӕrtling, Gemälde 1953–1974. Gerhard von Graevenitz, Kinetische Objekte 1975–1978 is an Gallery Shows event starting on 02/05/2023, 00:00 and ending on 30/06/2023, 00:00. Event is in Kunsthandel Wolfgang Werner with address Fasanenstraße 72.",
            "title": "Olle Bӕrtling, Gemälde 1953–1974. Gerhard von Graevenitz, Kinetische Objekte 1975–1978",
            "content": null,
            "start_time": "2023-05-02T00:00:00.000000Z",
            "end_time": "2023-06-30T00: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": "Fasanenstraße 72",
            "city": "Berlin",
            "geolocation": "51.39841125,6.766580759700249",
            "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": 22795,
            "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": 21951,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d29d1873d2ca47f29b057ba37ddb3870-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d29d1873d2ca47f29b057ba37ddb3870-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d29d1873d2ca47f29b057ba37ddb3870.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d29d1873d2ca47f29b057ba37ddb3870-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d29d1873d2ca47f29b057ba37ddb3870-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d29d1873d2ca47f29b057ba37ddb3870-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d29d1873d2ca47f29b057ba37ddb3870-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d29d1873d2ca47f29b057ba37ddb3870-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d29d1873d2ca47f29b057ba37ddb3870-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d29d1873d2ca47f29b057ba37ddb3870-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-03-23T13:34:47.017996Z",
                "updated_at": "2023-03-23T22:58:39.277656Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3392,
                "name": "Colonnade House",
                "slug": "colonnade-house",
                "city": "Worthing",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.8119806,-0.3676237999999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-03-23T13:34:47.246182Z",
            "publish_time": null,
            "slug": "colonnade-house-material-girls-clay-craft-camera-2023-05-02",
            "created_at": "2023-03-23T13:34:48.120362Z",
            "updated_at": "2023-03-23T13:34:48.120390Z",
            "summary": null,
            "title": "Material Girls. Clay. Craft. Camera",
            "content": null,
            "start_time": "2023-05-02T00:00:00.000000Z",
            "end_time": "2023-05-07T00: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": "Colonnade House",
            "city": "Worthing",
            "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": 22799,
            "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": 21955,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db9e7cbca24f40f1aa83e028b846c5ca-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db9e7cbca24f40f1aa83e028b846c5ca-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/db9e7cbca24f40f1aa83e028b846c5ca.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db9e7cbca24f40f1aa83e028b846c5ca-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db9e7cbca24f40f1aa83e028b846c5ca-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db9e7cbca24f40f1aa83e028b846c5ca-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db9e7cbca24f40f1aa83e028b846c5ca-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db9e7cbca24f40f1aa83e028b846c5ca-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db9e7cbca24f40f1aa83e028b846c5ca-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/db9e7cbca24f40f1aa83e028b846c5ca-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-03-23T13:34:50.509244Z",
                "updated_at": "2023-03-23T22:58:40.036748Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3392,
                "name": "Colonnade House",
                "slug": "colonnade-house",
                "city": "Worthing",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.8119806,-0.3676237999999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-03-23T13:34:50.801138Z",
            "publish_time": null,
            "slug": "colonnade-house-sally-pennington-sussex-seasons-2023-05-02",
            "created_at": "2023-03-23T13:34:51.676492Z",
            "updated_at": "2023-03-23T13:34:51.676511Z",
            "summary": null,
            "title": "Sally Pennington: Sussex Seasons",
            "content": null,
            "start_time": "2023-05-02T00:00:00.000000Z",
            "end_time": "2023-05-07T00: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": "Colonnade House",
            "city": "Worthing",
            "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": 23532,
            "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": 22634,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8b43e0499524218b0bbf60198a755fe-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8b43e0499524218b0bbf60198a755fe-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b8b43e0499524218b0bbf60198a755fe.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8b43e0499524218b0bbf60198a755fe-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8b43e0499524218b0bbf60198a755fe-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8b43e0499524218b0bbf60198a755fe-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8b43e0499524218b0bbf60198a755fe-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8b43e0499524218b0bbf60198a755fe-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8b43e0499524218b0bbf60198a755fe-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8b43e0499524218b0bbf60198a755fe-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-03-30T10:45:20.192167Z",
                "updated_at": "2023-03-30T14:38:32.728086Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5486,
                "name": "Dundas Street Gallery",
                "slug": "dundas-street-gallery",
                "city": "Edinburgh",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.95627929999999,-3.1989831",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-03-30T10:45:20.410977Z",
            "publish_time": null,
            "slug": "dundas-street-gallery-eleven-painters-2023-05-02",
            "created_at": "2023-03-30T10:45:21.435439Z",
            "updated_at": "2023-03-30T10:45:21.435458Z",
            "summary": null,
            "title": "Eleven Painters",
            "content": null,
            "start_time": "2023-05-02T00:00:00.000000Z",
            "end_time": "2023-05-08T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "6 Dundas Street",
            "city": "Edinburgh",
            "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": 24467,
            "author": {
                "id": "e7be66b3-17d2-4ec6-a8b2-f2761e0e3a48",
                "username": "harriet@agora-gallery.com",
                "slug": "harrietagora-gallerycom",
                "first_name": "Harriet",
                "last_name": "Sunga",
                "display_name": null,
                "display_name_full": "Harriet Sunga",
                "email": "harriet@agora-gallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 23527,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ff7d826e6ca4e499be56e4545ca0d44-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ff7d826e6ca4e499be56e4545ca0d44-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5ff7d826e6ca4e499be56e4545ca0d44.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ff7d826e6ca4e499be56e4545ca0d44-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ff7d826e6ca4e499be56e4545ca0d44-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ff7d826e6ca4e499be56e4545ca0d44-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ff7d826e6ca4e499be56e4545ca0d44-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ff7d826e6ca4e499be56e4545ca0d44-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ff7d826e6ca4e499be56e4545ca0d44-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ff7d826e6ca4e499be56e4545ca0d44-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-12T08:33:39.791033Z",
                "updated_at": "2023-04-12T08:33:39.791069Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 734,
                "name": "AGORA GALLERY New York",
                "slug": "agora-gallery-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7494083,-74.0045743",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-04-12T08:33:48.044379Z",
            "publish_time": null,
            "slug": "agora-gallery-new-york-a-little-serendipity-2023-05-02",
            "created_at": "2023-04-12T08:33:48.926836Z",
            "updated_at": "2023-04-12T08:33:50.792549Z",
            "summary": "A Little Serendipity is an Gallery Shows event starting on 02/05/2023, 00:00 and ending on 23/05/2023, 00:00. Event is in AGORA GALLERY New York with address 530 W 25th St.",
            "title": "A Little Serendipity",
            "content": null,
            "start_time": "2023-05-02T00:00:00.000000Z",
            "end_time": "2023-05-23T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "530 W 25th St",
            "city": "New York",
            "geolocation": "36.87275085,-76.29166582096775",
            "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": 24486,
            "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": 23544,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53826b052dab433bbc867e5fd78b112f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53826b052dab433bbc867e5fd78b112f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/53826b052dab433bbc867e5fd78b112f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53826b052dab433bbc867e5fd78b112f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53826b052dab433bbc867e5fd78b112f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53826b052dab433bbc867e5fd78b112f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53826b052dab433bbc867e5fd78b112f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53826b052dab433bbc867e5fd78b112f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53826b052dab433bbc867e5fd78b112f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53826b052dab433bbc867e5fd78b112f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-12T08:39:46.244554Z",
                "updated_at": "2023-04-12T08:39:46.244611Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3381,
                "name": "Bermondsey Project Space",
                "slug": "bermondsey-project-space",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.498712,-0.08088089999999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-04-12T08:39:50.074388Z",
            "publish_time": null,
            "slug": "bermondsey-project-space-thomas-widerberg-silent-landscapes-2023-05-02",
            "created_at": "2023-04-12T08:39:50.937759Z",
            "updated_at": "2023-04-12T08:39:51.272792Z",
            "summary": "Thomas Widerberg: SILENT LANDSCAPES is an Gallery Shows event starting on 02/05/2023, 00:00 and ending on 13/05/2023, 00:00. Event is in Bermondsey Project Space with address 183-185 Bermondsey Street.",
            "title": "Thomas Widerberg: SILENT LANDSCAPES",
            "content": null,
            "start_time": "2023-05-02T00:00:00.000000Z",
            "end_time": "2023-05-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": "183-185 Bermondsey Street",
            "city": "London",
            "geolocation": "51.49868345,-0.0808912265363129",
            "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": 24626,
            "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": 23673,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3fde0bc072f449e8a6f7eff3121bc691-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3fde0bc072f449e8a6f7eff3121bc691-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3fde0bc072f449e8a6f7eff3121bc691.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3fde0bc072f449e8a6f7eff3121bc691-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3fde0bc072f449e8a6f7eff3121bc691-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3fde0bc072f449e8a6f7eff3121bc691-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3fde0bc072f449e8a6f7eff3121bc691-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3fde0bc072f449e8a6f7eff3121bc691-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3fde0bc072f449e8a6f7eff3121bc691-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3fde0bc072f449e8a6f7eff3121bc691-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-14T16:53:58.917252Z",
                "updated_at": "2023-04-14T16:53:58.917289Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4840,
                "name": "Martin Hall Exhibition Space",
                "slug": "martin-hall-exhibition-space",
                "city": "Loughborough",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.767029,-1.2229963",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-04-14T16:54:10.164996Z",
            "publish_time": null,
            "slug": "martin-hall-exhibition-space-a-perfect-swim-graduate-artists-2022-23-2023-05-02",
            "created_at": "2023-04-14T16:54:11.036422Z",
            "updated_at": "2023-04-14T16:54:11.429258Z",
            "summary": "A perfect swim. (Graduate Artists 2022-23) is an Gallery Shows event starting on 02/05/2023, 00:00 and ending on 10/05/2023, 00:00. Event is in Martin Hall Exhibition Space with address Shirley Pearce Square.",
            "title": "A perfect swim. (Graduate Artists 2022-23)",
            "content": null,
            "start_time": "2023-05-02T00:00:00.000000Z",
            "end_time": "2023-05-10T00: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": "Shirley Pearce Square",
            "city": "Loughborough",
            "geolocation": "52.76730055,-1.2239603416433014",
            "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": 24903,
            "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": 23913,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79efc2e189cb4c7185b8289ca62c9343-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79efc2e189cb4c7185b8289ca62c9343-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/79efc2e189cb4c7185b8289ca62c9343.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79efc2e189cb4c7185b8289ca62c9343-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79efc2e189cb4c7185b8289ca62c9343-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79efc2e189cb4c7185b8289ca62c9343-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79efc2e189cb4c7185b8289ca62c9343-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79efc2e189cb4c7185b8289ca62c9343-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79efc2e189cb4c7185b8289ca62c9343-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/79efc2e189cb4c7185b8289ca62c9343-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-20T20:37:57.218858Z",
                "updated_at": "2023-04-20T20:37:57.218916Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8472,
                "name": "Kunstwerkberlin",
                "slug": "kunstwerkberlin",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5243724,13.3492721",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-04-20T20:38:03.018940Z",
            "publish_time": null,
            "slug": "kunstwerkberlin-varga-100-1923-2023-2023-05-02",
            "created_at": "2023-04-20T20:38:03.881333Z",
            "updated_at": "2023-04-20T20:38:10.323614Z",
            "summary": "Varga 100 1923-2023 is an Gallery Shows event starting on 02/05/2023, 00:00 and ending on 30/06/2023, 00:00. Event is in Kunstwerkberlin with address Kirchstrasse 1 / 10557.",
            "title": "Varga 100 1923-2023",
            "content": null,
            "start_time": "2023-05-02T00:00:00.000000Z",
            "end_time": "2023-06-30T00: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": "Kirchstrasse 1 / 10557",
            "city": "Berlin",
            "geolocation": "52.5244316,13.3492903",
            "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": 24999,
            "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": 24006,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdfc5707e1384465b4a58f25937e0f42-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdfc5707e1384465b4a58f25937e0f42-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fdfc5707e1384465b4a58f25937e0f42.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdfc5707e1384465b4a58f25937e0f42-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdfc5707e1384465b4a58f25937e0f42-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdfc5707e1384465b4a58f25937e0f42-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdfc5707e1384465b4a58f25937e0f42-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdfc5707e1384465b4a58f25937e0f42-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdfc5707e1384465b4a58f25937e0f42-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdfc5707e1384465b4a58f25937e0f42-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-25T07:04:35.526887Z",
                "updated_at": "2023-04-25T07:04:35.526925Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6979,
                "name": "The Arcade at Bush House",
                "slug": "arcade-bush-house",
                "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": "2023-04-25T07:04:39.108861Z",
            "publish_time": null,
            "slug": "the-arcade-at-bush-house-bringing-the-human-to-the-artificial-2023-05-02",
            "created_at": "2023-04-25T07:04:40.001206Z",
            "updated_at": "2023-04-25T07:04:40.456631Z",
            "summary": "Bringing the Human to the Artificial is an Gallery Shows event starting on 02/05/2023, 00:00 and ending on 30/06/2023, 00:00. Event is in The Arcade at Bush House with address 30 Aldwych.",
            "title": "Bringing the Human to the Artificial",
            "content": null,
            "start_time": "2023-05-02T00:00:00.000000Z",
            "end_time": "2023-06-30T00: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": "30 Aldwych",
            "city": "London",
            "geolocation": "51.51274545,-0.11717261325662154",
            "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": 25045,
            "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": 24050,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c60808ee9d748fbb81a502fd83d05e1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c60808ee9d748fbb81a502fd83d05e1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9c60808ee9d748fbb81a502fd83d05e1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c60808ee9d748fbb81a502fd83d05e1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c60808ee9d748fbb81a502fd83d05e1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c60808ee9d748fbb81a502fd83d05e1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c60808ee9d748fbb81a502fd83d05e1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c60808ee9d748fbb81a502fd83d05e1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c60808ee9d748fbb81a502fd83d05e1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9c60808ee9d748fbb81a502fd83d05e1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-04-25T07:33:56.366681Z",
                "updated_at": "2023-04-25T07:33:56.366740Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4536,
                "name": "The Getty Center",
                "slug": "getty-center",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0877009,-118.4757863",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-04-25T07:33:59.033538Z",
            "publish_time": null,
            "slug": "the-getty-center-tim-walker-wonderful-things-2023-05-02",
            "created_at": "2023-04-25T07:33:59.926720Z",
            "updated_at": "2023-04-25T07:34:01.557224Z",
            "summary": "Tim Walker: Wonderful Things is an Gallery Shows event starting on 02/05/2023, 00:00 and ending on 20/08/2023, 00:00. Event is in The Getty Center with address 1200 Getty Center Drive.",
            "title": "Tim Walker: Wonderful Things",
            "content": null,
            "start_time": "2023-05-02T00:00:00.000000Z",
            "end_time": "2023-08-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": "1200 Getty Center Drive",
            "city": "Los Angeles",
            "geolocation": "34.07695125,-118.47571198123117",
            "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": 25256,
            "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": 24248,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28d1ae9b8a5942f1bca685437ea7f70b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28d1ae9b8a5942f1bca685437ea7f70b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/28d1ae9b8a5942f1bca685437ea7f70b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28d1ae9b8a5942f1bca685437ea7f70b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28d1ae9b8a5942f1bca685437ea7f70b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28d1ae9b8a5942f1bca685437ea7f70b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28d1ae9b8a5942f1bca685437ea7f70b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28d1ae9b8a5942f1bca685437ea7f70b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28d1ae9b8a5942f1bca685437ea7f70b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/28d1ae9b8a5942f1bca685437ea7f70b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-03T18:33:57.623807Z",
                "updated_at": "2023-05-03T18:33:57.623847Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5747,
                "name": "Copeland Gallery",
                "slug": "copeland-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4698124,-0.06521239999999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-03T18:34:04.146328Z",
            "publish_time": null,
            "slug": "copeland-gallery-the-london-group-open-2023-call-for-entries-2023-05-02",
            "created_at": "2023-05-03T18:34:05.052509Z",
            "updated_at": "2023-05-03T18:34:06.016573Z",
            "summary": "The London Group Open 2023 Call for Entries is an Gallery Shows event starting on 02/05/2023, 00:00 and ending on 05/09/2023, 00:00. Event is in Copeland Gallery with address 133 Copeland Road.",
            "title": "The London Group Open 2023 Call for Entries",
            "content": null,
            "start_time": "2023-05-02T00:00:00.000000Z",
            "end_time": "2023-09-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": "133 Copeland Road",
            "city": "London",
            "geolocation": "51.469524500000006,-0.0667936096986764",
            "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": 25268,
            "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": 24255,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/43c76ceaac2e44eb94fe2bd474adacd2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/43c76ceaac2e44eb94fe2bd474adacd2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/43c76ceaac2e44eb94fe2bd474adacd2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/43c76ceaac2e44eb94fe2bd474adacd2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/43c76ceaac2e44eb94fe2bd474adacd2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/43c76ceaac2e44eb94fe2bd474adacd2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/43c76ceaac2e44eb94fe2bd474adacd2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/43c76ceaac2e44eb94fe2bd474adacd2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/43c76ceaac2e44eb94fe2bd474adacd2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/43c76ceaac2e44eb94fe2bd474adacd2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-03T18:34:22.317991Z",
                "updated_at": "2023-05-03T18:34:22.318028Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5843,
                "name": "East Gallery NUA",
                "slug": "east-gallery-nua",
                "city": "Norwich",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.6302903,1.2945143",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-03T18:34:28.761351Z",
            "publish_time": null,
            "slug": "east-gallery-nua-make-books-not-war-make-books-not-war-2023-05-02",
            "created_at": "2023-05-03T18:34:29.656698Z",
            "updated_at": "2023-05-03T18:34:30.293354Z",
            "summary": "Make Books Not War Make Books Not War. is an Gallery Shows event starting on 02/05/2023, 00:00 and ending on 03/06/2023, 00:00. Event is in East Gallery NUA with address Cavendish House.",
            "title": "Make Books Not War Make Books Not War.",
            "content": null,
            "start_time": "2023-05-02T00:00:00.000000Z",
            "end_time": "2023-06-03T00: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": "Cavendish House",
            "city": "Norwich",
            "geolocation": "51.8998456,-2.0757100810986424",
            "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": 25339,
            "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": 24318,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf934e5c87df4ee0be017adfa7b857ff-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf934e5c87df4ee0be017adfa7b857ff-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bf934e5c87df4ee0be017adfa7b857ff.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf934e5c87df4ee0be017adfa7b857ff-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf934e5c87df4ee0be017adfa7b857ff-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf934e5c87df4ee0be017adfa7b857ff-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf934e5c87df4ee0be017adfa7b857ff-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf934e5c87df4ee0be017adfa7b857ff-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf934e5c87df4ee0be017adfa7b857ff-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf934e5c87df4ee0be017adfa7b857ff-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-03T19:18:41.362279Z",
                "updated_at": "2023-05-03T19:18:41.362337Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5738,
                "name": "Coal Drops Yard",
                "slug": "coal-drops-yard",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5360708,-0.1258205",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-05-03T19:18:44.271447Z",
            "publish_time": null,
            "slug": "coal-drops-yard-deaf-mosaic-2023-05-02",
            "created_at": "2023-05-03T19:18:45.171350Z",
            "updated_at": "2023-05-03T19:18:45.600356Z",
            "summary": "Deaf Mosaic is an Gallery Shows event starting on 02/05/2023, 00:00 and ending on 28/05/2023, 00:00. Event is in Coal Drops Yard with address Stable St.",
            "title": "Deaf Mosaic",
            "content": null,
            "start_time": "2023-05-02T00:00:00.000000Z",
            "end_time": "2023-05-28T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Stable St",
            "city": "London",
            "geolocation": "-38.0744285,145.44127",
            "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": 25362,
            "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": 24336,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/350d03246558442a88abecfdd4c81ec0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/350d03246558442a88abecfdd4c81ec0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/350d03246558442a88abecfdd4c81ec0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/350d03246558442a88abecfdd4c81ec0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/350d03246558442a88abecfdd4c81ec0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/350d03246558442a88abecfdd4c81ec0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/350d03246558442a88abecfdd4c81ec0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/350d03246558442a88abecfdd4c81ec0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/350d03246558442a88abecfdd4c81ec0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/350d03246558442a88abecfdd4c81ec0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-05-03T19:21:20.213772Z",
                "updated_at": "2023-05-03T19:21:20.213809Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4493,
                "name": "Galerie Pleiku",
                "slug": "galerie-pleiku",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.53623529999999,13.4362961",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-05-03T19:21:23.859981Z",
            "publish_time": null,
            "slug": "galerie-pleiku-various-artists-rendez-vous-berlin-2023-05-02",
            "created_at": "2023-05-03T19:21:24.760241Z",
            "updated_at": "2023-05-03T19:21:25.147552Z",
            "summary": "Various Artists: Rendez-Vous Berlin is an Gallery Shows event starting on 02/05/2023, 00:00 and ending on 13/05/2023, 00:00. Event is in Galerie Pleiku with address Eugen-Schönhaar-Straße 6A.",
            "title": "Various Artists: Rendez-Vous Berlin",
            "content": null,
            "start_time": "2023-05-02T00:00:00.000000Z",
            "end_time": "2023-05-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": "Eugen-Schönhaar-Straße 6A",
            "city": "Berlin",
            "geolocation": "52.5361988,13.4362884",
            "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": 25440,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 7124,
                "name": "Paul Thiebaud Gallery",
                "slug": "paul-thiebaud-gallery",
                "city": "San Francisco",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.8034836,-122.4140083",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-05-03T19:42:55.649338Z",
            "publish_time": null,
            "slug": "paul-thiebaud-gallery-catherine-maize-intimate-moments-2023-05-02",
            "created_at": "2023-05-03T19:42:56.528316Z",
            "updated_at": "2023-05-03T19:42:59.391143Z",
            "summary": "Catherine Maize: Intimate Moments is an Gallery Shows event starting on 02/05/2023, 00:00 and ending on 24/06/2023, 00:00. Event is in Paul Thiebaud Gallery with address 645 Chestnut Street.",
            "title": "Catherine Maize: Intimate Moments",
            "content": null,
            "start_time": "2023-05-02T00:00:00.000000Z",
            "end_time": "2023-06-24T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "645 Chestnut Street",
            "city": "San Francisco",
            "geolocation": "40.6251281,-73.7213306",
            "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": []
        }
    ]
}