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

{
    "count": 37593,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=23112&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=23076&ordering=-end_time",
    "results": [
        {
            "id": 9755,
            "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": 10475,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d646e00755124c489f42b379673620eb-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d646e00755124c489f42b379673620eb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d646e00755124c489f42b379673620eb.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d646e00755124c489f42b379673620eb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d646e00755124c489f42b379673620eb-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d646e00755124c489f42b379673620eb-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d646e00755124c489f42b379673620eb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d646e00755124c489f42b379673620eb-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d646e00755124c489f42b379673620eb-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d646e00755124c489f42b379673620eb-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-23T11:37:03.429493Z",
                "updated_at": "2022-06-23T11:37:03.429548Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4254,
                "name": "Nevada Museum of Art",
                "slug": "nevada-museum-art",
                "city": "Reno",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.5208903,-119.8132857",
                "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-23T11:37:08.359137Z",
            "publish_time": null,
            "slug": "nevada-museum-of-art-cornwall-design-the-art-of-making-2022-06-25",
            "created_at": "2022-06-23T11:37:09.146095Z",
            "updated_at": "2022-06-23T11:37:10.205066Z",
            "summary": "Cornwall Design: The Art Of Making is an Gallery Shows event starting on 25/06/2022, 00:00 and ending on 01/10/2022, 00:00. Event is in Nevada Museum of Art with address New Road.",
            "title": "Cornwall Design: The Art Of Making",
            "content": null,
            "start_time": "2022-06-25T00:00:00.000000Z",
            "end_time": "2022-10-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "New Road",
            "city": "Newlyn",
            "geolocation": "17.3127591,-62.7253753",
            "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": 10044,
            "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": 10726,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a572cbf3ef0641059fd331063d1ebcac-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a572cbf3ef0641059fd331063d1ebcac-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a572cbf3ef0641059fd331063d1ebcac.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a572cbf3ef0641059fd331063d1ebcac-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a572cbf3ef0641059fd331063d1ebcac-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a572cbf3ef0641059fd331063d1ebcac-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a572cbf3ef0641059fd331063d1ebcac-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a572cbf3ef0641059fd331063d1ebcac-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a572cbf3ef0641059fd331063d1ebcac-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a572cbf3ef0641059fd331063d1ebcac-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-29T11:26:13.298811Z",
                "updated_at": "2022-06-29T11:26:13.298843Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3584,
                "name": "Wysing Arts Centre",
                "slug": "wysing-arts-centre",
                "city": "Bourn",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.1848065,-0.06368689999999999",
                "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-29T11:26:15.341910Z",
            "publish_time": null,
            "slug": "wysing-arts-centre-caroline-wendling-hypoteinousa-2022-07-02",
            "created_at": "2022-06-29T11:26:16.128812Z",
            "updated_at": "2022-06-29T11:26:16.561141Z",
            "summary": "Caroline Wendling: Hypoteinousa is an Gallery Shows event starting on 02/07/2022, 00:00 and ending on 01/10/2022, 00:00. Event is in Wysing Arts Centre with address Fox Road.",
            "title": "Caroline Wendling: Hypoteinousa",
            "content": null,
            "start_time": "2022-07-02T00:00:00.000000Z",
            "end_time": "2022-10-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Fox Road",
            "city": "Cambridge",
            "geolocation": "39.6424935,-83.0104572",
            "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": 10060,
            "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": 10740,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1882be662c7e459095203ce7844f8856-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1882be662c7e459095203ce7844f8856-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1882be662c7e459095203ce7844f8856.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1882be662c7e459095203ce7844f8856-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1882be662c7e459095203ce7844f8856-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1882be662c7e459095203ce7844f8856-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1882be662c7e459095203ce7844f8856-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1882be662c7e459095203ce7844f8856-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1882be662c7e459095203ce7844f8856-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1882be662c7e459095203ce7844f8856-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-29T12:04:43.619225Z",
                "updated_at": "2022-06-29T12:04:43.619263Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5377,
                "name": "Extraordinary Objects",
                "slug": "extraordinary-objects",
                "city": "Cambridge",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.20668420000001,0.1189741",
                "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-29T12:04:47.727492Z",
            "publish_time": null,
            "slug": "extraordinary-objects-some-of-my-best-friends-are-dinosaurs-2022-07-02",
            "created_at": "2022-06-29T12:04:48.493863Z",
            "updated_at": "2022-06-29T12:04:52.831889Z",
            "summary": "Some Of My Best Friends Are Dinosaurs is an Gallery Shows event starting on 02/07/2022, 00:00 and ending on 01/10/2022, 00:00. Event is in Extraordinary Objects with address 14 Green Street.",
            "title": "Some Of My Best Friends Are Dinosaurs",
            "content": null,
            "start_time": "2022-07-02T00:00:00.000000Z",
            "end_time": "2022-10-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "14 Green Street",
            "city": "Cambridge",
            "geolocation": "42.648631,-73.7516644",
            "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": 10477,
            "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": 11096,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6101ae02482741ed9ce18ec83f44f3c8-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6101ae02482741ed9ce18ec83f44f3c8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6101ae02482741ed9ce18ec83f44f3c8.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6101ae02482741ed9ce18ec83f44f3c8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6101ae02482741ed9ce18ec83f44f3c8-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6101ae02482741ed9ce18ec83f44f3c8-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6101ae02482741ed9ce18ec83f44f3c8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6101ae02482741ed9ce18ec83f44f3c8-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6101ae02482741ed9ce18ec83f44f3c8-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6101ae02482741ed9ce18ec83f44f3c8-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-13T08:34:12.441103Z",
                "updated_at": "2022-07-13T08:34:12.441139Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3674,
                "name": "London Glassblowing",
                "slug": "london-glassblowing",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5016068,-0.0823988",
                "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-13T08:34:15.051049Z",
            "publish_time": null,
            "slug": "london-glassblowing-colour-and-light-alison-kinnaird-2022-09-09",
            "created_at": "2022-07-13T08:34:15.841783Z",
            "updated_at": "2022-07-13T08:34:16.225108Z",
            "summary": "Colour and Light, Alison Kinnaird is an Gallery Shows event starting on 09/09/2022, 00:00 and ending on 01/10/2022, 00:00. Event is in London Glassblowing with address 62-66 Bermondsey St.",
            "title": "Colour and Light, Alison Kinnaird",
            "content": null,
            "start_time": "2022-09-09T00:00:00.000000Z",
            "end_time": "2022-10-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "62-66 Bermondsey St",
            "city": "London",
            "geolocation": "51.501587,-0.0823554",
            "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": 10483,
            "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": 11102,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a5890591f6c7401aacc8a32e8f053972-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a5890591f6c7401aacc8a32e8f053972-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a5890591f6c7401aacc8a32e8f053972.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a5890591f6c7401aacc8a32e8f053972-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a5890591f6c7401aacc8a32e8f053972-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a5890591f6c7401aacc8a32e8f053972-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a5890591f6c7401aacc8a32e8f053972-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a5890591f6c7401aacc8a32e8f053972-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a5890591f6c7401aacc8a32e8f053972-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a5890591f6c7401aacc8a32e8f053972-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-13T08:34:21.691209Z",
                "updated_at": "2022-07-13T08:34:21.691249Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3568,
                "name": "Sarah Wiseman Gallery",
                "slug": "sarah-wiseman-gallery",
                "city": "Oxford",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.7784616,-1.2670402",
                "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-13T08:34:25.644563Z",
            "publish_time": null,
            "slug": "sarah-wiseman-gallery-spellbound-magic-and-nature-by-daniel-ablitt-and-flora-mclachlan-2022-09-10",
            "created_at": "2022-07-13T08:34:26.560991Z",
            "updated_at": "2022-07-13T08:34:26.981715Z",
            "summary": "Spellbound: Magic and Nature by Daniel Ablitt and Flora McLachlan is an Gallery Shows event starting on 10/09/2022, 00:00 and ending on 01/10/2022, 00:00. Event is in Sarah Wiseman Gallery with address 40/41 South Parade.",
            "title": "Spellbound: Magic and Nature by Daniel Ablitt and Flora McLachlan",
            "content": null,
            "start_time": "2022-09-10T00:00:00.000000Z",
            "end_time": "2022-10-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "40/41 South Parade",
            "city": "Oxford",
            "geolocation": "51.7782261,-1.2668555822701775",
            "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": 10740,
            "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": 11331,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76812806425047c7b17eb93b224ab9e9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76812806425047c7b17eb93b224ab9e9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/76812806425047c7b17eb93b224ab9e9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76812806425047c7b17eb93b224ab9e9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76812806425047c7b17eb93b224ab9e9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76812806425047c7b17eb93b224ab9e9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76812806425047c7b17eb93b224ab9e9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76812806425047c7b17eb93b224ab9e9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76812806425047c7b17eb93b224ab9e9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/76812806425047c7b17eb93b224ab9e9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-21T20:16:20.174345Z",
                "updated_at": "2022-07-21T20:16:20.174381Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4335,
                "name": "Galerie Weisser Elefant",
                "slug": "galerie-weisser-elefant",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5267656,13.3962508",
                "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-07-21T20:16:22.681862Z",
            "publish_time": null,
            "slug": "galerie-weisser-elefant-modular-1-2-2022-07-23",
            "created_at": "2022-07-21T20:16:23.446366Z",
            "updated_at": "2022-07-21T20:16:23.488155Z",
            "summary": "modular 1-2 is an Gallery Shows event starting on 23/07/2022, 00:00 and ending on 01/10/2022, 00:00. Event is in Galerie Weisser Elefant with address Bezirksamt Mitte von Berlin Fachbereich  Kunst & Kultur.",
            "title": "modular 1-2",
            "content": null,
            "start_time": "2022-07-23T00:00:00.000000Z",
            "end_time": "2022-10-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Bezirksamt Mitte von Berlin Fachbereich  Kunst & Kultur",
            "city": "Berlin",
            "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": 10758,
            "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": 11348,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf385e5e2a004cf4aa7fc682a41d4bce-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf385e5e2a004cf4aa7fc682a41d4bce-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bf385e5e2a004cf4aa7fc682a41d4bce.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf385e5e2a004cf4aa7fc682a41d4bce-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf385e5e2a004cf4aa7fc682a41d4bce-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf385e5e2a004cf4aa7fc682a41d4bce-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf385e5e2a004cf4aa7fc682a41d4bce-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf385e5e2a004cf4aa7fc682a41d4bce-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf385e5e2a004cf4aa7fc682a41d4bce-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf385e5e2a004cf4aa7fc682a41d4bce-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-21T20:50:39.163710Z",
                "updated_at": "2022-07-21T20:50:39.163746Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3910,
                "name": "Institute of Modern Art (IMA)",
                "slug": "institute-modern-art-ima",
                "city": "Fortitude Valley",
                "country": {
                    "code": "AU",
                    "name": "Australia"
                },
                "geolocation": "-27.4594373,153.037087",
                "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": "AU",
            "publish_status": "published",
            "published_at": "2022-07-21T20:50:41.041617Z",
            "publish_time": null,
            "slug": "institute-of-modern-art-ima-aha-ensemble-absolutely-everybody-judges-2022-07-30",
            "created_at": "2022-07-21T20:50:41.878563Z",
            "updated_at": "2022-07-21T20:50:41.933383Z",
            "summary": "Aha Ensemble: Absolutely Everybody Judges is an Gallery Shows event starting on 30/07/2022, 00:00 and ending on 01/10/2022, 00:00. Event is in Institute of Modern Art (IMA) with address 420 Brunswick StreetFortitude Valley.",
            "title": "Aha Ensemble: Absolutely Everybody Judges",
            "content": null,
            "start_time": "2022-07-30T00:00:00.000000Z",
            "end_time": "2022-10-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "420 Brunswick StreetFortitude Valley",
            "city": "Brisbane",
            "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": 10759,
            "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": 11349,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3d08fb6530874c2fab9123426c99fc92-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3d08fb6530874c2fab9123426c99fc92-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3d08fb6530874c2fab9123426c99fc92.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3d08fb6530874c2fab9123426c99fc92-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3d08fb6530874c2fab9123426c99fc92-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3d08fb6530874c2fab9123426c99fc92-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3d08fb6530874c2fab9123426c99fc92-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3d08fb6530874c2fab9123426c99fc92-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3d08fb6530874c2fab9123426c99fc92-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3d08fb6530874c2fab9123426c99fc92-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-21T20:50:39.178711Z",
                "updated_at": "2022-07-21T20:50:39.178746Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3910,
                "name": "Institute of Modern Art (IMA)",
                "slug": "institute-modern-art-ima",
                "city": "Fortitude Valley",
                "country": {
                    "code": "AU",
                    "name": "Australia"
                },
                "geolocation": "-27.4594373,153.037087",
                "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": "AU",
            "publish_status": "published",
            "published_at": "2022-07-21T20:50:41.126180Z",
            "publish_time": null,
            "slug": "institute-of-modern-art-ima-the-churchie-emerging-art-prize-2022-2022-07-30",
            "created_at": "2022-07-21T20:50:41.921243Z",
            "updated_at": "2022-07-21T20:50:41.967363Z",
            "summary": "The churchie emerging art prize 2022 is an Gallery Shows event starting on 30/07/2022, 00:00 and ending on 01/10/2022, 00:00. Event is in Institute of Modern Art (IMA) with address 420 Brunswick StreetFortitude Valley.",
            "title": "The churchie emerging art prize 2022",
            "content": null,
            "start_time": "2022-07-30T00:00:00.000000Z",
            "end_time": "2022-10-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "420 Brunswick StreetFortitude Valley",
            "city": "Brisbane",
            "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": 10760,
            "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": 11350,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3da4ddd928a84d36ab8961412d4f2f47-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3da4ddd928a84d36ab8961412d4f2f47-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3da4ddd928a84d36ab8961412d4f2f47.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3da4ddd928a84d36ab8961412d4f2f47-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3da4ddd928a84d36ab8961412d4f2f47-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3da4ddd928a84d36ab8961412d4f2f47-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3da4ddd928a84d36ab8961412d4f2f47-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3da4ddd928a84d36ab8961412d4f2f47-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3da4ddd928a84d36ab8961412d4f2f47-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3da4ddd928a84d36ab8961412d4f2f47-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-21T20:50:39.264163Z",
                "updated_at": "2022-07-21T20:50:39.264200Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3910,
                "name": "Institute of Modern Art (IMA)",
                "slug": "institute-modern-art-ima",
                "city": "Fortitude Valley",
                "country": {
                    "code": "AU",
                    "name": "Australia"
                },
                "geolocation": "-27.4594373,153.037087",
                "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": "AU",
            "publish_status": "published",
            "published_at": "2022-07-21T20:50:41.625346Z",
            "publish_time": null,
            "slug": "institute-of-modern-art-ima-natalya-hughes-the-interior-2022-07-30",
            "created_at": "2022-07-21T20:50:42.411181Z",
            "updated_at": "2022-07-21T20:50:42.453974Z",
            "summary": "Natalya Hughes: The Interior is an Gallery Shows event starting on 30/07/2022, 00:00 and ending on 01/10/2022, 00:00. Event is in Institute of Modern Art (IMA) with address 420 Brunswick StreetFortitude Valley.",
            "title": "Natalya Hughes: The Interior",
            "content": null,
            "start_time": "2022-07-30T00:00:00.000000Z",
            "end_time": "2022-10-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "420 Brunswick StreetFortitude Valley",
            "city": "Brisbane",
            "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": 11071,
            "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": 11618,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c0c437b67966461ab8c91bafbd402285-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c0c437b67966461ab8c91bafbd402285-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c0c437b67966461ab8c91bafbd402285.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c0c437b67966461ab8c91bafbd402285-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c0c437b67966461ab8c91bafbd402285-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c0c437b67966461ab8c91bafbd402285-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c0c437b67966461ab8c91bafbd402285-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c0c437b67966461ab8c91bafbd402285-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c0c437b67966461ab8c91bafbd402285-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c0c437b67966461ab8c91bafbd402285-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-27T18:38:16.783178Z",
                "updated_at": "2022-07-27T18:38:16.783214Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4753,
                "name": "The North Wall Arts Centre",
                "slug": "north-wall-arts-centre",
                "city": "Oxford",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.7781313,-1.2676696",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-07-27T18:38:20.587406Z",
            "publish_time": null,
            "slug": "the-north-wall-arts-centre-the-society-of-wood-engravers-84th-annual-2022-09-06",
            "created_at": "2022-07-27T18:38:21.369663Z",
            "updated_at": "2022-07-27T18:38:22.245916Z",
            "summary": "The Society Of Wood Engravers: 84th Annual is an Gallery Shows event starting on 06/09/2022, 00:00 and ending on 01/10/2022, 00:00. Event is in The North Wall Arts Centre with address South Parade.",
            "title": "The Society Of Wood Engravers: 84th Annual",
            "content": null,
            "start_time": "2022-09-06T00:00:00.000000Z",
            "end_time": "2022-10-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "South Parade",
            "city": "Oxford",
            "geolocation": "51.5155329,0.6122322",
            "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": 11729,
            "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": 5318,
                "name": "Bruce Silverstein",
                "slug": "bruce-silverstein",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7465935,-74.0067876",
                "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-03T13:31:16.132096Z",
            "publish_time": null,
            "slug": "bruce-silverstein-michael-wolf-facade-2022-08-01",
            "created_at": "2022-08-03T13:31:16.922879Z",
            "updated_at": "2022-08-03T13:31:18.422678Z",
            "summary": "Michael Wolf: Facade is an Gallery Shows event starting on 01/08/2022, 00:00 and ending on 01/10/2022, 00:00. Event is in Bruce Silverstein with address 529 W. 20th Street.",
            "title": "Michael Wolf: Facade",
            "content": null,
            "start_time": "2022-08-01T00:00:00.000000Z",
            "end_time": "2022-10-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "529 W. 20th Street",
            "city": "New York, NY",
            "geolocation": "40.7466312,-74.00689644329572",
            "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": 11765,
            "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": 5416,
                "name": "SNOW Contemporary",
                "slug": "snow-contemporary",
                "city": "Minato",
                "country": {
                    "code": "JP",
                    "name": "Japan"
                },
                "geolocation": "35.6599761,139.7230339",
                "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": "JP",
            "publish_status": "published",
            "published_at": "2022-08-03T20:39:24.879681Z",
            "publish_time": null,
            "slug": "snow-contemporary-wrong-now-right-now-2022-08-13",
            "created_at": "2022-08-03T20:39:25.677670Z",
            "updated_at": "2022-08-03T20:39:25.720199Z",
            "summary": "Wrong Now, Right Now is an Gallery Shows event starting on 13/08/2022, 00:00 and ending on 01/10/2022, 00:00. Event is in SNOW Contemporary with address 404 Hayano Bldg. 2-13-12 Nishiazabu.",
            "title": "Wrong Now, Right Now",
            "content": null,
            "start_time": "2022-08-13T00:00:00.000000Z",
            "end_time": "2022-10-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "404 Hayano Bldg. 2-13-12 Nishiazabu",
            "city": "Tokyo",
            "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": 11794,
            "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": 2296,
                "name": "Richard Saltoun Gallery",
                "slug": "richard-saltoun-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5081072,-0.142059",
                "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-03T20:56:28.035212Z",
            "publish_time": null,
            "slug": "richard-saltoun-gallery-haptic-vision-rosa-lee-and-jo-bruton-2022-08-20",
            "created_at": "2022-08-03T20:56:28.806787Z",
            "updated_at": "2022-08-03T20:56:29.397697Z",
            "summary": "Haptic Vision: Rosa Lee and Jo Bruton is an Gallery Shows event starting on 20/08/2022, 00:00 and ending on 01/10/2022, 00:00. Event is in Richard Saltoun Gallery with address 41 Dover Street.",
            "title": "Haptic Vision: Rosa Lee and Jo Bruton",
            "content": null,
            "start_time": "2022-08-20T00:00:00.000000Z",
            "end_time": "2022-10-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "41 Dover Street",
            "city": "London",
            "geolocation": "-27.4692359,153.0624592",
            "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": 12150,
            "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": 12509,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ce264a678e6e489c97e24cb1af13e88b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ce264a678e6e489c97e24cb1af13e88b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ce264a678e6e489c97e24cb1af13e88b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ce264a678e6e489c97e24cb1af13e88b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ce264a678e6e489c97e24cb1af13e88b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ce264a678e6e489c97e24cb1af13e88b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ce264a678e6e489c97e24cb1af13e88b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ce264a678e6e489c97e24cb1af13e88b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ce264a678e6e489c97e24cb1af13e88b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ce264a678e6e489c97e24cb1af13e88b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-10T12:12:11.296296Z",
                "updated_at": "2022-08-10T12:12:11.296333Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3674,
                "name": "London Glassblowing",
                "slug": "london-glassblowing",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5016068,-0.0823988",
                "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-10T12:12:14.167364Z",
            "publish_time": null,
            "slug": "london-glassblowing-colour-and-light-2022-09-09",
            "created_at": "2022-08-10T12:12:14.967372Z",
            "updated_at": "2022-08-10T12:12:15.365782Z",
            "summary": "Colour and Light is an Gallery Shows event starting on 09/09/2022, 00:00 and ending on 01/10/2022, 00:00. Event is in London Glassblowing with address 62-66 Bermondsey St.",
            "title": "Colour and Light",
            "content": null,
            "start_time": "2022-09-09T00:00:00.000000Z",
            "end_time": "2022-10-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "62-66 Bermondsey St",
            "city": "London",
            "geolocation": "51.501587,-0.0823554",
            "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": 12152,
            "author": {
                "id": "f6825d96-0331-4115-9f05-2dc26867df88",
                "username": "jd@jdmalat.com",
                "slug": "jdjdmalatcom",
                "first_name": "Jean David",
                "last_name": "Malat",
                "display_name": null,
                "display_name_full": "Jean David Malat",
                "email": "jd@jdmalat.com",
                "telephone": "+44 (0)203 7466 832"
            },
            "price": null,
            "featured_image": {
                "id": 12507,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60a1c475c885471992125487d882f383-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60a1c475c885471992125487d882f383-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/60a1c475c885471992125487d882f383.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60a1c475c885471992125487d882f383-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60a1c475c885471992125487d882f383-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60a1c475c885471992125487d882f383-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60a1c475c885471992125487d882f383-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60a1c475c885471992125487d882f383-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60a1c475c885471992125487d882f383-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/60a1c475c885471992125487d882f383-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-10T12:12:09.861568Z",
                "updated_at": "2022-08-10T12:12:09.861605Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4365,
                "name": "JD Malat Gallery",
                "slug": "jd-malat-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5119137,-0.1478266",
                "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-10T12:12:14.233024Z",
            "publish_time": null,
            "slug": "jd-malat-gallery-unconscious-2022-09-09",
            "created_at": "2022-08-10T12:12:15.165074Z",
            "updated_at": "2022-08-10T12:12:16.380979Z",
            "summary": "Unconscious is an Gallery Shows event starting on 09/09/2022, 00:00 and ending on 01/10/2022, 00:00. Event is in JD Malat Gallery with address 30 Davies Street.",
            "title": "Unconscious",
            "content": null,
            "start_time": "2022-09-09T00:00:00.000000Z",
            "end_time": "2022-10-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "30 Davies Street",
            "city": "London",
            "geolocation": "-27.5554222,152.9748914",
            "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": 12544,
            "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": 12834,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8c7feebcd234efbbf8a7b972c5e82a2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8c7feebcd234efbbf8a7b972c5e82a2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d8c7feebcd234efbbf8a7b972c5e82a2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8c7feebcd234efbbf8a7b972c5e82a2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8c7feebcd234efbbf8a7b972c5e82a2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8c7feebcd234efbbf8a7b972c5e82a2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8c7feebcd234efbbf8a7b972c5e82a2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8c7feebcd234efbbf8a7b972c5e82a2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8c7feebcd234efbbf8a7b972c5e82a2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d8c7feebcd234efbbf8a7b972c5e82a2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-17T18:22:18.383354Z",
                "updated_at": "2022-08-17T18:22:18.383408Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3937,
                "name": "Beaux Arts Bath",
                "slug": "beaux-arts-bath",
                "city": "Bath",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.38108829999999,-2.358352199999999",
                "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-17T18:22:21.858732Z",
            "publish_time": null,
            "slug": "beaux-arts-bath-jaejun-lee-new-ceramics-2022-09-03",
            "created_at": "2022-08-17T18:22:22.637329Z",
            "updated_at": "2022-08-17T18:22:24.386603Z",
            "summary": "Jaejun Lee: New Ceramics is an Gallery Shows event starting on 03/09/2022, 00:00 and ending on 01/10/2022, 00:00. Event is in Beaux Arts Bath with address 12/13 York Street.",
            "title": "Jaejun Lee: New Ceramics",
            "content": null,
            "start_time": "2022-09-03T00:00:00.000000Z",
            "end_time": "2022-10-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "12/13 York Street",
            "city": "Bath",
            "geolocation": "40.058223,-76.722137",
            "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": 12546,
            "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": 12836,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6c5f876e83d4a4fa650e60d12c0af30-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6c5f876e83d4a4fa650e60d12c0af30-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c6c5f876e83d4a4fa650e60d12c0af30.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6c5f876e83d4a4fa650e60d12c0af30-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6c5f876e83d4a4fa650e60d12c0af30-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6c5f876e83d4a4fa650e60d12c0af30-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6c5f876e83d4a4fa650e60d12c0af30-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6c5f876e83d4a4fa650e60d12c0af30-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6c5f876e83d4a4fa650e60d12c0af30-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6c5f876e83d4a4fa650e60d12c0af30-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-17T18:22:19.568015Z",
                "updated_at": "2022-08-17T18:22:19.568074Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3937,
                "name": "Beaux Arts Bath",
                "slug": "beaux-arts-bath",
                "city": "Bath",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.38108829999999,-2.358352199999999",
                "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-17T18:22:23.083232Z",
            "publish_time": null,
            "slug": "beaux-arts-bath-simon-allen-new-works-2022-09-03",
            "created_at": "2022-08-17T18:22:23.879940Z",
            "updated_at": "2022-08-17T18:22:25.035485Z",
            "summary": "Simon Allen: new works is an Gallery Shows event starting on 03/09/2022, 00:00 and ending on 01/10/2022, 00:00. Event is in Beaux Arts Bath with address 12/13 York Street.",
            "title": "Simon Allen: new works",
            "content": null,
            "start_time": "2022-09-03T00:00:00.000000Z",
            "end_time": "2022-10-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "12/13 York Street",
            "city": "Bath",
            "geolocation": "40.058223,-76.722137",
            "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": 12548,
            "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": 12835,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/236382b67e6341348948257d592a67ab-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/236382b67e6341348948257d592a67ab-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/236382b67e6341348948257d592a67ab.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/236382b67e6341348948257d592a67ab-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/236382b67e6341348948257d592a67ab-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/236382b67e6341348948257d592a67ab-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/236382b67e6341348948257d592a67ab-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/236382b67e6341348948257d592a67ab-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/236382b67e6341348948257d592a67ab-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/236382b67e6341348948257d592a67ab-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-17T18:22:19.366878Z",
                "updated_at": "2022-08-17T18:22:19.366915Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3937,
                "name": "Beaux Arts Bath",
                "slug": "beaux-arts-bath",
                "city": "Bath",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.38108829999999,-2.358352199999999",
                "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-17T18:22:24.486622Z",
            "publish_time": null,
            "slug": "beaux-arts-bath-mark-johnston-new-paintings-2022-09-03",
            "created_at": "2022-08-17T18:22:25.303356Z",
            "updated_at": "2022-08-17T18:22:26.298646Z",
            "summary": "Mark Johnston: New Paintings is an Gallery Shows event starting on 03/09/2022, 00:00 and ending on 01/10/2022, 00:00. Event is in Beaux Arts Bath with address 12/13 York Street.",
            "title": "Mark Johnston: New Paintings",
            "content": null,
            "start_time": "2022-09-03T00:00:00.000000Z",
            "end_time": "2022-10-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "12/13 York Street",
            "city": "Bath",
            "geolocation": "40.058223,-76.722137",
            "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": []
        }
    ]
}