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

{
    "count": 37604,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=2898&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=2862&ordering=-end_time",
    "results": [
        {
            "id": 34056,
            "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": 32190,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d626adf99a0e4b9bb6fb676bae52be96-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d626adf99a0e4b9bb6fb676bae52be96-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d626adf99a0e4b9bb6fb676bae52be96-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d626adf99a0e4b9bb6fb676bae52be96-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d626adf99a0e4b9bb6fb676bae52be96-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d626adf99a0e4b9bb6fb676bae52be96.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d626adf99a0e4b9bb6fb676bae52be96-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d626adf99a0e4b9bb6fb676bae52be96-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d626adf99a0e4b9bb6fb676bae52be96-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d626adf99a0e4b9bb6fb676bae52be96-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-04T11:58:59.187228Z",
                "updated_at": "2023-12-04T11:58:59.187267Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4207,
                "name": "Edinburgh Printmakers",
                "slug": "edinburgh-printmakers",
                "city": "Edinburgh",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.9421375,-3.2130428",
                "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": "2023-12-04T11:59:03.616937Z",
            "publish_time": null,
            "slug": "edinburgh-printmakers-journey-castle-mills-members-show-3-2023-12-16",
            "created_at": "2023-12-04T11:59:04.710536Z",
            "updated_at": "2023-12-04T11:59:05.416525Z",
            "summary": "Journey: Castle Mills Members' Show 3 is an Gallery Shows event starting on 16/12/2023, 01:00 and ending on 17/03/2024, 01:00. Event is in Edinburgh Printmakers with address 1 Dundee Street.",
            "title": "Journey: Castle Mills Members' Show 3",
            "content": null,
            "start_time": "2023-12-16T01:00:00.000000Z",
            "end_time": "2024-03-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": "1 Dundee Street",
            "city": "Edinburgh",
            "geolocation": "53.752784199999994,-0.3740671995879167",
            "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": 27798,
            "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": 26521,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/916e8bad9a214b4685ce8cf4ab2ac43b-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/916e8bad9a214b4685ce8cf4ab2ac43b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/916e8bad9a214b4685ce8cf4ab2ac43b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/916e8bad9a214b4685ce8cf4ab2ac43b-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/916e8bad9a214b4685ce8cf4ab2ac43b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/916e8bad9a214b4685ce8cf4ab2ac43b.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/916e8bad9a214b4685ce8cf4ab2ac43b-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/916e8bad9a214b4685ce8cf4ab2ac43b-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/916e8bad9a214b4685ce8cf4ab2ac43b-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/916e8bad9a214b4685ce8cf4ab2ac43b-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-17T10:52:31.401634Z",
                "updated_at": "2023-06-17T10:52:31.401671Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6807,
                "name": "MOCA Grand",
                "slug": "moca-grand",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0530891,-118.2507893",
                "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-06-17T10:52:35.827507Z",
            "publish_time": null,
            "slug": "moca-grand-mapping-an-art-world-los-angeles-in-the-1970s-80s-2023-06-18",
            "created_at": "2023-06-17T10:52:36.742105Z",
            "updated_at": "2023-06-17T10:52:37.632370Z",
            "summary": "Mapping an Art World: Los Angeles in the 1970s-80s is an Gallery Shows event starting on 18/06/2023, 00:00 and ending on 17/03/2024, 01:00. Event is in MOCA Grand with address 250 South Grand Avenue.",
            "title": "Mapping an Art World: Los Angeles in the 1970s-80s",
            "content": null,
            "start_time": "2023-06-18T00:00:00.000000Z",
            "end_time": "2024-03-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": "250 South Grand Avenue",
            "city": "Los Angeles",
            "geolocation": "34.05328815,-118.25062277616152",
            "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": 37715,
            "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": 35804,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e857f131c3254e3fb8e2bc737cb76788-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e857f131c3254e3fb8e2bc737cb76788-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e857f131c3254e3fb8e2bc737cb76788-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e857f131c3254e3fb8e2bc737cb76788-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e857f131c3254e3fb8e2bc737cb76788-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e857f131c3254e3fb8e2bc737cb76788.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e857f131c3254e3fb8e2bc737cb76788-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e857f131c3254e3fb8e2bc737cb76788-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e857f131c3254e3fb8e2bc737cb76788-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e857f131c3254e3fb8e2bc737cb76788-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-04-02T20:23:34.097599Z",
                "updated_at": "2024-04-02T20:23:34.097643Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9887,
                "name": "Stanley Arts Social Cafe",
                "slug": "stanley-arts-social-cafe",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4000773,-0.0752637",
                "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": "2024-04-02T20:23:48.728395Z",
            "publish_time": null,
            "slug": "stanley-arts-social-cafe-room2dream-2024-03-17",
            "created_at": "2024-04-02T20:23:49.772868Z",
            "updated_at": "2024-04-02T20:23:59.653458Z",
            "summary": "Room2Dream is an Gallery Shows event starting on 17/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Stanley Arts Social Cafe with address 12 South Norwood Hill.",
            "title": "Room2Dream",
            "content": null,
            "start_time": "2024-03-17T01:00:00.000000Z",
            "end_time": "2024-03-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": "12 South Norwood Hill",
            "city": "London",
            "geolocation": "51.4043986,-0.0816081",
            "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": 32788,
            "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": 31010,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/065dd9af541444fd9d2eb7813bfeee8a-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/065dd9af541444fd9d2eb7813bfeee8a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/065dd9af541444fd9d2eb7813bfeee8a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/065dd9af541444fd9d2eb7813bfeee8a-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/065dd9af541444fd9d2eb7813bfeee8a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/065dd9af541444fd9d2eb7813bfeee8a.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/065dd9af541444fd9d2eb7813bfeee8a-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/065dd9af541444fd9d2eb7813bfeee8a-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/065dd9af541444fd9d2eb7813bfeee8a-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/065dd9af541444fd9d2eb7813bfeee8a-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-10-25T09:59:44.141572Z",
                "updated_at": "2023-10-25T09:59:44.141631Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6289,
                "name": "The Hepworth Wakefield",
                "slug": "hepworth-wakefield",
                "city": "Wakefield",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.6755947,-1.4915734",
                "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": "2023-10-25T09:59:47.436771Z",
            "publish_time": null,
            "slug": "the-hepworth-wakefield-shenece-oretha-tolled-listening-within-wakefields-sculpture-collection-2023-10-28",
            "created_at": "2023-10-25T09:59:48.339222Z",
            "updated_at": "2023-10-25T09:59:48.776905Z",
            "summary": "Shenece Oretha: TOLLED Listening With/In Wakefield’s Sculpture Collection is an Gallery Shows event starting on 28/10/2023, 00:00 and ending on 17/03/2024, 01:00. Event is in The Hepworth Wakefield with address Gallery Walk.",
            "title": "Shenece Oretha: TOLLED Listening With/In Wakefield’s Sculpture Collection",
            "content": null,
            "start_time": "2023-10-28T00:00:00.000000Z",
            "end_time": "2024-03-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": "Gallery Walk",
            "city": "Wakefield",
            "geolocation": "-27.9204123,153.1998818",
            "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": 36255,
            "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": 34322,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f290cc80bda7468c8e0d36d3f7607456-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f290cc80bda7468c8e0d36d3f7607456-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f290cc80bda7468c8e0d36d3f7607456-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f290cc80bda7468c8e0d36d3f7607456-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f290cc80bda7468c8e0d36d3f7607456-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f290cc80bda7468c8e0d36d3f7607456.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f290cc80bda7468c8e0d36d3f7607456-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f290cc80bda7468c8e0d36d3f7607456-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f290cc80bda7468c8e0d36d3f7607456-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f290cc80bda7468c8e0d36d3f7607456-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-21T16:41:53.225073Z",
                "updated_at": "2024-02-21T16:41:53.225110Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3659,
                "name": "Künstlerhaus Bethanien",
                "slug": "kunstlerhaus-bethanien",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.49794130000001,13.4189933",
                "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": "2024-02-21T16:41:55.272855Z",
            "publish_time": null,
            "slug": "kunstlerhaus-bethanien-zen-teh-swallowed-by-darkness-2024-02-23",
            "created_at": "2024-02-21T16:41:56.233644Z",
            "updated_at": "2024-02-21T16:41:56.848934Z",
            "summary": "Zen Teh. Swallowed by Darkness is an Gallery Shows event starting on 23/02/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Künstlerhaus Bethanien with address 10 Kottbusser Str..",
            "title": "Zen Teh. Swallowed by Darkness",
            "content": null,
            "start_time": "2024-02-23T01:00:00.000000Z",
            "end_time": "2024-03-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": "10 Kottbusser Str.",
            "city": "Berlin",
            "geolocation": "52.49708805,13.418710799999994",
            "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": 35914,
            "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": 33997,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8f01ea09d4f433398ffab091d10326a-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8f01ea09d4f433398ffab091d10326a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8f01ea09d4f433398ffab091d10326a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8f01ea09d4f433398ffab091d10326a-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8f01ea09d4f433398ffab091d10326a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e8f01ea09d4f433398ffab091d10326a.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8f01ea09d4f433398ffab091d10326a-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8f01ea09d4f433398ffab091d10326a-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8f01ea09d4f433398ffab091d10326a-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e8f01ea09d4f433398ffab091d10326a-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-13T11:35:17.917990Z",
                "updated_at": "2024-02-13T11:35:17.918028Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9692,
                "name": "The Secret Salon: BLOOM",
                "slug": "secret-salon-bloom",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4184547,-0.0835979",
                "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": "2024-02-13T11:35:23.507350Z",
            "publish_time": null,
            "slug": "the-secret-salon-bloom-the-secret-salon-bloom-free-the-gallery-2024-03-15",
            "created_at": "2024-02-13T11:35:24.451278Z",
            "updated_at": "2024-02-13T11:35:24.866182Z",
            "summary": "The Secret Salon: BLOOM @Free the Gallery is an Gallery Shows event starting on 15/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in The Secret Salon: BLOOM with address Haynes Lane.",
            "title": "The Secret Salon: BLOOM @Free the Gallery",
            "content": null,
            "start_time": "2024-03-15T01:00:00.000000Z",
            "end_time": "2024-03-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": "Haynes Lane",
            "city": "London",
            "geolocation": "51.418577,-0.0827868",
            "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": 35589,
            "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": 33709,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e5e65096c33412db626f36ac6095b88-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e5e65096c33412db626f36ac6095b88-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e5e65096c33412db626f36ac6095b88-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e5e65096c33412db626f36ac6095b88-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e5e65096c33412db626f36ac6095b88-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2e5e65096c33412db626f36ac6095b88.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e5e65096c33412db626f36ac6095b88-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e5e65096c33412db626f36ac6095b88-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e5e65096c33412db626f36ac6095b88-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e5e65096c33412db626f36ac6095b88-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-07T17:51:05.928909Z",
                "updated_at": "2024-02-07T17:51:05.928991Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3422,
                "name": "HOURS",
                "slug": "hours",
                "city": "Bristol",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4571385,-2.596779",
                "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": "2024-02-07T17:51:14.180793Z",
            "publish_time": null,
            "slug": "hours-in-the-abstract-2024-03-01",
            "created_at": "2024-02-07T17:51:15.099727Z",
            "updated_at": "2024-02-07T17:51:16.099717Z",
            "summary": "In the Abstract is an Gallery Shows event starting on 01/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in HOURS with address 10 Colston Yard.",
            "title": "In the Abstract",
            "content": null,
            "start_time": "2024-03-01T01:00:00.000000Z",
            "end_time": "2024-03-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": "10 Colston Yard",
            "city": "Bristol",
            "geolocation": "51.4569429,-2.5971609",
            "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": 35124,
            "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": 33217,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a3228df36e94bca9551e84f7fea1ad9-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a3228df36e94bca9551e84f7fea1ad9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a3228df36e94bca9551e84f7fea1ad9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a3228df36e94bca9551e84f7fea1ad9-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a3228df36e94bca9551e84f7fea1ad9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1a3228df36e94bca9551e84f7fea1ad9.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a3228df36e94bca9551e84f7fea1ad9-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a3228df36e94bca9551e84f7fea1ad9-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a3228df36e94bca9551e84f7fea1ad9-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1a3228df36e94bca9551e84f7fea1ad9-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-19T13:57:06.122462Z",
                "updated_at": "2024-01-19T13:57:06.122522Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3398,
                "name": "Espacio Gallery",
                "slug": "espacio-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5255803,-0.0704685",
                "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": "2024-01-19T13:57:12.497189Z",
            "publish_time": null,
            "slug": "espacio-gallery-over-the-hills-back-for-more-2024-03-11",
            "created_at": "2024-01-19T13:57:13.975700Z",
            "updated_at": "2024-01-19T13:57:15.109554Z",
            "summary": "Over The Hills & Back For More is an Gallery Shows event starting on 11/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Espacio Gallery with address 159 Bethnal Green Road, London, E2 7DG.",
            "title": "Over The Hills & Back For More",
            "content": null,
            "start_time": "2024-03-11T01:00:00.000000Z",
            "end_time": "2024-03-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": "159 Bethnal Green Road, London, E2 7DG",
            "city": "London",
            "geolocation": "51.5253161,-0.0707261",
            "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": 36643,
            "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": 34734,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ba2c394ca9f4342bc0cda5e871bf28e-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ba2c394ca9f4342bc0cda5e871bf28e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ba2c394ca9f4342bc0cda5e871bf28e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ba2c394ca9f4342bc0cda5e871bf28e-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ba2c394ca9f4342bc0cda5e871bf28e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5ba2c394ca9f4342bc0cda5e871bf28e.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ba2c394ca9f4342bc0cda5e871bf28e-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ba2c394ca9f4342bc0cda5e871bf28e-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ba2c394ca9f4342bc0cda5e871bf28e-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ba2c394ca9f4342bc0cda5e871bf28e-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-07T14:50:56.926466Z",
                "updated_at": "2024-03-07T14:50:56.926499Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3669,
                "name": "Lewisham Arthouse",
                "slug": "lewisham-arthouse",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.47142050000001,-0.0308219",
                "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": "2024-03-07T14:51:40.626060Z",
            "publish_time": null,
            "slug": "lewisham-arthouse-barry-cunningham-images-to-develop-2024-03-08",
            "created_at": "2024-03-07T14:51:42.975845Z",
            "updated_at": "2024-03-07T14:51:45.513220Z",
            "summary": "Barry Cunningham. Images to Develop is an Gallery Shows event starting on 08/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Lewisham Arthouse with address 140 Lewisham Way.",
            "title": "Barry Cunningham. Images to Develop",
            "content": null,
            "start_time": "2024-03-08T01:00:00.000000Z",
            "end_time": "2024-03-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": "140 Lewisham Way",
            "city": "London",
            "geolocation": "-33.8022405,18.522738",
            "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": 34373,
            "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": 32484,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29ba09dfd2af4b3ebfd3f6438a8ea8ea-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29ba09dfd2af4b3ebfd3f6438a8ea8ea-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29ba09dfd2af4b3ebfd3f6438a8ea8ea-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29ba09dfd2af4b3ebfd3f6438a8ea8ea-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29ba09dfd2af4b3ebfd3f6438a8ea8ea-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/29ba09dfd2af4b3ebfd3f6438a8ea8ea.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29ba09dfd2af4b3ebfd3f6438a8ea8ea-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29ba09dfd2af4b3ebfd3f6438a8ea8ea-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29ba09dfd2af4b3ebfd3f6438a8ea8ea-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/29ba09dfd2af4b3ebfd3f6438a8ea8ea-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-21T11:35:01.830953Z",
                "updated_at": "2023-12-21T11:35:01.830989Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4921,
                "name": "Serpentine South Gallery",
                "slug": "serpentine-south-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5047903,-0.174983",
                "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": "2023-12-21T11:35:04.883088Z",
            "publish_time": null,
            "slug": "serpentine-south-gallery-barbara-kruger-thinking-of-you-i-mean-me-i-mean-you-2024-02-01",
            "created_at": "2023-12-21T11:35:05.822061Z",
            "updated_at": "2023-12-21T11:35:06.433368Z",
            "summary": "Barbara Kruger: Thinking of You. I Mean Me. I Mean You. is an Gallery Shows event starting on 01/02/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Serpentine South Gallery with address Kensington Garden.",
            "title": "Barbara Kruger: Thinking of You. I Mean Me. I Mean You.",
            "content": null,
            "start_time": "2024-02-01T01:00:00.000000Z",
            "end_time": "2024-03-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": "Kensington Garden",
            "city": "London",
            "geolocation": "6.8816727,79.8598511",
            "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": 37008,
            "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": 35093,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3dabe5f18e384c5299f64b592ebd18f4-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3dabe5f18e384c5299f64b592ebd18f4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3dabe5f18e384c5299f64b592ebd18f4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3dabe5f18e384c5299f64b592ebd18f4-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3dabe5f18e384c5299f64b592ebd18f4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3dabe5f18e384c5299f64b592ebd18f4.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3dabe5f18e384c5299f64b592ebd18f4-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3dabe5f18e384c5299f64b592ebd18f4-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3dabe5f18e384c5299f64b592ebd18f4-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3dabe5f18e384c5299f64b592ebd18f4-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-19T11:50:17.087935Z",
                "updated_at": "2024-03-19T11:50:17.087974Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3852,
                "name": "Artizan Gallery",
                "slug": "artizan-gallery",
                "city": "Torquay",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.4679206,-3.5381224",
                "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": "2024-03-19T11:50:22.781918Z",
            "publish_time": null,
            "slug": "artizan-gallery-artizan-studio-artists-introducing-ian-cox-william-mills-claire-harmer-and-olya-baklan-2024-02-24",
            "created_at": "2024-03-19T11:50:23.709653Z",
            "updated_at": "2024-03-19T11:50:25.257455Z",
            "summary": "Artizan Studio Artists - Introducing Ian Cox, William Mills, Claire Harmer and Olya Baklan. is an Gallery Shows event starting on 24/02/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Artizan Gallery with address Unit 5.",
            "title": "Artizan Studio Artists - Introducing Ian Cox, William Mills, Claire Harmer and Olya Baklan.",
            "content": null,
            "start_time": "2024-02-24T01:00:00.000000Z",
            "end_time": "2024-03-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": "Unit 5",
            "city": "Torquay",
            "geolocation": "53.04545635,-2.1888124044401547",
            "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": 37027,
            "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": 35109,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61faa24e77ab4b9ca5ed86230826dace-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61faa24e77ab4b9ca5ed86230826dace-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61faa24e77ab4b9ca5ed86230826dace-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61faa24e77ab4b9ca5ed86230826dace-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61faa24e77ab4b9ca5ed86230826dace-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/61faa24e77ab4b9ca5ed86230826dace.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61faa24e77ab4b9ca5ed86230826dace-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61faa24e77ab4b9ca5ed86230826dace-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61faa24e77ab4b9ca5ed86230826dace-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61faa24e77ab4b9ca5ed86230826dace-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-19T11:52:32.674002Z",
                "updated_at": "2024-03-19T11:52:32.674056Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9086,
                "name": "Glasgow Project Room - Trongate 103",
                "slug": "glasgow-project-room-trongate-103",
                "city": "Glasgow",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.8570548,-4.2468012",
                "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": "2024-03-19T11:52:39.603373Z",
            "publish_time": null,
            "slug": "glasgow-project-room-trongate-103-femme-disturbance-2024-03-07",
            "created_at": "2024-03-19T11:52:40.542860Z",
            "updated_at": "2024-03-19T11:52:41.220237Z",
            "summary": "Femme Disturbance is an Gallery Shows event starting on 07/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Glasgow Project Room - Trongate 103 with address 103 Trongate, Glasgow, G1 5HD, United Kingdom.",
            "title": "Femme Disturbance",
            "content": null,
            "start_time": "2024-03-07T01:00:00.000000Z",
            "end_time": "2024-03-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": "103 Trongate, Glasgow, G1 5HD, United Kingdom",
            "city": "Glasgow",
            "geolocation": "55.8570154,-4.246766",
            "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": 35374,
            "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": 33475,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5cec654c9cce495e85252e80ee4e2349-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5cec654c9cce495e85252e80ee4e2349-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5cec654c9cce495e85252e80ee4e2349-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5cec654c9cce495e85252e80ee4e2349-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5cec654c9cce495e85252e80ee4e2349-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5cec654c9cce495e85252e80ee4e2349.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5cec654c9cce495e85252e80ee4e2349-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5cec654c9cce495e85252e80ee4e2349-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5cec654c9cce495e85252e80ee4e2349-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5cec654c9cce495e85252e80ee4e2349-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-31T08:08:35.197477Z",
                "updated_at": "2024-01-31T08:08:35.197538Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6927,
                "name": "Staffordshire St",
                "slug": "staffordshire-st",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.47546320000001,-0.0650917",
                "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": "2024-01-31T08:08:40.460900Z",
            "publish_time": null,
            "slug": "staffordshire-st-faith-place-and-migration-2024-03-07",
            "created_at": "2024-01-31T08:08:41.490514Z",
            "updated_at": "2024-01-31T08:08:44.045928Z",
            "summary": "Faith, Place and Migration is an Gallery Shows event starting on 07/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Staffordshire St with address 49 Staffordshire Street.",
            "title": "Faith, Place and Migration",
            "content": null,
            "start_time": "2024-03-07T01:00:00.000000Z",
            "end_time": "2024-03-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": "49 Staffordshire Street",
            "city": "London",
            "geolocation": "52.2054178,0.1364181",
            "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": 36483,
            "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": 34583,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/992b8a8ead594d57b9b993d67e7a408b-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/992b8a8ead594d57b9b993d67e7a408b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/992b8a8ead594d57b9b993d67e7a408b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/992b8a8ead594d57b9b993d67e7a408b-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/992b8a8ead594d57b9b993d67e7a408b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/992b8a8ead594d57b9b993d67e7a408b.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/992b8a8ead594d57b9b993d67e7a408b-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/992b8a8ead594d57b9b993d67e7a408b-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/992b8a8ead594d57b9b993d67e7a408b-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/992b8a8ead594d57b9b993d67e7a408b-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-06T12:09:50.359038Z",
                "updated_at": "2024-03-06T12:09:50.359095Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3519,
                "name": "AC43 Gallery",
                "slug": "ac43-gallery",
                "city": "Singapore",
                "country": {
                    "code": "SG",
                    "name": "Singapore"
                },
                "geolocation": "1.2959549,103.8528169",
                "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": "SG",
            "publish_status": "published",
            "published_at": "2024-03-06T12:10:19.491554Z",
            "publish_time": null,
            "slug": "ac43-gallery-to-unfold-with-time-new-watercolour-works-by-tam-kwan-yuen-2024-03-02",
            "created_at": "2024-03-06T12:10:20.378269Z",
            "updated_at": "2024-03-06T12:10:20.420554Z",
            "summary": "To Unfold with Time: New Watercolour Works by Tam Kwan Yuen is an Gallery Shows event starting on 02/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in AC43 Gallery with address 76 Bras Basah Road, #01-01, Carlton Hotel.",
            "title": "To Unfold with Time: New Watercolour Works by Tam Kwan Yuen",
            "content": null,
            "start_time": "2024-03-02T01:00:00.000000Z",
            "end_time": "2024-03-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": "76 Bras Basah Road, #01-01, Carlton Hotel",
            "city": "Singapore",
            "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": 35161,
            "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": 33254,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c9688d9277f4092a24f81aaa19e3f72-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c9688d9277f4092a24f81aaa19e3f72-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c9688d9277f4092a24f81aaa19e3f72-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c9688d9277f4092a24f81aaa19e3f72-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c9688d9277f4092a24f81aaa19e3f72-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5c9688d9277f4092a24f81aaa19e3f72.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c9688d9277f4092a24f81aaa19e3f72-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c9688d9277f4092a24f81aaa19e3f72-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c9688d9277f4092a24f81aaa19e3f72-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c9688d9277f4092a24f81aaa19e3f72-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-22T13:30:09.463465Z",
                "updated_at": "2024-01-22T13:30:09.463505Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 391,
                "name": "LOWER EAST SIDE PRINTSHOP INC",
                "slug": "lower-east-side-printshop-inc",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.75436699999999,-73.99281930000001",
                "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": "2024-01-22T13:30:15.938106Z",
            "publish_time": null,
            "slug": "lower-east-side-printshop-inc-un-impress-opening-reception-january-18-6-8pm-2024-01-18",
            "created_at": "2024-01-22T13:30:16.846256Z",
            "updated_at": "2024-01-22T13:30:17.999365Z",
            "summary": "\"Un-Impress\", opening reception January 18 6-8pm is an Gallery Shows event starting on 18/01/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in LOWER EAST SIDE PRINTSHOP INC with address 306 West 37th Street.",
            "title": "\"Un-Impress\", opening reception January 18 6-8pm",
            "content": null,
            "start_time": "2024-01-18T01:00:00.000000Z",
            "end_time": "2024-03-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": "306 West 37th Street",
            "city": "New York",
            "geolocation": "40.7542605,-73.9927234",
            "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": 34632,
            "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": 32720,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/062672929ff9451f88f678d0994c6cdd-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/062672929ff9451f88f678d0994c6cdd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/062672929ff9451f88f678d0994c6cdd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/062672929ff9451f88f678d0994c6cdd-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/062672929ff9451f88f678d0994c6cdd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/062672929ff9451f88f678d0994c6cdd.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/062672929ff9451f88f678d0994c6cdd-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/062672929ff9451f88f678d0994c6cdd-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/062672929ff9451f88f678d0994c6cdd-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/062672929ff9451f88f678d0994c6cdd-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-29T13:33:41.132615Z",
                "updated_at": "2023-12-29T13:33:41.132651Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4537,
                "name": "Lakeside Arts",
                "slug": "lakeside-arts",
                "city": "Nottingham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.94052060000001,-1.1911927",
                "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": "2023-12-29T13:33:46.170038Z",
            "publish_time": null,
            "slug": "lakeside-arts-claude-cahun-beneath-this-mask-2024-01-13",
            "created_at": "2023-12-29T13:33:47.078477Z",
            "updated_at": "2023-12-29T13:33:47.532979Z",
            "summary": "Claude Cahun - Beneath This Mask is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Lakeside Arts with address University Park.",
            "title": "Claude Cahun - Beneath This Mask",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-03-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": "University Park",
            "city": "Nottingham",
            "geolocation": "52.9387428,-1.2002956927457427",
            "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": 36363,
            "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": 34434,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be522f6b184a424993396317b2d7a267-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be522f6b184a424993396317b2d7a267-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be522f6b184a424993396317b2d7a267-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be522f6b184a424993396317b2d7a267-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be522f6b184a424993396317b2d7a267-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/be522f6b184a424993396317b2d7a267.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be522f6b184a424993396317b2d7a267-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be522f6b184a424993396317b2d7a267-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be522f6b184a424993396317b2d7a267-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be522f6b184a424993396317b2d7a267-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-27T18:30:58.906178Z",
                "updated_at": "2024-02-27T18:30:58.906234Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9735,
                "name": "Central Server Works",
                "slug": "central-server-works",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0498323,-118.3750104",
                "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": "2024-02-27T18:31:01.768630Z",
            "publish_time": null,
            "slug": "central-server-works-presque-vu-2024-02-25",
            "created_at": "2024-02-27T18:31:02.693561Z",
            "updated_at": "2024-02-27T18:31:02.743909Z",
            "summary": "Presque Vu is an Gallery Shows event starting on 25/02/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Central Server Works with address Central Server Works Venice.",
            "title": "Presque Vu",
            "content": null,
            "start_time": "2024-02-25T01:00:00.000000Z",
            "end_time": "2024-03-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": "Central Server Works Venice",
            "city": "Venice",
            "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": 25649,
            "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": 24579,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f27bb5fc48b45df8290ed2f5cf89f88-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f27bb5fc48b45df8290ed2f5cf89f88-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f27bb5fc48b45df8290ed2f5cf89f88-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f27bb5fc48b45df8290ed2f5cf89f88-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f27bb5fc48b45df8290ed2f5cf89f88-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1f27bb5fc48b45df8290ed2f5cf89f88.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f27bb5fc48b45df8290ed2f5cf89f88-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f27bb5fc48b45df8290ed2f5cf89f88-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f27bb5fc48b45df8290ed2f5cf89f88-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f27bb5fc48b45df8290ed2f5cf89f88-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-05-05T11:16:31.482640Z",
                "updated_at": "2023-05-05T11:16:31.482701Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8562,
                "name": "Michel Majerus Estate",
                "slug": "michel-majerus-estate",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5342722,13.4199379",
                "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": "2023-05-05T11:16:34.321287Z",
            "publish_time": null,
            "slug": "michel-majerus-estate-fuck-2023-04-29",
            "created_at": "2023-05-05T11:16:35.217093Z",
            "updated_at": "2023-05-05T11:16:35.755966Z",
            "summary": "Fuck. is an Gallery Shows event starting on 29/04/2023, 00:00 and ending on 17/03/2024, 01:00. Event is in Michel Majerus Estate with address Knaackstraße 12.",
            "title": "Fuck.",
            "content": null,
            "start_time": "2023-04-29T00:00:00.000000Z",
            "end_time": "2024-03-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": "Knaackstraße 12",
            "city": "Berlin",
            "geolocation": "52.5376253,13.4152341",
            "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": []
        }
    ]
}