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

{
    "count": 37589,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=25830&ordering=-start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=25794&ordering=-start_time",
    "results": [
        {
            "id": 9978,
            "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": 10668,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22030ea1376a47068973164635d96ac4-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22030ea1376a47068973164635d96ac4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/22030ea1376a47068973164635d96ac4.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22030ea1376a47068973164635d96ac4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22030ea1376a47068973164635d96ac4-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22030ea1376a47068973164635d96ac4-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22030ea1376a47068973164635d96ac4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22030ea1376a47068973164635d96ac4-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22030ea1376a47068973164635d96ac4-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/22030ea1376a47068973164635d96ac4-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-27T19:42:20.225186Z",
                "updated_at": "2022-06-27T19:42:20.225221Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4105,
                "name": "Art Hub Studios",
                "slug": "art-hub-studios",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.47692809999999,-0.0213509",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-06-27T19:42:24.842293Z",
            "publish_time": null,
            "slug": "art-hub-studios-territoil-2022-05-20",
            "created_at": "2022-06-27T19:42:25.614467Z",
            "updated_at": "2022-06-27T19:42:26.198352Z",
            "summary": "Territoil is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 24/05/2022, 00:00. Event is in Art Hub Studios with address 5 - 9 Creekside.",
            "title": "Territoil",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-05-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": "5 - 9 Creekside",
            "city": "London",
            "geolocation": "39.811044,-84.089737",
            "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": 9980,
            "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": 10670,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a8e560d89724111856a2906fc0c977e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a8e560d89724111856a2906fc0c977e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6a8e560d89724111856a2906fc0c977e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a8e560d89724111856a2906fc0c977e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a8e560d89724111856a2906fc0c977e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a8e560d89724111856a2906fc0c977e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a8e560d89724111856a2906fc0c977e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a8e560d89724111856a2906fc0c977e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a8e560d89724111856a2906fc0c977e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6a8e560d89724111856a2906fc0c977e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-27T19:42:28.848876Z",
                "updated_at": "2022-06-27T19:42:28.848935Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5349,
                "name": "Artists Space",
                "slug": "artists-space",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7177184,-74.0023033",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-06-27T19:42:33.593836Z",
            "publish_time": null,
            "slug": "artists-space-instasis-2022-05-20",
            "created_at": "2022-06-27T19:42:34.365548Z",
            "updated_at": "2022-06-27T19:42:35.260187Z",
            "summary": "in/stasis is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 29/05/2022, 00:00. Event is in Artists Space with address 55 Walker Street.",
            "title": "in/stasis",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-05-29T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "55 Walker Street",
            "city": "New York",
            "geolocation": "-46.6063428,168.3508894",
            "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": 9985,
            "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": 10675,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b9c3843e1344262a18360464c88978d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b9c3843e1344262a18360464c88978d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2b9c3843e1344262a18360464c88978d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b9c3843e1344262a18360464c88978d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b9c3843e1344262a18360464c88978d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b9c3843e1344262a18360464c88978d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b9c3843e1344262a18360464c88978d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b9c3843e1344262a18360464c88978d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b9c3843e1344262a18360464c88978d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2b9c3843e1344262a18360464c88978d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-27T19:42:33.097982Z",
                "updated_at": "2022-06-27T19:42:33.098035Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3589,
                "name": "ArtWorks Project Space - Barbican Arts Group Trust",
                "slug": "artworks-project-space-barbican-arts-group-trust",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5913862,-0.03939160000000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-06-27T19:42:36.282967Z",
            "publish_time": null,
            "slug": "artworks-project-space-barbican-arts-group-trust-particles-of-uncertainty-mark-bell-2022-05-20",
            "created_at": "2022-06-27T19:42:37.078630Z",
            "updated_at": "2022-06-27T19:42:37.494661Z",
            "summary": "Particles of Uncertainty - Mark Bell is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 29/05/2022, 00:00. Event is in ArtWorks Project Space - Barbican Arts Group Trust with address 114a Blackhorse Lane.",
            "title": "Particles of Uncertainty - Mark Bell",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-05-29T00: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": "114a Blackhorse Lane",
            "city": "London",
            "geolocation": "51.4979986,-2.486778",
            "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": 10239,
            "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": 10885,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/970ee91225454be898d687a45290baae-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/970ee91225454be898d687a45290baae-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/970ee91225454be898d687a45290baae.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/970ee91225454be898d687a45290baae-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/970ee91225454be898d687a45290baae-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/970ee91225454be898d687a45290baae-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/970ee91225454be898d687a45290baae-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/970ee91225454be898d687a45290baae-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/970ee91225454be898d687a45290baae-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/970ee91225454be898d687a45290baae-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-04T12:24:06.883263Z",
                "updated_at": "2022-07-04T12:24:06.883297Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3658,
                "name": "WAAM, Woodstock Artists Association & Museum",
                "slug": "waam-woodstock-artists-association-museum",
                "city": "Woodstock",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "42.0407923,-74.1193621",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-07-04T12:24:09.002775Z",
            "publish_time": null,
            "slug": "waam-woodstock-artists-association-museum-natalie-wargin-2022-05-20",
            "created_at": "2022-07-04T12:24:09.951166Z",
            "updated_at": "2022-07-04T12:24:10.404760Z",
            "summary": "Natalie Wargin is an Museum Exhibitions event starting on 20/05/2022, 00:00 and ending on 04/07/2022, 00:00. Event is in WAAM, Woodstock Artists Association & Museum with address 28 Tinker Street.",
            "title": "Natalie Wargin",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-07-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": "28 Tinker Street",
            "city": "Woodstock",
            "geolocation": "42.04079685,-74.11936880834375",
            "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": 10243,
            "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": 10889,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4dff6ab49eff4d63b93de1720db2f4be-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4dff6ab49eff4d63b93de1720db2f4be-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4dff6ab49eff4d63b93de1720db2f4be.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4dff6ab49eff4d63b93de1720db2f4be-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4dff6ab49eff4d63b93de1720db2f4be-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4dff6ab49eff4d63b93de1720db2f4be-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4dff6ab49eff4d63b93de1720db2f4be-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4dff6ab49eff4d63b93de1720db2f4be-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4dff6ab49eff4d63b93de1720db2f4be-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4dff6ab49eff4d63b93de1720db2f4be-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-04T12:24:10.577672Z",
                "updated_at": "2022-07-04T12:24:10.577706Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3930,
                "name": "Watermans Arts Centre",
                "slug": "watermans-arts-centre",
                "city": "Brentford",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4856498,-0.2984605",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-07-04T12:24:13.709205Z",
            "publish_time": null,
            "slug": "watermans-arts-centre-axis-mvndi-nicolas-montgermont-2022-05-20",
            "created_at": "2022-07-04T12:24:14.499831Z",
            "updated_at": "2022-07-04T12:24:20.692218Z",
            "summary": "Axis Mvndi - Nicolas Montgermont is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 31/07/2022, 00:00. Event is in Watermans Arts Centre with address 40 High Street.",
            "title": "Axis Mvndi - Nicolas Montgermont",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-07-31T00: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": "40 High Street",
            "city": "Brentford",
            "geolocation": "51.8371151,-0.4618234",
            "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": 10246,
            "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": 10892,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7449053807d24114a93feebe168c826b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7449053807d24114a93feebe168c826b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7449053807d24114a93feebe168c826b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7449053807d24114a93feebe168c826b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7449053807d24114a93feebe168c826b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7449053807d24114a93feebe168c826b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7449053807d24114a93feebe168c826b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7449053807d24114a93feebe168c826b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7449053807d24114a93feebe168c826b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7449053807d24114a93feebe168c826b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-04T12:58:36.965019Z",
                "updated_at": "2022-07-04T12:58:36.965055Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5456,
                "name": "Tokyo Photographic Art Museum",
                "slug": "tokyo-photographic-art-museum",
                "city": "Tokyo",
                "country": {
                    "code": "JP",
                    "name": "Japan"
                },
                "geolocation": "35.6415468,139.7133013",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "JP",
            "publish_status": "published",
            "published_at": "2022-07-04T12:58:38.799837Z",
            "publish_time": null,
            "slug": "tokyo-photographic-art-museum-avant-garde-rising-the-photographic-vanguard-in-modern-japan-2022-05-20",
            "created_at": "2022-07-04T12:58:39.586520Z",
            "updated_at": "2022-07-04T12:58:40.807633Z",
            "summary": "Avant-Garde Rising: the Photographic Vanguard in Modern Japan is an Museum Exhibitions event starting on 20/05/2022, 00:00 and ending on 21/08/2022, 00:00. Event is in Tokyo Photographic Art Museum with address 1-13-3 Mita.",
            "title": "Avant-Garde Rising: the Photographic Vanguard in Modern Japan",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-08-21T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1-13-3 Mita",
            "city": "Meguro-ku - Tokyo",
            "geolocation": "35.6166955,139.55125",
            "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": 10268,
            "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": 10918,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b9a3b14c6b6c436982a0e6d73c6b4d9e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b9a3b14c6b6c436982a0e6d73c6b4d9e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b9a3b14c6b6c436982a0e6d73c6b4d9e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b9a3b14c6b6c436982a0e6d73c6b4d9e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b9a3b14c6b6c436982a0e6d73c6b4d9e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b9a3b14c6b6c436982a0e6d73c6b4d9e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b9a3b14c6b6c436982a0e6d73c6b4d9e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b9a3b14c6b6c436982a0e6d73c6b4d9e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b9a3b14c6b6c436982a0e6d73c6b4d9e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b9a3b14c6b6c436982a0e6d73c6b4d9e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-04T19:10:59.275317Z",
                "updated_at": "2022-07-04T19:10:59.275356Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5466,
                "name": "The Whitworth",
                "slug": "whitworth",
                "city": "Manchester",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.459878,-2.2279536",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-07-04T19:11:02.360962Z",
            "publish_time": null,
            "slug": "the-whitworth-fayre-share-fayre-2022-05-20",
            "created_at": "2022-07-04T19:11:03.134083Z",
            "updated_at": "2022-07-04T19:11:03.176623Z",
            "summary": "Fayre Share Fayre is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 04/09/2022, 00:00. Event is in The Whitworth with address The University of Manchester, Oxford Road,.",
            "title": "Fayre Share Fayre",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-09-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": "The University of Manchester, Oxford Road,",
            "city": "Manchester",
            "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": 10271,
            "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": 10920,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35cd3dfdb5514bdaaeef4aa09d6102df-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35cd3dfdb5514bdaaeef4aa09d6102df-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/35cd3dfdb5514bdaaeef4aa09d6102df.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35cd3dfdb5514bdaaeef4aa09d6102df-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35cd3dfdb5514bdaaeef4aa09d6102df-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35cd3dfdb5514bdaaeef4aa09d6102df-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35cd3dfdb5514bdaaeef4aa09d6102df-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35cd3dfdb5514bdaaeef4aa09d6102df-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35cd3dfdb5514bdaaeef4aa09d6102df-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/35cd3dfdb5514bdaaeef4aa09d6102df-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-04T19:10:59.353208Z",
                "updated_at": "2022-07-04T19:10:59.353258Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5468,
                "name": "The Worple Group",
                "slug": "worple-group",
                "city": "Wimbledon",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4221846,-0.2077323",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-07-04T19:11:03.062242Z",
            "publish_time": null,
            "slug": "the-worple-group-the-worple-group-2022-05-20",
            "created_at": "2022-07-04T19:11:03.826898Z",
            "updated_at": "2022-07-04T19:11:05.232800Z",
            "summary": "The Worple Group is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 21/05/2022, 00:00. Event is in The Worple Group with address St Mark's Church.",
            "title": "The Worple Group",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-05-21T00: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": "St Mark's Church",
            "city": "Wimbledon",
            "geolocation": "45.816411450000004,15.973667281104802",
            "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": 10284,
            "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": 10933,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02d2141a801b4b66b7af7a6ee0e8b708-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02d2141a801b4b66b7af7a6ee0e8b708-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/02d2141a801b4b66b7af7a6ee0e8b708.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02d2141a801b4b66b7af7a6ee0e8b708-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02d2141a801b4b66b7af7a6ee0e8b708-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02d2141a801b4b66b7af7a6ee0e8b708-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02d2141a801b4b66b7af7a6ee0e8b708-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02d2141a801b4b66b7af7a6ee0e8b708-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02d2141a801b4b66b7af7a6ee0e8b708-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/02d2141a801b4b66b7af7a6ee0e8b708-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-04T19:15:59.311212Z",
                "updated_at": "2022-07-04T19:15:59.311248Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 454,
                "name": "The New Art Gallery Walsall",
                "slug": "the-new-art-gallery-walsall",
                "city": "Walsall",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.585269,-1.98645190000002",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 94,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-New-Art-Gallery-Walsall-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-New-Art-Gallery-Walsall-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-New-Art-Gallery-Walsall-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/The-New-Art-Gallery-Walsall.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-New-Art-Gallery-Walsall-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-New-Art-Gallery-Walsall-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-New-Art-Gallery-Walsall-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-New-Art-Gallery-Walsall-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-17T20:58:46.098392Z",
                    "updated_at": "2021-09-14T12:38:43.812694Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "The-New-Art-Gallery-Walsall",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-07-04T19:16:01.016510Z",
            "publish_time": null,
            "slug": "the-new-art-gallery-walsall-west-midlands-open-2022-05-20",
            "created_at": "2022-07-04T19:16:01.850982Z",
            "updated_at": "2022-07-04T19:16:02.487545Z",
            "summary": "West Midlands Open is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 25/09/2022, 00:00. Event is in The New Art Gallery Walsall with address Gallery Square.",
            "title": "West Midlands Open",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-09-25T00: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": "Gallery Square",
            "city": "Walsall",
            "geolocation": "43.850769099999994,-79.32389507215542",
            "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": 10285,
            "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": 10934,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3fa96e8e9d7a4725a017838832ea4e05-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3fa96e8e9d7a4725a017838832ea4e05-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3fa96e8e9d7a4725a017838832ea4e05.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3fa96e8e9d7a4725a017838832ea4e05-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3fa96e8e9d7a4725a017838832ea4e05-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3fa96e8e9d7a4725a017838832ea4e05-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3fa96e8e9d7a4725a017838832ea4e05-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3fa96e8e9d7a4725a017838832ea4e05-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3fa96e8e9d7a4725a017838832ea4e05-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3fa96e8e9d7a4725a017838832ea4e05-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-04T19:15:59.405700Z",
                "updated_at": "2022-07-04T19:15:59.405736Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 454,
                "name": "The New Art Gallery Walsall",
                "slug": "the-new-art-gallery-walsall",
                "city": "Walsall",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.585269,-1.98645190000002",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 94,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-New-Art-Gallery-Walsall-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-New-Art-Gallery-Walsall-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-New-Art-Gallery-Walsall-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/The-New-Art-Gallery-Walsall.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-New-Art-Gallery-Walsall-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-New-Art-Gallery-Walsall-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-New-Art-Gallery-Walsall-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-New-Art-Gallery-Walsall-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-17T20:58:46.098392Z",
                    "updated_at": "2021-09-14T12:38:43.812694Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "The-New-Art-Gallery-Walsall",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-07-04T19:16:01.448250Z",
            "publish_time": null,
            "slug": "the-new-art-gallery-walsall-a-generous-space-2-artist-support-pledge-2022-05-20",
            "created_at": "2022-07-04T19:16:02.397066Z",
            "updated_at": "2022-07-04T19:16:02.974347Z",
            "summary": "A Generous Space 2: Artist Support Pledge is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 25/09/2022, 00:00. Event is in The New Art Gallery Walsall with address Gallery Square.",
            "title": "A Generous Space 2: Artist Support Pledge",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-09-25T00: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": "Gallery Square",
            "city": "Walsall",
            "geolocation": "43.850769099999994,-79.32389507215542",
            "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": 11012,
            "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": 11562,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/215631c2277042179b2170343cd6bdd9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/215631c2277042179b2170343cd6bdd9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/215631c2277042179b2170343cd6bdd9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/215631c2277042179b2170343cd6bdd9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/215631c2277042179b2170343cd6bdd9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/215631c2277042179b2170343cd6bdd9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/215631c2277042179b2170343cd6bdd9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/215631c2277042179b2170343cd6bdd9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/215631c2277042179b2170343cd6bdd9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/215631c2277042179b2170343cd6bdd9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-26T20:04:47.633670Z",
                "updated_at": "2022-07-26T20:04:47.633705Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5735,
                "name": "Centre Pompidou Malaga",
                "slug": "centre-pompidou-malaga",
                "city": "Málaga",
                "country": {
                    "code": "ES",
                    "name": "Spain"
                },
                "geolocation": "36.7185685,-4.4124466",
                "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": "ES",
            "publish_status": "published",
            "published_at": "2022-07-26T20:04:50.212615Z",
            "publish_time": null,
            "slug": "centre-pompidou-malaga-japanese-architecture-since-1950-plural-spaces-2022-05-20",
            "created_at": "2022-07-26T20:04:50.986119Z",
            "updated_at": "2022-07-26T20:04:51.343934Z",
            "summary": "Japanese Architecture since 1950: Plural Spaces is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 19/09/2022, 00:00. Event is in Centre Pompidou Malaga with address Pasaje Doctor Carrillo Casaux.",
            "title": "Japanese Architecture since 1950: Plural Spaces",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-09-19T00: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": "Pasaje Doctor Carrillo Casaux",
            "city": "Málaga",
            "geolocation": "36.7185832,-4.4129164",
            "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": 11017,
            "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": 11564,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00210588f27244cda1123f668b1a4db6-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00210588f27244cda1123f668b1a4db6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/00210588f27244cda1123f668b1a4db6.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00210588f27244cda1123f668b1a4db6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00210588f27244cda1123f668b1a4db6-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00210588f27244cda1123f668b1a4db6-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00210588f27244cda1123f668b1a4db6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00210588f27244cda1123f668b1a4db6-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00210588f27244cda1123f668b1a4db6-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/00210588f27244cda1123f668b1a4db6-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-26T20:22:30.720524Z",
                "updated_at": "2022-07-26T20:22:30.720560Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3388,
                "name": "Centrespace",
                "slug": "centrespace",
                "city": "Bristol",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4545308,-2.5955805",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-07-26T20:22:33.427542Z",
            "publish_time": null,
            "slug": "centrespace-landscapes-and-plague-2022-05-20",
            "created_at": "2022-07-26T20:22:34.214635Z",
            "updated_at": "2022-07-26T20:22:34.659870Z",
            "summary": "Landscapes and Plague is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 25/05/2022, 00:00. Event is in Centrespace with address 6 Leonard lane.",
            "title": "Landscapes and Plague",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-05-25T00: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 Leonard lane",
            "city": "Bristol",
            "geolocation": "51.45463839999999,-2.5954836687257545",
            "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": 11277,
            "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": 11782,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e21af39191e2494f9fc7207166077f9b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e21af39191e2494f9fc7207166077f9b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e21af39191e2494f9fc7207166077f9b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e21af39191e2494f9fc7207166077f9b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e21af39191e2494f9fc7207166077f9b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e21af39191e2494f9fc7207166077f9b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e21af39191e2494f9fc7207166077f9b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e21af39191e2494f9fc7207166077f9b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e21af39191e2494f9fc7207166077f9b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e21af39191e2494f9fc7207166077f9b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-29T11:27:34.375574Z",
                "updated_at": "2022-07-29T11:27:34.375611Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5825,
                "name": "The Power Plant Contemporary Art Gallery",
                "slug": "power-plant-contemporary-art-gallery",
                "city": "Toronto",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "43.6382447,-79.38201629999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "CA",
            "publish_status": "published",
            "published_at": "2022-07-29T11:27:37.710040Z",
            "publish_time": null,
            "slug": "the-power-plant-contemporary-art-gallery-hiwa-k-do-you-remember-what-you-are-burning-at-the-power-plant-2022-05-20",
            "created_at": "2022-07-29T11:27:38.521614Z",
            "updated_at": "2022-07-29T11:27:38.885888Z",
            "summary": "Hiwa K: Do you remember what you are burning? at The Power Plant is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 28/08/2022, 00:00. Event is in The Power Plant Contemporary Art Gallery with address 231 Queens Quay W.",
            "title": "Hiwa K: Do you remember what you are burning? at The Power Plant",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-08-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": "231 Queens Quay W",
            "city": "Toronto",
            "geolocation": "43.6383998,-79.3818476",
            "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": 11278,
            "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": 11786,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8236ec97b9404092a1c6cd4ec084046e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8236ec97b9404092a1c6cd4ec084046e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8236ec97b9404092a1c6cd4ec084046e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8236ec97b9404092a1c6cd4ec084046e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8236ec97b9404092a1c6cd4ec084046e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8236ec97b9404092a1c6cd4ec084046e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8236ec97b9404092a1c6cd4ec084046e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8236ec97b9404092a1c6cd4ec084046e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8236ec97b9404092a1c6cd4ec084046e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8236ec97b9404092a1c6cd4ec084046e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-29T11:27:35.072747Z",
                "updated_at": "2022-07-29T11:27:35.072805Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5825,
                "name": "The Power Plant Contemporary Art Gallery",
                "slug": "power-plant-contemporary-art-gallery",
                "city": "Toronto",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "43.6382447,-79.38201629999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "CA",
            "publish_status": "published",
            "published_at": "2022-07-29T11:27:38.270098Z",
            "publish_time": null,
            "slug": "the-power-plant-contemporary-art-gallery-breathless-at-the-power-plant-2022-05-20",
            "created_at": "2022-07-29T11:27:39.064792Z",
            "updated_at": "2022-07-29T11:27:39.409603Z",
            "summary": "BREATHLESS at The Power Plant is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 30/10/2022, 00:00. Event is in The Power Plant Contemporary Art Gallery with address 231 Queens Quay W.",
            "title": "BREATHLESS at The Power Plant",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-10-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": "231 Queens Quay W",
            "city": "Toronto",
            "geolocation": "43.6383998,-79.3818476",
            "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": 11285,
            "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": 11789,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72b9771ee2d044daa32c83bef8f607f9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72b9771ee2d044daa32c83bef8f607f9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/72b9771ee2d044daa32c83bef8f607f9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72b9771ee2d044daa32c83bef8f607f9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72b9771ee2d044daa32c83bef8f607f9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72b9771ee2d044daa32c83bef8f607f9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72b9771ee2d044daa32c83bef8f607f9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72b9771ee2d044daa32c83bef8f607f9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72b9771ee2d044daa32c83bef8f607f9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/72b9771ee2d044daa32c83bef8f607f9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-29T11:27:44.317753Z",
                "updated_at": "2022-07-29T11:27:44.317789Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5825,
                "name": "The Power Plant Contemporary Art Gallery",
                "slug": "power-plant-contemporary-art-gallery",
                "city": "Toronto",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "43.6382447,-79.38201629999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "CA",
            "publish_status": "published",
            "published_at": "2022-07-29T11:27:48.427260Z",
            "publish_time": null,
            "slug": "the-power-plant-contemporary-art-gallery-paulo-nazareth-stroke-at-the-power-plant-2022-05-20",
            "created_at": "2022-07-29T11:27:49.237802Z",
            "updated_at": "2022-07-29T11:27:50.330966Z",
            "summary": "Paulo Nazareth: STROKE at The Power Plant is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 28/08/2022, 00:00. Event is in The Power Plant Contemporary Art Gallery with address 231 Queens Quay W.",
            "title": "Paulo Nazareth: STROKE at The Power Plant",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-08-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": "231 Queens Quay W",
            "city": "Toronto",
            "geolocation": "43.6383998,-79.3818476",
            "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": 11290,
            "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": 11795,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c2cd1af645644c5bead7fc92e4a9b5d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c2cd1af645644c5bead7fc92e4a9b5d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5c2cd1af645644c5bead7fc92e4a9b5d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c2cd1af645644c5bead7fc92e4a9b5d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c2cd1af645644c5bead7fc92e4a9b5d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c2cd1af645644c5bead7fc92e4a9b5d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c2cd1af645644c5bead7fc92e4a9b5d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c2cd1af645644c5bead7fc92e4a9b5d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c2cd1af645644c5bead7fc92e4a9b5d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c2cd1af645644c5bead7fc92e4a9b5d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-29T11:27:55.404473Z",
                "updated_at": "2022-07-29T11:27:55.404524Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5830,
                "name": "The Shoe Factory Social Club",
                "slug": "shoe-factory-social-club",
                "city": "Norwich",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.6339827,1.2912964",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-07-29T11:27:58.642047Z",
            "publish_time": null,
            "slug": "the-shoe-factory-social-club-pause-for-thought-2022-05-20",
            "created_at": "2022-07-29T11:27:59.433582Z",
            "updated_at": "2022-07-29T11:28:00.407109Z",
            "summary": "Pause for Thought is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 27/05/2022, 00:00. Event is in The Shoe Factory Social Club with address St Mary's Plain.",
            "title": "Pause for Thought",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-05-27T00: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": "St Mary's Plain",
            "city": "Norwich",
            "geolocation": "38.389664,-76.581205",
            "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": 11305,
            "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": 11808,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1af9833d791d4649b4ca5b477d0560d5-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1af9833d791d4649b4ca5b477d0560d5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1af9833d791d4649b4ca5b477d0560d5.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1af9833d791d4649b4ca5b477d0560d5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1af9833d791d4649b4ca5b477d0560d5-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1af9833d791d4649b4ca5b477d0560d5-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1af9833d791d4649b4ca5b477d0560d5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1af9833d791d4649b4ca5b477d0560d5-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1af9833d791d4649b4ca5b477d0560d5-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1af9833d791d4649b4ca5b477d0560d5-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-29T12:46:28.735052Z",
                "updated_at": "2022-07-29T12:46:28.735129Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5836,
                "name": "Departure Lounge",
                "slug": "departure-lounge",
                "city": "Luton",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.88111929999999,-0.4141065",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-07-29T12:46:31.179859Z",
            "publish_time": null,
            "slug": "departure-lounge-amaal-said-home-is-elsewhere-from-where-ive-ended-up-2022-05-20",
            "created_at": "2022-07-29T12:46:31.999238Z",
            "updated_at": "2022-07-29T12:46:32.090478Z",
            "summary": "Amaal Said | Home is Elsewhere / From Where I’ve Ended Up is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 30/07/2022, 00:00. Event is in Departure Lounge with address Departure Lounge Gallery.",
            "title": "Amaal Said | Home is Elsewhere / From Where I’ve Ended Up",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-07-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": "Departure Lounge Gallery",
            "city": "Luton",
            "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": 11319,
            "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": 11820,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b632baa4de9541a3ba1da1bdc82828ce-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b632baa4de9541a3ba1da1bdc82828ce-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b632baa4de9541a3ba1da1bdc82828ce.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b632baa4de9541a3ba1da1bdc82828ce-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b632baa4de9541a3ba1da1bdc82828ce-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b632baa4de9541a3ba1da1bdc82828ce-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b632baa4de9541a3ba1da1bdc82828ce-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b632baa4de9541a3ba1da1bdc82828ce-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b632baa4de9541a3ba1da1bdc82828ce-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b632baa4de9541a3ba1da1bdc82828ce-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-29T12:46:46.242637Z",
                "updated_at": "2022-07-29T12:46:46.242672Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4623,
                "name": "Duane Reed Gallery",
                "slug": "duane-reed-gallery",
                "city": "St. Louis",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "38.648287,-90.2600825",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-07-29T12:46:48.124833Z",
            "publish_time": null,
            "slug": "duane-reed-gallery-michael-velliquette-2022-05-20",
            "created_at": "2022-07-29T12:46:48.926506Z",
            "updated_at": "2022-07-29T12:46:50.152962Z",
            "summary": "Michael Velliquette is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 18/06/2022, 00:00. Event is in Duane Reed Gallery with address 4729 McPherson Ave..",
            "title": "Michael Velliquette",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-06-18T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "4729 McPherson Ave.",
            "city": "St. Louis",
            "geolocation": "38.64785640941126,-90.2594340710237",
            "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": []
        }
    ]
}