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

{
    "count": 37604,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=29088&ordering=end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=29052&ordering=end_time",
    "results": [
        {
            "id": 27774,
            "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": 26505,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cb0f476e0444cd185ac55fcc6e46ea9-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cb0f476e0444cd185ac55fcc6e46ea9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cb0f476e0444cd185ac55fcc6e46ea9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cb0f476e0444cd185ac55fcc6e46ea9-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cb0f476e0444cd185ac55fcc6e46ea9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3cb0f476e0444cd185ac55fcc6e46ea9.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cb0f476e0444cd185ac55fcc6e46ea9-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cb0f476e0444cd185ac55fcc6e46ea9-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cb0f476e0444cd185ac55fcc6e46ea9-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cb0f476e0444cd185ac55fcc6e46ea9-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-17T10:48:18.230200Z",
                "updated_at": "2023-06-17T10:48:18.230237Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8224,
                "name": "Galerie Les filles du calvaire",
                "slug": "galerie-les-filles-du-calvaire",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8628496,2.365894",
                "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-17T10:48:24.238935Z",
            "publish_time": null,
            "slug": "galerie-les-filles-du-calvaire-art-oriente-objet-je-suis-contre-2023-07-01",
            "created_at": "2023-06-17T10:48:25.192236Z",
            "updated_at": "2023-06-17T10:48:26.172036Z",
            "summary": "Art Orienté Objet - \"Je suis contre !\" is an Gallery Shows event starting on 01/07/2023, 00:00 and ending on 23/09/2023, 00:00. Event is in Galerie Les filles du calvaire with address 21 rue Chapon.",
            "title": "Art Orienté Objet - \"Je suis contre !\"",
            "content": null,
            "start_time": "2023-07-01T00:00:00.000000Z",
            "end_time": "2023-09-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": "21 rue Chapon",
            "city": "Paris",
            "geolocation": "48.8635117,2.3555603",
            "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": 28012,
            "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": 8796,
                "name": "Charlotte Fleming Gallery",
                "slug": "charlotte-fleming-gallery",
                "city": "Topsham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.6827433,-3.4653025",
                "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-06-22T09:55:42.223510Z",
            "publish_time": null,
            "slug": "charlotte-fleming-gallery-this-is-the-sea-2023-06-11",
            "created_at": "2023-06-22T09:55:43.185259Z",
            "updated_at": "2023-06-22T09:55:43.817751Z",
            "summary": "This is the Sea is an Gallery Shows event starting on 11/06/2023, 00:00 and ending on 23/09/2023, 00:00. Event is in Charlotte Fleming Gallery with address 25 Fore Street.",
            "title": "This is the Sea",
            "content": null,
            "start_time": "2023-06-11T00:00:00.000000Z",
            "end_time": "2023-09-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": "25 Fore Street",
            "city": "Topsham",
            "geolocation": "43.66359065,-70.24416838181818",
            "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": 28135,
            "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": 26815,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0884587acc85490ca584bb9af31761db-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0884587acc85490ca584bb9af31761db-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0884587acc85490ca584bb9af31761db-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0884587acc85490ca584bb9af31761db-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0884587acc85490ca584bb9af31761db-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0884587acc85490ca584bb9af31761db.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0884587acc85490ca584bb9af31761db-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0884587acc85490ca584bb9af31761db-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0884587acc85490ca584bb9af31761db-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0884587acc85490ca584bb9af31761db-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-22T13:01:00.702082Z",
                "updated_at": "2023-06-22T13:01:00.702131Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8832,
                "name": "The Modern Institute | Aird's Lane",
                "slug": "modern-institute-airds-lane",
                "city": "Glasgow",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.8548579,-4.2496608",
                "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-06-22T13:01:05.014790Z",
            "publish_time": null,
            "slug": "the-modern-institute-airds-lane-nicolas-party-cretaceous-2023-06-09",
            "created_at": "2023-06-22T13:01:05.946347Z",
            "updated_at": "2023-06-22T13:01:06.465114Z",
            "summary": "Nicolas Party. ‘Cretaceous’ is an Gallery Shows event starting on 09/06/2023, 00:00 and ending on 23/09/2023, 00:00. Event is in The Modern Institute | Aird's Lane with address 3 Aird's Lane.",
            "title": "Nicolas Party. ‘Cretaceous’",
            "content": null,
            "start_time": "2023-06-09T00:00:00.000000Z",
            "end_time": "2023-09-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": "3 Aird's Lane",
            "city": "Glasgow",
            "geolocation": "55.8551151,-4.2494668",
            "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": 28147,
            "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": 26827,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5f06c197616423bb7ab3a3c839f2e54-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5f06c197616423bb7ab3a3c839f2e54-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5f06c197616423bb7ab3a3c839f2e54-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5f06c197616423bb7ab3a3c839f2e54-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5f06c197616423bb7ab3a3c839f2e54-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e5f06c197616423bb7ab3a3c839f2e54.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5f06c197616423bb7ab3a3c839f2e54-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5f06c197616423bb7ab3a3c839f2e54-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5f06c197616423bb7ab3a3c839f2e54-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5f06c197616423bb7ab3a3c839f2e54-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-22T13:18:14.561092Z",
                "updated_at": "2023-06-22T13:18:14.561128Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5088,
                "name": "Waddington Custot",
                "slug": "waddington-custot",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.510193,-0.1413376",
                "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-06-22T13:18:20.783352Z",
            "publish_time": null,
            "slug": "waddington-custot-yves-dana-richard-hoglund-2023-06-28",
            "created_at": "2023-06-22T13:18:21.716155Z",
            "updated_at": "2023-06-22T13:18:22.372437Z",
            "summary": "Yves Dana & Richard Höglund is an Gallery Shows event starting on 28/06/2023, 00:00 and ending on 23/09/2023, 00:00. Event is in Waddington Custot with address 11 Cork Street.",
            "title": "Yves Dana & Richard Höglund",
            "content": null,
            "start_time": "2023-06-28T00:00:00.000000Z",
            "end_time": "2023-09-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": "11 Cork Street",
            "city": "London",
            "geolocation": "-41.2197738,175.4601953",
            "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": 28552,
            "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": 4683,
                "name": "Forum Gallery",
                "slug": "forum-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7619576,-73.97009129999999",
                "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-07-02T17:46:35.810616Z",
            "publish_time": null,
            "slug": "forum-gallery-at-first-blush-2023-06-29",
            "created_at": "2023-07-02T17:46:36.875819Z",
            "updated_at": "2023-07-02T17:46:36.909392Z",
            "summary": "At First Blush is an Gallery Shows event starting on 29/06/2023, 00:00 and ending on 23/09/2023, 00:00. Event is in Forum Gallery with address 475 Park Avenue at 57th Street.",
            "title": "At First Blush",
            "content": null,
            "start_time": "2023-06-29T00:00:00.000000Z",
            "end_time": "2023-09-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": "475 Park Avenue at 57th Street",
            "city": "New York",
            "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": 28718,
            "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": 27329,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c73f16cb224f43a3a018726505ece1bb-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c73f16cb224f43a3a018726505ece1bb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c73f16cb224f43a3a018726505ece1bb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c73f16cb224f43a3a018726505ece1bb-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c73f16cb224f43a3a018726505ece1bb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c73f16cb224f43a3a018726505ece1bb.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c73f16cb224f43a3a018726505ece1bb-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c73f16cb224f43a3a018726505ece1bb-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c73f16cb224f43a3a018726505ece1bb-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c73f16cb224f43a3a018726505ece1bb-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-03T11:48:23.283283Z",
                "updated_at": "2023-07-03T11:48:23.283339Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5537,
                "name": "Patrick Heide Contemporary Art",
                "slug": "patrick-heide-contemporary-art",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5244067,-0.1686842",
                "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-07-03T11:48:27.407337Z",
            "publish_time": null,
            "slug": "patrick-heide-contemporary-art-our-ancestors-bloom-overground-2023-07-06",
            "created_at": "2023-07-03T11:48:28.339264Z",
            "updated_at": "2023-07-03T11:48:44.775903Z",
            "summary": "Our Ancestors Bloom Overground is an Gallery Shows event starting on 06/07/2023, 00:00 and ending on 23/09/2023, 00:00. Event is in Patrick Heide Contemporary Art with address 11 Church Street.",
            "title": "Our Ancestors Bloom Overground",
            "content": null,
            "start_time": "2023-07-06T00:00:00.000000Z",
            "end_time": "2023-09-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": "11 Church Street",
            "city": "London",
            "geolocation": "43.7030785,-79.5251192",
            "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": 29316,
            "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": 27874,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21aff41bb8e44e7a9f405cedcc3cd33c-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21aff41bb8e44e7a9f405cedcc3cd33c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21aff41bb8e44e7a9f405cedcc3cd33c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21aff41bb8e44e7a9f405cedcc3cd33c-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21aff41bb8e44e7a9f405cedcc3cd33c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/21aff41bb8e44e7a9f405cedcc3cd33c.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21aff41bb8e44e7a9f405cedcc3cd33c-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21aff41bb8e44e7a9f405cedcc3cd33c-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21aff41bb8e44e7a9f405cedcc3cd33c-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/21aff41bb8e44e7a9f405cedcc3cd33c-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-14T12:05:54.107995Z",
                "updated_at": "2023-07-14T12:05:54.108055Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8480,
                "name": "Benjamin Rhodes Arts",
                "slug": "benjamin-rhodes-arts",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5251068,-0.07399340000000001",
                "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-07-14T12:05:58.731225Z",
            "publish_time": null,
            "slug": "benjamin-rhodes-arts-summer-of-23-paperworks-2023-07-06",
            "created_at": "2023-07-14T12:05:59.645351Z",
            "updated_at": "2023-07-14T12:06:00.437486Z",
            "summary": "Summer of 23 - paperworks is an Gallery Shows event starting on 06/07/2023, 00:00 and ending on 23/09/2023, 00:00. Event is in Benjamin Rhodes Arts with address 62 Old Nichol Street.",
            "title": "Summer of 23 - paperworks",
            "content": null,
            "start_time": "2023-07-06T00:00:00.000000Z",
            "end_time": "2023-09-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": "62 Old Nichol Street",
            "city": "London",
            "geolocation": "51.525126,-0.0740157",
            "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": 29378,
            "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": 27926,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c182963567e94bebad9d882633e7776a-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c182963567e94bebad9d882633e7776a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c182963567e94bebad9d882633e7776a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c182963567e94bebad9d882633e7776a-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c182963567e94bebad9d882633e7776a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c182963567e94bebad9d882633e7776a.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c182963567e94bebad9d882633e7776a-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c182963567e94bebad9d882633e7776a-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c182963567e94bebad9d882633e7776a-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c182963567e94bebad9d882633e7776a-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-14T12:20:57.853826Z",
                "updated_at": "2023-07-14T12:20:57.853862Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5483,
                "name": "Cross Lane Projects",
                "slug": "cross-lane-projects",
                "city": "Kendal",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "54.3224384,-2.7475619",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-07-14T12:21:02.352728Z",
            "publish_time": null,
            "slug": "cross-lane-projects-landscape-of-the-gods-2023-07-29",
            "created_at": "2023-07-14T12:21:03.287957Z",
            "updated_at": "2023-07-14T12:21:04.273202Z",
            "summary": "Landscape of the Gods is an Gallery Shows event starting on 29/07/2023, 00:00 and ending on 23/09/2023, 00:00. Event is in Cross Lane Projects with address Cross Lane.",
            "title": "Landscape of the Gods",
            "content": null,
            "start_time": "2023-07-29T00:00:00.000000Z",
            "end_time": "2023-09-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": "Cross Lane",
            "city": "Kendal",
            "geolocation": "53.4800814,-2.2827281",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 29441,
            "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": 27989,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adc36929b9d44a4caaac8e9c206e49d2-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adc36929b9d44a4caaac8e9c206e49d2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adc36929b9d44a4caaac8e9c206e49d2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adc36929b9d44a4caaac8e9c206e49d2-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adc36929b9d44a4caaac8e9c206e49d2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/adc36929b9d44a4caaac8e9c206e49d2.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adc36929b9d44a4caaac8e9c206e49d2-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adc36929b9d44a4caaac8e9c206e49d2-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adc36929b9d44a4caaac8e9c206e49d2-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/adc36929b9d44a4caaac8e9c206e49d2-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-18T10:17:26.197560Z",
                "updated_at": "2023-07-18T10:17:26.197598Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8953,
                "name": "Kiran Nadar Museum Of Art",
                "slug": "kiran-nadar-museum-art",
                "city": "New Delhi",
                "country": {
                    "code": "IN",
                    "name": "India"
                },
                "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": "IN",
            "publish_status": "published",
            "published_at": "2023-07-18T10:17:31.981251Z",
            "publish_time": null,
            "slug": "kiran-nadar-museum-of-art-very-small-feelings-2023-07-04",
            "created_at": "2023-07-18T10:17:32.878996Z",
            "updated_at": "2023-07-18T10:17:32.927909Z",
            "summary": "Very Small Feelings is an Gallery Shows event starting on 04/07/2023, 00:00 and ending on 23/09/2023, 00:00. Event is in Kiran Nadar Museum Of Art with address No. 145, DLF South Court Mall Saket, Saket District Centre.",
            "title": "Very Small Feelings",
            "content": null,
            "start_time": "2023-07-04T00:00:00.000000Z",
            "end_time": "2023-09-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": "No. 145, DLF South Court Mall Saket, Saket District Centre",
            "city": "New Delhi",
            "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": 29480,
            "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": 28024,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26e8b7bce7e34260956e5b620aad1967-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26e8b7bce7e34260956e5b620aad1967-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26e8b7bce7e34260956e5b620aad1967-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26e8b7bce7e34260956e5b620aad1967-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26e8b7bce7e34260956e5b620aad1967-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/26e8b7bce7e34260956e5b620aad1967.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26e8b7bce7e34260956e5b620aad1967-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26e8b7bce7e34260956e5b620aad1967-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26e8b7bce7e34260956e5b620aad1967-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26e8b7bce7e34260956e5b620aad1967-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-19T09:56:13.091484Z",
                "updated_at": "2023-07-19T09:56:13.091555Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3459,
                "name": "AFIKARIS Gallery",
                "slug": "afikaris-gallery",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.860686,2.3505162",
                "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-07-19T09:56:17.801168Z",
            "publish_time": null,
            "slug": "afikaris-gallery-ce-que-nous-donne-la-terre-2023-07-06",
            "created_at": "2023-07-19T09:56:18.792820Z",
            "updated_at": "2023-07-19T09:56:19.749332Z",
            "summary": "Ce que nous donne la terre is an Gallery Shows event starting on 06/07/2023, 00:00 and ending on 23/09/2023, 00:00. Event is in AFIKARIS Gallery with address 7 rue Notre-Dame-de-Nazareth.",
            "title": "Ce que nous donne la terre",
            "content": null,
            "start_time": "2023-07-06T00:00:00.000000Z",
            "end_time": "2023-09-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": "7 rue Notre-Dame-de-Nazareth",
            "city": "Paris",
            "geolocation": "48.8670103,2.360991",
            "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": 29556,
            "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": 28093,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/746f3367e801496f906255a18cb684b2-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/746f3367e801496f906255a18cb684b2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/746f3367e801496f906255a18cb684b2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/746f3367e801496f906255a18cb684b2-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/746f3367e801496f906255a18cb684b2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/746f3367e801496f906255a18cb684b2.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/746f3367e801496f906255a18cb684b2-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/746f3367e801496f906255a18cb684b2-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/746f3367e801496f906255a18cb684b2-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/746f3367e801496f906255a18cb684b2-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-19T10:06:45.840629Z",
                "updated_at": "2023-07-19T10:06:45.840670Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4729,
                "name": "Penwith Gallery",
                "slug": "penwith-gallery",
                "city": "Saint Ives",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.2158283,-5.479178099999999",
                "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-07-19T10:06:50.876987Z",
            "publish_time": null,
            "slug": "penwith-gallery-mary-english-martyn-perryman-colours-of-cornwall-2023-08-25",
            "created_at": "2023-07-19T10:06:51.814152Z",
            "updated_at": "2023-07-19T10:06:52.166145Z",
            "summary": "Mary English & Martyn Perryman | Colours of Cornwall is an Gallery Shows event starting on 25/08/2023, 00:00 and ending on 23/09/2023, 00:00. Event is in Penwith Gallery with address Penwith Gallery.",
            "title": "Mary English & Martyn Perryman | Colours of Cornwall",
            "content": null,
            "start_time": "2023-08-25T00:00:00.000000Z",
            "end_time": "2023-09-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": "Penwith Gallery",
            "city": "St Ives",
            "geolocation": "50.2158753,-5.4793271",
            "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": 29585,
            "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": 28119,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c99047860c4745bfa2a4e1994ce2041e-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c99047860c4745bfa2a4e1994ce2041e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c99047860c4745bfa2a4e1994ce2041e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c99047860c4745bfa2a4e1994ce2041e-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c99047860c4745bfa2a4e1994ce2041e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c99047860c4745bfa2a4e1994ce2041e.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c99047860c4745bfa2a4e1994ce2041e-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c99047860c4745bfa2a4e1994ce2041e-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c99047860c4745bfa2a4e1994ce2041e-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c99047860c4745bfa2a4e1994ce2041e-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-19T10:10:24.182534Z",
                "updated_at": "2023-07-19T10:10:24.182571Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4271,
                "name": "Brunei Gallery SOAS",
                "slug": "brunei-gallery-soas",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5221667,-0.1249807",
                "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-07-19T10:10:27.547751Z",
            "publish_time": null,
            "slug": "brunei-gallery-soas-a-garden-of-words-a-story-of-the-stone-retold-by-the-stones-2023-07-19",
            "created_at": "2023-07-19T10:10:28.444201Z",
            "updated_at": "2023-07-19T10:10:29.253607Z",
            "summary": "A Garden of Words: a Story of the Stone Retold by the Stones is an Gallery Shows event starting on 19/07/2023, 00:00 and ending on 23/09/2023, 00:00. Event is in Brunei Gallery SOAS with address Thornhaugh Street,.",
            "title": "A Garden of Words: a Story of the Stone Retold by the Stones",
            "content": null,
            "start_time": "2023-07-19T00:00:00.000000Z",
            "end_time": "2023-09-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": "Thornhaugh Street,",
            "city": "London",
            "geolocation": "51.522022,-0.1281493",
            "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": 29612,
            "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": 28141,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4594c90b1e4f42f09338dea3bfec7d67-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4594c90b1e4f42f09338dea3bfec7d67-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4594c90b1e4f42f09338dea3bfec7d67-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4594c90b1e4f42f09338dea3bfec7d67-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4594c90b1e4f42f09338dea3bfec7d67-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4594c90b1e4f42f09338dea3bfec7d67.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4594c90b1e4f42f09338dea3bfec7d67-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4594c90b1e4f42f09338dea3bfec7d67-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4594c90b1e4f42f09338dea3bfec7d67-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4594c90b1e4f42f09338dea3bfec7d67-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-19T10:13:34.397750Z",
                "updated_at": "2023-07-19T10:13:34.397787Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7310,
                "name": "MoMA Machynlleth",
                "slug": "moma-machynlleth",
                "city": "Machynlleth",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "52.5912332,-3.8527828",
                "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-07-19T10:13:41.812402Z",
            "publish_time": null,
            "slug": "moma-machynlleth-kim-dewsbury-recent-work-2023-07-22",
            "created_at": "2023-07-19T10:13:42.751444Z",
            "updated_at": "2023-07-19T10:13:43.120402Z",
            "summary": "Kim Dewsbury: Recent Work is an Gallery Shows event starting on 22/07/2023, 00:00 and ending on 23/09/2023, 00:00. Event is in MoMA Machynlleth with address Heol Penrallt.",
            "title": "Kim Dewsbury: Recent Work",
            "content": null,
            "start_time": "2023-07-22T00:00:00.000000Z",
            "end_time": "2023-09-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": "Heol Penrallt",
            "city": "Machynlleth",
            "geolocation": "52.5913379,-3.8529669",
            "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": 29617,
            "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": 28146,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/afede3b23fd44099b3ebba0b2c428226-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/afede3b23fd44099b3ebba0b2c428226-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/afede3b23fd44099b3ebba0b2c428226-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/afede3b23fd44099b3ebba0b2c428226-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/afede3b23fd44099b3ebba0b2c428226-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/afede3b23fd44099b3ebba0b2c428226.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/afede3b23fd44099b3ebba0b2c428226-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/afede3b23fd44099b3ebba0b2c428226-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/afede3b23fd44099b3ebba0b2c428226-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/afede3b23fd44099b3ebba0b2c428226-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-19T10:13:45.495362Z",
                "updated_at": "2023-07-19T10:13:45.495436Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4729,
                "name": "Penwith Gallery",
                "slug": "penwith-gallery",
                "city": "Saint Ives",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.2158283,-5.479178099999999",
                "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-07-19T10:13:50.183250Z",
            "publish_time": null,
            "slug": "penwith-gallery-sean-hewitt-lost-in-music-2023-08-25",
            "created_at": "2023-07-19T10:13:51.107012Z",
            "updated_at": "2023-07-19T10:13:51.438119Z",
            "summary": "Sean Hewitt | Lost in Music is an Gallery Shows event starting on 25/08/2023, 00:00 and ending on 23/09/2023, 00:00. Event is in Penwith Gallery with address Penwith Gallery.",
            "title": "Sean Hewitt | Lost in Music",
            "content": null,
            "start_time": "2023-08-25T00:00:00.000000Z",
            "end_time": "2023-09-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": "Penwith Gallery",
            "city": "St Ives",
            "geolocation": "50.2158753,-5.4793271",
            "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": 29628,
            "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": 28156,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/795300b7cacf4d7d970fad9f6ca5aa10-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/795300b7cacf4d7d970fad9f6ca5aa10-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/795300b7cacf4d7d970fad9f6ca5aa10-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/795300b7cacf4d7d970fad9f6ca5aa10-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/795300b7cacf4d7d970fad9f6ca5aa10-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/795300b7cacf4d7d970fad9f6ca5aa10.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/795300b7cacf4d7d970fad9f6ca5aa10-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/795300b7cacf4d7d970fad9f6ca5aa10-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/795300b7cacf4d7d970fad9f6ca5aa10-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/795300b7cacf4d7d970fad9f6ca5aa10-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-19T10:31:59.533099Z",
                "updated_at": "2023-07-19T10:31:59.533166Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4753,
                "name": "The North Wall Arts Centre",
                "slug": "north-wall-arts-centre",
                "city": "Oxford",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.7781313,-1.2676696",
                "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-07-19T10:32:05.052201Z",
            "publish_time": null,
            "slug": "the-north-wall-arts-centre-jeff-clarke-sunlight-on-forms-2023-09-05",
            "created_at": "2023-07-19T10:32:05.937229Z",
            "updated_at": "2023-07-19T10:32:06.545586Z",
            "summary": "Jeff Clarke: Sunlight on Forms is an Gallery Shows event starting on 05/09/2023, 00:00 and ending on 23/09/2023, 00:00. Event is in The North Wall Arts Centre with address South Parade.",
            "title": "Jeff Clarke: Sunlight on Forms",
            "content": null,
            "start_time": "2023-09-05T00:00:00.000000Z",
            "end_time": "2023-09-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": "South Parade",
            "city": "Oxford",
            "geolocation": "-33.9105581,151.1039329",
            "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": 29750,
            "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": 28259,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b21d007308d40b798a05b391913074b-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b21d007308d40b798a05b391913074b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b21d007308d40b798a05b391913074b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b21d007308d40b798a05b391913074b-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b21d007308d40b798a05b391913074b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6b21d007308d40b798a05b391913074b.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b21d007308d40b798a05b391913074b-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b21d007308d40b798a05b391913074b-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b21d007308d40b798a05b391913074b-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b21d007308d40b798a05b391913074b-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-08-02T14:06:29.177406Z",
                "updated_at": "2023-08-02T14:06:29.177444Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5356,
                "name": "Bargehouse",
                "slug": "bargehouse",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5083463,-0.1082762",
                "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-08-02T14:06:34.121372Z",
            "publish_time": null,
            "slug": "bargehouse-material-matters-2023-2023-09-20",
            "created_at": "2023-08-02T14:06:35.036042Z",
            "updated_at": "2023-08-02T14:06:35.091090Z",
            "summary": "Material Matters 2023 is an Gallery Shows event starting on 20/09/2023, 00:00 and ending on 23/09/2023, 00:00. Event is in Bargehouse with address Oxo Tower Wharf, Bargehouse Street.",
            "title": "Material Matters 2023",
            "content": null,
            "start_time": "2023-09-20T00:00:00.000000Z",
            "end_time": "2023-09-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": "Oxo Tower Wharf, Bargehouse Street",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 29832,
            "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": 3253,
                "name": "Atrium Art Gallery",
                "slug": "atrium-art-gallery",
                "city": "CHARLESTON",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "32.7779143,-79.9306466",
                "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-08-02T14:15:07.058202Z",
            "publish_time": null,
            "slug": "atrium-art-gallery-picturesque-2023-08-10",
            "created_at": "2023-08-02T14:15:08.019755Z",
            "updated_at": "2023-08-02T14:15:08.383545Z",
            "summary": "Picturesque is an Gallery Shows event starting on 10/08/2023, 00:00 and ending on 23/09/2023, 00:00. Event is in Atrium Art Gallery with address 665 S. Skinker Blvd.",
            "title": "Picturesque",
            "content": null,
            "start_time": "2023-08-10T00:00:00.000000Z",
            "end_time": "2023-09-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": "665 S. Skinker Blvd",
            "city": "Saint Louis",
            "geolocation": "38.63768955,-90.30387250093162",
            "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": 30022,
            "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": 28452,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/96a223b699e8478eac6fe36c6402ec31-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/96a223b699e8478eac6fe36c6402ec31-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/96a223b699e8478eac6fe36c6402ec31-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/96a223b699e8478eac6fe36c6402ec31-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/96a223b699e8478eac6fe36c6402ec31-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/96a223b699e8478eac6fe36c6402ec31.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/96a223b699e8478eac6fe36c6402ec31-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/96a223b699e8478eac6fe36c6402ec31-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/96a223b699e8478eac6fe36c6402ec31-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/96a223b699e8478eac6fe36c6402ec31-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-08-07T18:23:59.793590Z",
                "updated_at": "2023-08-07T18:23:59.793626Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9011,
                "name": "Notton Gallery",
                "slug": "notton-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4945129,0.0449541",
                "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-08-07T18:24:06.713805Z",
            "publish_time": null,
            "slug": "notton-gallery-hyperphantasia-by-jamie-gallagher-at-notton-gallery-2023-09-07",
            "created_at": "2023-08-07T18:24:07.642724Z",
            "updated_at": "2023-08-07T18:24:10.266417Z",
            "summary": "Hyperphantasia by Jamie Gallagher at Notton Gallery is an Gallery Shows event starting on 07/09/2023, 00:00 and ending on 23/09/2023, 00:00. Event is in Notton Gallery with address 16 Seymour Place.",
            "title": "Hyperphantasia by Jamie Gallagher at Notton Gallery",
            "content": null,
            "start_time": "2023-09-07T00:00:00.000000Z",
            "end_time": "2023-09-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": "16 Seymour Place",
            "city": "London",
            "geolocation": "51.27172385,1.0692791000000104",
            "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": []
        }
    ]
}