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

{
    "count": 37601,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=5220&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=5184&ordering=start_time",
    "results": [
        {
            "id": 3803,
            "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": 5271,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8814172008_1625632113-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8814172008_1625632113-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8814172008_1625632113-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8814172008_1625632113-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8814172008_1625632113-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8814172008_1625632113.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8814172008_1625632113-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8814172008_1625632113-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8814172008_1625632113-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8814172008_1625632113-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-07-08T14:11:50.466856Z",
                "updated_at": "2021-09-13T11:47:57.220088Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3375,
                "name": "Asheville Art Museum",
                "slug": "asheville-art-museum",
                "city": "Asheville",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "35.5946714,-82.5512827",
                "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": "2021-07-08T14:11:51.485785Z",
            "publish_time": null,
            "slug": "asheville-art-museum-asheville-art-museum-2021-07-28",
            "created_at": "2021-07-08T14:11:52.246917Z",
            "updated_at": "2021-07-15T14:30:11.554464Z",
            "summary": "Asheville Art Museum is an Museum Exhibitions event starting on 28/07/2021, 00:00 and ending on 17/01/2022, 01:00. Event is in Asheville Art Museum with address 2 South Pack Square.",
            "title": "Walter B. Stephen: Pottery: Cameo to Crystalline",
            "content": "",
            "start_time": "2021-07-28T00:00:00.000000Z",
            "end_time": "2022-01-17T01: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 South Pack Square",
            "city": "Asheville",
            "geolocation": "35.59452955,-82.55086927626903",
            "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": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 26924,
            "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": 25745,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08ad9cfdfde24712a3752a7cf181bd1d-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08ad9cfdfde24712a3752a7cf181bd1d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08ad9cfdfde24712a3752a7cf181bd1d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08ad9cfdfde24712a3752a7cf181bd1d-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08ad9cfdfde24712a3752a7cf181bd1d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/08ad9cfdfde24712a3752a7cf181bd1d.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08ad9cfdfde24712a3752a7cf181bd1d-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08ad9cfdfde24712a3752a7cf181bd1d-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08ad9cfdfde24712a3752a7cf181bd1d-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08ad9cfdfde24712a3752a7cf181bd1d-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-05-30T18:50:24.372545Z",
                "updated_at": "2023-05-30T18:50:24.372607Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4308,
                "name": "California African American Museum",
                "slug": "california-african-american-museum",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0158145,-118.283404",
                "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": "2023-05-30T18:50:28.428164Z",
            "publish_time": null,
            "slug": "california-african-american-museum-sanford-biggers-codeswitch-2021-07-28",
            "created_at": "2023-05-30T18:50:29.348672Z",
            "updated_at": "2023-05-30T18:50:30.750242Z",
            "summary": "Sanford Biggers: Codeswitch is an Museum Exhibitions event starting on 28/07/2021, 00:00 and ending on 23/01/2022, 01:00. Event is in California African American Museum with address 600 State Drive, Exposition Park.",
            "title": "Sanford Biggers: Codeswitch",
            "content": null,
            "start_time": "2021-07-28T00:00:00.000000Z",
            "end_time": "2022-01-23T01: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": "600 State Drive, Exposition Park",
            "city": "Los Angeles",
            "geolocation": "34.0159515,-118.28351341402285",
            "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": 5107,
            "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": 6457,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8896357617_1625026437-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8896357617_1625026437-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8896357617_1625026437-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8896357617_1625026437-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8896357617_1625026437-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8896357617_1625026437.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8896357617_1625026437-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8896357617_1625026437-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8896357617_1625026437-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8896357617_1625026437-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-10-18T14:43:36.093417Z",
                "updated_at": "2021-10-18T14:43:36.093468Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3373,
                "name": "America-Bashi Gallery",
                "slug": "america-bashi-gallery",
                "city": "Tokyo",
                "country": {
                    "code": "JP",
                    "name": "Japan"
                },
                "geolocation": "35.6450397,139.7083697",
                "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": "2021-10-18T14:43:36.427342Z",
            "publish_time": null,
            "slug": "america-bashi-gallery-hidekichi-shigemoto-2021-07-28",
            "created_at": "2021-10-18T14:43:37.139347Z",
            "updated_at": "2021-10-18T14:43:37.648644Z",
            "summary": "Hidekichi Shigemoto is an Gallery Shows event starting on 28/07/2021, 00:00 and ending on 16/08/2021, 00:00. Event is in America-Bashi Gallery with address 150-0022 Shibuya-ku.",
            "title": "Hidekichi Shigemoto",
            "content": null,
            "start_time": "2021-07-28T00:00:00.000000Z",
            "end_time": "2021-08-16T00: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": "150-0022 Shibuya-ku",
            "city": "Tokyo",
            "geolocation": "35.6645956,139.6987107",
            "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": 3826,
            "author": {
                "id": "bd71e22e-0de8-4353-822a-76d3d0562d56",
                "username": "tlucas",
                "slug": "tlucas",
                "first_name": "",
                "last_name": "",
                "display_name": null,
                "display_name_full": "",
                "email": "tlucas@ha.com",
                "telephone": null
            },
            "price": 0.0,
            "featured_image": {
                "id": 5291,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Banksy_-_Cushions_2019-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Banksy_-_Cushions_2019-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Banksy_-_Cushions_2019-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Banksy_-_Cushions_2019-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Banksy_-_Cushions_2019-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Banksy_-_Cushions_2019.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Banksy_-_Cushions_2019-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Banksy_-_Cushions_2019-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Banksy_-_Cushions_2019-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Banksy_-_Cushions_2019-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-07-09T17:59:12.757897Z",
                "updated_at": "2021-09-13T11:48:16.237388Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3209,
                "name": "Heritage Auctions",
                "slug": "heritage-auctions",
                "city": "Dallas, Texas 75261-4127",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "32.83850569999999,-97.024243",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3296,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Heritage_Exterior-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Heritage_Exterior-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Heritage_Exterior-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Heritage_Exterior-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Heritage_Exterior-crop-c0-5__0-5-558x279.png",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Heritage_Exterior-crop-c0-5__0-5-760x499.png",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Heritage_Exterior.png",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Heritage_Exterior-crop-c0-5__0-5-265x149.png"
                    },
                    "created_at": "2021-03-30T17:02:14.464351Z",
                    "updated_at": "2021-09-14T13:51:06.977796Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "bd71e22e-0de8-4353-822a-76d3d0562d56"
                },
                "response_time": null
            },
            "category": {
                "id": 4,
                "image": null,
                "slug": "auctions",
                "created_at": "2020-06-02T15:33:40.538154Z",
                "updated_at": "2021-03-20T11:25:03.980018Z",
                "name": "Auctions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2021-11-22T16:45:13.000843Z",
            "publish_time": null,
            "slug": "heritage-auctions-dallas-urban-art-signature-auction-2021-07-28",
            "created_at": "2021-07-09T17:59:14.552495Z",
            "updated_at": "2022-08-03T08:41:57.367258Z",
            "summary": "",
            "title": "Urban Art Signature Auction",
            "content": "<p>Interested in purchasing lots from this auction - place your bid &lt;i&gt;&lt;strong&gt;&lt;a href=\"https://fineart.ha.com/c/search-results.zx?N=6413+793+794+792+2088+4294941638&amp;type=dmc-widewall-urban-8050-070721\"&gt;<span style=\"font-weight: 700;\">HERE!</span>&lt;/a&gt;&lt;/strong&gt;&lt;/i&gt;<br></p>",
            "start_time": "2021-07-28T08:50:00.000000Z",
            "end_time": "2021-07-28T13:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": true,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": null,
            "city": null,
            "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": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 3721,
            "author": {
                "id": "365a9b01-9a24-4787-b4c4-8b89b57364c7",
                "username": "ElenaMartinique",
                "slug": "elenamartinique",
                "first_name": "Jelena",
                "last_name": "Martinović",
                "display_name": "Jelena Martinović",
                "display_name_full": "Jelena Martinović",
                "email": "jelena.martinovic@gmail.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 5188,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/LA_Art_Show_Floor_2020_ev-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/LA_Art_Show_Floor_2020_ev-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/LA_Art_Show_Floor_2020_ev-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/LA_Art_Show_Floor_2020_ev-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/LA_Art_Show_Floor_2020_ev-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/LA_Art_Show_Floor_2020_ev.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/LA_Art_Show_Floor_2020_ev-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/LA_Art_Show_Floor_2020_ev-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/LA_Art_Show_Floor_2020_ev-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/LA_Art_Show_Floor_2020_ev-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-06-29T10:53:31.193060Z",
                "updated_at": "2021-09-13T11:46:42.795252Z",
                "is_converted_to_webp": true,
                "caption": "LA Art Show Floor 2020",
                "alt_text": "LA Art Show Floor 2020",
                "description": "LA Art Show Floor 2020",
                "uploaded_by": "365a9b01-9a24-4787-b4c4-8b89b57364c7"
            },
            "venue": {
                "id": 2888,
                "name": "Los Angeles Convention Center",
                "slug": "los-angeles-convention-center",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0414337,-118.2689545",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 3,
                "image": null,
                "slug": "art-fairs",
                "created_at": "2020-06-02T15:33:40.534223Z",
                "updated_at": "2021-03-29T12:18:45.718972Z",
                "name": "Art Fairs",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2021-06-29T11:05:52.269971Z",
            "publish_time": null,
            "slug": "la-art-show-2021",
            "created_at": "2021-06-29T11:05:03.349929Z",
            "updated_at": "2021-06-29T11:05:52.297122Z",
            "summary": "A comprehensive international contemporary art show, LA Art Show 2021 will take place from July 29th until August 1st, 2021 at the LA Convention Center.",
            "title": "LA Art Show 2021",
            "content": "<p>The most comprehensive international contemporary art show in America, LA Art Show 2021 will officially kick-off the city’s 2021 art season at the Los Angeles Convention Center on July 29, 2021. Taking place at the LA Convention Center, the fair will take a closer look at some of the latest technological trends in the art world, while still offering a traditional lens art from around the globe.</p>",
            "start_time": "2021-07-29T00:00:00.000000Z",
            "end_time": "2021-08-01T00:00:00.000000Z",
            "is_all_day_event": true,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": true,
            "is_paid_art_fair": false,
            "address": "1201 S Figueroa St, Los Angeles, Los Angeles, CA 90015, United States",
            "city": "Los Angeles",
            "geolocation": "34.0414337,-118.2689545",
            "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": "info@laartshow.com",
            "external_url": "https://www.laartshow.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 3750,
            "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": 5219,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3229358787_1625026394-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3229358787_1625026394-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3229358787_1625026394-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3229358787_1625026394-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3229358787_1625026394-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3229358787_1625026394.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3229358787_1625026394-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3229358787_1625026394-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3229358787_1625026394-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3229358787_1625026394-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-07-05T11:43:49.752313Z",
                "updated_at": "2021-09-13T11:47:14.459523Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3513,
                "name": "Ingleby Gallery",
                "slug": "ingleby-gallery",
                "city": "Edinburgh",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.95787900000001,-3.191411",
                "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": "2021-07-05T11:43:49.956650Z",
            "publish_time": null,
            "slug": "ingleby-gallery-ingleby-gallery-2021-07-29",
            "created_at": "2021-07-05T11:43:50.731205Z",
            "updated_at": "2021-07-15T15:11:06.189082Z",
            "summary": "Ingleby Gallery is an Gallery Shows event starting on 29/07/2021, 00:00 and ending on 25/09/2021, 00:00. Event is in Ingleby Gallery with address 33 Baroney Street.",
            "title": "Frank Walter: Music Of The Spheres",
            "content": "",
            "start_time": "2021-07-29T00:00:00.000000Z",
            "end_time": "2021-09-25T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "33 Baroney Street",
            "city": "Edinburgh",
            "geolocation": "55.0889463,-1.5951837",
            "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": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 3861,
            "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": 5325,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7614564824_1625632070-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7614564824_1625632070-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7614564824_1625632070-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7614564824_1625632070-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7614564824_1625632070-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7614564824_1625632070.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7614564824_1625632070-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7614564824_1625632070-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7614564824_1625632070-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7614564824_1625632070-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-07-15T12:34:48.785219Z",
                "updated_at": "2021-09-13T11:48:49.694474Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3547,
                "name": "Yellowstone Art Museum",
                "slug": "yellowstone-art-museum",
                "city": "Billings",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "45.7858458,-108.5071242",
                "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": "2021-07-15T12:34:49.685398Z",
            "publish_time": null,
            "slug": "yellowstone-art-museum-yellowstone-art-museum-2021-07-29",
            "created_at": "2021-07-15T12:34:50.535722Z",
            "updated_at": "2021-07-15T16:01:17.704864Z",
            "summary": "Yellowstone Art Museum is an Museum Exhibitions event starting on 29/07/2021, 00:00 and ending on 03/10/2021, 00:00. Event is in Yellowstone Art Museum with address 401 North 27th Street.",
            "title": "The Autio Collection: Rudy & Lela",
            "content": "",
            "start_time": "2021-07-29T00:00:00.000000Z",
            "end_time": "2021-10-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": "401 North 27th Street",
            "city": "Billings",
            "geolocation": "39.949279,-75.089035",
            "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": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 3876,
            "author": {
                "id": "75f4c134-070f-4188-88b5-70ff9cdc8a66",
                "username": "bsmtspace",
                "slug": "bsmtspace",
                "first_name": "Greg",
                "last_name": "Key",
                "display_name": "Greg Key",
                "display_name_full": "Greg Key",
                "email": "info@bsmt.co.uk",
                "telephone": "+44 7917 225169"
            },
            "price": null,
            "featured_image": {
                "id": 5340,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3068657115_1626233186-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3068657115_1626233186-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3068657115_1626233186-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3068657115_1626233186-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3068657115_1626233186-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3068657115_1626233186.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3068657115_1626233186-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3068657115_1626233186-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3068657115_1626233186-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3068657115_1626233186-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-07-15T14:35:13.941756Z",
                "updated_at": "2021-09-13T11:49:02.154810Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3104,
                "name": "BSMT Space",
                "slug": "bsmt-space",
                "city": "East London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5457405,-0.0759285",
                "artworks_for_sale_count": 2,
                "featured_image": {
                    "id": 2983,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/P1043125.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/P1043125-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-08-13T18:55:39.175349Z",
                    "updated_at": "2021-09-14T13:43:24.864422Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "75f4c134-070f-4188-88b5-70ff9cdc8a66"
                },
                "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": "2021-07-15T14:35:14.972557Z",
            "publish_time": null,
            "slug": "bsmt-space-flomper-a-new-solo-show-by-mark-malarko-2021-07-29",
            "created_at": "2021-07-15T14:35:15.743797Z",
            "updated_at": "2022-08-03T08:41:55.154179Z",
            "summary": "FLOMPER - a new solo show by Mark Malarko is an Gallery Shows event starting on 29/07/2021, 00:00 and ending on 15/08/2021, 00:00. Event is in BSMT Space with address 529 Kingsland Road.",
            "title": "FLOMPER - a new solo show by Mark Malarko",
            "content": null,
            "start_time": "2021-07-29T00:00:00.000000Z",
            "end_time": "2021-08-15T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "529 Kingsland Road",
            "city": "London",
            "geolocation": "51.5457487,-0.0759116",
            "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": 4013,
            "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": 5468,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8480774975_1627443050-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8480774975_1627443050-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8480774975_1627443050-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8480774975_1627443050-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8480774975_1627443050-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8480774975_1627443050.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8480774975_1627443050-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8480774975_1627443050-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8480774975_1627443050-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8480774975_1627443050-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-08-01T16:08:42.990823Z",
                "updated_at": "2021-09-13T11:51:05.695249Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3628,
                "name": "28 Addington Street",
                "slug": "28-addington-street",
                "city": "Ramsgate",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.3305869,1.4149259",
                "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": "2021-08-01T16:08:44.666376Z",
            "publish_time": null,
            "slug": "28-addington-street-alter-2021-07-29",
            "created_at": "2021-08-01T16:08:45.443516Z",
            "updated_at": "2021-08-01T16:08:45.738535Z",
            "summary": "Alter is an Gallery Shows event starting on 29/07/2021, 00:00 and ending on 15/08/2021, 00:00. Event is in 28 Addington Street with address Ramsgate.",
            "title": "Alter",
            "content": null,
            "start_time": "2021-07-29T00:00:00.000000Z",
            "end_time": "2021-08-15T00: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": "Ramsgate",
            "city": "Ramsgate",
            "geolocation": "51.3334726,1.4196476",
            "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": 4058,
            "author": {
                "id": "0701e1b3-db11-494c-8e20-09b04368af7e",
                "username": "info@vonfraunbergart.com",
                "slug": "infovonfraunbergartcom",
                "first_name": "Antonia",
                "last_name": "von Fraunberg",
                "display_name": null,
                "display_name_full": "Antonia von Fraunberg",
                "email": "info@vonfraunbergart.com",
                "telephone": "+49 211 484 6950"
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 3656,
                "name": "Von Fraunberg art gallery",
                "slug": "von-fraunberg-art-gallery",
                "city": "Düsseldorf",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "51.21716370000001,6.781807",
                "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": "2021-08-03T19:37:45.563335Z",
            "publish_time": null,
            "slug": "von-fraunberg-art-gallery-urban-jungle-2021-07-29",
            "created_at": "2021-08-03T19:37:46.318398Z",
            "updated_at": "2022-08-03T08:41:52.313603Z",
            "summary": "URBAN JUNGLE is an Gallery Shows event starting on 29/07/2021, 00:00 and ending on 29/09/2021, 00:00. Event is in Von Fraunberg art gallery with address Luisenstr. 53.",
            "title": "URBAN JUNGLE",
            "content": null,
            "start_time": "2021-07-29T00:00:00.000000Z",
            "end_time": "2021-09-29T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Luisenstr. 53",
            "city": "Düsseldorf",
            "geolocation": "51.4884009,11.9737863",
            "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": 4072,
            "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": 5533,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8762247851_1627444644-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8762247851_1627444644-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8762247851_1627444644-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8762247851_1627444644-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8762247851_1627444644-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8762247851_1627444644.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8762247851_1627444644-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8762247851_1627444644-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8762247851_1627444644-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8762247851_1627444644-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-08-03T19:38:12.005818Z",
                "updated_at": "2021-09-13T11:51:54.640239Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3653,
                "name": "Vivid Projects",
                "slug": "vivid-projects",
                "city": "Birmingham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.4790955,-1.8829314",
                "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": "2021-08-03T19:38:13.859613Z",
            "publish_time": null,
            "slug": "vivid-projects-michael-lightborne-extraction-a-psycho-geological-report-2021-07-29",
            "created_at": "2021-08-03T19:38:14.762051Z",
            "updated_at": "2021-08-03T19:38:15.117537Z",
            "summary": "Michael Lightborne: Extraction: A Psycho-geological Report is an Gallery Shows event starting on 29/07/2021, 00:00 and ending on 31/07/2021, 00:00. Event is in Vivid Projects with address 16 Minerva Works.",
            "title": "Michael Lightborne: Extraction: A Psycho-geological Report",
            "content": null,
            "start_time": "2021-07-29T00:00:00.000000Z",
            "end_time": "2021-07-31T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "16 Minerva Works",
            "city": "Birmingham",
            "geolocation": "52.47894145,-1.8828450091421114",
            "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": 27044,
            "author": {
                "id": "1f55c3bb-5c79-4c64-980b-57b6203ebb98",
                "username": "brian@clampart.com",
                "slug": "brianclampartcom",
                "first_name": "Brian",
                "last_name": "Clamp",
                "display_name": null,
                "display_name_full": "Brian Clamp",
                "email": "brian@clampart.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 25847,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed3b03d66b454a29bc9dc4d043eca821-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed3b03d66b454a29bc9dc4d043eca821-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed3b03d66b454a29bc9dc4d043eca821-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed3b03d66b454a29bc9dc4d043eca821-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed3b03d66b454a29bc9dc4d043eca821-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ed3b03d66b454a29bc9dc4d043eca821.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed3b03d66b454a29bc9dc4d043eca821-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed3b03d66b454a29bc9dc4d043eca821-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed3b03d66b454a29bc9dc4d043eca821-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ed3b03d66b454a29bc9dc4d043eca821-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-05-30T19:15:13.650911Z",
                "updated_at": "2023-05-30T19:15:13.650946Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3787,
                "name": "CLAMP",
                "slug": "clampart",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7488306,-73.9947334",
                "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": "2023-05-30T19:15:17.394010Z",
            "publish_time": null,
            "slug": "clampart-mark-beard-bruce-sargeant-1898-1938-rediscovered-british-and-french-murals-2021-07-29",
            "created_at": "2023-05-30T19:15:18.321108Z",
            "updated_at": "2023-05-30T19:15:19.492505Z",
            "summary": "Mark Beard | Bruce Sargeant (1898-1938): Rediscovered British and French Murals is an Gallery Shows event starting on 29/07/2021, 00:00 and ending on 11/09/2021, 00:00. Event is in CLAMP with address 247 West 29th Street.",
            "title": "Mark Beard | Bruce Sargeant (1898-1938): Rediscovered British and French Murals",
            "content": null,
            "start_time": "2021-07-29T00:00:00.000000Z",
            "end_time": "2021-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": "247 West 29th Street",
            "city": "New York",
            "geolocation": "36.87375475,-76.2859738523442",
            "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": 26917,
            "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": 25739,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3867ca9acafc44aea9d95d1c1996fb96-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3867ca9acafc44aea9d95d1c1996fb96-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3867ca9acafc44aea9d95d1c1996fb96-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3867ca9acafc44aea9d95d1c1996fb96-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3867ca9acafc44aea9d95d1c1996fb96-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3867ca9acafc44aea9d95d1c1996fb96.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3867ca9acafc44aea9d95d1c1996fb96-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3867ca9acafc44aea9d95d1c1996fb96-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3867ca9acafc44aea9d95d1c1996fb96-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3867ca9acafc44aea9d95d1c1996fb96-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-05-30T18:50:10.208377Z",
                "updated_at": "2023-05-30T18:50:10.208443Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4761,
                "name": "Calabar Gallery",
                "slug": "calabar-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.8155939,-73.946787",
                "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": "2023-05-30T18:50:14.988634Z",
            "publish_time": null,
            "slug": "calabar-gallery-black-artists-in-their-own-realm-ideas-materials-and-techniques-curated-by-atim-annette-oton-2021-07-29",
            "created_at": "2023-05-30T18:50:15.909634Z",
            "updated_at": "2023-05-30T18:50:16.278119Z",
            "summary": "BLACK ARTISTS IN THEIR OWN REALM: IDEAS, MATERIALS AND TECHNIQUES Curated by Atim Annette Oton is an Gallery Shows event starting on 29/07/2021, 00:00 and ending on 05/09/2021, 00:00. Event is in Calabar Gallery with address 2504 Frederick Douglass Boulevard.",
            "title": "BLACK ARTISTS IN THEIR OWN REALM: IDEAS, MATERIALS AND TECHNIQUES Curated by Atim Annette Oton",
            "content": null,
            "start_time": "2021-07-29T00:00:00.000000Z",
            "end_time": "2021-09-05T00: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": "2504 Frederick Douglass Boulevard",
            "city": "New York",
            "geolocation": "40.8156569,-73.9469417",
            "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": 4483,
            "author": {
                "id": "7fd9a4bb-f100-4682-aea5-a17b3d9201a6",
                "username": "bauerpaul",
                "slug": "bauerpaul",
                "first_name": "paul",
                "last_name": "bauer",
                "display_name": null,
                "display_name_full": "paul bauer",
                "email": "pbsbase@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 5911,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9784472985_1628046330-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9784472985_1628046330-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9784472985_1628046330-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9784472985_1628046330-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9784472985_1628046330-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9784472985_1628046330.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9784472985_1628046330-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9784472985_1628046330-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9784472985_1628046330-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9784472985_1628046330-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-09-10T00:28:51.038995Z",
                "updated_at": "2021-09-13T11:57:49.740100Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3176,
                "name": "2B Art & Toys Gallery",
                "slug": "2b-art-toys-gallery",
                "city": "Palma",
                "country": {
                    "code": "ES",
                    "name": "Spain"
                },
                "geolocation": "39.5656579,2.6580582",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3266,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Gallery_view-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Gallery_view-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Gallery_view-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Gallery_view-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Gallery_view-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Gallery_view-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Gallery_view.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Gallery_view-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2021-02-16T15:11:44.923155Z",
                    "updated_at": "2021-09-14T13:50:25.945351Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "7fd9a4bb-f100-4682-aea5-a17b3d9201a6"
                },
                "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": "2021-09-10T00:28:53.453324Z",
            "publish_time": null,
            "slug": "2b-art-toys-gallery-ruth-scheiblergracia-ribalaiga-flash-exhibition-2021-07-29",
            "created_at": "2021-09-10T00:28:54.259156Z",
            "updated_at": "2022-08-03T08:41:55.526131Z",
            "summary": "Ruth Scheibler/Gracia Ribalaiga Flash Exhibition is an Gallery Shows event starting on 29/07/2021, 00:00 and ending on 19/08/2021, 00:00. Event is in 2B Art & Toys Gallery with address Calle Falconer 19.",
            "title": "Ruth Scheibler/Gracia Ribalaiga Flash Exhibition",
            "content": null,
            "start_time": "2021-07-29T00:00:00.000000Z",
            "end_time": "2021-08-19T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Calle Falconer 19",
            "city": "Mallorca",
            "geolocation": "42.1185874,-79.1971217",
            "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": 4698,
            "author": {
                "id": "c79c9538-a7d5-4a56-b5d3-a7fa2b867a7c",
                "username": "ArushaGallery",
                "slug": "ArushaGallery",
                "first_name": "Arusha",
                "last_name": "Gallery",
                "display_name": "Arusha Gallery",
                "display_name_full": "Arusha Gallery",
                "email": "lauren@arushagallery.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 6087,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9094498574_1627443652-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9094498574_1627443652-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9094498574_1627443652-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9094498574_1627443652-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9094498574_1627443652-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9094498574_1627443652.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9094498574_1627443652-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9094498574_1627443652-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9094498574_1627443652-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9094498574_1627443652-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-09-19T23:02:49.774042Z",
                "updated_at": "2021-09-19T23:02:49.774092Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 1985,
                "name": "Arusha Gallery",
                "slug": "arusha-gallery-2",
                "city": "Edinburgh",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.9565126,-3.1986027000000377",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2298,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/arusha-gallery-outside.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-23T05:33:36.469241Z",
                    "updated_at": "2021-09-14T13:26:48.490259Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "arusha-gallery-outside",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2021-09-19T23:02:51.883304Z",
            "publish_time": null,
            "slug": "arusha-gallery-bathing-nervous-limbs-2021-07-29",
            "created_at": "2021-09-19T23:02:52.715785Z",
            "updated_at": "2022-08-03T08:41:57.753759Z",
            "summary": "Bathing nervous limbs is an Gallery Shows event starting on 29/07/2021, 00:00 and ending on 29/08/2021, 00:00. Event is in Arusha Gallery with address 13A Dundas Street.",
            "title": "Bathing nervous limbs",
            "content": null,
            "start_time": "2021-07-29T00:00:00.000000Z",
            "end_time": "2021-08-29T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "13A Dundas Street",
            "city": "Edinburgh",
            "geolocation": "55.9565231,-3.1985092",
            "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": 4947,
            "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": 3242,
                "name": "Art Trope Gallery",
                "slug": "art-trope-gallery",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.85972529999999,2.352985399999999",
                "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": "RU",
            "publish_status": "published",
            "published_at": "2021-09-29T12:11:54.406121Z",
            "publish_time": null,
            "slug": "art-trope-gallery-antoine-buttafoghi-present-his-series-paris-muta-silentia-at-modern-art-gallery-space-place-2021-07-29",
            "created_at": "2021-09-29T12:11:55.345291Z",
            "updated_at": "2021-09-29T12:11:55.385783Z",
            "summary": "Antoine Buttafoghi present his series Paris Muta Silentia at Modern Art Gallery Space Place is an Gallery Shows event starting on 29/07/2021, 00:00 and ending on 06/08/2021, 00:00. Event is in Art Trope Gallery with address Prospekt Stroiteley, 1 a, Nizhny Tagil.",
            "title": "Antoine Buttafoghi present his series Paris Muta Silentia at Modern Art Gallery Space Place",
            "content": null,
            "start_time": "2021-07-29T00:00:00.000000Z",
            "end_time": "2021-08-06T00: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": "Prospekt Stroiteley, 1 a, Nizhny Tagil",
            "city": "Chelyabinsk",
            "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": 6568,
            "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": 7750,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/388a9b07ee75432b831f89b08719efd6-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/388a9b07ee75432b831f89b08719efd6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/388a9b07ee75432b831f89b08719efd6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/388a9b07ee75432b831f89b08719efd6-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/388a9b07ee75432b831f89b08719efd6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/388a9b07ee75432b831f89b08719efd6.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/388a9b07ee75432b831f89b08719efd6-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/388a9b07ee75432b831f89b08719efd6-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/388a9b07ee75432b831f89b08719efd6-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/388a9b07ee75432b831f89b08719efd6-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-01-11T19:55:50.894514Z",
                "updated_at": "2022-01-11T19:55:50.894548Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4156,
                "name": "Art & Soul",
                "slug": "art-soul",
                "city": "Saint Neots",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.22831720000001,-0.2694321000000001",
                "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-01-11T19:55:53.975266Z",
            "publish_time": null,
            "slug": "art-soul-the-things-we-love-a-collection-of-works-by-georgina-westley-2021-07-29",
            "created_at": "2022-01-11T19:55:54.704213Z",
            "updated_at": "2022-01-11T19:55:55.116706Z",
            "summary": "The things we love - A collection of works by Georgina Westley is an Gallery Shows event starting on 29/07/2021, 00:00 and ending on 31/08/2021, 00:00. Event is in Art & Soul with address 7 New Street.",
            "title": "The things we love - A collection of works by Georgina Westley",
            "content": null,
            "start_time": "2021-07-29T00:00:00.000000Z",
            "end_time": "2021-08-31T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "7 New Street",
            "city": "St Neots",
            "geolocation": "51.8102281,1.025843526249398",
            "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": 19747,
            "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": 19151,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3068fffeba9b401ca415f1557577afba-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3068fffeba9b401ca415f1557577afba-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3068fffeba9b401ca415f1557577afba-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3068fffeba9b401ca415f1557577afba-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3068fffeba9b401ca415f1557577afba-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3068fffeba9b401ca415f1557577afba.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3068fffeba9b401ca415f1557577afba-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3068fffeba9b401ca415f1557577afba-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3068fffeba9b401ca415f1557577afba-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3068fffeba9b401ca415f1557577afba-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-16T18:58:35.230286Z",
                "updated_at": "2023-02-10T14:47:57.446085Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4524,
                "name": "Ashmolean Museum of Art and Archaeology",
                "slug": "ashmolean-museum-art-and-archaeology",
                "city": "Oxford",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.754997,-1.2609513",
                "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": "GB",
            "publish_status": "published",
            "published_at": "2023-01-16T18:58:38.479802Z",
            "publish_time": null,
            "slug": "ashmolean-museum-of-art-and-archaeology-tokyo-art-photography-2021-07-29",
            "created_at": "2023-01-16T18:58:39.358628Z",
            "updated_at": "2023-01-16T18:58:39.760244Z",
            "summary": "Tokyo: Art & Photography is an Museum Exhibitions event starting on 29/07/2021, 00:00 and ending on 03/01/2022, 01:00. Event is in Ashmolean Museum of Art and Archaeology with address Beaumont Street.",
            "title": "Tokyo: Art & Photography",
            "content": null,
            "start_time": "2021-07-29T00:00:00.000000Z",
            "end_time": "2022-01-03T01: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": "Beaumont Street",
            "city": "Oxford",
            "geolocation": "49.8466369,-97.1627678",
            "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": []
        }
    ]
}