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

{
    "count": 37604,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=3042&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=3006&ordering=-end_time",
    "results": [
        {
            "id": 37759,
            "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": 35847,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c991f4cc437b4df1821383bae6e923f4-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c991f4cc437b4df1821383bae6e923f4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c991f4cc437b4df1821383bae6e923f4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c991f4cc437b4df1821383bae6e923f4-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c991f4cc437b4df1821383bae6e923f4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c991f4cc437b4df1821383bae6e923f4.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c991f4cc437b4df1821383bae6e923f4-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c991f4cc437b4df1821383bae6e923f4-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c991f4cc437b4df1821383bae6e923f4-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c991f4cc437b4df1821383bae6e923f4-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-04-02T20:54:47.770432Z",
                "updated_at": "2024-04-02T20:54:47.770470Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6223,
                "name": "UCLA New Wight Gallery",
                "slug": "ucla-new-wight-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.075885,-118.4409969",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-04-02T20:54:54.080168Z",
            "publish_time": null,
            "slug": "ucla-new-wight-gallery-2024-mfa-1-2024-03-07",
            "created_at": "2024-04-02T20:54:55.026720Z",
            "updated_at": "2024-04-02T20:54:55.074275Z",
            "summary": "2024 Mfa #1 is an Gallery Shows event starting on 07/03/2024, 01:00 and ending on 15/03/2024, 01:00. Event is in UCLA New Wight Gallery with address Broad Art Center, Suite 1100.",
            "title": "2024 Mfa #1",
            "content": null,
            "start_time": "2024-03-07T01:00:00.000000Z",
            "end_time": "2024-03-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": "Broad Art Center, Suite 1100",
            "city": "Los Angeles",
            "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": 36085,
            "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": 34153,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dd7028db9b6b41f5ac6aae7db4e2c6b8-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dd7028db9b6b41f5ac6aae7db4e2c6b8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dd7028db9b6b41f5ac6aae7db4e2c6b8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dd7028db9b6b41f5ac6aae7db4e2c6b8-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dd7028db9b6b41f5ac6aae7db4e2c6b8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/dd7028db9b6b41f5ac6aae7db4e2c6b8.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dd7028db9b6b41f5ac6aae7db4e2c6b8-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dd7028db9b6b41f5ac6aae7db4e2c6b8-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dd7028db9b6b41f5ac6aae7db4e2c6b8-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dd7028db9b6b41f5ac6aae7db4e2c6b8-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-16T13:41:19.795964Z",
                "updated_at": "2024-02-16T13:41:19.796003Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7182,
                "name": "Daniel Benjamin Gallery",
                "slug": "daniel-benjamin-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.52464279999999,-0.1024573",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-02-16T13:41:23.847658Z",
            "publish_time": null,
            "slug": "daniel-benjamin-gallery-lily-lewis-soft-invasion-2024-02-08",
            "created_at": "2024-02-16T13:41:24.853179Z",
            "updated_at": "2024-02-16T13:41:27.217651Z",
            "summary": "Lily Lewis. Soft Invasion is an Gallery Shows event starting on 08/02/2024, 01:00 and ending on 15/03/2024, 01:00. Event is in Daniel Benjamin Gallery with address 68 Compton Street.",
            "title": "Lily Lewis. Soft Invasion",
            "content": null,
            "start_time": "2024-02-08T01:00:00.000000Z",
            "end_time": "2024-03-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": "68 Compton Street",
            "city": "London",
            "geolocation": "44.26446105521353,-76.48969486846707",
            "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": 35579,
            "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": 33696,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97b9288062584af2820e04dda83c8dd6-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97b9288062584af2820e04dda83c8dd6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97b9288062584af2820e04dda83c8dd6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97b9288062584af2820e04dda83c8dd6-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97b9288062584af2820e04dda83c8dd6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/97b9288062584af2820e04dda83c8dd6.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97b9288062584af2820e04dda83c8dd6-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97b9288062584af2820e04dda83c8dd6-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97b9288062584af2820e04dda83c8dd6-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97b9288062584af2820e04dda83c8dd6-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-07T17:48:53.272073Z",
                "updated_at": "2024-02-07T17:48:53.272114Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9087,
                "name": "Guggenheim Gallery at Chapman University",
                "slug": "guggenheim-gallery-chapman-university",
                "city": "Orange",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "33.7933116,-117.8524431",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-07T17:49:01.848594Z",
            "publish_time": null,
            "slug": "guggenheim-gallery-at-chapman-university-raul-baltazar-welcome-to-the-bunny-house-2024-01-31",
            "created_at": "2024-02-07T17:49:02.766840Z",
            "updated_at": "2024-02-07T17:49:02.813189Z",
            "summary": "Raul Baltazar. Welcome To The Bunny House is an Gallery Shows event starting on 31/01/2024, 01:00 and ending on 15/03/2024, 01:00. Event is in Guggenheim Gallery at Chapman University with address Guggenheim Gallery at Chapman University.",
            "title": "Raul Baltazar. Welcome To The Bunny House",
            "content": null,
            "start_time": "2024-01-31T01:00:00.000000Z",
            "end_time": "2024-03-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": "Guggenheim Gallery at Chapman University",
            "city": "Orange",
            "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": 34308,
            "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": 4594,
                "name": "Kewenig Galerie",
                "slug": "kewenig-galerie",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.514359,13.4025071",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "ES",
            "publish_status": "published",
            "published_at": "2023-12-12T12:09:00.570943Z",
            "publish_time": null,
            "slug": "kewenig-galerie-raimund-girke-akzente-2023-12-14",
            "created_at": "2023-12-12T12:09:01.536940Z",
            "updated_at": "2023-12-12T12:09:01.910237Z",
            "summary": "Raimund Girke: Akzente is an Gallery Shows event starting on 14/12/2023, 01:00 and ending on 15/03/2024, 01:00. Event is in Kewenig Galerie with address Oratori de Sant Feliu.",
            "title": "Raimund Girke: Akzente",
            "content": null,
            "start_time": "2023-12-14T01:00:00.000000Z",
            "end_time": "2024-03-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": "Oratori de Sant Feliu",
            "city": "Palma de Mallorca",
            "geolocation": "39.5703361,2.6456285483916466",
            "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": 35312,
            "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": 33417,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/882472738c534c94a80606660bf8aa18-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/882472738c534c94a80606660bf8aa18-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/882472738c534c94a80606660bf8aa18-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/882472738c534c94a80606660bf8aa18-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/882472738c534c94a80606660bf8aa18-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/882472738c534c94a80606660bf8aa18.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/882472738c534c94a80606660bf8aa18-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/882472738c534c94a80606660bf8aa18-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/882472738c534c94a80606660bf8aa18-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/882472738c534c94a80606660bf8aa18-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-31T08:00:44.257326Z",
                "updated_at": "2024-01-31T08:00:44.257377Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9024,
                "name": "Higher Pictures",
                "slug": "higher-pictures",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7034433,-73.9909457",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-01-31T08:00:51.700325Z",
            "publish_time": null,
            "slug": "higher-pictures-justine-kurland-this-train-2005-2011-2024-01-24",
            "created_at": "2024-01-31T08:00:52.624602Z",
            "updated_at": "2024-01-31T08:00:53.927152Z",
            "summary": "Justine Kurland: This Train, 2005-2011 is an Gallery Shows event starting on 24/01/2024, 01:00 and ending on 15/03/2024, 01:00. Event is in Higher Pictures with address 16 Main Street, Ground Floor.",
            "title": "Justine Kurland: This Train, 2005-2011",
            "content": null,
            "start_time": "2024-01-24T01:00:00.000000Z",
            "end_time": "2024-03-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": "16 Main Street, Ground Floor",
            "city": "New York",
            "geolocation": "43.1560359,-77.6121185",
            "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": 35073,
            "author": {
                "id": "3348d27a-6205-482a-ba7c-950a6f716d20",
                "username": "carolina@galeriagracabrandao.pt",
                "slug": "carolinagaleriagracabrandaopt",
                "first_name": "Carolina",
                "last_name": "Salis Gomes",
                "display_name": null,
                "display_name_full": "Carolina Salis Gomes",
                "email": "carolina@galeriagracabrandao.pt",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 33174,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df56b8cb27bc43699ec384fbaf27a081-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df56b8cb27bc43699ec384fbaf27a081-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df56b8cb27bc43699ec384fbaf27a081-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df56b8cb27bc43699ec384fbaf27a081-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df56b8cb27bc43699ec384fbaf27a081-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/df56b8cb27bc43699ec384fbaf27a081.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df56b8cb27bc43699ec384fbaf27a081-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df56b8cb27bc43699ec384fbaf27a081-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df56b8cb27bc43699ec384fbaf27a081-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/df56b8cb27bc43699ec384fbaf27a081-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-18T14:54:29.772792Z",
                "updated_at": "2024-01-18T14:54:29.772829Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "3348d27a-6205-482a-ba7c-950a6f716d20"
            },
            "venue": {
                "id": 8337,
                "name": "Galeria Graça Brandão",
                "slug": "galeria-graca-brandao",
                "city": "Lisboa",
                "country": {
                    "code": "PT",
                    "name": "Portugal"
                },
                "geolocation": "38.7123006,-9.146178299999999",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4262,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/2fb62fa5f4204fc499b66492be1eef50.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2023-04-05T16:19:31.295523Z",
                    "updated_at": "2023-04-08T20:28:28.723258Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "3348d27a-6205-482a-ba7c-950a6f716d20"
                },
                "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": null,
            "publish_time": null,
            "slug": "uma-cerveja-no-inferno-group-show",
            "created_at": "2024-01-18T14:54:35.013267Z",
            "updated_at": "2024-01-18T14:54:51.099893Z",
            "summary": "\"Uma cerveja no inferno\", Group show is an Gallery Shows event starting on 26/01/2024, 18:00 and ending on 14/03/2024, 19:00. Event is in Galeria Graça Brandão with address R. Caetanos 26a, 1200-079 Lisboa, Portugal.",
            "title": "\"Uma cerveja no inferno\", Group show",
            "content": "Galeria Graça Brandão is pleased to present \"Uma Cerveja no Inferno\", a collective show with Carla Castiajo, Dylan Silva, Inês Coelho, João Paulo Balsini, Pedro Moreira, Raul Macedo, and Susana Chiocca.  The exhibition runs on the lower floor of the gallery in tandem with \"Encontro Inesperado\", a solo show by Diogo Nogueira on the first floor.\r\n\r\nThe project, which combines painting, sculpture, drawing, film, artist's publications, and performance, investigates the concept of polyphonic citizenship in the celebration of freedom. The writing of the self, the suspension of censorship, and the interpellation of the body all contribute to the deconstruction of dominant ideologies while also celebrating the unexpected and vital experience of human relationships. The dialogue between the various representations promotes pleasure, passions, and the power of being in \"love,\" which transcends the human specific and extends to all forms of otherness in the complex horizon of contemporary culture.",
            "start_time": "2024-01-26T18:00:00.000000Z",
            "end_time": "2024-03-14T19: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": "R. Caetanos 26a, 1200-079 Lisboa, Portugal",
            "city": "",
            "geolocation": "38.7123006,-9.146178299999999",
            "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": 35072,
            "author": {
                "id": "3348d27a-6205-482a-ba7c-950a6f716d20",
                "username": "carolina@galeriagracabrandao.pt",
                "slug": "carolinagaleriagracabrandaopt",
                "first_name": "Carolina",
                "last_name": "Salis Gomes",
                "display_name": null,
                "display_name_full": "Carolina Salis Gomes",
                "email": "carolina@galeriagracabrandao.pt",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 33173,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c960156f50554332bdee225d84bca795-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c960156f50554332bdee225d84bca795-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c960156f50554332bdee225d84bca795-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c960156f50554332bdee225d84bca795-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c960156f50554332bdee225d84bca795-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c960156f50554332bdee225d84bca795.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c960156f50554332bdee225d84bca795-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c960156f50554332bdee225d84bca795-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c960156f50554332bdee225d84bca795-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c960156f50554332bdee225d84bca795-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-18T11:50:19.249749Z",
                "updated_at": "2024-01-18T11:50:19.249814Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "3348d27a-6205-482a-ba7c-950a6f716d20"
            },
            "venue": {
                "id": 8337,
                "name": "Galeria Graça Brandão",
                "slug": "galeria-graca-brandao",
                "city": "Lisboa",
                "country": {
                    "code": "PT",
                    "name": "Portugal"
                },
                "geolocation": "38.7123006,-9.146178299999999",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4262,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/2fb62fa5f4204fc499b66492be1eef50.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/2fb62fa5f4204fc499b66492be1eef50-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2023-04-05T16:19:31.295523Z",
                    "updated_at": "2023-04-08T20:28:28.723258Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "3348d27a-6205-482a-ba7c-950a6f716d20"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "PT",
            "publish_status": "published",
            "published_at": null,
            "publish_time": null,
            "slug": "encontro-inesperado",
            "created_at": "2024-01-18T11:50:33.840618Z",
            "updated_at": "2024-01-31T14:30:54.296491Z",
            "summary": "Encontro Inesperado is an Gallery Shows event starting on 26/01/2024, 18:00 and ending on 14/03/2024, 19:00. Event is in Galeria Graça Brandão with address R. Caetanos 26a, 1200-079 Lisboa, Portugal.",
            "title": "Diogo Nogueira - \"Encontro Inesperado\"",
            "content": "Galeria Graça Brandão is pleased to present Diogo Nogueira’s solo exhibition “Encontro Inesperado”. The exhibition opens on the 26 of january at 6 pm on the first floor of the gallery and runs alongside with “Uma Cerveja no Inferno” on the lower floor, a group exhibition with Carla Castiajo, Dylan Silva, Inês Coelho, João Paulo Balsini, Pedro Moreira, Raul Macedo, and Susana Chiocca, in a curatorial project by Manuel Santos Maia with text by Maria Brás Fonseca.\r\n \r\n\r\nThe project, which combines painting, sculpture, drawing, film, artist’s publications, and performance, investigates the concept of polyphonic citizenship in the celebration of freedom. The writing of the self, the suspension of censorship, and the interpellation of the body all contribute to the deconstruction of dominant ideologies while also celebrating the unexpected and vital experience of human relationships. The dialogue between the various representations promotes pleasure, passions, and the power of being in “love",
            "start_time": "2024-01-26T18:00:00.000000Z",
            "end_time": "2024-03-14T19: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": "R. Caetanos 26a, 1200-079 Lisboa, Portugal",
            "city": "Lisboa",
            "geolocation": "38.7123006,-9.146178299999999",
            "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": 37003,
            "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": 35088,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/139c9c723c20414c975cf4b3c8e3c709-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/139c9c723c20414c975cf4b3c8e3c709-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/139c9c723c20414c975cf4b3c8e3c709-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/139c9c723c20414c975cf4b3c8e3c709-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/139c9c723c20414c975cf4b3c8e3c709-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/139c9c723c20414c975cf4b3c8e3c709.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/139c9c723c20414c975cf4b3c8e3c709-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/139c9c723c20414c975cf4b3c8e3c709-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/139c9c723c20414c975cf4b3c8e3c709-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/139c9c723c20414c975cf4b3c8e3c709-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-19T11:49:58.199546Z",
                "updated_at": "2024-03-19T11:49:58.199604Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9782,
                "name": "Muskegon Museum of Art",
                "slug": "muskegon-museum-art",
                "city": "Muskegon",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "43.2344796,-86.25083889999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-03-19T11:50:01.496013Z",
            "publish_time": null,
            "slug": "andre-pace-wwwmuskegonartmuseumorg-postcard-salon-2024-2024-03-09",
            "created_at": "2024-03-19T11:50:07.561061Z",
            "updated_at": "2024-03-19T11:50:08.405508Z",
            "summary": "Www.muskegonartmuseum.org / PostCard salon 2024 is an Gallery Shows event starting on 09/03/2024, 01:00 and ending on 14/03/2024, 01:00. Event is in Muskegon Museum of Art with address 296 w. Webster Avenue.",
            "title": "Www.muskegonartmuseum.org / PostCard salon 2024",
            "content": null,
            "start_time": "2024-03-09T01:00:00.000000Z",
            "end_time": "2024-03-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": "296 w. Webster Avenue",
            "city": "Muskegon",
            "geolocation": "43.23444955,-86.25094933930563",
            "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": 37235,
            "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": 35294,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bef9dcc1ca746169a3e732980caf350-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bef9dcc1ca746169a3e732980caf350-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bef9dcc1ca746169a3e732980caf350-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bef9dcc1ca746169a3e732980caf350-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bef9dcc1ca746169a3e732980caf350-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8bef9dcc1ca746169a3e732980caf350.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bef9dcc1ca746169a3e732980caf350-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bef9dcc1ca746169a3e732980caf350-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bef9dcc1ca746169a3e732980caf350-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8bef9dcc1ca746169a3e732980caf350-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-20T14:17:32.556214Z",
                "updated_at": "2024-03-20T14:17:32.556265Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3569,
                "name": "Sims Reed Gallery",
                "slug": "sims-reed-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5145353,-0.151503",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-03-20T14:17:36.316874Z",
            "publish_time": null,
            "slug": "sims-reed-gallery-drop-shadows-2024-03-01",
            "created_at": "2024-03-20T14:17:37.227262Z",
            "updated_at": "2024-03-20T14:17:38.907503Z",
            "summary": "Drop Shadows is an Gallery Shows event starting on 01/03/2024, 01:00 and ending on 14/03/2024, 01:00. Event is in Sims Reed Gallery with address 43 Duke Street St James's.",
            "title": "Drop Shadows",
            "content": null,
            "start_time": "2024-03-01T01:00:00.000000Z",
            "end_time": "2024-03-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": "43 Duke Street St James's",
            "city": "London",
            "geolocation": "51.5070336,-0.1376118",
            "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": 36084,
            "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": 34155,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9a760da6156c4c7d836ff200bcbf38f3-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9a760da6156c4c7d836ff200bcbf38f3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9a760da6156c4c7d836ff200bcbf38f3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9a760da6156c4c7d836ff200bcbf38f3-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9a760da6156c4c7d836ff200bcbf38f3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9a760da6156c4c7d836ff200bcbf38f3.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9a760da6156c4c7d836ff200bcbf38f3-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9a760da6156c4c7d836ff200bcbf38f3-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9a760da6156c4c7d836ff200bcbf38f3-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9a760da6156c4c7d836ff200bcbf38f3-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-16T13:41:20.815136Z",
                "updated_at": "2024-02-16T13:41:20.815199Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6755,
                "name": "David Richard Gallery - Chelsea",
                "slug": "david-richard-gallery-chelsea",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7500522,-74.0042667",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-16T13:41:23.353085Z",
            "publish_time": null,
            "slug": "david-richard-gallery-chelsea-sanford-wurmfeld-corona-variations-2024-02-14",
            "created_at": "2024-02-16T13:41:24.303251Z",
            "updated_at": "2024-02-16T13:41:26.028836Z",
            "summary": "Sanford Wurmfeld. Corona Variations is an Gallery Shows event starting on 14/02/2024, 01:00 and ending on 14/03/2024, 01:00. Event is in David Richard Gallery - Chelsea with address 508 West 26th St.",
            "title": "Sanford Wurmfeld. Corona Variations",
            "content": null,
            "start_time": "2024-02-14T01:00:00.000000Z",
            "end_time": "2024-03-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": "508 West 26th St",
            "city": "New York",
            "geolocation": "41.84555735,-87.64045458574088",
            "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": 34161,
            "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": 32283,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e06a160e4244425a27bf20387a212b8-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e06a160e4244425a27bf20387a212b8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e06a160e4244425a27bf20387a212b8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e06a160e4244425a27bf20387a212b8-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e06a160e4244425a27bf20387a212b8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7e06a160e4244425a27bf20387a212b8.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e06a160e4244425a27bf20387a212b8-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e06a160e4244425a27bf20387a212b8-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e06a160e4244425a27bf20387a212b8-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7e06a160e4244425a27bf20387a212b8-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-07T11:37:45.474468Z",
                "updated_at": "2023-12-07T11:37:45.474503Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5378,
                "name": "Frith Street Gallery",
                "slug": "frith-street-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5112714,-0.1369716",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-12-07T11:37:49.783274Z",
            "publish_time": null,
            "slug": "frith-street-gallery-anna-barriball-2024-02-02",
            "created_at": "2023-12-07T11:37:50.662098Z",
            "updated_at": "2023-12-07T11:37:51.740672Z",
            "summary": "Anna Barriball is an Gallery Shows event starting on 02/02/2024, 01:00 and ending on 14/03/2024, 01:00. Event is in Frith Street Gallery with address 17-18 Golden Square.",
            "title": "Anna Barriball",
            "content": null,
            "start_time": "2024-02-02T01:00:00.000000Z",
            "end_time": "2024-03-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": "17-18 Golden Square",
            "city": "London",
            "geolocation": "-36.7713708,144.2616705",
            "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": 35669,
            "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": 9648,
                "name": "Hidden Gallery London",
                "slug": "hidden-gallery-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5394151,-0.147921",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-02-08T10:43:09.257847Z",
            "publish_time": null,
            "slug": "hidden-sculptors-in-print-2024-02-08",
            "created_at": "2024-02-08T10:43:10.296568Z",
            "updated_at": "2024-02-08T10:43:12.165168Z",
            "summary": "Sculptors in Print is an Gallery Shows event starting on 08/02/2024, 01:00 and ending on 14/03/2024, 01:00. Event is in Hidden Gallery London with address 31 Oval Rd.",
            "title": "Sculptors in Print",
            "content": null,
            "start_time": "2024-02-08T01:00:00.000000Z",
            "end_time": "2024-03-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": "31 Oval Rd",
            "city": "London",
            "geolocation": "41.7046677,-69.9888722642027",
            "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": 35265,
            "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": 33374,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6ae105164f243b5a1a8c8624307bd34-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6ae105164f243b5a1a8c8624307bd34-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6ae105164f243b5a1a8c8624307bd34-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6ae105164f243b5a1a8c8624307bd34-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6ae105164f243b5a1a8c8624307bd34-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e6ae105164f243b5a1a8c8624307bd34.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6ae105164f243b5a1a8c8624307bd34-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6ae105164f243b5a1a8c8624307bd34-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6ae105164f243b5a1a8c8624307bd34-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e6ae105164f243b5a1a8c8624307bd34-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-31T07:54:11.992808Z",
                "updated_at": "2024-01-31T07:54:11.992868Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9500,
                "name": "CSUN Art Galleries",
                "slug": "csun-art-galleries",
                "city": "Northridge",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.24006669999999,-118.5262047",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-01-31T07:54:16.919290Z",
            "publish_time": null,
            "slug": "csun-art-galleries-latinx-roots-american-sacrifices-2024-01-22",
            "created_at": "2024-01-31T07:54:17.851171Z",
            "updated_at": "2024-01-31T07:54:21.856000Z",
            "summary": "Latinx Roots, American Sacrifices is an Gallery Shows event starting on 22/01/2024, 01:00 and ending on 14/03/2024, 01:00. Event is in CSUN Art Galleries with address 18111 Nordhoff Street.",
            "title": "Latinx Roots, American Sacrifices",
            "content": null,
            "start_time": "2024-01-22T01:00:00.000000Z",
            "end_time": "2024-03-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": "18111 Nordhoff Street",
            "city": "Northridge",
            "geolocation": "34.2413641,-118.5278061",
            "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": 35515,
            "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": 33639,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c390c01e3e8e4b6c8b1075f4f9953257-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c390c01e3e8e4b6c8b1075f4f9953257-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c390c01e3e8e4b6c8b1075f4f9953257-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c390c01e3e8e4b6c8b1075f4f9953257-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c390c01e3e8e4b6c8b1075f4f9953257-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c390c01e3e8e4b6c8b1075f4f9953257.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c390c01e3e8e4b6c8b1075f4f9953257-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c390c01e3e8e4b6c8b1075f4f9953257-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c390c01e3e8e4b6c8b1075f4f9953257-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c390c01e3e8e4b6c8b1075f4f9953257-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-05T13:43:09.390377Z",
                "updated_at": "2024-02-05T13:43:09.390426Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9627,
                "name": "AGBI - Artists General Benevolent Institution",
                "slug": "agbi-artists-general-benevolent-institution",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4915215,-0.1387109",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-02-05T13:43:14.782493Z",
            "publish_time": null,
            "slug": "agbi-holding-space-2024-01-26",
            "created_at": "2024-02-05T13:43:15.692769Z",
            "updated_at": "2024-02-05T13:43:16.763610Z",
            "summary": "Holding Space is an Gallery Shows event starting on 26/01/2024, 01:00 and ending on 14/03/2024, 01:00. Event is in AGBI - Artists General Benevolent Institution with address 15 Churton Street.",
            "title": "Holding Space",
            "content": null,
            "start_time": "2024-01-26T01:00:00.000000Z",
            "end_time": "2024-03-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": "15 Churton Street",
            "city": "London",
            "geolocation": "51.491746,-0.13848704073033663",
            "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": 36046,
            "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": 34121,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b41002fe607f4abb976fe6cd4e86dded-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b41002fe607f4abb976fe6cd4e86dded-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b41002fe607f4abb976fe6cd4e86dded-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b41002fe607f4abb976fe6cd4e86dded-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b41002fe607f4abb976fe6cd4e86dded-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b41002fe607f4abb976fe6cd4e86dded.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b41002fe607f4abb976fe6cd4e86dded-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b41002fe607f4abb976fe6cd4e86dded-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b41002fe607f4abb976fe6cd4e86dded-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b41002fe607f4abb976fe6cd4e86dded-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-15T11:51:30.790519Z",
                "updated_at": "2024-02-15T11:51:30.790556Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9694,
                "name": "1014 Gallery",
                "slug": "1014-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5505264,-0.0759368",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-02-15T11:51:35.413764Z",
            "publish_time": null,
            "slug": "1014-gallery-cristina-stolhe-album-2024-02-08",
            "created_at": "2024-02-15T11:51:36.333196Z",
            "updated_at": "2024-02-15T11:51:37.389341Z",
            "summary": "Cristina Stolhe. Album is an Gallery Shows event starting on 08/02/2024, 01:00 and ending on 14/03/2024, 01:00. Event is in 1014 Gallery with address 10-14 Crossway.",
            "title": "Cristina Stolhe. Album",
            "content": null,
            "start_time": "2024-02-08T01:00:00.000000Z",
            "end_time": "2024-03-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": "10-14 Crossway",
            "city": "London",
            "geolocation": "52.2140849,-3.3916788",
            "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": 35821,
            "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": 8457,
                "name": "Pace Gallery Seoul",
                "slug": "pace-gallery-seoul",
                "city": "Seoul",
                "country": {
                    "code": "KR",
                    "name": "South Korea"
                },
                "geolocation": "37.5384336,127.0013658",
                "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": "HK",
            "publish_status": "published",
            "published_at": "2024-02-13T10:26:40.237577Z",
            "publish_time": null,
            "slug": "pace-gallery-seoul-peter-alexander-2024-02-02",
            "created_at": "2024-02-13T10:26:41.183920Z",
            "updated_at": "2024-02-13T10:26:41.239490Z",
            "summary": "Peter Alexander is an Gallery Shows event starting on 02/02/2024, 01:00 and ending on 14/03/2024, 01:00. Event is in Pace Gallery Seoul with address 12/F, H Queen's, 80 Queen's Road Central.",
            "title": "Peter Alexander",
            "content": null,
            "start_time": "2024-02-02T01:00:00.000000Z",
            "end_time": "2024-03-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": "12/F, H Queen's, 80 Queen's Road Central",
            "city": "Central",
            "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": 37074,
            "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": 35153,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51b03285f4084b589322ccf6f5307bf8-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51b03285f4084b589322ccf6f5307bf8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51b03285f4084b589322ccf6f5307bf8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51b03285f4084b589322ccf6f5307bf8-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51b03285f4084b589322ccf6f5307bf8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/51b03285f4084b589322ccf6f5307bf8.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51b03285f4084b589322ccf6f5307bf8-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51b03285f4084b589322ccf6f5307bf8-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51b03285f4084b589322ccf6f5307bf8-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/51b03285f4084b589322ccf6f5307bf8-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-19T12:00:53.516160Z",
                "updated_at": "2024-03-19T12:00:53.516221Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8964,
                "name": "Venia Studio",
                "slug": "venia-studio",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0448569,-118.2322186",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-03-19T12:00:59.130417Z",
            "publish_time": null,
            "slug": "venia-studio-the-lab-x-venia-studio-sessions-002-inicio-2024-03-14",
            "created_at": "2024-03-19T12:01:00.152750Z",
            "updated_at": "2024-03-19T12:01:04.499311Z",
            "summary": "THE LAB x VENIA Studio [sessions .002] - INICIO is an Gallery Shows event starting on 14/03/2024, 01:00 and ending on 14/03/2024, 01:00. Event is in Venia Studio with address 300 S Santa Fe Ave.",
            "title": "THE LAB x VENIA Studio [sessions .002] - INICIO",
            "content": null,
            "start_time": "2024-03-14T01:00:00.000000Z",
            "end_time": "2024-03-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": "300 S Santa Fe Ave",
            "city": "Los Angeles",
            "geolocation": "34.0447645,-118.2325765",
            "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": 36402,
            "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": 34470,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75e429cd64a443e696d32e844ac55f97-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75e429cd64a443e696d32e844ac55f97-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75e429cd64a443e696d32e844ac55f97-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75e429cd64a443e696d32e844ac55f97-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75e429cd64a443e696d32e844ac55f97-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/75e429cd64a443e696d32e844ac55f97.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75e429cd64a443e696d32e844ac55f97-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75e429cd64a443e696d32e844ac55f97-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75e429cd64a443e696d32e844ac55f97-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75e429cd64a443e696d32e844ac55f97-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-27T18:53:58.799267Z",
                "updated_at": "2024-02-27T18:53:58.799306Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8581,
                "name": "The Levinsky Gallery",
                "slug": "levinsky-gallery",
                "city": "Plymouth",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.3739206,-4.138284899999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-02-27T18:54:04.894817Z",
            "publish_time": null,
            "slug": "the-levinsky-gallery-roland-levinsky-building-bitesize-getting-illustration-clients-2024-03-13",
            "created_at": "2024-02-27T18:54:05.884560Z",
            "updated_at": "2024-02-27T18:54:06.982292Z",
            "summary": "Bitesize: Getting Illustration Clients is an Gallery Shows event starting on 13/03/2024, 01:00 and ending on 13/03/2024, 01:00. Event is in The Levinsky Gallery with address University of plymouth.",
            "title": "Bitesize: Getting Illustration Clients",
            "content": null,
            "start_time": "2024-03-13T01:00:00.000000Z",
            "end_time": "2024-03-13T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "University of plymouth",
            "city": "Plymouth",
            "geolocation": "50.37566725000001,-4.139366604170018",
            "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": []
        }
    ]
}