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

{
    "count": 37591,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=25740&ordering=-start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=25704&ordering=-start_time",
    "results": [
        {
            "id": 11436,
            "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": 11901,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e66daa8f3804865b954f6289df80423-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e66daa8f3804865b954f6289df80423-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4e66daa8f3804865b954f6289df80423.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e66daa8f3804865b954f6289df80423-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e66daa8f3804865b954f6289df80423-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e66daa8f3804865b954f6289df80423-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e66daa8f3804865b954f6289df80423-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e66daa8f3804865b954f6289df80423-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e66daa8f3804865b954f6289df80423-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e66daa8f3804865b954f6289df80423-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-31T11:23:54.659986Z",
                "updated_at": "2022-07-31T11:23:54.660043Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4532,
                "name": "Hammer Museum",
                "slug": "hammer-museum",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0591217,-118.4436674",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-07-31T11:23:58.778027Z",
            "publish_time": null,
            "slug": "hammer-museum-a-decade-of-acquisitions-of-works-on-paper-part-ii-2022-05-22",
            "created_at": "2022-07-31T11:23:59.611575Z",
            "updated_at": "2022-07-31T11:24:00.809303Z",
            "summary": "A Decade of Acquisitions of Works on Paper – Part II is an Gallery Shows event starting on 22/05/2022, 00:00 and ending on 28/08/2022, 00:00. Event is in Hammer Museum with address 10899 Wilshire Blvd.",
            "title": "A Decade of Acquisitions of Works on Paper – Part II",
            "content": null,
            "start_time": "2022-05-22T00:00:00.000000Z",
            "end_time": "2022-08-28T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "10899 Wilshire Blvd",
            "city": "Los Angeles",
            "geolocation": "34.0591533,-118.4436421",
            "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": 11474,
            "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": 11930,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81b856cb79c9423eae628be46a44599a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81b856cb79c9423eae628be46a44599a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/81b856cb79c9423eae628be46a44599a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81b856cb79c9423eae628be46a44599a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81b856cb79c9423eae628be46a44599a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81b856cb79c9423eae628be46a44599a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81b856cb79c9423eae628be46a44599a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81b856cb79c9423eae628be46a44599a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81b856cb79c9423eae628be46a44599a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81b856cb79c9423eae628be46a44599a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-31T13:18:51.517246Z",
                "updated_at": "2022-07-31T13:18:51.517286Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5905,
                "name": "Jeffrey Deitch - LA",
                "slug": "jeffrey-deitch-la",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0878439,-118.3419486",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-07-31T13:18:55.665233Z",
            "publish_time": null,
            "slug": "jeffrey-deitch-los-angeles-nadia-lee-cohen-hello-my-name-is-2022-05-22",
            "created_at": "2022-07-31T13:18:56.470953Z",
            "updated_at": "2022-07-31T13:18:56.837940Z",
            "summary": "Nadia Lee Cohen: Hello, My Name Is is an Gallery Shows event starting on 22/05/2022, 00:00 and ending on 09/07/2022, 00:00. Event is in Jeffrey Deitch - LA with address 925 North Orange Drive.",
            "title": "Nadia Lee Cohen: Hello, My Name Is",
            "content": null,
            "start_time": "2022-05-22T00:00:00.000000Z",
            "end_time": "2022-07-09T00: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": "925 North Orange Drive",
            "city": "Los Angeles",
            "geolocation": "34.1008422,-118.3414214",
            "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": 11897,
            "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": 6036,
                "name": "Sarasota Art Museum",
                "slug": "sarasota-art-museum",
                "city": "Sarasota",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "27.3259066,-82.52928",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-08-05T09:21:02.102543Z",
            "publish_time": null,
            "slug": "sarasota-art-museum-katrina-coombs-i-mother-2022-05-22",
            "created_at": "2022-08-05T09:21:02.931781Z",
            "updated_at": "2022-08-05T09:21:03.348823Z",
            "summary": "Katrina Coombs: I M(O)ther is an Museum Exhibitions event starting on 22/05/2022, 00:00 and ending on 02/10/2022, 00:00. Event is in Sarasota Art Museum with address 1001 South Tamiami Trail.",
            "title": "Katrina Coombs: I M(O)ther",
            "content": null,
            "start_time": "2022-05-22T00:00:00.000000Z",
            "end_time": "2022-10-02T00: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": "1001 South Tamiami Trail",
            "city": "Sarasota",
            "geolocation": "27.3256414,-82.5290239",
            "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": 11918,
            "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": 12311,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da2f7042a0fe4ad6ac2e89b66dd4a6d5-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da2f7042a0fe4ad6ac2e89b66dd4a6d5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/da2f7042a0fe4ad6ac2e89b66dd4a6d5.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da2f7042a0fe4ad6ac2e89b66dd4a6d5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da2f7042a0fe4ad6ac2e89b66dd4a6d5-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da2f7042a0fe4ad6ac2e89b66dd4a6d5-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da2f7042a0fe4ad6ac2e89b66dd4a6d5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da2f7042a0fe4ad6ac2e89b66dd4a6d5-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da2f7042a0fe4ad6ac2e89b66dd4a6d5-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/da2f7042a0fe4ad6ac2e89b66dd4a6d5-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-05T09:41:26.943528Z",
                "updated_at": "2022-08-05T09:41:26.943586Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6044,
                "name": "RPS Landscape Exhibition - Edinburgh",
                "slug": "rps-landscape-exhibition-edinburgh",
                "city": "Edinburgh",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.9542775,-3.1928126",
                "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-05T09:41:30.849524Z",
            "publish_time": null,
            "slug": "rps-landscape-exhibition-edinburgh-rps-landscape-edinburgh-2022-05-22",
            "created_at": "2022-08-05T09:41:31.649358Z",
            "updated_at": "2022-08-05T09:41:32.026739Z",
            "summary": "RPS Landscape - Edinburgh is an Gallery Shows event starting on 22/05/2022, 00:00 and ending on 18/06/2022, 00:00. Event is in RPS Landscape Exhibition - Edinburgh with address St Andrew Square.",
            "title": "RPS Landscape - Edinburgh",
            "content": null,
            "start_time": "2022-05-22T00:00:00.000000Z",
            "end_time": "2022-06-18T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "St Andrew Square",
            "city": "Edinburgh",
            "geolocation": "55.9537869,-3.1921462",
            "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": 11975,
            "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": 12357,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ccb90f4d9a6a441b8ce5e4169bb058a0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ccb90f4d9a6a441b8ce5e4169bb058a0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ccb90f4d9a6a441b8ce5e4169bb058a0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ccb90f4d9a6a441b8ce5e4169bb058a0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ccb90f4d9a6a441b8ce5e4169bb058a0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ccb90f4d9a6a441b8ce5e4169bb058a0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ccb90f4d9a6a441b8ce5e4169bb058a0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ccb90f4d9a6a441b8ce5e4169bb058a0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ccb90f4d9a6a441b8ce5e4169bb058a0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ccb90f4d9a6a441b8ce5e4169bb058a0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-07T10:53:01.220645Z",
                "updated_at": "2022-08-07T10:53:01.220706Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 1766,
                "name": "Locati Philadelphia",
                "slug": "locati-philadelphia",
                "city": "Philadelphia",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.1272688,-75.09087160000001",
                "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-07T10:53:04.601087Z",
            "publish_time": null,
            "slug": "lolas-private-gallery-floating-colors-private-artist-studio-visit-talk-afternoon-tea-in-soho-2022-05-22",
            "created_at": "2022-08-07T10:53:05.396218Z",
            "updated_at": "2022-08-07T10:53:06.129225Z",
            "summary": "Floating Colors: Private Artist Studio Visit, Talk & Afternoon Tea in SOHO is an Gallery Shows event starting on 22/05/2022, 00:00 and ending on 22/05/2022, 00:00. Event is in Locati Philadelphia with address 52 Greene st.",
            "title": "Floating Colors: Private Artist Studio Visit, Talk & Afternoon Tea in SOHO",
            "content": null,
            "start_time": "2022-05-22T00:00:00.000000Z",
            "end_time": "2022-05-22T00: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": "52 Greene st",
            "city": "New York",
            "geolocation": "40.72209705,-74.00151550480251",
            "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": 18583,
            "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": 18142,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5e2c9d112e64f34befc62fad358f015-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5e2c9d112e64f34befc62fad358f015-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b5e2c9d112e64f34befc62fad358f015.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5e2c9d112e64f34befc62fad358f015-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5e2c9d112e64f34befc62fad358f015-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5e2c9d112e64f34befc62fad358f015-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5e2c9d112e64f34befc62fad358f015-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5e2c9d112e64f34befc62fad358f015-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5e2c9d112e64f34befc62fad358f015-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b5e2c9d112e64f34befc62fad358f015-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-12-23T16:23:42.660106Z",
                "updated_at": "2022-12-23T16:23:42.660159Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6816,
                "name": "FHXB Friedrichshain-Kreuzberg Museum",
                "slug": "fhxb-friedrichshain-kreuzberg-museum",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5008063,13.4183334",
                "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-12-23T16:23:46.299907Z",
            "publish_time": null,
            "slug": "fhxb-friedrichshain-kreuzberg-museum-versammeln-antirassistischer-kampfe-ein-offenes-archiv-2022-05-22",
            "created_at": "2022-12-23T16:23:47.168185Z",
            "updated_at": "2022-12-23T16:23:47.656637Z",
            "summary": "Ver/sammeln antirassistischer Kämpfe - Ein offenes Archiv is an Gallery Shows event starting on 22/05/2022, 00:00 and ending on 20/05/2024, 00:00. Event is in FHXB Friedrichshain-Kreuzberg Museum with address Adalbertstraße 95A.",
            "title": "Ver/sammeln antirassistischer Kämpfe - Ein offenes Archiv",
            "content": null,
            "start_time": "2022-05-22T00:00:00.000000Z",
            "end_time": "2024-05-20T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Adalbertstraße 95A",
            "city": "Berlin",
            "geolocation": "52.5006018,13.4182215",
            "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": 8617,
            "author": {
                "id": "bf1fddb9-b06a-4b48-ba23-cb9cffac0197",
                "username": "it@roma-gallery.com",
                "slug": "itroma-gallerycom",
                "first_name": "Iridanos",
                "last_name": "Tsirigkoulis",
                "display_name": null,
                "display_name_full": "Iridanos Tsirigkoulis",
                "email": "it@roma-gallery.com",
                "telephone": "+30 21 3035 8344"
            },
            "price": null,
            "featured_image": {
                "id": 9465,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed0633724b0b46b69195f492cf0c5b6b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed0633724b0b46b69195f492cf0c5b6b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ed0633724b0b46b69195f492cf0c5b6b.png",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed0633724b0b46b69195f492cf0c5b6b-crop-c0-5__0-5-270x152.png",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed0633724b0b46b69195f492cf0c5b6b-crop-c0-5__0-5-555x312.png",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed0633724b0b46b69195f492cf0c5b6b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed0633724b0b46b69195f492cf0c5b6b-crop-c0-5__0-5-524x294.png",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed0633724b0b46b69195f492cf0c5b6b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed0633724b0b46b69195f492cf0c5b6b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed0633724b0b46b69195f492cf0c5b6b-crop-c0-5__0-5-179x179.png"
                },
                "created_at": "2022-05-20T11:33:38.728181Z",
                "updated_at": "2022-05-20T11:33:38.728217Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "bf1fddb9-b06a-4b48-ba23-cb9cffac0197"
            },
            "venue": {
                "id": 3105,
                "name": "Roma Gallery",
                "slug": "roma-gallery",
                "city": "Athens",
                "country": {
                    "code": "GR",
                    "name": "Greece"
                },
                "geolocation": "37.97858069999999,23.7388047",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2990,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-crop-c0-5__0-5-558x279.png",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-crop-c0-5__0-5-265x149.png",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/tygb.png",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-crop-c0-5__0-5-760x499.png",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-09-01T13:46:42.509568Z",
                    "updated_at": "2021-09-14T13:43:38.754967Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "bf1fddb9-b06a-4b48-ba23-cb9cffac0197"
                },
                "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": "",
            "publish_status": "published",
            "published_at": "2022-05-20T11:33:42.920940Z",
            "publish_time": null,
            "slug": "guided-tour-dennis-oppenheim-roma-gallery",
            "created_at": "2022-05-20T11:33:42.924246Z",
            "updated_at": "2022-05-20T11:33:42.966339Z",
            "summary": "Guided tour - Dennis Oppenheim - Roma Gallery is an Gallery Shows event starting on 21/05/2022, 12:30 and ending on 21/05/2022, 15:30. Event is in Roma Gallery with address Roma  5.",
            "title": "Guided tour - Dennis Oppenheim - Roma Gallery",
            "content": "«Dennis Oppenheim – έργα (1981-1989) για μια γλυπτική που προφητεύει το μέλλον»\r\nΣτο πλαίσιο της ατομικής έκθεσης του Dennis Oppenheim, το Σάββατο 21 Μαΐου στις 12:30 θα γίνει ξενάγηση στην έκθεση από τον επιμελητή Δημήτρη Τρίκα.\r\n****\r\nΓια επιπλέον πληροφορίες σχετικά με την έκθεση και την εκδήλωση παρακαλώ επικοινωνήστε με την γκαλερί: info@roma-gallery.com,\r\n2130358344, 2112341115\r\n\r\n****\r\n“Dennis Oppenheim – Works 1981–1989: Towards a Prophetic Sculpture”\r\n\r\nCurated by Dimitris Trikas",
            "start_time": "2022-05-21T12:30:00.000000Z",
            "end_time": "2022-05-21T15:30: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": "Roma  5",
            "city": "",
            "geolocation": "37.97858069999999,23.7388047",
            "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": [
                868
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 7990,
            "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": 8974,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b215c0eef1740d1a39d39f448fdc5c1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b215c0eef1740d1a39d39f448fdc5c1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7b215c0eef1740d1a39d39f448fdc5c1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b215c0eef1740d1a39d39f448fdc5c1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b215c0eef1740d1a39d39f448fdc5c1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b215c0eef1740d1a39d39f448fdc5c1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b215c0eef1740d1a39d39f448fdc5c1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b215c0eef1740d1a39d39f448fdc5c1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b215c0eef1740d1a39d39f448fdc5c1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b215c0eef1740d1a39d39f448fdc5c1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-27T21:37:12.875676Z",
                "updated_at": "2022-03-27T21:37:12.875711Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4063,
                "name": "S.M.A.K. Stedelijk Museum voor Actuele Kunst",
                "slug": "smk-stedelijk-museum-voor-actuele-kunst",
                "city": "Gent",
                "country": "",
                "geolocation": "51.03789800000001,3.721089099999999",
                "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": "BE",
            "publish_status": "published",
            "published_at": "2022-03-27T21:37:16.330938Z",
            "publish_time": null,
            "slug": "smak-stedelijk-museum-voor-actuele-kunst-lydia-ourahmane-barzakh-2022-05-21",
            "created_at": "2022-03-27T21:37:17.049661Z",
            "updated_at": "2022-03-27T21:37:17.419704Z",
            "summary": "Lydia Ourahmane | Barzakh is an Gallery Shows event starting on 21/05/2022, 00:00 and ending on 18/09/2022, 00:00. Event is in S.M.A.K. Stedelijk Museum voor Actuele Kunst with address Citadelpark.",
            "title": "Lydia Ourahmane | Barzakh",
            "content": null,
            "start_time": "2022-05-21T00:00:00.000000Z",
            "end_time": "2022-09-18T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Citadelpark",
            "city": "Ghent",
            "geolocation": "51.038130800000005,3.718495861699464",
            "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": 8140,
            "author": {
                "id": "13e1b1ce-3b40-4e10-bf77-998a3b49b5fc",
                "username": "BeersLondon",
                "slug": "beerslondon",
                "first_name": "",
                "last_name": "",
                "display_name": null,
                "display_name_full": "",
                "email": "phoebe@beerslondon.com",
                "telephone": "0207 502 9078"
            },
            "price": null,
            "featured_image": {
                "id": 9102,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c03ad59da95e4c0d89148901f83bf9df-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c03ad59da95e4c0d89148901f83bf9df-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c03ad59da95e4c0d89148901f83bf9df.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c03ad59da95e4c0d89148901f83bf9df-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c03ad59da95e4c0d89148901f83bf9df-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c03ad59da95e4c0d89148901f83bf9df-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c03ad59da95e4c0d89148901f83bf9df-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c03ad59da95e4c0d89148901f83bf9df-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c03ad59da95e4c0d89148901f83bf9df-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c03ad59da95e4c0d89148901f83bf9df-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-22T16:31:17.764905Z",
                "updated_at": "2022-04-22T16:31:17.764942Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 693,
                "name": "BEERS London",
                "slug": "beers-contemporary-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.518054,-0.099502",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3967,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/709b412d42f44ee1bae6c9c5f2462a75.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/709b412d42f44ee1bae6c9c5f2462a75-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-08-18T15:15:48.361227Z",
                    "updated_at": "2022-08-18T15:15:48.361270Z",
                    "is_converted_to_webp": true,
                    "caption": "Beers London gallery profile image",
                    "alt_text": "Beers London gallery profile image",
                    "description": "",
                    "uploaded_by": "2c83a774-5ea2-4702-9e29-ffb9740dbb2a"
                },
                "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-22T16:31:23.362643Z",
            "publish_time": null,
            "slug": "beers-contemporary-london-peter-matthews-shape-shifter-2022-05-21",
            "created_at": "2022-04-22T16:31:24.726316Z",
            "updated_at": "2022-08-03T08:41:52.957688Z",
            "summary": "Peter Matthews: Shape Shifter is an Gallery Shows event starting on 21/05/2022, 00:00 and ending on 11/06/2022, 00:00. Event is in BEERS London with address 51 Little Britain.",
            "title": "Peter Matthews: Shape Shifter",
            "content": null,
            "start_time": "2022-05-21T00:00:00.000000Z",
            "end_time": "2022-06-11T00: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": "51 Little Britain",
            "city": "London",
            "geolocation": "51.5171701,-0.0986172",
            "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": 8175,
            "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": 9129,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac93f82879054152a274123f852e0106-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac93f82879054152a274123f852e0106-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ac93f82879054152a274123f852e0106.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac93f82879054152a274123f852e0106-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac93f82879054152a274123f852e0106-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac93f82879054152a274123f852e0106-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac93f82879054152a274123f852e0106-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac93f82879054152a274123f852e0106-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac93f82879054152a274123f852e0106-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac93f82879054152a274123f852e0106-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-22T16:56:32.838379Z",
                "updated_at": "2022-04-22T16:56:32.838474Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3363,
                "name": "Japan House London",
                "slug": "japan-house-london",
                "city": "London",
                "country": "",
                "geolocation": "51.50127879999999,-0.1917503",
                "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-22T16:56:37.364404Z",
            "publish_time": null,
            "slug": "japan-house-london-symbiosis-living-island-2022-05-21",
            "created_at": "2022-04-22T16:56:38.348214Z",
            "updated_at": "2022-04-22T16:56:38.910673Z",
            "summary": "Symbiosis: Living Island is an Gallery Shows event starting on 21/05/2022, 00:00 and ending on 04/09/2022, 00:00. Event is in Japan House London with address 101-111 Kensington High St.",
            "title": "Symbiosis: Living Island",
            "content": null,
            "start_time": "2022-05-21T00:00:00.000000Z",
            "end_time": "2022-09-04T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "101-111 Kensington High St",
            "city": "London",
            "geolocation": "51.5013496,-0.1916822",
            "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": 8210,
            "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": 9153,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe05134723f642fb80672fd387733c6d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe05134723f642fb80672fd387733c6d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fe05134723f642fb80672fd387733c6d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe05134723f642fb80672fd387733c6d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe05134723f642fb80672fd387733c6d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe05134723f642fb80672fd387733c6d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe05134723f642fb80672fd387733c6d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe05134723f642fb80672fd387733c6d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe05134723f642fb80672fd387733c6d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fe05134723f642fb80672fd387733c6d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-22T17:19:47.871433Z",
                "updated_at": "2022-04-22T17:19:47.871471Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3545,
                "name": "The Hub",
                "slug": "hub",
                "city": "Sleaford",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.9986741,-0.4077978",
                "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:19:52.007161Z",
            "publish_time": null,
            "slug": "the-hub-our-place-aprons-and-the-hubs-craft-club-showcase-2022-05-21",
            "created_at": "2022-04-22T17:19:52.998221Z",
            "updated_at": "2022-04-22T17:19:53.605041Z",
            "summary": "Our Place: Aprons and the Hub’s Craft Club Showcase is an Gallery Shows event starting on 21/05/2022, 00:00 and ending on 03/07/2022, 00:00. Event is in The Hub with address Navigation Wharf.",
            "title": "Our Place: Aprons and the Hub’s Craft Club Showcase",
            "content": null,
            "start_time": "2022-05-21T00:00:00.000000Z",
            "end_time": "2022-07-03T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Navigation Wharf",
            "city": "Sleaford",
            "geolocation": "52.2261294,-0.2679876",
            "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": 9922,
            "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": 10624,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/984327f911ee4a5dbf7db7bfd2941ef2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/984327f911ee4a5dbf7db7bfd2941ef2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/984327f911ee4a5dbf7db7bfd2941ef2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/984327f911ee4a5dbf7db7bfd2941ef2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/984327f911ee4a5dbf7db7bfd2941ef2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/984327f911ee4a5dbf7db7bfd2941ef2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/984327f911ee4a5dbf7db7bfd2941ef2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/984327f911ee4a5dbf7db7bfd2941ef2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/984327f911ee4a5dbf7db7bfd2941ef2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/984327f911ee4a5dbf7db7bfd2941ef2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-27T19:07:40.227815Z",
                "updated_at": "2022-06-27T19:07:40.227869Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3457,
                "name": "ACE Arts",
                "slug": "ace-arts",
                "city": "Somerton",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.0540062,-2.7282335",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-06-27T19:07:42.927381Z",
            "publish_time": null,
            "slug": "ace-arts-acearts-open-2022-05-21",
            "created_at": "2022-06-27T19:07:43.711689Z",
            "updated_at": "2022-06-27T19:07:44.140624Z",
            "summary": "ACEarts OPEN is an Gallery Shows event starting on 21/05/2022, 00:00 and ending on 25/06/2022, 00:00. Event is in ACE Arts with address Market Place.",
            "title": "ACEarts OPEN",
            "content": null,
            "start_time": "2022-05-21T00:00:00.000000Z",
            "end_time": "2022-06-25T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Market Place",
            "city": "Somerton",
            "geolocation": "39.2370913,-84.34770958162261",
            "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": 9926,
            "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": 10625,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/624baeb008e84cf9886832c8bc2539a7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/624baeb008e84cf9886832c8bc2539a7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/624baeb008e84cf9886832c8bc2539a7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/624baeb008e84cf9886832c8bc2539a7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/624baeb008e84cf9886832c8bc2539a7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/624baeb008e84cf9886832c8bc2539a7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/624baeb008e84cf9886832c8bc2539a7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/624baeb008e84cf9886832c8bc2539a7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/624baeb008e84cf9886832c8bc2539a7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/624baeb008e84cf9886832c8bc2539a7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-27T19:20:58.162780Z",
                "updated_at": "2022-06-27T19:20:58.162815Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3457,
                "name": "ACE Arts",
                "slug": "ace-arts",
                "city": "Somerton",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.0540062,-2.7282335",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-06-27T19:21:01.226646Z",
            "publish_time": null,
            "slug": "ace-arts-ink-print-2022-05-21",
            "created_at": "2022-06-27T19:21:02.043581Z",
            "updated_at": "2022-06-27T19:21:02.898029Z",
            "summary": "Ink & Print is an Gallery Shows event starting on 21/05/2022, 00:00 and ending on 25/06/2022, 00:00. Event is in ACE Arts with address Market Place.",
            "title": "Ink & Print",
            "content": null,
            "start_time": "2022-05-21T00:00:00.000000Z",
            "end_time": "2022-06-25T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Market Place",
            "city": "Somerton",
            "geolocation": "39.2370913,-84.34770958162261",
            "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": 9948,
            "author": {
                "id": "47a947c6-c9f6-4a89-b7e3-ecc2b7f256ca",
                "username": "barret_1211",
                "slug": "barret_1211",
                "first_name": "Barret",
                "last_name": "Lybbert",
                "display_name": "Barret Lybbert",
                "display_name_full": "Barret Lybbert",
                "email": "barret@anatebgi.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 10643,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6292322f7bf445a8dd223719b4d68b4-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6292322f7bf445a8dd223719b4d68b4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c6292322f7bf445a8dd223719b4d68b4.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6292322f7bf445a8dd223719b4d68b4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6292322f7bf445a8dd223719b4d68b4-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6292322f7bf445a8dd223719b4d68b4-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6292322f7bf445a8dd223719b4d68b4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6292322f7bf445a8dd223719b4d68b4-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6292322f7bf445a8dd223719b4d68b4-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c6292322f7bf445a8dd223719b4d68b4-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-27T19:22:57.157507Z",
                "updated_at": "2022-06-27T19:22:57.157544Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3226,
                "name": "Anat Ebgi Los Angeles",
                "slug": "anat-ebgi-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0628981,-118.3633188",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-06-27T19:23:01.206012Z",
            "publish_time": null,
            "slug": "anat-ebgi-los-angeles-alec-egan-mark-ryan-chariker-2022-05-21",
            "created_at": "2022-06-27T19:23:02.005731Z",
            "updated_at": "2022-08-03T08:41:54.457766Z",
            "summary": "Alec Egan / Mark Ryan Chariker is an Gallery Shows event starting on 21/05/2022, 00:00 and ending on 25/06/2022, 00:00. Event is in Anat Ebgi Los Angeles with address 6150 Wilshire Blvd.",
            "title": "Alec Egan / Mark Ryan Chariker",
            "content": null,
            "start_time": "2022-05-21T00:00:00.000000Z",
            "end_time": "2022-06-25T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "6150 Wilshire Blvd",
            "city": "Los Angeles",
            "geolocation": "34.06300046938775,-118.36240589795919",
            "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": 9967,
            "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": 4078,
                "name": "Art Collective WA",
                "slug": "art-collective-wa",
                "city": "Perth",
                "country": {
                    "code": "AU",
                    "name": "Australia"
                },
                "geolocation": "-31.9552786,115.8613838",
                "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-06-27T19:30:25.592038Z",
            "publish_time": null,
            "slug": "art-collective-wa-michele-theunissen-reflections-from-the-edge-2022-05-21",
            "created_at": "2022-06-27T19:30:26.390119Z",
            "updated_at": "2022-06-27T19:30:27.311314Z",
            "summary": "Michele Theunissen: Reflections from the Edge is an Gallery Shows event starting on 21/05/2022, 00:00 and ending on 18/06/2022, 00:00. Event is in Art Collective WA with address 2/565 Hay Street.",
            "title": "Michele Theunissen: Reflections from the Edge",
            "content": null,
            "start_time": "2022-05-21T00:00:00.000000Z",
            "end_time": "2022-06-18T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2/565 Hay Street",
            "city": "Perth",
            "geolocation": "-34.5129124,144.8416999",
            "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": 9968,
            "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": 10659,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49446597c618405f94e018f987f13d7a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49446597c618405f94e018f987f13d7a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/49446597c618405f94e018f987f13d7a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49446597c618405f94e018f987f13d7a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49446597c618405f94e018f987f13d7a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49446597c618405f94e018f987f13d7a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49446597c618405f94e018f987f13d7a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49446597c618405f94e018f987f13d7a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49446597c618405f94e018f987f13d7a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/49446597c618405f94e018f987f13d7a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-27T19:30:26.741231Z",
                "updated_at": "2022-06-27T19:30:26.741267Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4078,
                "name": "Art Collective WA",
                "slug": "art-collective-wa",
                "city": "Perth",
                "country": {
                    "code": "AU",
                    "name": "Australia"
                },
                "geolocation": "-31.9552786,115.8613838",
                "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-06-27T19:30:28.900905Z",
            "publish_time": null,
            "slug": "art-collective-wa-frank-morris-rock-paper-scissors-and-sigh-2022-05-21",
            "created_at": "2022-06-27T19:30:29.681212Z",
            "updated_at": "2022-06-27T19:30:30.099900Z",
            "summary": "Frank Morris: Rock, Paper, Scissors and Sigh is an Gallery Shows event starting on 21/05/2022, 00:00 and ending on 18/06/2022, 00:00. Event is in Art Collective WA with address 2/565 Hay Street.",
            "title": "Frank Morris: Rock, Paper, Scissors and Sigh",
            "content": null,
            "start_time": "2022-05-21T00:00:00.000000Z",
            "end_time": "2022-06-18T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2/565 Hay Street",
            "city": "Perth",
            "geolocation": "-34.5129124,144.8416999",
            "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": 10220,
            "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": 10871,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92a05ed9813a4315a12600f3a09ae28e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92a05ed9813a4315a12600f3a09ae28e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/92a05ed9813a4315a12600f3a09ae28e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92a05ed9813a4315a12600f3a09ae28e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92a05ed9813a4315a12600f3a09ae28e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92a05ed9813a4315a12600f3a09ae28e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92a05ed9813a4315a12600f3a09ae28e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92a05ed9813a4315a12600f3a09ae28e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92a05ed9813a4315a12600f3a09ae28e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/92a05ed9813a4315a12600f3a09ae28e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-03T09:35:31.179860Z",
                "updated_at": "2022-07-03T09:35:31.179895Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5368,
                "name": "Wilding Cran Gallery",
                "slug": "wilding-cran-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0241532,-118.2295453",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-07-03T09:35:35.878324Z",
            "publish_time": null,
            "slug": "wilding-cran-gallery-fawn-rogers-your-perfect-plastic-heart-2022-05-21",
            "created_at": "2022-07-03T09:35:36.664030Z",
            "updated_at": "2022-07-03T09:35:37.296479Z",
            "summary": "Fawn Rogers: Your Perfect Plastic Heart is an Gallery Shows event starting on 21/05/2022, 00:00 and ending on 18/06/2022, 00:00. Event is in Wilding Cran Gallery with address 1700 S. Santa Fe Avenue.",
            "title": "Fawn Rogers: Your Perfect Plastic Heart",
            "content": null,
            "start_time": "2022-05-21T00:00:00.000000Z",
            "end_time": "2022-06-18T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1700 S. Santa Fe Avenue",
            "city": "Los Angeles",
            "geolocation": "36.315453322580645,-119.2873429032258",
            "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": 10229,
            "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": 10879,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c4c0a2b19fc44d58c363bc12f99210f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c4c0a2b19fc44d58c363bc12f99210f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8c4c0a2b19fc44d58c363bc12f99210f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c4c0a2b19fc44d58c363bc12f99210f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c4c0a2b19fc44d58c363bc12f99210f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c4c0a2b19fc44d58c363bc12f99210f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c4c0a2b19fc44d58c363bc12f99210f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c4c0a2b19fc44d58c363bc12f99210f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c4c0a2b19fc44d58c363bc12f99210f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c4c0a2b19fc44d58c363bc12f99210f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-04T12:23:50.099734Z",
                "updated_at": "2022-07-04T12:23:50.099767Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3741,
                "name": "Upright Gallery",
                "slug": "upright-gallery",
                "city": "Edinburgh",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.9396469,-3.2042732",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-07-04T12:23:53.230777Z",
            "publish_time": null,
            "slug": "upright-gallery-overlap-2022-05-21",
            "created_at": "2022-07-04T12:23:54.016561Z",
            "updated_at": "2022-07-04T12:23:54.375608Z",
            "summary": "Overlap is an Gallery Shows event starting on 21/05/2022, 00:00 and ending on 10/06/2022, 00:00. Event is in Upright Gallery with address 3 Barclay Terrace.",
            "title": "Overlap",
            "content": null,
            "start_time": "2022-05-21T00:00:00.000000Z",
            "end_time": "2022-06-10T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "3 Barclay Terrace",
            "city": "Edinburgh",
            "geolocation": "55.939623,-3.2042815",
            "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": []
        }
    ]
}