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=3654&ordering=-start_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=3672&ordering=-start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=3636&ordering=-start_time",
    "results": [
        {
            "id": 34367,
            "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": 32478,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9646c088dae042889dd84dbc5a5693f1-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9646c088dae042889dd84dbc5a5693f1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9646c088dae042889dd84dbc5a5693f1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9646c088dae042889dd84dbc5a5693f1-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9646c088dae042889dd84dbc5a5693f1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9646c088dae042889dd84dbc5a5693f1.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9646c088dae042889dd84dbc5a5693f1-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9646c088dae042889dd84dbc5a5693f1-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9646c088dae042889dd84dbc5a5693f1-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9646c088dae042889dd84dbc5a5693f1-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-21T11:34:45.348930Z",
                "updated_at": "2023-12-21T11:34:45.348967Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4401,
                "name": "Modern Art Helmet Row",
                "slug": "modern-art-helmet-row",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5251013,-0.09434329999999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-12-21T11:34:49.836545Z",
            "publish_time": null,
            "slug": "modern-art-helmet-row-michael-simpson-new-paintings-2024-01-13",
            "created_at": "2023-12-21T11:34:50.903013Z",
            "updated_at": "2023-12-21T11:34:51.403780Z",
            "summary": "Michael Simpson, 'New Paintings' is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 17/02/2024, 01:00. Event is in Modern Art Helmet Row with address 4 – 8 Helmet Row.",
            "title": "Michael Simpson, 'New Paintings'",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-02-17T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "4 – 8 Helmet Row",
            "city": "London",
            "geolocation": "51.5251476,-0.0944189",
            "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": 34816,
            "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": 32894,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5dd6d9b9340247d9acbbbe422879c737-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5dd6d9b9340247d9acbbbe422879c737-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5dd6d9b9340247d9acbbbe422879c737-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5dd6d9b9340247d9acbbbe422879c737-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5dd6d9b9340247d9acbbbe422879c737-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5dd6d9b9340247d9acbbbe422879c737.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5dd6d9b9340247d9acbbbe422879c737-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5dd6d9b9340247d9acbbbe422879c737-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5dd6d9b9340247d9acbbbe422879c737-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5dd6d9b9340247d9acbbbe422879c737-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-10T12:44:57.665652Z",
                "updated_at": "2024-01-10T12:44:57.665688Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4246,
                "name": "Luis De Jesus Los Angeles",
                "slug": "luis-de-jesus-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.030147,-118.2321013",
                "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-10T12:45:04.865454Z",
            "publish_time": null,
            "slug": "luis-de-jesus-los-angeles-hector-dionicio-mendoza-buscando-futuro-searching-for-a-future-2024-01-13",
            "created_at": "2024-01-10T12:45:05.787148Z",
            "updated_at": "2024-01-10T12:45:06.976750Z",
            "summary": "HECTOR DIONICIO MENDOZA: Buscando Futuro / Searching for a Future is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 17/02/2024, 01:00. Event is in Luis De Jesus Los Angeles with address 1110 Mateo St..",
            "title": "HECTOR DIONICIO MENDOZA: Buscando Futuro / Searching for a Future",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-02-17T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1110 Mateo St.",
            "city": "Los Angeles",
            "geolocation": "34.03037818367347,-118.23213259183674",
            "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": 35169,
            "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": 33267,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e979fec029b147688fca9d70407be5ab-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e979fec029b147688fca9d70407be5ab-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e979fec029b147688fca9d70407be5ab-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e979fec029b147688fca9d70407be5ab-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e979fec029b147688fca9d70407be5ab-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e979fec029b147688fca9d70407be5ab.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e979fec029b147688fca9d70407be5ab-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e979fec029b147688fca9d70407be5ab-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e979fec029b147688fca9d70407be5ab-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e979fec029b147688fca9d70407be5ab-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-22T13:38:55.524960Z",
                "updated_at": "2024-01-22T13:38:55.525020Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4285,
                "name": "Thelma Hulbert Gallery (THG)",
                "slug": "thelma-hulbert-gallery-thg",
                "city": "Honiton",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.8002765,-3.195094",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-01-22T13:38:59.477323Z",
            "publish_time": null,
            "slug": "thelma-hulbert-gallery-thg-mikhail-karikis-acoustics-of-resistance-2024-01-13",
            "created_at": "2024-01-22T13:39:00.408974Z",
            "updated_at": "2024-01-22T13:39:00.810581Z",
            "summary": "Mikhail Karikis: Acoustics of Resistance is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 09/03/2024, 01:00. Event is in Thelma Hulbert Gallery (THG) with address Elmfield House.",
            "title": "Mikhail Karikis: Acoustics of Resistance",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-03-09T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Elmfield House",
            "city": "Honiton",
            "geolocation": "51.54947065,-0.09369934697025753",
            "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": 34341,
            "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": 32455,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/219c3a7d02334bc1a548b37c7bdb8ad4-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/219c3a7d02334bc1a548b37c7bdb8ad4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/219c3a7d02334bc1a548b37c7bdb8ad4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/219c3a7d02334bc1a548b37c7bdb8ad4-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/219c3a7d02334bc1a548b37c7bdb8ad4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/219c3a7d02334bc1a548b37c7bdb8ad4.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/219c3a7d02334bc1a548b37c7bdb8ad4-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/219c3a7d02334bc1a548b37c7bdb8ad4-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/219c3a7d02334bc1a548b37c7bdb8ad4-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/219c3a7d02334bc1a548b37c7bdb8ad4-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-21T11:32:28.906147Z",
                "updated_at": "2023-12-21T11:32:28.906183Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4523,
                "name": "American Museum of Ceramic Art",
                "slug": "american-museum-ceramic-art",
                "city": "Pomona",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0611973,-117.7508065",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-12-21T11:32:32.741890Z",
            "publish_time": null,
            "slug": "american-museum-of-ceramic-art-blood-in-the-fire-sugar-in-the-milk-2024-01-13",
            "created_at": "2023-12-21T11:32:33.695417Z",
            "updated_at": "2023-12-21T11:32:35.190905Z",
            "summary": "Blood in the fire, sugar in the milk is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 21/04/2024, 00:00. Event is in American Museum of Ceramic Art with address 399 N Garey Ave.",
            "title": "Blood in the fire, sugar in the milk",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-04-21T00: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": "399 N Garey Ave",
            "city": "Pomona",
            "geolocation": "34.0611411,-117.75071943972668",
            "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": 35107,
            "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": 33205,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/081c0657eeac4990a0f277cbb44575b5-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/081c0657eeac4990a0f277cbb44575b5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/081c0657eeac4990a0f277cbb44575b5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/081c0657eeac4990a0f277cbb44575b5-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/081c0657eeac4990a0f277cbb44575b5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/081c0657eeac4990a0f277cbb44575b5.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/081c0657eeac4990a0f277cbb44575b5-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/081c0657eeac4990a0f277cbb44575b5-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/081c0657eeac4990a0f277cbb44575b5-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/081c0657eeac4990a0f277cbb44575b5-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-18T17:07:56.844446Z",
                "updated_at": "2024-01-18T17:07:56.844510Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4358,
                "name": "Honor Fraser",
                "slug": "honor-fraser",
                "city": "Culver City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0323775,-118.3741338",
                "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-18T17:08:03.435018Z",
            "publish_time": null,
            "slug": "honor-fraser-honor-fraser-small-v01ce-2024-01-13",
            "created_at": "2024-01-18T17:08:04.338551Z",
            "updated_at": "2024-01-18T17:08:05.304427Z",
            "summary": "Honor Fraser. Small V01ce is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in Honor Fraser with address 2622 S. LA CIENEGA BLVD..",
            "title": "Honor Fraser. Small V01ce",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-03-23T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2622 S. LA CIENEGA BLVD.",
            "city": "Los Angeles",
            "geolocation": "34.034525467489416,-118.37748032015075",
            "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": 35074,
            "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": 33175,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8508ef7aa7ea4c50a2bfb51b43f93bd6-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8508ef7aa7ea4c50a2bfb51b43f93bd6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8508ef7aa7ea4c50a2bfb51b43f93bd6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8508ef7aa7ea4c50a2bfb51b43f93bd6-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8508ef7aa7ea4c50a2bfb51b43f93bd6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8508ef7aa7ea4c50a2bfb51b43f93bd6.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8508ef7aa7ea4c50a2bfb51b43f93bd6-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8508ef7aa7ea4c50a2bfb51b43f93bd6-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8508ef7aa7ea4c50a2bfb51b43f93bd6-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8508ef7aa7ea4c50a2bfb51b43f93bd6-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-18T16:55:40.258533Z",
                "updated_at": "2024-01-18T16:55:40.258570Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9604,
                "name": "81 Tagore Ln",
                "slug": "81-tagore-ln",
                "city": "Singapore",
                "country": {
                    "code": "SG",
                    "name": "Singapore"
                },
                "geolocation": "1.3872542,103.8291726",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "SG",
            "publish_status": "published",
            "published_at": "2024-01-18T16:55:47.305781Z",
            "publish_time": null,
            "slug": "81-tagore-ln-a-room-of-ones-own-and-then-it-got-legs-2024-01-13",
            "created_at": "2024-01-18T16:55:48.498728Z",
            "updated_at": "2024-01-18T16:55:48.538910Z",
            "summary": "\"a room of one's own\" (and then it got legs) is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 18/02/2024, 01:00. Event is in 81 Tagore Ln with address 81 Tagore Ln, #02 11,.",
            "title": "\"a room of one's own\" (and then it got legs)",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-02-18T01: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": "81 Tagore Ln, #02 11,",
            "city": "Singapore",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 35150,
            "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": 33244,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77ff8a4cd0a041c7944a97ba2cc1c870-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77ff8a4cd0a041c7944a97ba2cc1c870-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77ff8a4cd0a041c7944a97ba2cc1c870-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77ff8a4cd0a041c7944a97ba2cc1c870-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77ff8a4cd0a041c7944a97ba2cc1c870-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/77ff8a4cd0a041c7944a97ba2cc1c870.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77ff8a4cd0a041c7944a97ba2cc1c870-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77ff8a4cd0a041c7944a97ba2cc1c870-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77ff8a4cd0a041c7944a97ba2cc1c870-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/77ff8a4cd0a041c7944a97ba2cc1c870-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-19T14:34:33.146061Z",
                "updated_at": "2024-01-19T14:34:33.146096Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6157,
                "name": "Parrasch Heijnen Gallery",
                "slug": "parrasch-heijnen-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0255353,-118.2207512",
                "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-19T14:34:36.283752Z",
            "publish_time": null,
            "slug": "parrasch-heijnen-gallery-ken-grimes-evidence-for-contact-2024-01-13",
            "created_at": "2024-01-19T14:34:37.223126Z",
            "updated_at": "2024-01-19T14:34:37.758151Z",
            "summary": "Ken Grimes: Evidence for Contact is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 10/02/2024, 01:00. Event is in Parrasch Heijnen Gallery with address 1326 S. Boyle Avenue,.",
            "title": "Ken Grimes: Evidence for Contact",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-02-10T01: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": "1326 S. Boyle Avenue,",
            "city": "Los Angeles",
            "geolocation": "38.62488085354609,-90.253525",
            "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": 35154,
            "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": 33248,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf33cd57c69d411aadb04156aa64e35d-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf33cd57c69d411aadb04156aa64e35d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf33cd57c69d411aadb04156aa64e35d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf33cd57c69d411aadb04156aa64e35d-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf33cd57c69d411aadb04156aa64e35d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/bf33cd57c69d411aadb04156aa64e35d.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf33cd57c69d411aadb04156aa64e35d-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf33cd57c69d411aadb04156aa64e35d-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf33cd57c69d411aadb04156aa64e35d-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/bf33cd57c69d411aadb04156aa64e35d-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-22T13:29:54.581810Z",
                "updated_at": "2024-01-22T13:29:54.581869Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9211,
                "name": "MOAH - Museum of Art & History Lancaster",
                "slug": "moah-museum-art-history-lancaster",
                "city": "Lancaster",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.6981717,-118.1418003",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-01-22T13:29:57.112554Z",
            "publish_time": null,
            "slug": "lancaster-museum-of-art-and-history-moah-formation-2024-01-13",
            "created_at": "2024-01-22T13:29:58.098847Z",
            "updated_at": "2024-01-22T13:29:59.083082Z",
            "summary": "Formation is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 14/04/2024, 00:00. Event is in MOAH - Museum of Art & History Lancaster with address 665 W. Lancaster BLVD.",
            "title": "Formation",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-04-14T00: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": "665 W. Lancaster BLVD",
            "city": "Lancaster",
            "geolocation": "34.69814135,-118.14184007827788",
            "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": 35153,
            "author": {
                "id": "b850e8fe-7e65-470a-88f4-d2eecac6bc31",
                "username": "dustin_816",
                "slug": "dustin_816",
                "first_name": "Dustin",
                "last_name": "",
                "display_name": "Dustin",
                "display_name_full": "Dustin",
                "email": "dustin@hijinxarts.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 33246,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ee051ce2de9f4af98334d6879699e0b2-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ee051ce2de9f4af98334d6879699e0b2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ee051ce2de9f4af98334d6879699e0b2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ee051ce2de9f4af98334d6879699e0b2-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ee051ce2de9f4af98334d6879699e0b2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ee051ce2de9f4af98334d6879699e0b2.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ee051ce2de9f4af98334d6879699e0b2-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ee051ce2de9f4af98334d6879699e0b2-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ee051ce2de9f4af98334d6879699e0b2-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ee051ce2de9f4af98334d6879699e0b2-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-22T13:29:53.720926Z",
                "updated_at": "2024-01-22T13:29:53.720963Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2939,
                "name": "Launch LA",
                "slug": "launch-la",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0714666,-118.34370610000002",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2693,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen-Shot-2019-06-09-at-11.15.28-PM2-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen-Shot-2019-06-09-at-11.15.28-PM2-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen-Shot-2019-06-09-at-11.15.28-PM2-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen-Shot-2019-06-09-at-11.15.28-PM2-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen-Shot-2019-06-09-at-11.15.28-PM2-crop-c0-5__0-5-558x279.png",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen-Shot-2019-06-09-at-11.15.28-PM2-crop-c0-5__0-5-760x499.png",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Screen-Shot-2019-06-09-at-11.15.28-PM2.png",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Screen-Shot-2019-06-09-at-11.15.28-PM2-crop-c0-5__0-5-265x149.png"
                    },
                    "created_at": "2020-04-29T16:28:46.139442Z",
                    "updated_at": "2021-09-14T13:36:03.440802Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-01-22T13:29:56.877693Z",
            "publish_time": null,
            "slug": "launch-la-flora-kao-beyond-2024-01-13",
            "created_at": "2024-01-22T13:29:57.771644Z",
            "updated_at": "2024-01-22T13:29:58.670344Z",
            "summary": "Flora Kao. Beyond is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 03/02/2024, 01:00. Event is in Launch LA with address 170 s. la brea avenue.",
            "title": "Flora Kao. Beyond",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-02-03T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "170 s. la brea avenue",
            "city": "Los Angeles",
            "geolocation": "34.07181971428571,-118.34392842857142",
            "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": 35214,
            "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": 33325,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc23995b5dd845619c6717289fb52a00-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc23995b5dd845619c6717289fb52a00-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc23995b5dd845619c6717289fb52a00-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc23995b5dd845619c6717289fb52a00-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc23995b5dd845619c6717289fb52a00-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fc23995b5dd845619c6717289fb52a00.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc23995b5dd845619c6717289fb52a00-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc23995b5dd845619c6717289fb52a00-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc23995b5dd845619c6717289fb52a00-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc23995b5dd845619c6717289fb52a00-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-25T13:07:47.213550Z",
                "updated_at": "2024-01-25T13:07:47.213607Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5770,
                "name": "Sprüth Magers New York",
                "slug": "spruth-magers-new-york",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7770008,-73.9621343",
                "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-25T13:07:55.643754Z",
            "publish_time": null,
            "slug": "spruth-magers-new-york-astrid-klein-2024-01-13",
            "created_at": "2024-01-25T13:07:56.541544Z",
            "updated_at": "2024-01-25T13:07:57.956613Z",
            "summary": "Astrid Klein is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 24/02/2024, 01:00. Event is in Sprüth Magers New York with address 22 East 80th Street.",
            "title": "Astrid Klein",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-02-24T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "22 East 80th Street",
            "city": "New York",
            "geolocation": "40.777006650000004,-73.96213533881784",
            "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": 33720,
            "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": 31879,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20795b37dca44dd5ac8a8df82ec440a5-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20795b37dca44dd5ac8a8df82ec440a5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20795b37dca44dd5ac8a8df82ec440a5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20795b37dca44dd5ac8a8df82ec440a5-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20795b37dca44dd5ac8a8df82ec440a5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/20795b37dca44dd5ac8a8df82ec440a5.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20795b37dca44dd5ac8a8df82ec440a5-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20795b37dca44dd5ac8a8df82ec440a5-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20795b37dca44dd5ac8a8df82ec440a5-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20795b37dca44dd5ac8a8df82ec440a5-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-22T09:10:17.297987Z",
                "updated_at": "2023-11-22T09:10:17.298026Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6786,
                "name": "Bonington Gallery",
                "slug": "bonington-gallery",
                "city": "Nottingham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.9587053,-1.1536452",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-11-22T09:10:29.303333Z",
            "publish_time": null,
            "slug": "bonington-gallery-onyeka-igwe-2024-01-13",
            "created_at": "2023-11-22T09:10:30.246557Z",
            "updated_at": "2023-11-22T09:10:30.615244Z",
            "summary": "Onyeka Igwe is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 02/03/2024, 01:00. Event is in Bonington Gallery with address Nottingham Trent University.",
            "title": "Onyeka Igwe",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-03-02T01: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": "Nottingham Trent University",
            "city": "Nottingham",
            "geolocation": "52.91163995,-1.1866026147428088",
            "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": 35004,
            "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": 33079,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bf9a4b7fd174d08b4c6551081370670-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bf9a4b7fd174d08b4c6551081370670-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bf9a4b7fd174d08b4c6551081370670-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bf9a4b7fd174d08b4c6551081370670-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bf9a4b7fd174d08b4c6551081370670-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4bf9a4b7fd174d08b4c6551081370670.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bf9a4b7fd174d08b4c6551081370670-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bf9a4b7fd174d08b4c6551081370670-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bf9a4b7fd174d08b4c6551081370670-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4bf9a4b7fd174d08b4c6551081370670-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-17T08:29:56.160846Z",
                "updated_at": "2024-01-17T08:29:56.160884Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8954,
                "name": "La Loma Projects",
                "slug": "la-loma-projects",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.1206007,-118.1835766",
                "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-17T08:29:58.753806Z",
            "publish_time": null,
            "slug": "la-loma-projects-above-the-sea-and-below-the-sky-2024-01-13",
            "created_at": "2024-01-17T08:29:59.660407Z",
            "updated_at": "2024-01-17T08:29:59.701132Z",
            "summary": "Above the Sea and Below the Sky is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 12/02/2024, 01:00. Event is in La Loma Projects with address 6516 North Figueroa street Unit A..",
            "title": "Above the Sea and Below the Sky",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-02-12T01: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": "6516 North Figueroa street Unit A.",
            "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": 35128,
            "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": 33222,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ecbd8699d5840c5b8701e7366e49f64-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ecbd8699d5840c5b8701e7366e49f64-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ecbd8699d5840c5b8701e7366e49f64-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ecbd8699d5840c5b8701e7366e49f64-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ecbd8699d5840c5b8701e7366e49f64-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4ecbd8699d5840c5b8701e7366e49f64.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ecbd8699d5840c5b8701e7366e49f64-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ecbd8699d5840c5b8701e7366e49f64-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ecbd8699d5840c5b8701e7366e49f64-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4ecbd8699d5840c5b8701e7366e49f64-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-19T13:57:18.544151Z",
                "updated_at": "2024-01-19T13:57:18.544214Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3329,
                "name": "FiveMyles",
                "slug": "fivemyles",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.6726468,-73.9596317",
                "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-19T13:57:21.765052Z",
            "publish_time": null,
            "slug": "fivemyles-possibly-paintings-2024-01-13",
            "created_at": "2024-01-19T13:57:22.716148Z",
            "updated_at": "2024-01-19T13:57:23.426802Z",
            "summary": "Possibly Paintings is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 11/02/2024, 01:00. Event is in FiveMyles with address 558 Saint Johns Place.",
            "title": "Possibly Paintings",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-02-11T01: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": "558 Saint Johns Place",
            "city": "New York",
            "geolocation": "40.67265505,-73.95959207149748",
            "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": 35716,
            "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": 33822,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37faa877fcb44d55b14b1f2144c234ef-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37faa877fcb44d55b14b1f2144c234ef-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37faa877fcb44d55b14b1f2144c234ef-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37faa877fcb44d55b14b1f2144c234ef-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37faa877fcb44d55b14b1f2144c234ef-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/37faa877fcb44d55b14b1f2144c234ef.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37faa877fcb44d55b14b1f2144c234ef-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37faa877fcb44d55b14b1f2144c234ef-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37faa877fcb44d55b14b1f2144c234ef-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37faa877fcb44d55b14b1f2144c234ef-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-12T11:19:52.439574Z",
                "updated_at": "2024-02-12T11:19:52.439611Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9657,
                "name": "Leicester City Centre",
                "slug": "leicester-city-centre",
                "city": "Leicester",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.6368778,-1.1397592",
                "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-12T11:19:55.479284Z",
            "publish_time": null,
            "slug": "leicester-city-centre-rethread-a-trail-of-giant-sequins-2024-01-13",
            "created_at": "2024-02-12T11:19:56.379034Z",
            "updated_at": "2024-02-12T11:19:56.379047Z",
            "summary": null,
            "title": "Re/thread – A Trail of Giant Sequins",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-02-04T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "",
            "city": "Leicester",
            "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": 34632,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 32720,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/062672929ff9451f88f678d0994c6cdd-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/062672929ff9451f88f678d0994c6cdd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/062672929ff9451f88f678d0994c6cdd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/062672929ff9451f88f678d0994c6cdd-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/062672929ff9451f88f678d0994c6cdd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/062672929ff9451f88f678d0994c6cdd.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/062672929ff9451f88f678d0994c6cdd-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/062672929ff9451f88f678d0994c6cdd-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/062672929ff9451f88f678d0994c6cdd-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/062672929ff9451f88f678d0994c6cdd-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-29T13:33:41.132615Z",
                "updated_at": "2023-12-29T13:33:41.132651Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4537,
                "name": "Lakeside Arts",
                "slug": "lakeside-arts",
                "city": "Nottingham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.94052060000001,-1.1911927",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-12-29T13:33:46.170038Z",
            "publish_time": null,
            "slug": "lakeside-arts-claude-cahun-beneath-this-mask-2024-01-13",
            "created_at": "2023-12-29T13:33:47.078477Z",
            "updated_at": "2023-12-29T13:33:47.532979Z",
            "summary": "Claude Cahun - Beneath This Mask is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Lakeside Arts with address University Park.",
            "title": "Claude Cahun - Beneath This Mask",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-03-17T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "University Park",
            "city": "Nottingham",
            "geolocation": "52.9387428,-1.2002956927457427",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36233,
            "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": 34305,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8d5bfaf9d80478a8d5b3bb912ad98cd-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8d5bfaf9d80478a8d5b3bb912ad98cd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8d5bfaf9d80478a8d5b3bb912ad98cd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8d5bfaf9d80478a8d5b3bb912ad98cd-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8d5bfaf9d80478a8d5b3bb912ad98cd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c8d5bfaf9d80478a8d5b3bb912ad98cd.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8d5bfaf9d80478a8d5b3bb912ad98cd-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8d5bfaf9d80478a8d5b3bb912ad98cd-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8d5bfaf9d80478a8d5b3bb912ad98cd-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8d5bfaf9d80478a8d5b3bb912ad98cd-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-21T16:39:37.680652Z",
                "updated_at": "2024-02-21T16:39:37.680713Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3642,
                "name": "Galerie Kornfeld",
                "slug": "galerie-kornfeld",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5014222,13.3268844",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2024-02-21T16:39:48.501001Z",
            "publish_time": null,
            "slug": "galerie-kornfeld-dieter-jung-the-light-behind-2024-01-13",
            "created_at": "2024-02-21T16:39:49.400707Z",
            "updated_at": "2024-02-21T16:39:51.781226Z",
            "summary": "Dieter Jung. The Light Behind is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 24/02/2024, 01:00. Event is in Galerie Kornfeld with address 26 Fasanenstraße.",
            "title": "Dieter Jung. The Light Behind",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-02-24T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "26 Fasanenstraße",
            "city": "Berlin",
            "geolocation": "52.5014417,13.3270553",
            "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": 34651,
            "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": 32741,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5520d98900ea436e94f4ff9390275ddf-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5520d98900ea436e94f4ff9390275ddf-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5520d98900ea436e94f4ff9390275ddf-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5520d98900ea436e94f4ff9390275ddf-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5520d98900ea436e94f4ff9390275ddf-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5520d98900ea436e94f4ff9390275ddf.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5520d98900ea436e94f4ff9390275ddf-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5520d98900ea436e94f4ff9390275ddf-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5520d98900ea436e94f4ff9390275ddf-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5520d98900ea436e94f4ff9390275ddf-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-12-29T13:59:45.280926Z",
                "updated_at": "2023-12-29T13:59:45.280983Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5470,
                "name": "Tierra Del Sol Gallery",
                "slug": "tierra-del-sol-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0659358,-118.2385942",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-12-29T13:59:51.551276Z",
            "publish_time": null,
            "slug": "tierra-del-sol-gallery-vicente-siso-memories-of-the-land-and-water-2024-01-13",
            "created_at": "2023-12-29T13:59:52.524717Z",
            "updated_at": "2023-12-29T13:59:53.285107Z",
            "summary": "Vicente Siso: Memories of the Land and Water is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 03/03/2024, 01:00. Event is in Tierra Del Sol Gallery with address 7414 Santa Monica Blvd..",
            "title": "Vicente Siso: Memories of the Land and Water",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-03-03T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "7414 Santa Monica Blvd.",
            "city": "West Hollywood",
            "geolocation": "34.090674285714286,-118.35204342857143",
            "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": 33908,
            "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": 32047,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e5c5683b680423683d7879756c3c844-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e5c5683b680423683d7879756c3c844-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e5c5683b680423683d7879756c3c844-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e5c5683b680423683d7879756c3c844-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e5c5683b680423683d7879756c3c844-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8e5c5683b680423683d7879756c3c844.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e5c5683b680423683d7879756c3c844-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e5c5683b680423683d7879756c3c844-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e5c5683b680423683d7879756c3c844-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8e5c5683b680423683d7879756c3c844-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-11-30T14:24:04.524908Z",
                "updated_at": "2023-11-30T14:24:04.524945Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4254,
                "name": "Nevada Museum of Art",
                "slug": "nevada-museum-art",
                "city": "Reno",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.5208903,-119.8132857",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-11-30T14:24:10.709859Z",
            "publish_time": null,
            "slug": "nevada-museum-of-art-aster-guinness-2024-01-13",
            "created_at": "2023-11-30T14:24:11.609481Z",
            "updated_at": "2023-11-30T14:24:12.951679Z",
            "summary": "Aster Guinness is an Gallery Shows event starting on 13/01/2024, 01:00 and ending on 17/02/2024, 01:00. Event is in Nevada Museum of Art with address New Road.",
            "title": "Aster Guinness",
            "content": null,
            "start_time": "2024-01-13T01:00:00.000000Z",
            "end_time": "2024-02-17T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "New Road",
            "city": "Newlyn",
            "geolocation": "17.3127591,-62.7253753",
            "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": []
        }
    ]
}