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

{
    "count": 37604,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=9828&ordering=end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=9792&ordering=end_time",
    "results": [
        {
            "id": 11531,
            "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": 11975,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e50caec62f9d458b8cfb7a6cdc58fe15-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e50caec62f9d458b8cfb7a6cdc58fe15-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e50caec62f9d458b8cfb7a6cdc58fe15-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e50caec62f9d458b8cfb7a6cdc58fe15-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e50caec62f9d458b8cfb7a6cdc58fe15-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e50caec62f9d458b8cfb7a6cdc58fe15.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e50caec62f9d458b8cfb7a6cdc58fe15-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e50caec62f9d458b8cfb7a6cdc58fe15-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e50caec62f9d458b8cfb7a6cdc58fe15-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e50caec62f9d458b8cfb7a6cdc58fe15-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-01T18:18:36.714507Z",
                "updated_at": "2022-08-01T18:18:36.714545Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5919,
                "name": "The Holy Art",
                "slug": "holy-art",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.55139,-0.07243469999999999",
                "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-08-01T18:18:40.145802Z",
            "publish_time": null,
            "slug": "the-holy-art-utopia-2022-05-20",
            "created_at": "2022-08-01T18:18:40.938648Z",
            "updated_at": "2022-08-01T18:18:41.410416Z",
            "summary": "UTOPIA is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 26/05/2022, 00:00. Event is in The Holy Art with address 21-31 SHACKLEWELL LANE.",
            "title": "UTOPIA",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-05-26T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "21-31 SHACKLEWELL LANE",
            "city": "London",
            "geolocation": "51.5506509,-0.0749552",
            "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": 11865,
            "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": 12265,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8cd1d955ca74173aef54525584caaa7-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8cd1d955ca74173aef54525584caaa7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8cd1d955ca74173aef54525584caaa7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8cd1d955ca74173aef54525584caaa7-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8cd1d955ca74173aef54525584caaa7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c8cd1d955ca74173aef54525584caaa7.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8cd1d955ca74173aef54525584caaa7-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8cd1d955ca74173aef54525584caaa7-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8cd1d955ca74173aef54525584caaa7-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8cd1d955ca74173aef54525584caaa7-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-04T18:59:46.555856Z",
                "updated_at": "2022-08-04T18:59:46.555892Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6022,
                "name": "Smithson Gallery",
                "slug": "smithson-gallery",
                "city": "Bristol",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.45024309999999,-2.5833159",
                "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-08-04T18:59:50.770503Z",
            "publish_time": null,
            "slug": "smithson-gallery-eric-haacht-the-end-of-matter-2022-05-20",
            "created_at": "2022-08-04T18:59:51.565078Z",
            "updated_at": "2022-08-04T18:59:52.004830Z",
            "summary": "Eric Haacht: The End of Matter is an Gallery Shows event starting on 20/05/2022, 00:00 and ending on 26/05/2022, 00:00. Event is in Smithson Gallery with address 68 Old Compton Street.",
            "title": "Eric Haacht: The End of Matter",
            "content": null,
            "start_time": "2022-05-20T00:00:00.000000Z",
            "end_time": "2022-05-26T00: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": "68 Old Compton Street",
            "city": "London",
            "geolocation": "51.5124835,-0.133096",
            "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": 12338,
            "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": 12657,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a782812af0e74c779005a94b58569c85-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a782812af0e74c779005a94b58569c85-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a782812af0e74c779005a94b58569c85-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a782812af0e74c779005a94b58569c85-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a782812af0e74c779005a94b58569c85-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a782812af0e74c779005a94b58569c85.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a782812af0e74c779005a94b58569c85-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a782812af0e74c779005a94b58569c85-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a782812af0e74c779005a94b58569c85-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a782812af0e74c779005a94b58569c85-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-12T07:25:24.887030Z",
                "updated_at": "2022-08-12T07:25:24.887066Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6136,
                "name": "OmniDe",
                "slug": "omnide",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5483772,-0.1731031",
                "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-08-12T07:25:28.837931Z",
            "publish_time": null,
            "slug": "omnide-break-free-2022-05-05",
            "created_at": "2022-08-12T07:25:29.624277Z",
            "updated_at": "2022-08-12T07:25:30.002604Z",
            "summary": "Break Free is an Gallery Shows event starting on 05/05/2022, 00:00 and ending on 26/05/2022, 00:00. Event is in OmniDe with address 96 Belsize Lane.",
            "title": "Break Free",
            "content": null,
            "start_time": "2022-05-05T00:00:00.000000Z",
            "end_time": "2022-05-26T00: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": "96 Belsize Lane",
            "city": "London",
            "geolocation": "51.5491715,-0.1716405",
            "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": 11657,
            "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": 12088,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91b4682c1a7d472e9415c2fefca2a8b1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91b4682c1a7d472e9415c2fefca2a8b1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91b4682c1a7d472e9415c2fefca2a8b1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91b4682c1a7d472e9415c2fefca2a8b1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91b4682c1a7d472e9415c2fefca2a8b1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/91b4682c1a7d472e9415c2fefca2a8b1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91b4682c1a7d472e9415c2fefca2a8b1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91b4682c1a7d472e9415c2fefca2a8b1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91b4682c1a7d472e9415c2fefca2a8b1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/91b4682c1a7d472e9415c2fefca2a8b1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-02T20:45:41.658055Z",
                "updated_at": "2022-08-02T20:45:41.658090Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4773,
                "name": "Galerie Kollaborativ",
                "slug": "galerie-kollaborativ",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5301743,13.4144219",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2022-08-02T20:45:44.216747Z",
            "publish_time": null,
            "slug": "galerie-kollaborativ-pop-up-peter-maximilian-ronsdorf-2022-05-26",
            "created_at": "2022-08-02T20:45:45.016512Z",
            "updated_at": "2022-08-02T20:45:46.368232Z",
            "summary": "Pop Up - Peter Maximilian Ronsdorf is an Gallery Shows event starting on 26/05/2022, 00:00 and ending on 26/05/2022, 00:00. Event is in Galerie Kollaborativ with address Saarbrücker Straße 25.",
            "title": "Pop Up - Peter Maximilian Ronsdorf",
            "content": null,
            "start_time": "2022-05-26T00:00:00.000000Z",
            "end_time": "2022-05-26T00: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": "Saarbrücker Straße 25",
            "city": "Berlin",
            "geolocation": "49.3202435,7.3390156",
            "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": 13725,
            "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": 13729,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab60ff311f4848198ca235388e603832-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab60ff311f4848198ca235388e603832-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab60ff311f4848198ca235388e603832-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab60ff311f4848198ca235388e603832-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab60ff311f4848198ca235388e603832-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ab60ff311f4848198ca235388e603832.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab60ff311f4848198ca235388e603832-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab60ff311f4848198ca235388e603832-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab60ff311f4848198ca235388e603832-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ab60ff311f4848198ca235388e603832-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-09-01T14:14:38.931837Z",
                "updated_at": "2022-09-01T14:14:38.931869Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6375,
                "name": "Black Swan Arts",
                "slug": "black-swan-arts",
                "city": "Frome",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.2323568,-2.3199989",
                "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-09-01T14:14:42.046554Z",
            "publish_time": null,
            "slug": "black-swan-arts-beyond-body-2022-04-30",
            "created_at": "2022-09-01T14:14:42.832063Z",
            "updated_at": "2022-09-01T14:14:45.534004Z",
            "summary": "Beyond Body is an Gallery Shows event starting on 30/04/2022, 00:00 and ending on 26/05/2022, 00:00. Event is in Black Swan Arts with address 2 Bridge Street.",
            "title": "Beyond Body",
            "content": null,
            "start_time": "2022-04-30T00:00:00.000000Z",
            "end_time": "2022-05-26T00: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": "2 Bridge Street",
            "city": "Frome",
            "geolocation": "52.4144716,0.7465349",
            "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": 7694,
            "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": 8734,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47b4de1f312e41e0ab64917ba8c7db78-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47b4de1f312e41e0ab64917ba8c7db78-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47b4de1f312e41e0ab64917ba8c7db78-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47b4de1f312e41e0ab64917ba8c7db78-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47b4de1f312e41e0ab64917ba8c7db78-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/47b4de1f312e41e0ab64917ba8c7db78.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47b4de1f312e41e0ab64917ba8c7db78-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47b4de1f312e41e0ab64917ba8c7db78-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47b4de1f312e41e0ab64917ba8c7db78-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/47b4de1f312e41e0ab64917ba8c7db78-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-03-07T16:47:14.751840Z",
                "updated_at": "2022-03-07T16:47:14.751877Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4110,
                "name": "Chelsea space",
                "slug": "chelsea-space",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4902267,-0.1280397",
                "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-03-07T16:47:18.650716Z",
            "publish_time": null,
            "slug": "chelsea-space-in-transit-our-memory-fragments-2022-03-16",
            "created_at": "2022-03-07T16:47:19.502351Z",
            "updated_at": "2022-03-07T16:47:19.542452Z",
            "summary": "In transit, our memory fragments is an Gallery Shows event starting on 16/03/2022, 01:00 and ending on 27/05/2022, 00:00. Event is in Chelsea space with address Chelsea College of Arts, UAL.",
            "title": "In transit, our memory fragments",
            "content": null,
            "start_time": "2022-03-16T01: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": "Chelsea College of Arts, UAL",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 7988,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2329,
                "name": "Fraenkel Gallery",
                "slug": "fraenkel-gallery",
                "city": "San Francisco",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.787698,-122.40428830000002",
                "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-03-27T21:33:37.858596Z",
            "publish_time": null,
            "slug": "fraenkel-gallery-sea-stone-other-pictures-2022-03-31",
            "created_at": "2022-03-27T21:33:39.158650Z",
            "updated_at": "2022-03-27T21:33:39.504395Z",
            "summary": "Sea Stone & Other Pictures is an Gallery Shows event starting on 31/03/2022, 00:00 and ending on 27/05/2022, 00:00. Event is in Fraenkel Gallery with address 49 Geary Street.",
            "title": "Sea Stone & Other Pictures",
            "content": null,
            "start_time": "2022-03-31T00: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": "49 Geary Street",
            "city": "San Francisco",
            "geolocation": "37.787718142857145,-122.40475271428572",
            "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": 8224,
            "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": 9166,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebc760b633354d209282b08992529ddf-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebc760b633354d209282b08992529ddf-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebc760b633354d209282b08992529ddf-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebc760b633354d209282b08992529ddf-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebc760b633354d209282b08992529ddf-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ebc760b633354d209282b08992529ddf.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebc760b633354d209282b08992529ddf-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebc760b633354d209282b08992529ddf-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebc760b633354d209282b08992529ddf-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebc760b633354d209282b08992529ddf-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-04-22T17:22:30.357481Z",
                "updated_at": "2022-04-22T17:22:30.357517Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3369,
                "name": "Zari Gallery",
                "slug": "zari-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5177012,-0.1359482",
                "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-04-22T17:22:32.997466Z",
            "publish_time": null,
            "slug": "zari-gallery-the-art-of-the-athlete-2022-05-09",
            "created_at": "2022-04-22T17:22:33.787737Z",
            "updated_at": "2022-04-22T17:22:34.256789Z",
            "summary": "The Art of the Athlete is an Gallery Shows event starting on 09/05/2022, 00:00 and ending on 27/05/2022, 00:00. Event is in Zari Gallery with address 73 Newman Street.",
            "title": "The Art of the Athlete",
            "content": null,
            "start_time": "2022-05-09T00: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": "73 Newman Street",
            "city": "London",
            "geolocation": "51.5177127,-0.1358865",
            "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": 8523,
            "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": 9381,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1a04588c7db475a82090f8f2cb087c1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1a04588c7db475a82090f8f2cb087c1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1a04588c7db475a82090f8f2cb087c1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1a04588c7db475a82090f8f2cb087c1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1a04588c7db475a82090f8f2cb087c1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e1a04588c7db475a82090f8f2cb087c1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1a04588c7db475a82090f8f2cb087c1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1a04588c7db475a82090f8f2cb087c1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1a04588c7db475a82090f8f2cb087c1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e1a04588c7db475a82090f8f2cb087c1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-04-23T20:04:09.482407Z",
                "updated_at": "2022-04-23T20:04:09.482453Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4266,
                "name": "Sikkema Jenkins & Co",
                "slug": "sikkema-jenkins-co",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7474502,-74.00609589999999",
                "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-04-23T20:04:12.290558Z",
            "publish_time": null,
            "slug": "sikkema-jenkins-co-cameron-martin-parts-to-whole-2022-04-14",
            "created_at": "2022-04-23T20:04:14.123078Z",
            "updated_at": "2022-04-23T20:04:14.905128Z",
            "summary": "Cameron Martin: Parts To Whole is an Gallery Shows event starting on 14/04/2022, 00:00 and ending on 27/05/2022, 00:00. Event is in Sikkema Jenkins & Co with address 530 WEST 22ND STREET.",
            "title": "Cameron Martin: Parts To Whole",
            "content": null,
            "start_time": "2022-04-14T00: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": "530 WEST 22ND STREET",
            "city": "New York",
            "geolocation": "43.533125350910055,-96.73173326533657",
            "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": 8524,
            "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": 9382,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f5af14fc0644d039a47124aafb65dd4-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f5af14fc0644d039a47124aafb65dd4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f5af14fc0644d039a47124aafb65dd4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f5af14fc0644d039a47124aafb65dd4-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f5af14fc0644d039a47124aafb65dd4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5f5af14fc0644d039a47124aafb65dd4.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f5af14fc0644d039a47124aafb65dd4-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f5af14fc0644d039a47124aafb65dd4-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f5af14fc0644d039a47124aafb65dd4-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f5af14fc0644d039a47124aafb65dd4-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-04-23T20:04:10.221314Z",
                "updated_at": "2022-04-23T20:04:10.221348Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4266,
                "name": "Sikkema Jenkins & Co",
                "slug": "sikkema-jenkins-co",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7474502,-74.00609589999999",
                "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-04-23T20:04:13.416465Z",
            "publish_time": null,
            "slug": "sikkema-jenkins-co-gravity-a-proposal-2022-04-14",
            "created_at": "2022-04-23T20:04:19.124999Z",
            "updated_at": "2022-04-23T20:04:19.570991Z",
            "summary": "Gravity, A Proposal is an Gallery Shows event starting on 14/04/2022, 00:00 and ending on 27/05/2022, 00:00. Event is in Sikkema Jenkins & Co with address 530 WEST 22ND STREET.",
            "title": "Gravity, A Proposal",
            "content": null,
            "start_time": "2022-04-14T00: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": "530 WEST 22ND STREET",
            "city": "New York",
            "geolocation": "43.533125350910055,-96.73173326533657",
            "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": 10286,
            "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": 10936,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6b98f1559f843ac968a6f860635510d-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6b98f1559f843ac968a6f860635510d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6b98f1559f843ac968a6f860635510d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6b98f1559f843ac968a6f860635510d-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6b98f1559f843ac968a6f860635510d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e6b98f1559f843ac968a6f860635510d.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6b98f1559f843ac968a6f860635510d-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6b98f1559f843ac968a6f860635510d-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6b98f1559f843ac968a6f860635510d-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6b98f1559f843ac968a6f860635510d-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-07-04T19:15:59.846472Z",
                "updated_at": "2022-07-04T19:15:59.846508Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5475,
                "name": "The Nehru Centre",
                "slug": "nehru-centre",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5077013,-0.1507438",
                "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:16:03.627634Z",
            "publish_time": null,
            "slug": "the-nehru-centre-akshita-gandhi-a-love-letter-to-my-home-2022-05-23",
            "created_at": "2022-07-04T19:16:04.408206Z",
            "updated_at": "2022-07-04T19:16:04.885210Z",
            "summary": "Akshita Gandhi: A Love Letter to My Home. is an Gallery Shows event starting on 23/05/2022, 00:00 and ending on 27/05/2022, 00:00. Event is in The Nehru Centre with address 8 South Audley St,.",
            "title": "Akshita Gandhi: A Love Letter to My Home.",
            "content": null,
            "start_time": "2022-05-23T00: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": "8 South Audley St,",
            "city": "London",
            "geolocation": "51.507700299999996,-0.1507142041017442",
            "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": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c2cd1af645644c5bead7fc92e4a9b5d-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c2cd1af645644c5bead7fc92e4a9b5d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c2cd1af645644c5bead7fc92e4a9b5d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c2cd1af645644c5bead7fc92e4a9b5d-crop_webp-555x312.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_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c2cd1af645644c5bead7fc92e4a9b5d-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c2cd1af645644c5bead7fc92e4a9b5d-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c2cd1af645644c5bead7fc92e4a9b5d-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c2cd1af645644c5bead7fc92e4a9b5d-crop-c0-5__0-5-555x312-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": 13357,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 5398,
                "name": "Michael Rosenfeld Gallery",
                "slug": "michael-rosenfeld-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7462326,-74.0077807",
                "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-08-29T19:48:26.605639Z",
            "publish_time": null,
            "slug": "michael-rosenfeld-gallery-nancy-grossman-my-body-2022-04-05",
            "created_at": "2022-08-29T19:48:27.419378Z",
            "updated_at": "2022-08-29T19:48:27.918990Z",
            "summary": "Nancy Grossman: My Body is an Gallery Shows event starting on 05/04/2022, 00:00 and ending on 27/05/2022, 00:00. Event is in Michael Rosenfeld Gallery with address 100 Eleventh Avenue.",
            "title": "Nancy Grossman: My Body",
            "content": null,
            "start_time": "2022-04-05T00: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": "100 Eleventh Avenue",
            "city": "New York",
            "geolocation": "-37.6992254,176.1606205",
            "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": 12102,
            "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": 12461,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f99061bfd6624435ad16f32cb313cbd4-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f99061bfd6624435ad16f32cb313cbd4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f99061bfd6624435ad16f32cb313cbd4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f99061bfd6624435ad16f32cb313cbd4-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f99061bfd6624435ad16f32cb313cbd4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f99061bfd6624435ad16f32cb313cbd4.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f99061bfd6624435ad16f32cb313cbd4-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f99061bfd6624435ad16f32cb313cbd4-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f99061bfd6624435ad16f32cb313cbd4-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f99061bfd6624435ad16f32cb313cbd4-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-09T18:59:06.232342Z",
                "updated_at": "2022-08-09T18:59:06.232377Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6130,
                "name": "Mangotsfield Folly",
                "slug": "mangotsfield-folly",
                "city": "Bristol",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4304043,-2.4762865",
                "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-08-09T18:59:10.217016Z",
            "publish_time": null,
            "slug": "mangotsfield-folly-at-mangotsfield-old-train-station-off-the-beaten-track-2022-05-27",
            "created_at": "2022-08-09T18:59:10.997165Z",
            "updated_at": "2022-08-09T18:59:11.039825Z",
            "summary": "Off The Beaten Track is an Gallery Shows event starting on 27/05/2022, 00:00 and ending on 27/05/2022, 00:00. Event is in Mangotsfield Folly with address Bristol and Bath railway path intersection.",
            "title": "Off The Beaten Track",
            "content": null,
            "start_time": "2022-05-27T00: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": "Bristol and Bath railway path intersection",
            "city": "Bristol",
            "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": 12301,
            "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": 12626,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5e3e27dd4a8456aa6e3f70286c2c008-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5e3e27dd4a8456aa6e3f70286c2c008-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5e3e27dd4a8456aa6e3f70286c2c008-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5e3e27dd4a8456aa6e3f70286c2c008-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5e3e27dd4a8456aa6e3f70286c2c008-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e5e3e27dd4a8456aa6e3f70286c2c008.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5e3e27dd4a8456aa6e3f70286c2c008-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5e3e27dd4a8456aa6e3f70286c2c008-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5e3e27dd4a8456aa6e3f70286c2c008-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5e3e27dd4a8456aa6e3f70286c2c008-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-11T21:01:16.182238Z",
                "updated_at": "2022-08-11T21:01:16.182272Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6156,
                "name": "Paradise Row Projects",
                "slug": "paradise-row-projects",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.51069529999999,-0.1468493",
                "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-08-11T21:01:20.566108Z",
            "publish_time": null,
            "slug": "paradise-row-projects-golem-speaks-for-itself-2022-05-23",
            "created_at": "2022-08-11T21:01:21.364231Z",
            "updated_at": "2022-08-11T21:01:21.911898Z",
            "summary": "Golem Speaks For Itself is an Gallery Shows event starting on 23/05/2022, 00:00 and ending on 27/05/2022, 00:00. Event is in Paradise Row Projects with address 2 Bourdon Street.",
            "title": "Golem Speaks For Itself",
            "content": null,
            "start_time": "2022-05-23T00: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": "2 Bourdon Street",
            "city": "London",
            "geolocation": "51.5106916,-0.1468432",
            "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": 13346,
            "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": 13432,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2aec2e7d238443b199fb097618a31fa6-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2aec2e7d238443b199fb097618a31fa6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2aec2e7d238443b199fb097618a31fa6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2aec2e7d238443b199fb097618a31fa6-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2aec2e7d238443b199fb097618a31fa6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2aec2e7d238443b199fb097618a31fa6.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2aec2e7d238443b199fb097618a31fa6-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2aec2e7d238443b199fb097618a31fa6-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2aec2e7d238443b199fb097618a31fa6-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2aec2e7d238443b199fb097618a31fa6-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-29T19:40:57.279421Z",
                "updated_at": "2022-08-29T19:40:57.279457Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3558,
                "name": "Cristin Tierney Gallery",
                "slug": "cristin-tierney-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.721747,-73.993079",
                "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-08-29T19:40:59.853864Z",
            "publish_time": null,
            "slug": "cristin-tierney-gallery-maureen-oleary-both-and-2022-04-22",
            "created_at": "2022-08-29T19:41:00.630040Z",
            "updated_at": "2022-08-29T19:41:00.671746Z",
            "summary": "Maureen OLeary: Both / And is an Gallery Shows event starting on 22/04/2022, 00:00 and ending on 27/05/2022, 00:00. Event is in Cristin Tierney Gallery with address 219 Bowery, Floor 2.",
            "title": "Maureen OLeary: Both / And",
            "content": null,
            "start_time": "2022-04-22T00: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": "219 Bowery, Floor 2",
            "city": "New York",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 12817,
            "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": 13068,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b57a9729997405aa8814e0fd512ce18-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b57a9729997405aa8814e0fd512ce18-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b57a9729997405aa8814e0fd512ce18-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b57a9729997405aa8814e0fd512ce18-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b57a9729997405aa8814e0fd512ce18-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6b57a9729997405aa8814e0fd512ce18.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b57a9729997405aa8814e0fd512ce18-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b57a9729997405aa8814e0fd512ce18-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b57a9729997405aa8814e0fd512ce18-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b57a9729997405aa8814e0fd512ce18-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-19T19:15:32.090502Z",
                "updated_at": "2022-08-19T19:15:32.090537Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5771,
                "name": "Tangent Projects",
                "slug": "tangent-projects",
                "city": "L'Hospitalet de Llobregat",
                "country": {
                    "code": "ES",
                    "name": "Spain"
                },
                "geolocation": "41.3682368,2.1297012",
                "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-08-19T19:15:34.814740Z",
            "publish_time": null,
            "slug": "tangent-projects-keloid-thelmavanahi-2022-04-08",
            "created_at": "2022-08-19T19:15:35.740104Z",
            "updated_at": "2022-08-19T19:15:36.270019Z",
            "summary": "Keloid - ThelmaVanahí is an Gallery Shows event starting on 08/04/2022, 00:00 and ending on 27/05/2022, 00:00. Event is in Tangent Projects with address carrer Marti Codolar 41-43.",
            "title": "Keloid - ThelmaVanahí",
            "content": null,
            "start_time": "2022-04-08T00: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": "carrer Marti Codolar 41-43",
            "city": "L'Hospitalet de Llobregat",
            "geolocation": "41.3675989,2.1303265",
            "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": 12295,
            "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": 12622,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76510fce39df4ede82d9ca924235f0d1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76510fce39df4ede82d9ca924235f0d1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76510fce39df4ede82d9ca924235f0d1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76510fce39df4ede82d9ca924235f0d1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76510fce39df4ede82d9ca924235f0d1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/76510fce39df4ede82d9ca924235f0d1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76510fce39df4ede82d9ca924235f0d1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76510fce39df4ede82d9ca924235f0d1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76510fce39df4ede82d9ca924235f0d1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76510fce39df4ede82d9ca924235f0d1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-11T21:01:07.640869Z",
                "updated_at": "2022-08-11T21:01:07.640904Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4863,
                "name": "PADA Studios",
                "slug": "pada-studios",
                "city": "Barreiro",
                "country": {
                    "code": "PT",
                    "name": "Portugal"
                },
                "geolocation": "38.6659874,-9.0664581",
                "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": "PT",
            "publish_status": "published",
            "published_at": "2022-08-11T21:01:11.685385Z",
            "publish_time": null,
            "slug": "pada-studios-residency-pada-033-2022-05-27",
            "created_at": "2022-08-11T21:01:12.465197Z",
            "updated_at": "2022-08-11T21:01:12.515742Z",
            "summary": "Residency PADA 033 is an Gallery Shows event starting on 27/05/2022, 00:00 and ending on 27/05/2022, 00:00. Event is in PADA Studios with address Rua 42, n2, Baía do Tejo Parque Industrial do Barreiro  Barreiro.",
            "title": "Residency PADA 033",
            "content": null,
            "start_time": "2022-05-27T00: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": "Rua 42, n2, Baía do Tejo Parque Industrial do Barreiro  Barreiro",
            "city": "Barreiro",
            "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": []
        }
    ]
}