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

{
    "count": 37575,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=7074&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=7038&ordering=start_time",
    "results": [
        {
            "id": 5836,
            "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": 7099,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3502ad992037429e9000cf75b5d18608-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3502ad992037429e9000cf75b5d18608-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3502ad992037429e9000cf75b5d18608.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3502ad992037429e9000cf75b5d18608-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3502ad992037429e9000cf75b5d18608-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3502ad992037429e9000cf75b5d18608-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3502ad992037429e9000cf75b5d18608-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3502ad992037429e9000cf75b5d18608-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3502ad992037429e9000cf75b5d18608-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3502ad992037429e9000cf75b5d18608-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-11-29T17:55:52.552201Z",
                "updated_at": "2021-11-29T17:55:52.552236Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4133,
                "name": "The Halpern Pop",
                "slug": "halpern-pop",
                "city": "Rochester",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.3911751,0.5027535000000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2021-11-29T17:55:56.632076Z",
            "publish_time": null,
            "slug": "the-halpern-pop-art-lover-2021-12-15",
            "created_at": "2021-11-29T17:55:57.362839Z",
            "updated_at": "2021-11-29T17:55:57.400534Z",
            "summary": "Art Lover is an Gallery Shows event starting on 15/12/2021, 01:00 and ending on 24/12/2021, 01:00. Event is in The Halpern Pop with address Nucleus Arts Halpern Conservancy Building.",
            "title": "Art Lover",
            "content": null,
            "start_time": "2021-12-15T01:00:00.000000Z",
            "end_time": "2021-12-24T01: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": "Nucleus Arts Halpern Conservancy Building",
            "city": "Rochester",
            "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": 6485,
            "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": 7693,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea2972c4453a4851bc2d1421c23eeb01-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea2972c4453a4851bc2d1421c23eeb01-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ea2972c4453a4851bc2d1421c23eeb01.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea2972c4453a4851bc2d1421c23eeb01-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea2972c4453a4851bc2d1421c23eeb01-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea2972c4453a4851bc2d1421c23eeb01-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea2972c4453a4851bc2d1421c23eeb01-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea2972c4453a4851bc2d1421c23eeb01-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea2972c4453a4851bc2d1421c23eeb01-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea2972c4453a4851bc2d1421c23eeb01-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-11T00:09:55.309873Z",
                "updated_at": "2022-01-11T00:09:55.309909Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4074,
                "name": "Aberystwyth Arts Centre",
                "slug": "aberystwyth-arts-centre",
                "city": "Aberystwyth",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.4205306,-4.0615169",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-01-11T00:09:57.550744Z",
            "publish_time": null,
            "slug": "aberystwyth-arts-centre-neil-johnson-transparent-2021-12-15",
            "created_at": "2022-01-11T00:09:58.284128Z",
            "updated_at": "2022-01-11T00:09:58.633448Z",
            "summary": "Neil Johnson - Transparent is an Gallery Shows event starting on 15/12/2021, 01:00 and ending on 28/01/2022, 01:00. Event is in Aberystwyth Arts Centre with address The University of Wales.",
            "title": "Neil Johnson - Transparent",
            "content": null,
            "start_time": "2021-12-15T01:00:00.000000Z",
            "end_time": "2022-01-28T01: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 Wales",
            "city": "Aberystwyth",
            "geolocation": "52.5685981,-3.3508779",
            "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": 6571,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 3237,
                "name": "Art Consultant Mosto & Rojas Arte",
                "slug": "art-consultant-mosto-rojas-arte",
                "city": "Buenos Aires",
                "country": {
                    "code": "AR",
                    "name": "Argentina"
                },
                "geolocation": "-34.59877720000001,-58.3943039",
                "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": "AR",
            "publish_status": "published",
            "published_at": "2022-01-11T19:56:39.522633Z",
            "publish_time": null,
            "slug": "art-consultant-mosto-rojas-arte-chau-2021-2021-12-15",
            "created_at": "2022-01-11T19:56:40.239126Z",
            "updated_at": "2022-01-11T19:56:40.276138Z",
            "summary": "CHAU!!!!! 2021 is an Gallery Shows event starting on 15/12/2021, 01:00 and ending on 15/01/2022, 01:00. Event is in Art Consultant Mosto & Rojas Arte with address Paraguay 934 Piso 1.",
            "title": "CHAU!!!!! 2021",
            "content": null,
            "start_time": "2021-12-15T01:00:00.000000Z",
            "end_time": "2022-01-15T01: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": "Paraguay 934 Piso 1",
            "city": "Buenos Aires",
            "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": 6482,
            "author": {
                "id": "5379bc3d-028a-4ccc-8996-9a02a3a2968f",
                "username": "info@abc-arte.com",
                "slug": "infoabc-artecom",
                "first_name": "Antonio",
                "last_name": "Borghese",
                "display_name": null,
                "display_name_full": "Antonio Borghese",
                "email": "info@abc-arte.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 7691,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1ddc976d53e541d786e087a9ee111445-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1ddc976d53e541d786e087a9ee111445-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1ddc976d53e541d786e087a9ee111445.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1ddc976d53e541d786e087a9ee111445-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1ddc976d53e541d786e087a9ee111445-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1ddc976d53e541d786e087a9ee111445-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1ddc976d53e541d786e087a9ee111445-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1ddc976d53e541d786e087a9ee111445-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1ddc976d53e541d786e087a9ee111445-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1ddc976d53e541d786e087a9ee111445-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-11T00:08:19.260973Z",
                "updated_at": "2022-01-11T00:08:19.261009Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3110,
                "name": "ABC-ARTE",
                "slug": "abc-arte",
                "city": "Genoa",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "44.4056513,8.939968799999999",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3002,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ABC-ARTE_-_Nanni_Valentini._Linterspazio_tra_il_visibile_ed_il_tattile_2019-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ABC-ARTE_-_Nanni_Valentini._Linterspazio_tra_il_visibile_ed_il_tattile_2019-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ABC-ARTE_-_Nanni_Valentini._Linterspazio_tra_il_visibile_ed_il_tattile_2019-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/ABC-ARTE_-_Nanni_Valentini._Linterspazio_tra_il_visibile_ed_il_tattile_2019.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ABC-ARTE_-_Nanni_Valentini._Linterspazio_tra_il_visibile_ed_il_tattile_2019-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ABC-ARTE_-_Nanni_Valentini._Linterspazio_tra_il_visibile_ed_il_tattile_2019-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ABC-ARTE_-_Nanni_Valentini._Linterspazio_tra_il_visibile_ed_il_tattile_2019-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ABC-ARTE_-_Nanni_Valentini._Linterspazio_tra_il_visibile_ed_il_tattile_2019-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-09-11T14:54:15.529990Z",
                    "updated_at": "2021-09-14T13:43:51.384457Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2022-01-11T00:08:22.098889Z",
            "publish_time": null,
            "slug": "abc-arte-towards-annunciazione-nanni-valentini-the-final-years-2021-12-16",
            "created_at": "2022-01-11T00:08:22.836973Z",
            "updated_at": "2022-08-03T08:41:54.839489Z",
            "summary": "Towards Annunciazione. Nanni Valentini. The final years is an Gallery Shows event starting on 16/12/2021, 01:00 and ending on 05/03/2022, 01:00. Event is in ABC-ARTE with address Via XX Settembre 11a.",
            "title": "Towards Annunciazione. Nanni Valentini. The final years",
            "content": null,
            "start_time": "2021-12-16T01:00:00.000000Z",
            "end_time": "2022-03-05T01: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": "Via XX Settembre 11a",
            "city": "Genova",
            "geolocation": "44.3481421,9.155962",
            "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": 6490,
            "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": 7695,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cda7d14d21174e389786eb52d50f18b0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cda7d14d21174e389786eb52d50f18b0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/cda7d14d21174e389786eb52d50f18b0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cda7d14d21174e389786eb52d50f18b0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cda7d14d21174e389786eb52d50f18b0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cda7d14d21174e389786eb52d50f18b0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cda7d14d21174e389786eb52d50f18b0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cda7d14d21174e389786eb52d50f18b0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cda7d14d21174e389786eb52d50f18b0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cda7d14d21174e389786eb52d50f18b0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-11T19:00:27.901901Z",
                "updated_at": "2022-01-11T19:00:27.901937Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3211,
                "name": "Aicon Contemporary",
                "slug": "aicon-contemporary",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7267515,-73.9931265",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-01-11T19:00:31.079582Z",
            "publish_time": null,
            "slug": "aicon-contemporary-notes-from-the-motherland-2021-12-16",
            "created_at": "2022-01-11T19:00:31.825813Z",
            "updated_at": "2022-01-11T19:00:34.135686Z",
            "summary": "Notes From The Motherland is an Gallery Shows event starting on 16/12/2021, 01:00 and ending on 03/02/2022, 01:00. Event is in Aicon Contemporary with address 35 Great Jones Street.",
            "title": "Notes From The Motherland",
            "content": null,
            "start_time": "2021-12-16T01:00:00.000000Z",
            "end_time": "2022-02-03T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "35 Great Jones Street",
            "city": "New York",
            "geolocation": "40.726754650000004,-73.9931105327017",
            "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": 5898,
            "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": 0.0,
            "featured_image": {
                "id": 7152,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d242932f86dc475a8423781f55015a39-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d242932f86dc475a8423781f55015a39-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d242932f86dc475a8423781f55015a39.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d242932f86dc475a8423781f55015a39-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d242932f86dc475a8423781f55015a39-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d242932f86dc475a8423781f55015a39-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d242932f86dc475a8423781f55015a39-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d242932f86dc475a8423781f55015a39-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d242932f86dc475a8423781f55015a39-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d242932f86dc475a8423781f55015a39-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-12-06T00:15:47.727045Z",
                "updated_at": "2021-12-06T00:15:47.727083Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3085,
                "name": "Il Ponte Casa D'aste",
                "slug": "il-ponte-casa-daste",
                "city": "Milan",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2887,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Il_Ponte_Casa_DAste-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Il_Ponte_Casa_DAste-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Il_Ponte_Casa_DAste-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Il_Ponte_Casa_DAste.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Il_Ponte_Casa_DAste-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Il_Ponte_Casa_DAste-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Il_Ponte_Casa_DAste-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Il_Ponte_Casa_DAste-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-07-11T11:22:53.594699Z",
                    "updated_at": "2021-09-14T13:40:54.265690Z",
                    "is_converted_to_webp": true,
                    "caption": "Il Ponte Casa D'Aste Milan Profile Image",
                    "alt_text": "Il Ponte Casa D'Aste Milan Profile Image",
                    "description": "",
                    "uploaded_by": "2c83a774-5ea2-4702-9e29-ffb9740dbb2a"
                },
                "response_time": null
            },
            "category": {
                "id": 4,
                "image": null,
                "slug": "auctions",
                "created_at": "2020-06-02T15:33:40.538154Z",
                "updated_at": "2021-03-20T11:25:03.980018Z",
                "name": "Auctions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2021-12-27T14:16:39.984259Z",
            "publish_time": null,
            "slug": "il-ponte-casa-daste-2-milan-decorative-arts-of-the-20th-century-and-design-2021-12-16",
            "created_at": "2021-12-06T00:15:50.898699Z",
            "updated_at": "2021-12-27T14:16:40.862749Z",
            "summary": "",
            "title": "Decorative Arts of the 20th Century and Design",
            "content": "<div class=\"sidebar-widget mt-10 mb-5 leftColArticle\" style=\"color: rgb(98, 98, 98); font-family: Lato, sans-serif; margin-bottom: 5px !important; margin-top: 10px !important;\"><a href=\"https://www.ponteonline.com/lot-list/auction/537/round/1\" class=\"preserveWspace\" style=\"color: var(--baseColor); transition: all 0.3s ease-out 0s; white-space: pre-wrap; outline: none medium !important;\"><span style=\"font-weight: bolder;\">I Session ∣ </span>16 December 2021 at 15:00 ∣ from lot 1 to lot 153</a></div><div class=\"sidebar-widget mt-10 mb-5 leftColArticle\" style=\"color: rgb(98, 98, 98); font-family: Lato, sans-serif; margin-bottom: 5px !important; margin-top: 10px !important;\"><a href=\"https://www.ponteonline.com/lot-list/auction/537/round/2\" class=\"preserveWspace\" style=\"color: var(--baseColor); transition: all 0.3s ease-out 0s; white-space: pre-wrap; outline: none medium !important;\"><span style=\"font-weight: bolder;\">II Session ∣ </span>17 December 2021 at 10:00 ∣ from lot 154 to lot 330</a></div><div class=\"sidebar-widget mt-10 mb-5 leftColArticle\" style=\"color: rgb(98, 98, 98); font-family: Lato, sans-serif; margin-bottom: 5px !important; margin-top: 10px !important;\"><a href=\"https://www.ponteonline.com/lot-list/auction/537/round/3\" class=\"preserveWspace\" style=\"color: var(--baseColor); transition: all 0.3s ease-out 0s; white-space: pre-wrap; outline: none medium !important;\"><span style=\"font-weight: bolder;\">III Session ∣ </span>17 December 2021 at 15:30 ∣ from lot 331 to lot 510</a></div><div class=\"sidebar-widget mt-10 mb-5 leftColArticle\" style=\"color: rgb(98, 98, 98); font-family: Lato, sans-serif; margin-bottom: 5px !important; margin-top: 10px !important;\"><a href=\"https://www.ponteonline.com/lot-list/auction/537/round/4\" class=\"preserveWspace\" style=\"color: var(--baseColor); transition: all 0.3s ease-out 0s; white-space: pre-wrap; outline: none medium !important;\"><span style=\"font-weight: bolder;\">IV Session ∣ </span>20 December 2021 at 15:00 ∣ from lot 511 to lot 686</a></div>",
            "start_time": "2021-12-16T14:00:00.000000Z",
            "end_time": "2021-12-20T14:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": true,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": null,
            "city": null,
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 20515,
            "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": 19849,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1e3745ce0bda40ee93283456d588187f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1e3745ce0bda40ee93283456d588187f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1e3745ce0bda40ee93283456d588187f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1e3745ce0bda40ee93283456d588187f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1e3745ce0bda40ee93283456d588187f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1e3745ce0bda40ee93283456d588187f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1e3745ce0bda40ee93283456d588187f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1e3745ce0bda40ee93283456d588187f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1e3745ce0bda40ee93283456d588187f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1e3745ce0bda40ee93283456d588187f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-24T19:55:56.004286Z",
                "updated_at": "2023-02-10T15:12:02.605479Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3734,
                "name": "Boomer Gallery",
                "slug": "boomer-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5163745,-0.06950089999999999",
                "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-01-24T19:55:59.606933Z",
            "publish_time": null,
            "slug": "boomer-gallery-contemporary-ii-by-boomer-gallery-2021-12-17",
            "created_at": "2023-01-24T19:56:00.573224Z",
            "updated_at": "2023-01-24T19:56:02.887686Z",
            "summary": "Contemporary II by Boomer Gallery is an Gallery Shows event starting on 17/12/2021, 01:00 and ending on 23/12/2021, 01:00. Event is in Boomer Gallery with address 150 Tooley Street.",
            "title": "Contemporary II by Boomer Gallery",
            "content": null,
            "start_time": "2021-12-17T01:00:00.000000Z",
            "end_time": "2021-12-23T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "150 Tooley Street",
            "city": "London",
            "geolocation": "51.5030385,-0.078406",
            "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": 6588,
            "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": 7765,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/43502eff1be24814879f76a5a9258dc3-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/43502eff1be24814879f76a5a9258dc3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/43502eff1be24814879f76a5a9258dc3.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/43502eff1be24814879f76a5a9258dc3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/43502eff1be24814879f76a5a9258dc3-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/43502eff1be24814879f76a5a9258dc3-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/43502eff1be24814879f76a5a9258dc3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/43502eff1be24814879f76a5a9258dc3-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/43502eff1be24814879f76a5a9258dc3-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/43502eff1be24814879f76a5a9258dc3-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-11T20:19:44.053965Z",
                "updated_at": "2022-01-11T20:19:44.054000Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4475,
                "name": "ArtSect Gallery",
                "slug": "artsect-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.55984329999999,-0.05584059999999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-01-11T20:19:47.801819Z",
            "publish_time": null,
            "slug": "artsect-gallery-the-last-time-i-saw-snow-2021-12-17",
            "created_at": "2022-01-11T20:19:48.548784Z",
            "updated_at": "2022-01-11T20:19:49.007245Z",
            "summary": "The Last Time I Saw Snow is an Gallery Shows event starting on 17/12/2021, 01:00 and ending on 30/01/2022, 01:00. Event is in ArtSect Gallery with address Studio 24,.",
            "title": "The Last Time I Saw Snow",
            "content": null,
            "start_time": "2021-12-17T01:00:00.000000Z",
            "end_time": "2022-01-30T01: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": "Studio 24,",
            "city": "London",
            "geolocation": "37.9777242,23.7099656",
            "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": 6756,
            "author": {
                "id": "7cfe58fa-4779-4d86-b8a2-c7929013f2d9",
                "username": "info@osartgallery.com",
                "slug": "infoosartgallerycom",
                "first_name": "Andrea Sirio",
                "last_name": "Ortolani",
                "display_name": null,
                "display_name_full": "Andrea Sirio Ortolani",
                "email": "info@osartgallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 7908,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d91c59b1349e4ef38593960d54405601-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d91c59b1349e4ef38593960d54405601-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d91c59b1349e4ef38593960d54405601.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d91c59b1349e4ef38593960d54405601-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d91c59b1349e4ef38593960d54405601-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d91c59b1349e4ef38593960d54405601-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d91c59b1349e4ef38593960d54405601-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d91c59b1349e4ef38593960d54405601-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d91c59b1349e4ef38593960d54405601-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d91c59b1349e4ef38593960d54405601-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-25T14:31:53.600170Z",
                "updated_at": "2022-01-25T14:31:53.600204Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "7cfe58fa-4779-4d86-b8a2-c7929013f2d9"
            },
            "venue": {
                "id": 4521,
                "name": "Osart Gallery",
                "slug": "osart-gallery",
                "city": "Milan",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.4675763,9.2211296",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3904,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2c2ff6507ffb4b3ea6283572edf11f75-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2c2ff6507ffb4b3ea6283572edf11f75-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2c2ff6507ffb4b3ea6283572edf11f75-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/2c2ff6507ffb4b3ea6283572edf11f75.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2c2ff6507ffb4b3ea6283572edf11f75-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2c2ff6507ffb4b3ea6283572edf11f75-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2c2ff6507ffb4b3ea6283572edf11f75-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2c2ff6507ffb4b3ea6283572edf11f75-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-06-24T14:39:18.321723Z",
                    "updated_at": "2022-06-24T14:39:18.321788Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "7cfe58fa-4779-4d86-b8a2-c7929013f2d9"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2022-01-25T14:32:03.495009Z",
            "publish_time": null,
            "slug": "katharien-de-villiers-echo-me-here-i-am-ecco-mi",
            "created_at": "2022-01-25T14:32:03.499412Z",
            "updated_at": "2022-01-25T14:32:03.548709Z",
            "summary": "Katharien De Villiers. Echo Me / Here I am / Ecco Mi is an Gallery Shows event starting on 17/12/2021, 10:00 and ending on 19/02/2022, 19:00. Event is in Osart Gallery with address Corso Plebisciti, 12, 20129 Milan, Metropolitan City of Milan, Italy.",
            "title": "Katharien De Villiers. Echo Me / Here I am / Ecco Mi",
            "content": "Osart Gallery presents the first solo show in Italy by Katharien De Villiers (South Africa, 1991), Echo Me / Here I am / Ecco Mi.\r\nThe show is the confirmation of a physical presence and the sign of an echo from one hemisphere to another, of a message that reverberates. Katharien’s message traverses time and space with a multitude of references: objects from the past that remodulate the perception of the present, images of distant worlds that coexist.\r\nOne of the devices that all the works on display refer to is the diorama. Dioramas were conceived to show animals in their habitat or to illustrate the way of  life of our ancestors, but often – through the combination of reality and fiction – in the end what they actually illustrated was man’s complicated relationship with his roots and with nature.\r\nThe artist interrogates us about our relationship with history, the representation we tend to make of it and how our perspectives remodel the past layering reality and fiction.",
            "start_time": "2021-12-17T10:00:00.000000Z",
            "end_time": "2022-02-19T19: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": "Corso Plebisciti, 12, 20129 Milan, Metropolitan City of Milan, Italy",
            "city": "",
            "geolocation": "45.4675763,9.2211296",
            "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": 5464,
            "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": 6758,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2120882294_1634701965-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2120882294_1634701965-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2120882294_1634701965.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2120882294_1634701965-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2120882294_1634701965-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2120882294_1634701965-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2120882294_1634701965-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2120882294_1634701965-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2120882294_1634701965-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2120882294_1634701965-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-10-20T16:56:06.888606Z",
                "updated_at": "2021-10-20T16:56:06.888663Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3504,
                "name": "The Lightbox",
                "slug": "lightbox",
                "city": "Woking",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.3224244,-0.5588254",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2021-10-20T16:56:10.863650Z",
            "publish_time": null,
            "slug": "the-lightbox-bridget-riley-pleasures-of-sight-2021-12-18",
            "created_at": "2021-10-20T16:56:11.625538Z",
            "updated_at": "2021-10-20T16:56:12.128860Z",
            "summary": "Bridget Riley: Pleasures of Sight is an Gallery Shows event starting on 18/12/2021, 01:00 and ending on 10/04/2022, 00:00. Event is in The Lightbox with address Chobham Way.",
            "title": "Bridget Riley: Pleasures of Sight",
            "content": null,
            "start_time": "2021-12-18T01:00:00.000000Z",
            "end_time": "2022-04-10T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Chobham Way",
            "city": "Woking",
            "geolocation": "-31.8813555,115.8906584",
            "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": 5808,
            "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": 7072,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/436dfe5e0a38470d95ab4538ffa8dc69-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/436dfe5e0a38470d95ab4538ffa8dc69-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/436dfe5e0a38470d95ab4538ffa8dc69.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/436dfe5e0a38470d95ab4538ffa8dc69-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/436dfe5e0a38470d95ab4538ffa8dc69-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/436dfe5e0a38470d95ab4538ffa8dc69-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/436dfe5e0a38470d95ab4538ffa8dc69-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/436dfe5e0a38470d95ab4538ffa8dc69-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/436dfe5e0a38470d95ab4538ffa8dc69-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/436dfe5e0a38470d95ab4538ffa8dc69-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-11-26T15:46:26.013375Z",
                "updated_at": "2021-11-26T15:46:26.013454Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4117,
                "name": "Gallery 456 | Chinese American Arts Council",
                "slug": "gallery-456-chinese-american-arts-council",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "42.8895726,-78.856841",
                "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": "2021-11-26T15:46:29.816719Z",
            "publish_time": null,
            "slug": "gallery-456-chinese-american-arts-council-flaneur-redux-2021-12-18",
            "created_at": "2021-11-26T15:46:30.551672Z",
            "updated_at": "2021-11-26T15:46:31.765961Z",
            "summary": "Flâneur Redux is an Gallery Shows event starting on 18/12/2021, 01:00 and ending on 14/01/2022, 01:00. Event is in Gallery 456 | Chinese American Arts Council with address 456 Broadway.",
            "title": "Flâneur Redux",
            "content": null,
            "start_time": "2021-12-18T01:00:00.000000Z",
            "end_time": "2022-01-14T01: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": "456 Broadway",
            "city": "New York",
            "geolocation": "41.6555566,-74.6879511",
            "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": 6487,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 3352,
                "name": "ADVOCARTSY",
                "slug": "advocartsy",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0791194,-118.3763029",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-01-11T00:11:28.802476Z",
            "publish_time": null,
            "slug": "advocartsy-holiday-hang-2021-2021-12-18",
            "created_at": "2022-01-11T00:11:29.531415Z",
            "updated_at": "2022-01-11T00:11:30.404935Z",
            "summary": "Holiday Hang 2021 is an Gallery Shows event starting on 18/12/2021, 01:00 and ending on 31/12/2021, 01:00. Event is in ADVOCARTSY with address 434 N. La Cienega Blvd..",
            "title": "Holiday Hang 2021",
            "content": null,
            "start_time": "2021-12-18T01:00:00.000000Z",
            "end_time": "2021-12-31T01: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": "434 N. La Cienega Blvd.",
            "city": "West Hollywood, CA",
            "geolocation": "34.07896604878049,-118.3764683902439",
            "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": 6546,
            "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": 7727,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd68356f1f6a4d5b99e905d687e60cb5-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd68356f1f6a4d5b99e905d687e60cb5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/cd68356f1f6a4d5b99e905d687e60cb5.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd68356f1f6a4d5b99e905d687e60cb5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd68356f1f6a4d5b99e905d687e60cb5-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd68356f1f6a4d5b99e905d687e60cb5-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd68356f1f6a4d5b99e905d687e60cb5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd68356f1f6a4d5b99e905d687e60cb5-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd68356f1f6a4d5b99e905d687e60cb5-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cd68356f1f6a4d5b99e905d687e60cb5-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-11T19:39:38.566256Z",
                "updated_at": "2022-01-11T19:39:38.566292Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3727,
                "name": "Anonima Kunsthalle",
                "slug": "anonima-kunsthalle",
                "city": "Varese",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.8137054,8.8315743",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2022-01-11T19:39:43.200531Z",
            "publish_time": null,
            "slug": "anonimakunsthalle-so-long-and-thanks-2021-12-18",
            "created_at": "2022-01-11T19:39:43.948489Z",
            "updated_at": "2022-01-11T19:39:45.898906Z",
            "summary": "So long and thanks! is an Gallery Shows event starting on 18/12/2021, 01:00 and ending on 06/03/2022, 01:00. Event is in Anonima Kunsthalle with address Via San Pedrino, 4.",
            "title": "So long and thanks!",
            "content": null,
            "start_time": "2021-12-18T01:00:00.000000Z",
            "end_time": "2022-03-06T01: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": "Via San Pedrino, 4",
            "city": "Varese",
            "geolocation": "45.4859212,9.3792169",
            "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": 19724,
            "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": 19134,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ad279d04d544f43aa39f4ad0779a3db-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ad279d04d544f43aa39f4ad0779a3db-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3ad279d04d544f43aa39f4ad0779a3db.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ad279d04d544f43aa39f4ad0779a3db-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ad279d04d544f43aa39f4ad0779a3db-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ad279d04d544f43aa39f4ad0779a3db-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ad279d04d544f43aa39f4ad0779a3db-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ad279d04d544f43aa39f4ad0779a3db-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ad279d04d544f43aa39f4ad0779a3db-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3ad279d04d544f43aa39f4ad0779a3db-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-15T00:22:35.816090Z",
                "updated_at": "2023-02-10T14:47:43.908323Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6955,
                "name": "ARCADIA CONTEMPORARY",
                "slug": "arcadia-contemporary",
                "city": "United States",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7249987,-74.0013218",
                "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-01-15T00:22:36.414923Z",
            "publish_time": null,
            "slug": "arcadia-contemporary-scott-burdick-2021-12-18",
            "created_at": "2023-01-15T00:22:37.740015Z",
            "updated_at": "2023-01-15T00:22:37.740035Z",
            "summary": null,
            "title": "Scott Burdick",
            "content": null,
            "start_time": "2021-12-18T01:00:00.000000Z",
            "end_time": "2022-01-09T01: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": "39 East Colorado Boulevard",
            "city": "Pasadena",
            "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": 5903,
            "author": {
                "id": "bf1fddb9-b06a-4b48-ba23-cb9cffac0197",
                "username": "it@roma-gallery.com",
                "slug": "itroma-gallerycom",
                "first_name": "Iridanos",
                "last_name": "Tsirigkoulis",
                "display_name": null,
                "display_name_full": "Iridanos Tsirigkoulis",
                "email": "it@roma-gallery.com",
                "telephone": "+30 21 3035 8344"
            },
            "price": null,
            "featured_image": {
                "id": 7157,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5e6ff7336d84a3287b0e0a8006780cd-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5e6ff7336d84a3287b0e0a8006780cd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d5e6ff7336d84a3287b0e0a8006780cd.png",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5e6ff7336d84a3287b0e0a8006780cd-crop-c0-5__0-5-270x152.png",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5e6ff7336d84a3287b0e0a8006780cd-crop-c0-5__0-5-555x312.png",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5e6ff7336d84a3287b0e0a8006780cd-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5e6ff7336d84a3287b0e0a8006780cd-crop-c0-5__0-5-524x294.png",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5e6ff7336d84a3287b0e0a8006780cd-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5e6ff7336d84a3287b0e0a8006780cd-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5e6ff7336d84a3287b0e0a8006780cd-crop-c0-5__0-5-179x179.png"
                },
                "created_at": "2021-12-16T13:38:01.890303Z",
                "updated_at": "2021-12-16T13:38:01.890338Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "bf1fddb9-b06a-4b48-ba23-cb9cffac0197"
            },
            "venue": {
                "id": 3105,
                "name": "Roma Gallery",
                "slug": "roma-gallery",
                "city": "Athens",
                "country": {
                    "code": "GR",
                    "name": "Greece"
                },
                "geolocation": "37.97858069999999,23.7388047",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2990,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-crop-c0-5__0-5-558x279.png",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-crop-c0-5__0-5-265x149.png",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/tygb.png",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-crop-c0-5__0-5-760x499.png",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/tygb-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-09-01T13:46:42.509568Z",
                    "updated_at": "2021-09-14T13:43:38.754967Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "bf1fddb9-b06a-4b48-ba23-cb9cffac0197"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2021-12-16T13:38:08.042491Z",
            "publish_time": null,
            "slug": "",
            "created_at": "2021-12-16T13:38:08.046619Z",
            "updated_at": "2021-12-16T13:38:08.090183Z",
            "summary": "«Αποϋλοποίηση» is an Gallery Shows event starting on 21/12/2021, 17:00 and ending on 18/01/2022, 20:00. Event is in ROMA GALLERY with address Roma  5.",
            "title": "«Αποϋλοποίηση»",
            "content": "ROMA GALERY \n\n«Αποϋλοποίηση»\n \nΟμαδική Έκθεση \n \nΕγκαίνια: Τρίτη 21.12.21 στις 17:00\n \n \nΗ έκθεση «Αποϋλοποίηση» στη ROMA GALLERY, επιδιώκει να ανοίξει διάλογο με την υλικότητα και την πνευματική διάστασή της στη σύγχρονη τέχνη. Αποδομώντας τη «σωματικότητα» ενός έργου, μπορούμε να έρθουμε πιο κοντά στην ερμηνεία του; Μπορούμε να γνωρίσουμε καλύτερα τον δημιουργό του; Μπορούμε να διεισδύσουμε στη φαινομενολογία του;  \n\nΓια τον Καντ η συμβολική σημασία της ύλης υπερέχει της σωματικότητας της. Σημειώνει: «Η σωματικότητα της ύλης αποτελεί μίαν από τις αισθητηριακές εποπτείες, οι οποίες συνθέτουν την εμπειρική κατανόηση της, ενώ η συμβολική σημασία της γίνεται ο τελικός δίαυλος με τον οποίο διανοητικά ο άνθρωπος αντιλαμβάνεται την πραγματικότητα».\n\nΑντίθετα ο Χέγκελ αναφέρεται στη φυσική ύλη, η οποία ακριβώς συνδυάζει το περιεχόμενο και τη μορφή ενώ ταυτόχρονα  βρίσκεται σε αντίθεση με τη νοημοσύνη και το πνεύμα. \n\nΑργότερα ο Μαρξ, μέσα από τον διαλεκτικό υλισμό του, ανατρέπει το δυϊσμό τη",
            "start_time": "2021-12-21T17:00:00.000000Z",
            "end_time": "2022-01-18T20: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": "Roma  5",
            "city": "",
            "geolocation": "37.97858069999999,23.7388047",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 6510,
            "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": 7706,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4867ab1370ad4b66ad5469ba244dfcb8-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4867ab1370ad4b66ad5469ba244dfcb8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4867ab1370ad4b66ad5469ba244dfcb8.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4867ab1370ad4b66ad5469ba244dfcb8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4867ab1370ad4b66ad5469ba244dfcb8-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4867ab1370ad4b66ad5469ba244dfcb8-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4867ab1370ad4b66ad5469ba244dfcb8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4867ab1370ad4b66ad5469ba244dfcb8-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4867ab1370ad4b66ad5469ba244dfcb8-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4867ab1370ad4b66ad5469ba244dfcb8-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-01-11T19:14:24.510575Z",
                "updated_at": "2022-01-11T19:14:24.510610Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4150,
                "name": "Aliha Gallery",
                "slug": "aliha-gallery",
                "city": "Tehran",
                "country": {
                    "code": "IR",
                    "name": "Iran"
                },
                "geolocation": "35.7521034,51.4484207",
                "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": "IR",
            "publish_status": "published",
            "published_at": "2022-01-11T19:14:27.903814Z",
            "publish_time": null,
            "slug": "aliha-gallery-the-mask-2021-12-24",
            "created_at": "2022-01-11T19:14:28.630226Z",
            "updated_at": "2022-01-11T19:14:28.674819Z",
            "summary": "The Mask is an Gallery Shows event starting on 24/12/2021, 01:00 and ending on 29/12/2021, 01:00. Event is in Aliha Gallery with address No 31, Ahmadi Moghadam Alley, Ramezanian Alley, Mahroozadeh Alley, Shariati Street.",
            "title": "The Mask",
            "content": null,
            "start_time": "2021-12-24T01:00:00.000000Z",
            "end_time": "2021-12-29T01: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": "No 31, Ahmadi Moghadam Alley, Ramezanian Alley, Mahroozadeh Alley, Shariati Street",
            "city": "Tehran",
            "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": 20294,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 7859,
                "name": "BCA Network",
                "slug": "bca-network",
                "city": "Hong Kong",
                "country": {
                    "code": "HK",
                    "name": "Hong Kong"
                },
                "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": "CN",
            "publish_status": "published",
            "published_at": "2023-01-20T13:29:33.516437Z",
            "publish_time": null,
            "slug": "bca-network-ready-player-1-2021-12-24",
            "created_at": "2023-01-20T13:29:34.732309Z",
            "updated_at": "2023-01-20T13:29:34.777924Z",
            "summary": "READY PLAYER #1 is an Gallery Shows event starting on 24/12/2021, 01:00 and ending on 24/02/2022, 01:00. Event is in BCA Network with address No. 501, Hong Kong Road No. 117.",
            "title": "READY PLAYER #1",
            "content": null,
            "start_time": "2021-12-24T01:00:00.000000Z",
            "end_time": "2022-02-24T01: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": "No. 501, Hong Kong Road No. 117",
            "city": "Shanghai",
            "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": 5543,
            "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": 6844,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3937871701_1635305666-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3937871701_1635305666-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3937871701_1635305666.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3937871701_1635305666-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3937871701_1635305666-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3937871701_1635305666-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3937871701_1635305666-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3937871701_1635305666-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3937871701_1635305666-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3937871701_1635305666-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2021-11-02T13:08:46.219281Z",
                "updated_at": "2021-11-02T13:08:46.219316Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4070,
                "name": "Keep in Touch Gallery",
                "slug": "keep-touch-gallery",
                "city": "Seoul",
                "country": {
                    "code": "KR",
                    "name": "South Korea"
                },
                "geolocation": "37.5772915,126.9849487",
                "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": "KR",
            "publish_status": "published",
            "published_at": "2021-11-02T13:08:48.653275Z",
            "publish_time": null,
            "slug": "keep-in-touch-gallery-rebounding-2021-12-27",
            "created_at": "2021-11-02T13:08:49.401657Z",
            "updated_at": "2021-11-02T13:08:49.442714Z",
            "summary": "Re,bounding is an Gallery Shows event starting on 27/12/2021, 01:00 and ending on 31/12/2021, 01:00. Event is in Keep in Touch Gallery with address 13 Bukchon-ro 1-gil, Jongro gu.",
            "title": "Re,bounding",
            "content": null,
            "start_time": "2021-12-27T01:00:00.000000Z",
            "end_time": "2021-12-31T01: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": "13 Bukchon-ro 1-gil, Jongro gu",
            "city": "Seoul",
            "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": []
        }
    ]
}