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

{
    "count": 37591,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=6228&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=6192&ordering=-end_time",
    "results": [
        {
            "id": 33354,
            "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": 31543,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8e101d7c3c3497ba82d4a7f805d96a7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8e101d7c3c3497ba82d4a7f805d96a7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b8e101d7c3c3497ba82d4a7f805d96a7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8e101d7c3c3497ba82d4a7f805d96a7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8e101d7c3c3497ba82d4a7f805d96a7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8e101d7c3c3497ba82d4a7f805d96a7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8e101d7c3c3497ba82d4a7f805d96a7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8e101d7c3c3497ba82d4a7f805d96a7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8e101d7c3c3497ba82d4a7f805d96a7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b8e101d7c3c3497ba82d4a7f805d96a7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-08T10:10:16.522147Z",
                "updated_at": "2023-11-08T10:10:16.522184Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5016,
                "name": "Centrum Berlin",
                "slug": "centrum-berlin",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.4821457,13.429513",
                "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-11-08T10:10:22.283011Z",
            "publish_time": null,
            "slug": "centrum-berlin-nature-is-ancient-but-surprises-us-all-2023-11-11",
            "created_at": "2023-11-08T10:10:23.187178Z",
            "updated_at": "2023-11-08T10:10:23.239979Z",
            "summary": "Nature Is Ancient, But Surprises Us All, is an Gallery Shows event starting on 11/11/2023, 01:00 and ending on 26/11/2023, 01:00. Event is in Centrum Berlin with address Reuterstr. 7.",
            "title": "Nature Is Ancient, But Surprises Us All,",
            "content": null,
            "start_time": "2023-11-11T01:00:00.000000Z",
            "end_time": "2023-11-26T01: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": "Reuterstr. 7",
            "city": "Berlin",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 33829,
            "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": 31972,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81abc41818ac4a6fb39b9c676b16a637-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81abc41818ac4a6fb39b9c676b16a637-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/81abc41818ac4a6fb39b9c676b16a637.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81abc41818ac4a6fb39b9c676b16a637-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81abc41818ac4a6fb39b9c676b16a637-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81abc41818ac4a6fb39b9c676b16a637-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81abc41818ac4a6fb39b9c676b16a637-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81abc41818ac4a6fb39b9c676b16a637-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81abc41818ac4a6fb39b9c676b16a637-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/81abc41818ac4a6fb39b9c676b16a637-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-22T09:37:19.696087Z",
                "updated_at": "2023-11-22T09:37:19.696145Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4739,
                "name": "TVD ART Galerie",
                "slug": "tvd-art-galerie",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5040013,13.315258",
                "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-11-22T09:37:24.005008Z",
            "publish_time": null,
            "slug": "tvd-art-galerie-charlottenwalk-samstag-den-25-november-12-2000-uhr-httpswwwcharlottenwalkdeexhibitions-2023-11-25",
            "created_at": "2023-11-22T09:37:25.249827Z",
            "updated_at": "2023-11-22T09:37:27.876046Z",
            "summary": "CHARLOTTENWALK - Samstag den 25. November  12- 20.00 Uhr https://www.charlottenwalk.de/exhibitions/ is an Gallery Shows event starting on 25/11/2023, 01:00 and ending on 26/11/2023, 01:00. Event is in TVD ART Galerie with address Wielandstr. 12.",
            "title": "CHARLOTTENWALK - Samstag den 25. November  12- 20.00 Uhr https://www.charlottenwalk.de/exhibitions/",
            "content": null,
            "start_time": "2023-11-25T01:00:00.000000Z",
            "end_time": "2023-11-26T01: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": "Wielandstr. 12",
            "city": "Berlin",
            "geolocation": "50.081625900000006,8.430138474910555",
            "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": 33795,
            "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": 31937,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/544b1e33381a474f9c8de29028381da2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/544b1e33381a474f9c8de29028381da2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/544b1e33381a474f9c8de29028381da2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/544b1e33381a474f9c8de29028381da2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/544b1e33381a474f9c8de29028381da2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/544b1e33381a474f9c8de29028381da2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/544b1e33381a474f9c8de29028381da2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/544b1e33381a474f9c8de29028381da2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/544b1e33381a474f9c8de29028381da2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/544b1e33381a474f9c8de29028381da2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-22T09:33:00.498832Z",
                "updated_at": "2023-11-22T09:33:00.498868Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8434,
                "name": "Libertine",
                "slug": "libertine",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0836937,-118.3411952",
                "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-11-22T09:33:06.883215Z",
            "publish_time": null,
            "slug": "libertine-deb-no-ideas-2023-11-18",
            "created_at": "2023-11-22T09:33:07.798670Z",
            "updated_at": "2023-11-22T09:33:09.386983Z",
            "summary": "DEB: No ideas is an Gallery Shows event starting on 18/11/2023, 01:00 and ending on 26/11/2023, 01:00. Event is in Libertine with address 6817 Melrose Ave.",
            "title": "DEB: No ideas",
            "content": null,
            "start_time": "2023-11-18T01:00:00.000000Z",
            "end_time": "2023-11-26T01: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": "6817 Melrose Ave",
            "city": "Los Angeles",
            "geolocation": "39.19206755102041,-76.74050710204082",
            "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": 32457,
            "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": 30701,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b4386a0ca01c4c5d99fb475fbbf79719-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b4386a0ca01c4c5d99fb475fbbf79719-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b4386a0ca01c4c5d99fb475fbbf79719.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b4386a0ca01c4c5d99fb475fbbf79719-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b4386a0ca01c4c5d99fb475fbbf79719-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b4386a0ca01c4c5d99fb475fbbf79719-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b4386a0ca01c4c5d99fb475fbbf79719-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b4386a0ca01c4c5d99fb475fbbf79719-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b4386a0ca01c4c5d99fb475fbbf79719-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b4386a0ca01c4c5d99fb475fbbf79719-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-18T09:01:15.657887Z",
                "updated_at": "2023-10-18T09:01:15.657926Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4335,
                "name": "Galerie Weisser Elefant",
                "slug": "galerie-weisser-elefant",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5267656,13.3962508",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-10-18T09:01:18.292497Z",
            "publish_time": null,
            "slug": "galerie-weisser-elefant-on-the-edge-of-2023-09-30",
            "created_at": "2023-10-18T09:01:19.218657Z",
            "updated_at": "2023-10-18T09:01:19.286459Z",
            "summary": "– on the edge of is an Gallery Shows event starting on 30/09/2023, 00:00 and ending on 26/11/2023, 01:00. Event is in Galerie Weisser Elefant with address Bezirksamt Mitte von Berlin Fachbereich  Kunst & Kultur.",
            "title": "– on the edge of",
            "content": null,
            "start_time": "2023-09-30T00:00:00.000000Z",
            "end_time": "2023-11-26T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Bezirksamt Mitte von Berlin Fachbereich  Kunst & Kultur",
            "city": "Berlin",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 32999,
            "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": 31214,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6dcccec237341a38d46c92fb8ab84c2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6dcccec237341a38d46c92fb8ab84c2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e6dcccec237341a38d46c92fb8ab84c2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6dcccec237341a38d46c92fb8ab84c2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6dcccec237341a38d46c92fb8ab84c2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6dcccec237341a38d46c92fb8ab84c2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6dcccec237341a38d46c92fb8ab84c2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6dcccec237341a38d46c92fb8ab84c2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6dcccec237341a38d46c92fb8ab84c2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6dcccec237341a38d46c92fb8ab84c2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-01T11:57:00.615349Z",
                "updated_at": "2023-11-01T11:57:00.615404Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5747,
                "name": "Copeland Gallery",
                "slug": "copeland-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4698124,-0.06521239999999999",
                "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-11-01T11:57:09.333249Z",
            "publish_time": null,
            "slug": "copeland-gallery-the-london-group-open-2023-2023-11-10",
            "created_at": "2023-11-01T11:57:10.248184Z",
            "updated_at": "2023-11-01T11:57:11.528863Z",
            "summary": "The London Group Open 2023 is an Gallery Shows event starting on 10/11/2023, 01:00 and ending on 26/11/2023, 01:00. Event is in Copeland Gallery with address 133 Copeland Road.",
            "title": "The London Group Open 2023",
            "content": null,
            "start_time": "2023-11-10T01:00:00.000000Z",
            "end_time": "2023-11-26T01: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": "133 Copeland Road",
            "city": "London",
            "geolocation": "51.4698658,-0.06664244754359287",
            "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": 30234,
            "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": 28640,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/485cb5543b6045279113ad5b0c91f822-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/485cb5543b6045279113ad5b0c91f822-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/485cb5543b6045279113ad5b0c91f822.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/485cb5543b6045279113ad5b0c91f822-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/485cb5543b6045279113ad5b0c91f822-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/485cb5543b6045279113ad5b0c91f822-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/485cb5543b6045279113ad5b0c91f822-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/485cb5543b6045279113ad5b0c91f822-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/485cb5543b6045279113ad5b0c91f822-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/485cb5543b6045279113ad5b0c91f822-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-11T07:39:13.780484Z",
                "updated_at": "2023-08-11T07:39:13.780540Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9042,
                "name": "City Hall Park",
                "slug": "city-hall-park",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7141829,-74.0063069",
                "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-08-11T07:39:18.606663Z",
            "publish_time": null,
            "slug": "city-hall-park-phyllida-barlow-prank-2023-06-06",
            "created_at": "2023-08-11T07:39:19.503766Z",
            "updated_at": "2023-08-11T07:39:19.855073Z",
            "summary": "Phyllida Barlow. PRANK is an Gallery Shows event starting on 06/06/2023, 00:00 and ending on 26/11/2023, 01:00. Event is in City Hall Park with address Broadway &, Chambers St,.",
            "title": "Phyllida Barlow. PRANK",
            "content": null,
            "start_time": "2023-06-06T00:00:00.000000Z",
            "end_time": "2023-11-26T01: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": "Broadway &, Chambers St,",
            "city": "New York",
            "geolocation": "40.7155081,-74.0092451",
            "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": 30509,
            "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": 28868,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0dd5746953f46e08703a8ab1141b41f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0dd5746953f46e08703a8ab1141b41f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a0dd5746953f46e08703a8ab1141b41f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0dd5746953f46e08703a8ab1141b41f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0dd5746953f46e08703a8ab1141b41f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0dd5746953f46e08703a8ab1141b41f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0dd5746953f46e08703a8ab1141b41f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0dd5746953f46e08703a8ab1141b41f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0dd5746953f46e08703a8ab1141b41f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a0dd5746953f46e08703a8ab1141b41f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-23T08:40:37.333562Z",
                "updated_at": "2023-08-23T08:40:37.333613Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4258,
                "name": "Derby QUAD",
                "slug": "derby-quad",
                "city": "Derby",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.92324540000001,-1.475355",
                "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-08-23T08:40:46.358997Z",
            "publish_time": null,
            "slug": "derby-quad-the-scrawny-beauties-of-ethni-city-by-seemu-mattu-2023-09-23",
            "created_at": "2023-08-23T08:40:47.352535Z",
            "updated_at": "2023-08-23T08:40:48.357039Z",
            "summary": "The Scrawny Beauties of Ethni City by Seemu Mattu is an Gallery Shows event starting on 23/09/2023, 00:00 and ending on 26/11/2023, 01:00. Event is in Derby QUAD with address Market Place.",
            "title": "The Scrawny Beauties of Ethni City by Seemu Mattu",
            "content": null,
            "start_time": "2023-09-23T00:00:00.000000Z",
            "end_time": "2023-11-26T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Market Place",
            "city": "Derby",
            "geolocation": "52.6753477,-0.3170006",
            "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": 33825,
            "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": 31968,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a896e8c586714957be22606bf509d018-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a896e8c586714957be22606bf509d018-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a896e8c586714957be22606bf509d018.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a896e8c586714957be22606bf509d018-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a896e8c586714957be22606bf509d018-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a896e8c586714957be22606bf509d018-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a896e8c586714957be22606bf509d018-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a896e8c586714957be22606bf509d018-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a896e8c586714957be22606bf509d018-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a896e8c586714957be22606bf509d018-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-22T09:37:00.266014Z",
                "updated_at": "2023-11-22T09:37:00.266072Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5919,
                "name": "The Holy Art",
                "slug": "holy-art",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.55139,-0.07243469999999999",
                "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-11-22T09:37:11.099204Z",
            "publish_time": null,
            "slug": "the-holy-art-interfaith-2023-11-17",
            "created_at": "2023-11-22T09:37:12.132068Z",
            "updated_at": "2023-11-22T09:37:12.538848Z",
            "summary": "INTERFAITH is an Gallery Shows event starting on 17/11/2023, 01:00 and ending on 26/11/2023, 01:00. Event is in The Holy Art with address 21-31 SHACKLEWELL LANE.",
            "title": "INTERFAITH",
            "content": null,
            "start_time": "2023-11-17T01:00:00.000000Z",
            "end_time": "2023-11-26T01: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": "21-31 SHACKLEWELL LANE",
            "city": "London",
            "geolocation": "51.5527171,-0.0700445",
            "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": 30628,
            "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": 28976,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3233742870474ee085fdd9971e8e7961-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3233742870474ee085fdd9971e8e7961-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3233742870474ee085fdd9971e8e7961.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3233742870474ee085fdd9971e8e7961-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3233742870474ee085fdd9971e8e7961-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3233742870474ee085fdd9971e8e7961-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3233742870474ee085fdd9971e8e7961-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3233742870474ee085fdd9971e8e7961-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3233742870474ee085fdd9971e8e7961-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3233742870474ee085fdd9971e8e7961-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-28T20:32:13.098974Z",
                "updated_at": "2023-08-28T20:32:13.099028Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9093,
                "name": "Perve Galeria",
                "slug": "perve-galeria",
                "city": "Lisboa",
                "country": {
                    "code": "PT",
                    "name": "Portugal"
                },
                "geolocation": "38.7127373,-9.127980899999999",
                "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": "PT",
            "publish_status": "published",
            "published_at": "2023-08-28T20:32:17.242087Z",
            "publish_time": null,
            "slug": "perve-galeria-centenary-of-mario-cesariny-e-os-seus-contemporaneos-2023-08-09",
            "created_at": "2023-08-28T20:32:18.130611Z",
            "updated_at": "2023-08-28T20:32:18.604768Z",
            "summary": "Centenary of Mário Cesariny: ... e os seus contemporâneos is an Gallery Shows event starting on 09/08/2023, 00:00 and ending on 26/11/2023, 01:00. Event is in Perve Galeria with address Rua das Escolas Gerais nº19.",
            "title": "Centenary of Mário Cesariny: ... e os seus contemporâneos",
            "content": null,
            "start_time": "2023-08-09T00:00:00.000000Z",
            "end_time": "2023-11-26T01: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": "Rua das Escolas Gerais nº19",
            "city": "Lisbon",
            "geolocation": "38.7129185,-9.1282683",
            "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": 32045,
            "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": 30305,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff484f23a3cf40c88da80f874a482dc1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff484f23a3cf40c88da80f874a482dc1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ff484f23a3cf40c88da80f874a482dc1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff484f23a3cf40c88da80f874a482dc1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff484f23a3cf40c88da80f874a482dc1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff484f23a3cf40c88da80f874a482dc1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff484f23a3cf40c88da80f874a482dc1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff484f23a3cf40c88da80f874a482dc1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff484f23a3cf40c88da80f874a482dc1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff484f23a3cf40c88da80f874a482dc1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-05T09:33:21.129941Z",
                "updated_at": "2023-10-05T09:33:21.129977Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7897,
                "name": "Verdant Works",
                "slug": "verdant-works",
                "city": "Dundee",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "",
                "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-05T09:33:26.888083Z",
            "publish_time": null,
            "slug": "verdant-works-exhibit-fabrications-2023-09-27",
            "created_at": "2023-10-05T09:33:27.890222Z",
            "updated_at": "2023-10-05T09:33:28.667101Z",
            "summary": "Exhibit: Fabrications is an Gallery Shows event starting on 27/09/2023, 00:00 and ending on 26/11/2023, 01:00. Event is in Verdant Works with address Verdant Works, W Henderson's Wynd, Dundee.",
            "title": "Exhibit: Fabrications",
            "content": null,
            "start_time": "2023-09-27T00:00:00.000000Z",
            "end_time": "2023-11-26T01: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": "Verdant Works, W Henderson's Wynd, Dundee",
            "city": "Dundee",
            "geolocation": "56.4614499,-2.9830277",
            "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": 33376,
            "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": 31565,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be7021ab317c4add87501a585709c9df-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be7021ab317c4add87501a585709c9df-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/be7021ab317c4add87501a585709c9df.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be7021ab317c4add87501a585709c9df-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be7021ab317c4add87501a585709c9df-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be7021ab317c4add87501a585709c9df-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be7021ab317c4add87501a585709c9df-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be7021ab317c4add87501a585709c9df-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be7021ab317c4add87501a585709c9df-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/be7021ab317c4add87501a585709c9df-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-09T10:29:45.603272Z",
                "updated_at": "2023-11-09T10:29:45.603303Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5849,
                "name": "Firstsite",
                "slug": "firstsite",
                "city": "Colchester",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.8897538,0.9013171",
                "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-11-09T10:29:49.179428Z",
            "publish_time": null,
            "slug": "firstsite-yak-zero-contract-zero-contact-2023-11-04",
            "created_at": "2023-11-09T10:29:50.077195Z",
            "updated_at": "2023-11-09T10:29:50.501028Z",
            "summary": "YAK: Zero Contract: Zero Contact is an Gallery Shows event starting on 04/11/2023, 01:00 and ending on 26/11/2023, 01:00. Event is in Firstsite with address Lewis Gardens.",
            "title": "YAK: Zero Contract: Zero Contact",
            "content": null,
            "start_time": "2023-11-04T01:00:00.000000Z",
            "end_time": "2023-11-26T01: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": "Lewis Gardens",
            "city": "Colchester",
            "geolocation": "42.3738108,-83.24497899835261",
            "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": 32628,
            "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": 30870,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c303fdc5244c4c58b1b6825170c90ceb-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c303fdc5244c4c58b1b6825170c90ceb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c303fdc5244c4c58b1b6825170c90ceb.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c303fdc5244c4c58b1b6825170c90ceb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c303fdc5244c4c58b1b6825170c90ceb-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c303fdc5244c4c58b1b6825170c90ceb-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c303fdc5244c4c58b1b6825170c90ceb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c303fdc5244c4c58b1b6825170c90ceb-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c303fdc5244c4c58b1b6825170c90ceb-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c303fdc5244c4c58b1b6825170c90ceb-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-24T07:01:22.311058Z",
                "updated_at": "2023-10-24T07:01:22.311095Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9360,
                "name": "MODA, New York Square",
                "slug": "moda-new-york-square",
                "city": "Leeds",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.7519047,-1.4498076",
                "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-24T07:01:26.820781Z",
            "publish_time": null,
            "slug": "moda-new-york-square-this-is-a-forest-2023-10-06",
            "created_at": "2023-10-24T07:01:27.766606Z",
            "updated_at": "2023-10-24T07:01:27.766624Z",
            "summary": null,
            "title": "This is a FOREST",
            "content": null,
            "start_time": "2023-10-06T00:00:00.000000Z",
            "end_time": "2023-11-26T01: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": "",
            "city": "Leeds",
            "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": 32792,
            "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": 31013,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b88dd8daae84463889c79ba8b26c4327-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b88dd8daae84463889c79ba8b26c4327-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b88dd8daae84463889c79ba8b26c4327.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b88dd8daae84463889c79ba8b26c4327-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b88dd8daae84463889c79ba8b26c4327-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b88dd8daae84463889c79ba8b26c4327-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b88dd8daae84463889c79ba8b26c4327-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b88dd8daae84463889c79ba8b26c4327-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b88dd8daae84463889c79ba8b26c4327-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b88dd8daae84463889c79ba8b26c4327-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-25T09:59:47.148109Z",
                "updated_at": "2023-10-25T09:59:47.148165Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8573,
                "name": "The Kobi Nazrul Centre",
                "slug": "kobi-nazrul-centre",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5201393,-0.0725331",
                "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:52.888963Z",
            "publish_time": null,
            "slug": "the-kobi-nazrul-centre-brick-lane-a-community-portrait-by-kois-miah-2023-11-01",
            "created_at": "2023-10-25T09:59:53.796679Z",
            "updated_at": "2023-10-25T09:59:53.853720Z",
            "summary": "Brick Lane: A Community Portrait by Kois Miah is an Gallery Shows event starting on 01/11/2023, 01:00 and ending on 26/11/2023, 01:00. Event is in The Kobi Nazrul Centre with address The Kobi Nazrul Centre.",
            "title": "Brick Lane: A Community Portrait by Kois Miah",
            "content": null,
            "start_time": "2023-11-01T01:00:00.000000Z",
            "end_time": "2023-11-26T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "The Kobi Nazrul Centre",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 31432,
            "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": 29733,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc31ab418448431dadc9b9c254aacbef-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc31ab418448431dadc9b9c254aacbef-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/cc31ab418448431dadc9b9c254aacbef.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc31ab418448431dadc9b9c254aacbef-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc31ab418448431dadc9b9c254aacbef-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc31ab418448431dadc9b9c254aacbef-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc31ab418448431dadc9b9c254aacbef-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc31ab418448431dadc9b9c254aacbef-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc31ab418448431dadc9b9c254aacbef-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cc31ab418448431dadc9b9c254aacbef-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-20T15:15:01.076935Z",
                "updated_at": "2023-09-20T15:15:01.076970Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7089,
                "name": "Galerie im Saalbau",
                "slug": "galerie-im-saalbau",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.47696,13.4393647",
                "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-09-20T15:15:07.047914Z",
            "publish_time": null,
            "slug": "galerie-im-saalbau-oceane-mousse-sound-of-silence-2023-09-23",
            "created_at": "2023-09-20T15:15:07.941291Z",
            "updated_at": "2023-09-20T15:15:07.980567Z",
            "summary": "Océane Moussé’. Sound of Silence is an Gallery Shows event starting on 23/09/2023, 00:00 and ending on 26/11/2023, 01:00. Event is in Galerie im Saalbau with address Fachbereich Kultur / Bezirksamt Neukölln.",
            "title": "Océane Moussé’. Sound of Silence",
            "content": null,
            "start_time": "2023-09-23T00:00:00.000000Z",
            "end_time": "2023-11-26T01: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": "Fachbereich Kultur / Bezirksamt Neukölln",
            "city": "Berlin",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 29259,
            "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": 27821,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ab3d8b19c3b4511ad8f0f96e3fb5c82-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ab3d8b19c3b4511ad8f0f96e3fb5c82-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8ab3d8b19c3b4511ad8f0f96e3fb5c82.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ab3d8b19c3b4511ad8f0f96e3fb5c82-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ab3d8b19c3b4511ad8f0f96e3fb5c82-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ab3d8b19c3b4511ad8f0f96e3fb5c82-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ab3d8b19c3b4511ad8f0f96e3fb5c82-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ab3d8b19c3b4511ad8f0f96e3fb5c82-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ab3d8b19c3b4511ad8f0f96e3fb5c82-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8ab3d8b19c3b4511ad8f0f96e3fb5c82-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-12T18:52:02.294009Z",
                "updated_at": "2023-07-12T18:52:02.294048Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3327,
                "name": "Färgfabriken",
                "slug": "fargfabriken",
                "city": "Stockholm",
                "country": {
                    "code": "SE",
                    "name": "Sweden"
                },
                "geolocation": "59.31505840000001,18.0195135",
                "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": "SE",
            "publish_status": "published",
            "published_at": "2023-07-12T18:52:05.548737Z",
            "publish_time": null,
            "slug": "fargfabriken-moulding-nature-discursive-struggles-over-the-environment-2023-08-26",
            "created_at": "2023-07-12T18:52:06.440226Z",
            "updated_at": "2023-07-12T18:52:06.485163Z",
            "summary": "Moulding Nature – Discursive Struggles Over the Environment is an Gallery Shows event starting on 26/08/2023, 00:00 and ending on 26/11/2023, 01:00. Event is in Färgfabriken with address Stiftelsen Färgfabriken.",
            "title": "Moulding Nature – Discursive Struggles Over the Environment",
            "content": null,
            "start_time": "2023-08-26T00:00:00.000000Z",
            "end_time": "2023-11-26T01: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": "Stiftelsen Färgfabriken",
            "city": "Stockholm",
            "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": 33311,
            "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": 31501,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1070d9f3a1c7400a97856d494f6344fa-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1070d9f3a1c7400a97856d494f6344fa-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1070d9f3a1c7400a97856d494f6344fa.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1070d9f3a1c7400a97856d494f6344fa-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1070d9f3a1c7400a97856d494f6344fa-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1070d9f3a1c7400a97856d494f6344fa-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1070d9f3a1c7400a97856d494f6344fa-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1070d9f3a1c7400a97856d494f6344fa-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1070d9f3a1c7400a97856d494f6344fa-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1070d9f3a1c7400a97856d494f6344fa-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-08T10:05:15.102948Z",
                "updated_at": "2023-11-08T10:05:15.102987Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3364,
                "name": "Safehouse 1 & 2",
                "slug": "safehouse-1-2",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4699043,-0.0652446",
                "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-11-08T10:05:20.890136Z",
            "publish_time": null,
            "slug": "safehouse-1-2-derlict-2023-11-24",
            "created_at": "2023-11-08T10:05:21.783651Z",
            "updated_at": "2023-11-08T10:05:23.801037Z",
            "summary": "Derǝlict is an Gallery Shows event starting on 24/11/2023, 01:00 and ending on 26/11/2023, 01:00. Event is in Safehouse 1 & 2 with address 137 - 139 Copeland Road.",
            "title": "Derǝlict",
            "content": null,
            "start_time": "2023-11-24T01:00:00.000000Z",
            "end_time": "2023-11-26T01: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": "137 - 139 Copeland Road",
            "city": "London",
            "geolocation": "51.4698555,-0.06522284422128638",
            "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": 32911,
            "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": 31129,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5d0f68f78a304beca687fcb7457a88b7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5d0f68f78a304beca687fcb7457a88b7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5d0f68f78a304beca687fcb7457a88b7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5d0f68f78a304beca687fcb7457a88b7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5d0f68f78a304beca687fcb7457a88b7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5d0f68f78a304beca687fcb7457a88b7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5d0f68f78a304beca687fcb7457a88b7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5d0f68f78a304beca687fcb7457a88b7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5d0f68f78a304beca687fcb7457a88b7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5d0f68f78a304beca687fcb7457a88b7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-31T13:55:36.863160Z",
                "updated_at": "2023-10-31T13:55:36.863215Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5591,
                "name": "The MAC",
                "slug": "mac",
                "city": "Belfast",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "54.6032153,-5.927664699999999",
                "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-31T13:55:51.518210Z",
            "publish_time": null,
            "slug": "the-mac-louise-wallace-midnight-feast-2023-08-29",
            "created_at": "2023-10-31T13:55:52.443813Z",
            "updated_at": "2023-10-31T13:55:53.651881Z",
            "summary": "Louise Wallace: Midnight Feast is an Gallery Shows event starting on 29/08/2023, 00:00 and ending on 26/11/2023, 01:00. Event is in The MAC with address 10 Exchange Street West.",
            "title": "Louise Wallace: Midnight Feast",
            "content": null,
            "start_time": "2023-08-29T00:00:00.000000Z",
            "end_time": "2023-11-26T01: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 Exchange Street West",
            "city": "Belfast",
            "geolocation": "54.6035288,-5.927452436831776",
            "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": 17597,
            "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": 17250,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f359301f8844e429395a6902e49633c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f359301f8844e429395a6902e49633c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9f359301f8844e429395a6902e49633c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f359301f8844e429395a6902e49633c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f359301f8844e429395a6902e49633c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f359301f8844e429395a6902e49633c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f359301f8844e429395a6902e49633c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f359301f8844e429395a6902e49633c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f359301f8844e429395a6902e49633c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9f359301f8844e429395a6902e49633c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-12-14T11:09:36.173649Z",
                "updated_at": "2022-12-14T11:09:36.173702Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5466,
                "name": "The Whitworth",
                "slug": "whitworth",
                "city": "Manchester",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.459878,-2.2279536",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-12-14T11:09:39.081737Z",
            "publish_time": null,
            "slug": "the-whitworth-undefining-queer-2023-01-26",
            "created_at": "2022-12-14T11:09:39.946274Z",
            "updated_at": "2022-12-14T11:09:39.986885Z",
            "summary": "(Un)Defining Queer is an Gallery Shows event starting on 26/01/2023, 01:00 and ending on 26/11/2023, 01:00. Event is in The Whitworth with address The University of Manchester, Oxford Road,.",
            "title": "(Un)Defining Queer",
            "content": null,
            "start_time": "2023-01-26T01:00:00.000000Z",
            "end_time": "2023-11-26T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "The University of Manchester, Oxford Road,",
            "city": "Manchester",
            "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": []
        }
    ]
}