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=23688&ordering=-end_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=23706&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=23670&ordering=-end_time",
    "results": [
        {
            "id": 12592,
            "author": {
                "id": "ce34e47b-4d0e-4fac-8569-c2a728a4d909",
                "username": "contact@haze.gallery",
                "slug": "contacthazegallery",
                "first_name": "Irina",
                "last_name": "Rusinovich",
                "display_name": null,
                "display_name_full": "Irina Rusinovich",
                "email": "contact@haze.gallery",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 12882,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d717b69ff1dd46d184abfe49e4a0d177-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d717b69ff1dd46d184abfe49e4a0d177-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d717b69ff1dd46d184abfe49e4a0d177.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d717b69ff1dd46d184abfe49e4a0d177-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d717b69ff1dd46d184abfe49e4a0d177-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d717b69ff1dd46d184abfe49e4a0d177-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d717b69ff1dd46d184abfe49e4a0d177-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d717b69ff1dd46d184abfe49e4a0d177-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d717b69ff1dd46d184abfe49e4a0d177-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d717b69ff1dd46d184abfe49e4a0d177-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-17T18:43:57.280288Z",
                "updated_at": "2022-08-17T18:43:57.280326Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3417,
                "name": "Haze Gallery",
                "slug": "haze-gallery",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.49843509999999,13.3577691",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2022-08-17T18:43:59.827769Z",
            "publish_time": null,
            "slug": "haze-gallery-solo-show-by-ming-lu-2022-09-01",
            "created_at": "2022-08-17T18:44:00.627936Z",
            "updated_at": "2022-08-17T18:44:01.319877Z",
            "summary": "SOLO SHOW by Ming Lu is an Gallery Shows event starting on 01/09/2022, 00:00 and ending on 13/09/2022, 00:00. Event is in Haze Gallery with address Bulowstrasse 11.",
            "title": "SOLO SHOW by Ming Lu",
            "content": null,
            "start_time": "2022-09-01T00:00:00.000000Z",
            "end_time": "2022-09-13T00: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": "Bulowstrasse 11",
            "city": "Berlin",
            "geolocation": "52.4984477,13.3577777",
            "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": 8672,
            "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": 9522,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bddb0ccac41d488694a77c7a9c2ce7b1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bddb0ccac41d488694a77c7a9c2ce7b1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bddb0ccac41d488694a77c7a9c2ce7b1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bddb0ccac41d488694a77c7a9c2ce7b1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bddb0ccac41d488694a77c7a9c2ce7b1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bddb0ccac41d488694a77c7a9c2ce7b1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bddb0ccac41d488694a77c7a9c2ce7b1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bddb0ccac41d488694a77c7a9c2ce7b1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bddb0ccac41d488694a77c7a9c2ce7b1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bddb0ccac41d488694a77c7a9c2ce7b1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-01T10:25:16.770145Z",
                "updated_at": "2022-06-01T10:25:16.770180Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4237,
                "name": "International Center of Photography ICP",
                "slug": "international-center-photography-icp",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.71806049999999,-73.9886399",
                "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-01T10:25:18.908651Z",
            "publish_time": null,
            "slug": "international-center-of-photography-icp-william-klein-yes-photographs-paintings-films-19482013-2022-06-03",
            "created_at": "2022-06-01T10:25:19.620060Z",
            "updated_at": "2022-06-01T10:25:20.190465Z",
            "summary": "William Klein: YES Photographs, Paintings, Films, 1948–2013 is an Gallery Shows event starting on 03/06/2022, 00:00 and ending on 12/09/2022, 00:00. Event is in International Center of Photography ICP with address 79 Essex Street.",
            "title": "William Klein: YES Photographs, Paintings, Films, 1948–2013",
            "content": null,
            "start_time": "2022-06-03T00:00:00.000000Z",
            "end_time": "2022-09-12T00: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": "79 Essex Street",
            "city": "Lower East Side - New York",
            "geolocation": "37.9866396,-121.3052357",
            "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": 9513,
            "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": 10259,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f5f4252e3d4493691764308f7c87368-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f5f4252e3d4493691764308f7c87368-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6f5f4252e3d4493691764308f7c87368.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f5f4252e3d4493691764308f7c87368-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f5f4252e3d4493691764308f7c87368-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f5f4252e3d4493691764308f7c87368-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f5f4252e3d4493691764308f7c87368-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f5f4252e3d4493691764308f7c87368-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f5f4252e3d4493691764308f7c87368-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f5f4252e3d4493691764308f7c87368-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-06-20T09:36:23.333331Z",
                "updated_at": "2022-06-20T09:36:23.333404Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5128,
                "name": "The Hirschsprung Collection",
                "slug": "hirschsprung-collection",
                "city": "Copenhagen",
                "country": {
                    "code": "DK",
                    "name": "Denmark"
                },
                "geolocation": "55.68994170000001,12.5774946",
                "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": "DK",
            "publish_status": "published",
            "published_at": "2022-06-20T09:36:26.273029Z",
            "publish_time": null,
            "slug": "the-hirschsprung-collection-anna-syberg-the-beauty-of-the-moment-2022-06-15",
            "created_at": "2022-06-20T09:36:27.096445Z",
            "updated_at": "2022-06-20T09:36:27.621599Z",
            "summary": "Anna Syberg: The Beauty of the Moment is an Gallery Shows event starting on 15/06/2022, 00:00 and ending on 12/09/2022, 00:00. Event is in The Hirschsprung Collection with address Stockholmsgade 20.",
            "title": "Anna Syberg: The Beauty of the Moment",
            "content": null,
            "start_time": "2022-06-15T00:00:00.000000Z",
            "end_time": "2022-09-12T00: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": "Stockholmsgade 20",
            "city": "Copenhagen",
            "geolocation": "55.689956,12.577423",
            "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": 10748,
            "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": 11339,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ef98472e0864b2697d5b39cb380dcb8-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ef98472e0864b2697d5b39cb380dcb8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4ef98472e0864b2697d5b39cb380dcb8.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ef98472e0864b2697d5b39cb380dcb8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ef98472e0864b2697d5b39cb380dcb8-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ef98472e0864b2697d5b39cb380dcb8-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ef98472e0864b2697d5b39cb380dcb8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ef98472e0864b2697d5b39cb380dcb8-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ef98472e0864b2697d5b39cb380dcb8-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ef98472e0864b2697d5b39cb380dcb8-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-21T20:33:52.346595Z",
                "updated_at": "2022-07-21T20:33:52.346637Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4341,
                "name": "Gladwell & Patterson",
                "slug": "gladwell-patterson",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4980059,-0.1653542",
                "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-21T20:33:55.374153Z",
            "publish_time": null,
            "slug": "gladwell-patterson-the-art-of-time-2022-07-13",
            "created_at": "2022-07-21T20:33:56.583018Z",
            "updated_at": "2022-07-21T20:33:57.557058Z",
            "summary": "The Art of Time is an Gallery Shows event starting on 13/07/2022, 00:00 and ending on 12/09/2022, 00:00. Event is in Gladwell & Patterson with address 5 Beauchamp Place.",
            "title": "The Art of Time",
            "content": null,
            "start_time": "2022-07-13T00:00:00.000000Z",
            "end_time": "2022-09-12T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "5 Beauchamp Place",
            "city": "London",
            "geolocation": "51.4979883,-0.1654644",
            "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": 11117,
            "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": 11661,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df85973681764e56bbb0255a3fc02d4a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df85973681764e56bbb0255a3fc02d4a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/df85973681764e56bbb0255a3fc02d4a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df85973681764e56bbb0255a3fc02d4a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df85973681764e56bbb0255a3fc02d4a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df85973681764e56bbb0255a3fc02d4a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df85973681764e56bbb0255a3fc02d4a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df85973681764e56bbb0255a3fc02d4a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df85973681764e56bbb0255a3fc02d4a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df85973681764e56bbb0255a3fc02d4a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-27T19:52:13.652013Z",
                "updated_at": "2022-07-27T19:52:13.652049Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5756,
                "name": "Gallery DODO",
                "slug": "gallery-dodo",
                "city": "Brighton",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.8288385,-0.1337618",
                "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-27T19:52:16.242970Z",
            "publish_time": null,
            "slug": "gallery-dodo-trouble-with-them-2022-07-30",
            "created_at": "2022-07-27T19:52:17.055464Z",
            "updated_at": "2022-07-27T19:52:17.118027Z",
            "summary": "Trouble With Them is an Gallery Shows event starting on 30/07/2022, 00:00 and ending on 12/09/2022, 00:00. Event is in Gallery DODO with address Gallery DODO c/o Phoenix Art Space.",
            "title": "Trouble With Them",
            "content": null,
            "start_time": "2022-07-30T00:00:00.000000Z",
            "end_time": "2022-09-12T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Gallery DODO c/o Phoenix Art Space",
            "city": "Brighton",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 12128,
            "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": 12485,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e45389791c21434c81a057e58fe95f10-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e45389791c21434c81a057e58fe95f10-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e45389791c21434c81a057e58fe95f10.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e45389791c21434c81a057e58fe95f10-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e45389791c21434c81a057e58fe95f10-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e45389791c21434c81a057e58fe95f10-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e45389791c21434c81a057e58fe95f10-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e45389791c21434c81a057e58fe95f10-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e45389791c21434c81a057e58fe95f10-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e45389791c21434c81a057e58fe95f10-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-10T12:00:29.571285Z",
                "updated_at": "2022-08-10T12:00:29.571339Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4611,
                "name": "Cass Art",
                "slug": "cass-art",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5363016,-0.100919",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-08-10T12:00:35.083360Z",
            "publish_time": null,
            "slug": "art-space-kingston-cass-art-tiny-but-fierce-2022-09-05",
            "created_at": "2022-08-10T12:00:35.877497Z",
            "updated_at": "2022-08-10T12:00:36.676231Z",
            "summary": "Tiny, But Fierce is an Gallery Shows event starting on 05/09/2022, 00:00 and ending on 12/09/2022, 00:00. Event is in Cass Art with address 103 Clarence Street.",
            "title": "Tiny, But Fierce",
            "content": null,
            "start_time": "2022-09-05T00:00:00.000000Z",
            "end_time": "2022-09-12T00: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": "103 Clarence Street",
            "city": "London",
            "geolocation": "-36.851427,174.7398611",
            "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": 12198,
            "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": 12553,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c84cb8d026e4b3b88812c9536f8476c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c84cb8d026e4b3b88812c9536f8476c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1c84cb8d026e4b3b88812c9536f8476c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c84cb8d026e4b3b88812c9536f8476c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c84cb8d026e4b3b88812c9536f8476c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c84cb8d026e4b3b88812c9536f8476c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c84cb8d026e4b3b88812c9536f8476c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c84cb8d026e4b3b88812c9536f8476c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c84cb8d026e4b3b88812c9536f8476c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c84cb8d026e4b3b88812c9536f8476c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-10T13:04:36.995030Z",
                "updated_at": "2022-08-10T13:04:36.995066Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5956,
                "name": "Stephane Simoens",
                "slug": "stephane-simoens",
                "city": "Knokke-Heist",
                "country": {
                    "code": "BE",
                    "name": "Belgium"
                },
                "geolocation": "51.3552185,3.3007825",
                "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-08-10T13:04:40.486137Z",
            "publish_time": null,
            "slug": "stephane-simoens-this-is-not-a-solo-show-2022-08-06",
            "created_at": "2022-08-10T13:04:41.266714Z",
            "updated_at": "2022-08-10T13:04:41.721523Z",
            "summary": "This Is Not A Solo Show is an Gallery Shows event starting on 06/08/2022, 00:00 and ending on 12/09/2022, 00:00. Event is in Stephane Simoens with address Golvenstraat 7 8300.",
            "title": "This Is Not A Solo Show",
            "content": null,
            "start_time": "2022-08-06T00:00:00.000000Z",
            "end_time": "2022-09-12T00: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": "Golvenstraat 7 8300",
            "city": "Knokke-Heist",
            "geolocation": "51.355244049999996,3.3008846204254536",
            "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": 12206,
            "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": 12556,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6827f41e5b7841cd95e5fab501d3a2ea-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6827f41e5b7841cd95e5fab501d3a2ea-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6827f41e5b7841cd95e5fab501d3a2ea.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6827f41e5b7841cd95e5fab501d3a2ea-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6827f41e5b7841cd95e5fab501d3a2ea-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6827f41e5b7841cd95e5fab501d3a2ea-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6827f41e5b7841cd95e5fab501d3a2ea-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6827f41e5b7841cd95e5fab501d3a2ea-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6827f41e5b7841cd95e5fab501d3a2ea-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6827f41e5b7841cd95e5fab501d3a2ea-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-10T13:13:18.048614Z",
                "updated_at": "2022-08-10T13:13:18.048649Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6126,
                "name": "Las Cigarreras",
                "slug": "las-cigarreras",
                "city": "Alicante",
                "country": {
                    "code": "ES",
                    "name": "Spain"
                },
                "geolocation": "38.3529618,-0.4810573",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "ES",
            "publish_status": "published",
            "published_at": "2022-08-10T13:13:21.421315Z",
            "publish_time": null,
            "slug": "centro-cultural-las-cigarreras-la-clausura-del-cuerpo-mai-endo-x-aya-momose-2022-07-14",
            "created_at": "2022-08-10T13:13:22.239853Z",
            "updated_at": "2022-08-10T13:13:22.859220Z",
            "summary": "La Clausura del Cuerpo: Mai Endo x Aya Momose is an Gallery Shows event starting on 14/07/2022, 00:00 and ending on 12/09/2022, 00:00. Event is in Las Cigarreras with address Calle San Carlos 78.",
            "title": "La Clausura del Cuerpo: Mai Endo x Aya Momose",
            "content": null,
            "start_time": "2022-07-14T00:00:00.000000Z",
            "end_time": "2022-09-12T00: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": "Calle San Carlos 78",
            "city": "Alicante",
            "geolocation": "18.47253811044266,-66.93777383469543",
            "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": 13569,
            "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": 5640,
                "name": "Craven Contemporary LLC",
                "slug": "craven-contemporary-llc",
                "city": "Kent",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "41.7247637,-73.47568",
                "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-31T20:02:04.404107Z",
            "publish_time": null,
            "slug": "craven-contemporary-llc-bruno-leydet-hedonist-2022-09-07",
            "created_at": "2022-08-31T20:02:05.198278Z",
            "updated_at": "2022-08-31T20:02:05.242884Z",
            "summary": "Bruno Leydet - Hedonist is an Gallery Shows event starting on 07/09/2022, 00:00 and ending on 12/09/2022, 00:00. Event is in Craven Contemporary LLC with address SPRING/BREAK Art Show.",
            "title": "Bruno Leydet - Hedonist",
            "content": null,
            "start_time": "2022-09-07T00:00:00.000000Z",
            "end_time": "2022-09-12T00: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": "SPRING/BREAK Art Show",
            "city": "New York, NY",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 13650,
            "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": 13671,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/532f662e856348bc9c678fb2070dba9d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/532f662e856348bc9c678fb2070dba9d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/532f662e856348bc9c678fb2070dba9d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/532f662e856348bc9c678fb2070dba9d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/532f662e856348bc9c678fb2070dba9d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/532f662e856348bc9c678fb2070dba9d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/532f662e856348bc9c678fb2070dba9d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/532f662e856348bc9c678fb2070dba9d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/532f662e856348bc9c678fb2070dba9d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/532f662e856348bc9c678fb2070dba9d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-31T21:05:11.326424Z",
                "updated_at": "2022-08-31T21:05:11.326459Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6579,
                "name": "Modern Art West",
                "slug": "modern-art-west",
                "city": "Sonoma",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "38.290997,-122.458",
                "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-31T21:05:14.220532Z",
            "publish_time": null,
            "slug": "modern-art-west-the-long-view-california-women-of-abstract-expressionism-1945-1965-2022-07-23",
            "created_at": "2022-08-31T21:05:15.024519Z",
            "updated_at": "2022-08-31T21:05:17.234612Z",
            "summary": "The Long View: California Women of Abstract Expressionism 1945-1965 is an Gallery Shows event starting on 23/07/2022, 00:00 and ending on 12/09/2022, 00:00. Event is in Modern Art West with address 521 B Broadway.",
            "title": "The Long View: California Women of Abstract Expressionism 1945-1965",
            "content": null,
            "start_time": "2022-07-23T00:00:00.000000Z",
            "end_time": "2022-09-12T00: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": "521 B Broadway",
            "city": "Sonoma",
            "geolocation": "51.5346646,0.0781302",
            "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": 14062,
            "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": 13999,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0687ff092f24852a26de40b20d778cf-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0687ff092f24852a26de40b20d778cf-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b0687ff092f24852a26de40b20d778cf.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0687ff092f24852a26de40b20d778cf-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0687ff092f24852a26de40b20d778cf-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0687ff092f24852a26de40b20d778cf-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0687ff092f24852a26de40b20d778cf-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0687ff092f24852a26de40b20d778cf-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0687ff092f24852a26de40b20d778cf-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b0687ff092f24852a26de40b20d778cf-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-09-11T10:44:31.456166Z",
                "updated_at": "2022-09-11T10:44:31.456201Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6690,
                "name": "Spring Break Art Show 2022",
                "slug": "spring-break-art-show-2022",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7631806,-73.9714278",
                "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-09-11T10:44:34.804160Z",
            "publish_time": null,
            "slug": "spring-break-art-show-2022-symbolism-the-aesthetic-resistance-between-art-ritual-2022-09-07",
            "created_at": "2022-09-11T10:44:35.633191Z",
            "updated_at": "2022-09-11T10:44:36.773977Z",
            "summary": "Symbolism & The Aesthetic Resistance Between Art & Ritual is an Gallery Shows event starting on 07/09/2022, 00:00 and ending on 12/09/2022, 00:00. Event is in Spring Break Art Show 2022 with address 625 Madison Avenue.",
            "title": "Symbolism & The Aesthetic Resistance Between Art & Ritual",
            "content": null,
            "start_time": "2022-09-07T00:00:00.000000Z",
            "end_time": "2022-09-12T00: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": "625 Madison Avenue",
            "city": "New York",
            "geolocation": "40.7633581,-73.9713638",
            "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": 14121,
            "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": 14048,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d79d8d07f0c4160acbf0d1e0c22e055-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d79d8d07f0c4160acbf0d1e0c22e055-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1d79d8d07f0c4160acbf0d1e0c22e055.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d79d8d07f0c4160acbf0d1e0c22e055-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d79d8d07f0c4160acbf0d1e0c22e055-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d79d8d07f0c4160acbf0d1e0c22e055-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d79d8d07f0c4160acbf0d1e0c22e055-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d79d8d07f0c4160acbf0d1e0c22e055-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d79d8d07f0c4160acbf0d1e0c22e055-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d79d8d07f0c4160acbf0d1e0c22e055-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-09-11T13:54:46.264647Z",
                "updated_at": "2022-09-11T13:54:46.264684Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5159,
                "name": "Pie Factory",
                "slug": "pie-factory",
                "city": "Margate",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.3899615,1.382285",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-09-11T13:54:51.348503Z",
            "publish_time": null,
            "slug": "pie-factory-inner-outer-the-abstracted-form-2022-09-09",
            "created_at": "2022-09-11T13:54:52.145819Z",
            "updated_at": "2022-09-11T13:54:52.692471Z",
            "summary": "Inner, Outer: The Abstracted Form is an Gallery Shows event starting on 09/09/2022, 00:00 and ending on 12/09/2022, 00:00. Event is in Pie Factory with address 5 Broad Street.",
            "title": "Inner, Outer: The Abstracted Form",
            "content": null,
            "start_time": "2022-09-09T00:00:00.000000Z",
            "end_time": "2022-09-12T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "5 Broad Street",
            "city": "Margate",
            "geolocation": "51.3898407,1.381993",
            "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": 13009,
            "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": 6396,
                "name": "Belgis-Freidel Gallery",
                "slug": "belgis-freidel-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.8334827,-73.5005111",
                "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-24T08:43:54.840461Z",
            "publish_time": null,
            "slug": "belgis-freidel-gallery-art-on-paper-2022-09-08",
            "created_at": "2022-08-24T08:43:55.639735Z",
            "updated_at": "2022-08-24T08:43:55.676352Z",
            "summary": "ART ON PAPER is an Gallery Shows event starting on 08/09/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in Belgis-Freidel Gallery with address Pier 36, Downtown Manhattan 299 South Street.",
            "title": "ART ON PAPER",
            "content": null,
            "start_time": "2022-09-08T00:00:00.000000Z",
            "end_time": "2022-09-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": "Pier 36, Downtown Manhattan 299 South Street",
            "city": "New York",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 13121,
            "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": 13253,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e2414321a914e6eb947c06d75bd81ca-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e2414321a914e6eb947c06d75bd81ca-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4e2414321a914e6eb947c06d75bd81ca.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e2414321a914e6eb947c06d75bd81ca-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e2414321a914e6eb947c06d75bd81ca-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e2414321a914e6eb947c06d75bd81ca-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e2414321a914e6eb947c06d75bd81ca-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e2414321a914e6eb947c06d75bd81ca-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e2414321a914e6eb947c06d75bd81ca-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4e2414321a914e6eb947c06d75bd81ca-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-25T09:43:36.482160Z",
                "updated_at": "2022-08-25T09:43:36.482195Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6423,
                "name": "Kyoto Art Center / Kyoto, Japan",
                "slug": "kyoto-art-center-kyoto-japan",
                "city": "Kyoto",
                "country": {
                    "code": "JP",
                    "name": "Japan"
                },
                "geolocation": "35.0053025,135.7585356",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "JP",
            "publish_status": "published",
            "published_at": "2022-08-25T09:43:40.002284Z",
            "publish_time": null,
            "slug": "kyoto-art-center-kyoto-japan-elisa-insua-sugar-coated-lies-2022-08-26",
            "created_at": "2022-08-25T09:43:40.807001Z",
            "updated_at": "2022-08-25T09:43:40.854135Z",
            "summary": "Elisa Insua: Sugar Coated Lies is an Gallery Shows event starting on 26/08/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in Kyoto Art Center / Kyoto, Japan with address Yamabushiyama-cho 546-2, Nakagyo-ku.",
            "title": "Elisa Insua: Sugar Coated Lies",
            "content": null,
            "start_time": "2022-08-26T00:00:00.000000Z",
            "end_time": "2022-09-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": "Yamabushiyama-cho 546-2, Nakagyo-ku",
            "city": "Kyōto-shi",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 13133,
            "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": 13264,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/05a81701a7194383823ce441e21af0d5-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/05a81701a7194383823ce441e21af0d5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/05a81701a7194383823ce441e21af0d5.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/05a81701a7194383823ce441e21af0d5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/05a81701a7194383823ce441e21af0d5-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/05a81701a7194383823ce441e21af0d5-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/05a81701a7194383823ce441e21af0d5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/05a81701a7194383823ce441e21af0d5-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/05a81701a7194383823ce441e21af0d5-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/05a81701a7194383823ce441e21af0d5-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-25T09:49:30.523063Z",
                "updated_at": "2022-08-25T09:49:30.523118Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6430,
                "name": "Thrown Contemporary",
                "slug": "thrown-contemporary",
                "city": "Saint Austell",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.3403779,-4.7834252",
                "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-25T09:49:34.777535Z",
            "publish_time": null,
            "slug": "thrown-summer-show-pop-up-2022-07-28",
            "created_at": "2022-08-25T09:49:35.579976Z",
            "updated_at": "2022-08-25T09:49:35.626645Z",
            "summary": "Summer Show pop-up is an Gallery Shows event starting on 28/07/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in Thrown Contemporary with address The Barn at Great Polgrain Farm.",
            "title": "Summer Show pop-up",
            "content": null,
            "start_time": "2022-07-28T00:00:00.000000Z",
            "end_time": "2022-09-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": "The Barn at Great Polgrain Farm",
            "city": "Saint Austell",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 13323,
            "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": 13416,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26f07659d7ab402785be31e0cbd8e4a6-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26f07659d7ab402785be31e0cbd8e4a6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/26f07659d7ab402785be31e0cbd8e4a6.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26f07659d7ab402785be31e0cbd8e4a6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26f07659d7ab402785be31e0cbd8e4a6-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26f07659d7ab402785be31e0cbd8e4a6-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26f07659d7ab402785be31e0cbd8e4a6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26f07659d7ab402785be31e0cbd8e4a6-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26f07659d7ab402785be31e0cbd8e4a6-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26f07659d7ab402785be31e0cbd8e4a6-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-29T19:37:44.388275Z",
                "updated_at": "2022-08-29T19:37:44.388314Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6151,
                "name": "Museum Angewandte Kunst, Frankfurt",
                "slug": "museum-angewandte-kunst-frankfurt",
                "city": "Frankfurt am Main",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "50.1062734,8.6808061",
                "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": "DE",
            "publish_status": "published",
            "published_at": "2022-08-29T19:37:46.526679Z",
            "publish_time": null,
            "slug": "museum-angewandte-kunst-frankfurt-craft-as-myth-2022-04-29",
            "created_at": "2022-08-29T19:37:47.312059Z",
            "updated_at": "2022-08-29T19:37:47.812832Z",
            "summary": "Craft As Myth is an Museum Exhibitions event starting on 29/04/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in Museum Angewandte Kunst, Frankfurt with address Schaumainkai 17.",
            "title": "Craft As Myth",
            "content": null,
            "start_time": "2022-04-29T00:00:00.000000Z",
            "end_time": "2022-09-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": "Schaumainkai 17",
            "city": "Frankfurt Am Main",
            "geolocation": "50.1062658,8.6809469",
            "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": 13331,
            "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": 13421,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ee635c154f24cea8905ce6fdda5fa5a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ee635c154f24cea8905ce6fdda5fa5a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9ee635c154f24cea8905ce6fdda5fa5a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ee635c154f24cea8905ce6fdda5fa5a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ee635c154f24cea8905ce6fdda5fa5a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ee635c154f24cea8905ce6fdda5fa5a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ee635c154f24cea8905ce6fdda5fa5a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ee635c154f24cea8905ce6fdda5fa5a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ee635c154f24cea8905ce6fdda5fa5a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9ee635c154f24cea8905ce6fdda5fa5a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-29T19:37:54.532520Z",
                "updated_at": "2022-08-29T19:37:54.532559Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6495,
                "name": "Museum of Palazzo Mocenigo",
                "slug": "museum-palazzo-mocenigo",
                "city": "Venice",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.4406398,12.3298286",
                "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": "IT",
            "publish_status": "published",
            "published_at": "2022-08-29T19:37:57.107303Z",
            "publish_time": null,
            "slug": "museum-of-palazzo-mocenigo-es-senze-2022-04-21",
            "created_at": "2022-08-29T19:37:57.917142Z",
            "updated_at": "2022-08-29T19:37:58.438420Z",
            "summary": "Es-senze is an Gallery Shows event starting on 21/04/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in Museum of Palazzo Mocenigo with address Santa Croce 1992.",
            "title": "Es-senze",
            "content": null,
            "start_time": "2022-04-21T00:00:00.000000Z",
            "end_time": "2022-09-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": "Santa Croce 1992",
            "city": "Venice",
            "geolocation": "45.472501,12.2110484",
            "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": 13515,
            "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": 13564,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25ea2e0c8dfe48cfa4fcc43a067a6a24-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25ea2e0c8dfe48cfa4fcc43a067a6a24-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/25ea2e0c8dfe48cfa4fcc43a067a6a24.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25ea2e0c8dfe48cfa4fcc43a067a6a24-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25ea2e0c8dfe48cfa4fcc43a067a6a24-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25ea2e0c8dfe48cfa4fcc43a067a6a24-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25ea2e0c8dfe48cfa4fcc43a067a6a24-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25ea2e0c8dfe48cfa4fcc43a067a6a24-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25ea2e0c8dfe48cfa4fcc43a067a6a24-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/25ea2e0c8dfe48cfa4fcc43a067a6a24-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-31T18:31:15.082607Z",
                "updated_at": "2022-08-31T18:31:15.082641Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5185,
                "name": "Morley Gallery",
                "slug": "morley-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4980267,-0.109553",
                "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-31T18:31:18.800483Z",
            "publish_time": null,
            "slug": "morley-gallery-your-safety-our-concern-2022-09-07",
            "created_at": "2022-08-31T18:31:19.590545Z",
            "updated_at": "2022-08-31T18:31:19.634993Z",
            "summary": "Your Safety Our Concern is an Gallery Shows event starting on 07/09/2022, 00:00 and ending on 11/09/2022, 00:00. Event is in Morley Gallery with address 61 Westminster Bridge Road, (Entrance King Edward Walk).",
            "title": "Your Safety Our Concern",
            "content": null,
            "start_time": "2022-09-07T00:00:00.000000Z",
            "end_time": "2022-09-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": "61 Westminster Bridge Road, (Entrance King Edward Walk)",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        }
    ]
}