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=34470&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=34488&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=34452&ordering=start_time",
    "results": [
        {
            "id": 35450,
            "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": 33547,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67b864a8c2e849c3b4ec8764bd2146e2-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67b864a8c2e849c3b4ec8764bd2146e2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67b864a8c2e849c3b4ec8764bd2146e2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67b864a8c2e849c3b4ec8764bd2146e2-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67b864a8c2e849c3b4ec8764bd2146e2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/67b864a8c2e849c3b4ec8764bd2146e2.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67b864a8c2e849c3b4ec8764bd2146e2-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67b864a8c2e849c3b4ec8764bd2146e2-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67b864a8c2e849c3b4ec8764bd2146e2-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/67b864a8c2e849c3b4ec8764bd2146e2-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-01T14:14:19.682523Z",
                "updated_at": "2024-02-01T14:14:19.682556Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6859,
                "name": "C/O Berlin",
                "slug": "co-berlin",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5065616,13.3304503",
                "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-01T14:14:25.969908Z",
            "publish_time": null,
            "slug": "co-berlin-valie-export-retrospektive-2024-01-27",
            "created_at": "2024-02-01T14:14:26.926232Z",
            "updated_at": "2024-02-01T14:14:28.313342Z",
            "summary": "Valie Export. Retrospektive is an Gallery Shows event starting on 27/01/2024, 01:00 and ending on 22/05/2024, 00:00. Event is in C/O Berlin with address Hardenbergstraße 22–24.",
            "title": "Valie Export. Retrospektive",
            "content": null,
            "start_time": "2024-01-27T01:00:00.000000Z",
            "end_time": "2024-05-22T00: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": "Hardenbergstraße 22–24",
            "city": "Berlin",
            "geolocation": "52.5065947,13.3306266",
            "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": 35457,
            "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": 33555,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40a79ba1032a4ab2b8177ae58116b77e-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40a79ba1032a4ab2b8177ae58116b77e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40a79ba1032a4ab2b8177ae58116b77e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40a79ba1032a4ab2b8177ae58116b77e-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40a79ba1032a4ab2b8177ae58116b77e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/40a79ba1032a4ab2b8177ae58116b77e.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40a79ba1032a4ab2b8177ae58116b77e-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40a79ba1032a4ab2b8177ae58116b77e-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40a79ba1032a4ab2b8177ae58116b77e-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40a79ba1032a4ab2b8177ae58116b77e-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-01T14:14:47.015905Z",
                "updated_at": "2024-02-01T14:14:47.015961Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4947,
                "name": "Charlie James Gallery",
                "slug": "charlie-james-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.066589,-118.2382615",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-01T14:14:51.939894Z",
            "publish_time": null,
            "slug": "charlie-james-gallery-nery-gabriel-lemus-the-poetics-of-place-2024-01-27",
            "created_at": "2024-02-01T14:14:52.882064Z",
            "updated_at": "2024-02-01T14:14:53.462354Z",
            "summary": "Nery Gabriel Lemus. The Poetics of Place is an Gallery Shows event starting on 27/01/2024, 01:00 and ending on 03/03/2024, 01:00. Event is in Charlie James Gallery with address 969 CHUNG KING ROAD.",
            "title": "Nery Gabriel Lemus. The Poetics of Place",
            "content": null,
            "start_time": "2024-01-27T01: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": "969 CHUNG KING ROAD",
            "city": "Los Angeles",
            "geolocation": "34.06576102040817,-118.2387586122449",
            "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": 35474,
            "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": 33570,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cc5d57477c54ff0b2ae7d6562b8da2c-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cc5d57477c54ff0b2ae7d6562b8da2c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cc5d57477c54ff0b2ae7d6562b8da2c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cc5d57477c54ff0b2ae7d6562b8da2c-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cc5d57477c54ff0b2ae7d6562b8da2c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6cc5d57477c54ff0b2ae7d6562b8da2c.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cc5d57477c54ff0b2ae7d6562b8da2c-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cc5d57477c54ff0b2ae7d6562b8da2c-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cc5d57477c54ff0b2ae7d6562b8da2c-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cc5d57477c54ff0b2ae7d6562b8da2c-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-01T14:17:15.282158Z",
                "updated_at": "2024-02-01T14:17:15.282218Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5439,
                "name": "Galerie Nagel Draxler",
                "slug": "galerie-nagel-draxler",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5261962,13.4115935",
                "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-01T14:17:18.844418Z",
            "publish_time": null,
            "slug": "galerie-nagel-draxler-gang-zhao-china-stories-2024-01-27",
            "created_at": "2024-02-01T14:17:19.819440Z",
            "updated_at": "2024-02-01T14:17:21.192245Z",
            "summary": "Gang Zhao. China Stories is an Gallery Shows event starting on 27/01/2024, 01:00 and ending on 24/02/2024, 01:00. Event is in Galerie Nagel Draxler with address Weydinger Str. 2/4.",
            "title": "Gang Zhao. China Stories",
            "content": null,
            "start_time": "2024-01-27T01: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": "Weydinger Str. 2/4",
            "city": "Berlin",
            "geolocation": "52.5261251,13.4117877",
            "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": 35476,
            "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": 33574,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/03cab170ed4b486982e77837a178c617-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/03cab170ed4b486982e77837a178c617-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/03cab170ed4b486982e77837a178c617-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/03cab170ed4b486982e77837a178c617-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/03cab170ed4b486982e77837a178c617-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/03cab170ed4b486982e77837a178c617.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/03cab170ed4b486982e77837a178c617-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/03cab170ed4b486982e77837a178c617-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/03cab170ed4b486982e77837a178c617-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/03cab170ed4b486982e77837a178c617-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-01T14:21:46.851552Z",
                "updated_at": "2024-02-01T14:21:46.851609Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8587,
                "name": "James Fuentes | LA",
                "slug": "james-fuentes-la",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.08374480000001,-118.3098365",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-01T14:21:56.735567Z",
            "publish_time": null,
            "slug": "james-fuentes-la-elsa-rensaa-2024-01-27",
            "created_at": "2024-02-01T14:21:57.657632Z",
            "updated_at": "2024-02-01T14:22:02.303902Z",
            "summary": "Elsa Rensaa is an Gallery Shows event starting on 27/01/2024, 01:00 and ending on 17/02/2024, 01:00. Event is in James Fuentes | LA with address 5015 Melrose Ave.",
            "title": "Elsa Rensaa",
            "content": null,
            "start_time": "2024-01-27T01: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": "5015 Melrose Ave",
            "city": "Los Angeles",
            "geolocation": "-34.8484816,138.613754",
            "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": 35483,
            "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": 33580,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/432f1055f2ac4b8cb3660fd45586da52-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/432f1055f2ac4b8cb3660fd45586da52-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/432f1055f2ac4b8cb3660fd45586da52-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/432f1055f2ac4b8cb3660fd45586da52-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/432f1055f2ac4b8cb3660fd45586da52-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/432f1055f2ac4b8cb3660fd45586da52.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/432f1055f2ac4b8cb3660fd45586da52-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/432f1055f2ac4b8cb3660fd45586da52-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/432f1055f2ac4b8cb3660fd45586da52-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/432f1055f2ac4b8cb3660fd45586da52-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-01T14:22:10.300568Z",
                "updated_at": "2024-02-01T14:22:10.300608Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8050,
                "name": "Josey",
                "slug": "josey",
                "city": "Norwich",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.62984849999999,1.2877117",
                "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-01T14:22:19.153065Z",
            "publish_time": null,
            "slug": "josey-rhianna-turnbull-double-negative-2024-01-27",
            "created_at": "2024-02-01T14:22:20.112121Z",
            "updated_at": "2024-02-01T14:22:21.553818Z",
            "summary": "Rhianna Turnbull. Double Negative is an Gallery Shows event starting on 27/01/2024, 01:00 and ending on 10/03/2024, 01:00. Event is in Josey with address 15A Willow Lane.",
            "title": "Rhianna Turnbull. Double Negative",
            "content": null,
            "start_time": "2024-01-27T01:00:00.000000Z",
            "end_time": "2024-03-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": "15A Willow Lane",
            "city": "Norwich",
            "geolocation": "-39.4063045,175.4126818",
            "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": 35484,
            "author": {
                "id": "82734215-241a-495b-85ea-527f94b345c0",
                "username": "chloemorley@hauserwirth.com",
                "slug": "chloemorleyhauserwirthcom",
                "first_name": "",
                "last_name": "",
                "display_name": null,
                "display_name_full": "",
                "email": "chloemorley@hauserwirth.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 33575,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2b645813dd94ed1beb085f713c7b574-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2b645813dd94ed1beb085f713c7b574-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2b645813dd94ed1beb085f713c7b574-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2b645813dd94ed1beb085f713c7b574-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2b645813dd94ed1beb085f713c7b574-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f2b645813dd94ed1beb085f713c7b574.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2b645813dd94ed1beb085f713c7b574-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2b645813dd94ed1beb085f713c7b574-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2b645813dd94ed1beb085f713c7b574-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f2b645813dd94ed1beb085f713c7b574-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-01T14:21:47.707245Z",
                "updated_at": "2024-02-01T14:21:47.707302Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 729,
                "name": "Hauser & Wirth Somerset",
                "slug": "hauser-wirth-somerset",
                "city": "Somerset",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.1086247,-2.4472353",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 563,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Hauser-Wirth-Somerset-featured-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Hauser-Wirth-Somerset-featured-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Hauser-Wirth-Somerset-featured-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Hauser-Wirth-Somerset-featured-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Hauser-Wirth-Somerset-featured-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Hauser-Wirth-Somerset-featured-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Hauser-Wirth-Somerset-featured.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Hauser-Wirth-Somerset-featured-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-03-18T14:25:43.418632Z",
                    "updated_at": "2021-09-14T12:48:44.859195Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Hauser Wirth Somerset featured",
                    "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": "GB",
            "publish_status": "published",
            "published_at": "2024-02-01T14:22:20.515683Z",
            "publish_time": null,
            "slug": "hauser-wirth-somerset-present-tense-2024-01-27",
            "created_at": "2024-02-01T14:22:21.449152Z",
            "updated_at": "2024-02-01T14:22:21.808918Z",
            "summary": "Present Tense is an Gallery Shows event starting on 27/01/2024, 01:00 and ending on 28/04/2024, 00:00. Event is in Hauser & Wirth Somerset with address Durslade Farm.",
            "title": "Present Tense",
            "content": null,
            "start_time": "2024-01-27T01:00:00.000000Z",
            "end_time": "2024-04-28T00: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": "Durslade Farm",
            "city": "Bruton",
            "geolocation": "51.10886465,-2.4478772510666693",
            "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": 35492,
            "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": 33587,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6eb0b2e565ca42bbac0a51c63391ccfd-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6eb0b2e565ca42bbac0a51c63391ccfd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6eb0b2e565ca42bbac0a51c63391ccfd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6eb0b2e565ca42bbac0a51c63391ccfd-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6eb0b2e565ca42bbac0a51c63391ccfd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6eb0b2e565ca42bbac0a51c63391ccfd.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6eb0b2e565ca42bbac0a51c63391ccfd-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6eb0b2e565ca42bbac0a51c63391ccfd-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6eb0b2e565ca42bbac0a51c63391ccfd-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6eb0b2e565ca42bbac0a51c63391ccfd-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-01T14:23:27.487906Z",
                "updated_at": "2024-02-01T14:23:27.487969Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4717,
                "name": "Mendes Wood DM",
                "slug": "mendes-wood-dm",
                "city": "Sao Paulo",
                "country": {
                    "code": "BR",
                    "name": "Brazil"
                },
                "geolocation": "-23.531813,-46.65386780000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-01T14:23:32.799016Z",
            "publish_time": null,
            "slug": "mendes-wood-dm-paulo-nimer-pjota-na-boca-do-sol-2024-01-27",
            "created_at": "2024-02-01T14:23:33.724747Z",
            "updated_at": "2024-02-01T14:23:36.638693Z",
            "summary": "Paulo Nimer Pjota. Na Boca do Sol is an Gallery Shows event starting on 27/01/2024, 01:00 and ending on 02/03/2024, 01:00. Event is in Mendes Wood DM with address 47 Walker Street.",
            "title": "Paulo Nimer Pjota. Na Boca do Sol",
            "content": null,
            "start_time": "2024-01-27T01: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": "47 Walker Street",
            "city": "New York",
            "geolocation": "43.4389701,-79.67044645782443",
            "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": 35502,
            "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": 33599,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7474d410adb941de9e88bfdfae48aa7f-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7474d410adb941de9e88bfdfae48aa7f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7474d410adb941de9e88bfdfae48aa7f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7474d410adb941de9e88bfdfae48aa7f-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7474d410adb941de9e88bfdfae48aa7f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7474d410adb941de9e88bfdfae48aa7f.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7474d410adb941de9e88bfdfae48aa7f-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7474d410adb941de9e88bfdfae48aa7f-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7474d410adb941de9e88bfdfae48aa7f-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7474d410adb941de9e88bfdfae48aa7f-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-01T14:23:54.211565Z",
                "updated_at": "2024-02-01T14:23:54.211604Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6102,
                "name": "OTTO Gallery",
                "slug": "otto-gallery",
                "city": "Bologna",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "44.4882618,11.3396263",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2024-02-01T14:23:58.588510Z",
            "publish_time": null,
            "slug": "otto-gallery-evocations-2024-01-27",
            "created_at": "2024-02-01T14:23:59.536934Z",
            "updated_at": "2024-02-01T14:24:01.679498Z",
            "summary": "EVOCATIONS is an Gallery Shows event starting on 27/01/2024, 01:00 and ending on 27/03/2024, 01:00. Event is in OTTO Gallery with address Via D'Azeglio 55.",
            "title": "EVOCATIONS",
            "content": null,
            "start_time": "2024-01-27T01:00:00.000000Z",
            "end_time": "2024-03-27T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Via D'Azeglio 55",
            "city": "Bologna",
            "geolocation": "40.3202782,9.3321801",
            "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": 35523,
            "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": null,
            "venue": {
                "id": 2955,
                "name": "Eastern Projects",
                "slug": "eastern-projects",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0644266,-118.2369572",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2761,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Eastern-Projects-profile-image-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Eastern-Projects-profile-image-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Eastern-Projects-profile-image-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Eastern-Projects-profile-image-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Eastern-Projects-profile-image-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Eastern-Projects-profile-image-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Eastern-Projects-profile-image.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Eastern-Projects-profile-image-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-05-07T21:41:11.082855Z",
                    "updated_at": "2021-09-14T13:37:54.272358Z",
                    "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-02-05T13:43:35.603488Z",
            "publish_time": null,
            "slug": "eastern-projects-gary-wong-homeland-security-boxes-and-skins-2024-01-27",
            "created_at": "2024-02-05T13:43:36.551211Z",
            "updated_at": "2024-02-05T13:43:44.630846Z",
            "summary": "Gary Wong. Homeland Security: Boxes and Skins is an Gallery Shows event starting on 27/01/2024, 01:00 and ending on 09/03/2024, 01:00. Event is in Eastern Projects with address 900 N Broadway #1090.",
            "title": "Gary Wong. Homeland Security: Boxes and Skins",
            "content": null,
            "start_time": "2024-01-27T01: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": "900 N Broadway #1090",
            "city": "Los Angeles",
            "geolocation": "39.30059555,-76.59476354966178",
            "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": 35526,
            "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": 33649,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cf2924ac5d94278bc643d5b5aa93e64-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cf2924ac5d94278bc643d5b5aa93e64-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cf2924ac5d94278bc643d5b5aa93e64-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cf2924ac5d94278bc643d5b5aa93e64-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cf2924ac5d94278bc643d5b5aa93e64-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6cf2924ac5d94278bc643d5b5aa93e64.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cf2924ac5d94278bc643d5b5aa93e64-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cf2924ac5d94278bc643d5b5aa93e64-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cf2924ac5d94278bc643d5b5aa93e64-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cf2924ac5d94278bc643d5b5aa93e64-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-05T13:43:42.000993Z",
                "updated_at": "2024-02-05T13:43:42.001053Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9633,
                "name": "Epping Forest Visitor Centre",
                "slug": "epping-forest-visitor-centre",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.63455459999999,0.0170984",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-02-05T13:43:47.245852Z",
            "publish_time": null,
            "slug": "epping-forest-visitor-centre-the-spirit-of-the-forest-2024-01-27",
            "created_at": "2024-02-05T13:43:48.157888Z",
            "updated_at": "2024-02-05T13:43:49.065150Z",
            "summary": "The Spirit of the Forest is an Gallery Shows event starting on 27/01/2024, 01:00 and ending on 11/02/2024, 01:00. Event is in Epping Forest Visitor Centre with address 6 Rangers Road.",
            "title": "The Spirit of the Forest",
            "content": null,
            "start_time": "2024-01-27T01: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": "6 Rangers Road",
            "city": "Chingford",
            "geolocation": "43.55687108670245,-72.7065927632916",
            "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": 35532,
            "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": 33652,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f920f85e7a334875be7a31f0a0d66dc2-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f920f85e7a334875be7a31f0a0d66dc2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f920f85e7a334875be7a31f0a0d66dc2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f920f85e7a334875be7a31f0a0d66dc2-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f920f85e7a334875be7a31f0a0d66dc2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f920f85e7a334875be7a31f0a0d66dc2.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f920f85e7a334875be7a31f0a0d66dc2-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f920f85e7a334875be7a31f0a0d66dc2-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f920f85e7a334875be7a31f0a0d66dc2-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f920f85e7a334875be7a31f0a0d66dc2-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-05T13:43:56.908518Z",
                "updated_at": "2024-02-05T13:43:56.908580Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9634,
                "name": "Fleiss - Vallois",
                "slug": "fleiss-vallois",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.77598939999999,-73.962546",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-05T13:44:04.753472Z",
            "publish_time": null,
            "slug": "fleiss-vallois-ceija-stojka-we-lived-in-secrecy-a-roma-memory-2024-01-27",
            "created_at": "2024-02-05T13:44:05.991855Z",
            "updated_at": "2024-02-05T13:44:06.030954Z",
            "summary": "Ceija Stojka: We Lived in Secrecy (A Roma Memory) is an Gallery Shows event starting on 27/01/2024, 01:00 and ending on 27/04/2024, 00:00. Event is in Fleiss - Vallois with address 1018 Madison Ave 5th & 6th floors.",
            "title": "Ceija Stojka: We Lived in Secrecy (A Roma Memory)",
            "content": null,
            "start_time": "2024-01-27T01:00:00.000000Z",
            "end_time": "2024-04-27T00: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": "1018 Madison Ave 5th & 6th floors",
            "city": "New York",
            "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": 35580,
            "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": 33699,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78f95385296941fabded82f802bcc70d-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78f95385296941fabded82f802bcc70d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78f95385296941fabded82f802bcc70d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78f95385296941fabded82f802bcc70d-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78f95385296941fabded82f802bcc70d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/78f95385296941fabded82f802bcc70d.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78f95385296941fabded82f802bcc70d-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78f95385296941fabded82f802bcc70d-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78f95385296941fabded82f802bcc70d-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/78f95385296941fabded82f802bcc70d-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-07T17:49:00.695051Z",
                "updated_at": "2024-02-07T17:49:00.695086Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4532,
                "name": "Hammer Museum",
                "slug": "hammer-museum",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0591217,-118.4436674",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-07T17:49:05.990533Z",
            "publish_time": null,
            "slug": "hammer-museum-hammer-contemporary-collection-banu-cennetoglu-2024-01-27",
            "created_at": "2024-02-07T17:49:06.911811Z",
            "updated_at": "2024-02-07T17:49:08.544676Z",
            "summary": "Hammer Contemporary Collection: Banu Cennetoğlu is an Gallery Shows event starting on 27/01/2024, 01:00 and ending on 26/05/2024, 00:00. Event is in Hammer Museum with address 10899 Wilshire Blvd.",
            "title": "Hammer Contemporary Collection: Banu Cennetoğlu",
            "content": null,
            "start_time": "2024-01-27T01:00:00.000000Z",
            "end_time": "2024-05-26T00: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": "10899 Wilshire Blvd",
            "city": "Los Angeles",
            "geolocation": "34.0591533,-118.443642",
            "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": 35660,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 5439,
                "name": "Galerie Nagel Draxler",
                "slug": "galerie-nagel-draxler",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5261962,13.4115935",
                "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-08T09:41:57.975992Z",
            "publish_time": null,
            "slug": "galerie-nagel-draxler-wolfgang-voigt-mit-maschinen-sprechen-2024-01-27",
            "created_at": "2024-02-08T09:41:59.032467Z",
            "updated_at": "2024-02-08T09:41:59.420390Z",
            "summary": "Wolfgang Voigt. Mit Maschinen Sprechen is an Gallery Shows event starting on 27/01/2024, 01:00 and ending on 13/04/2024, 00:00. Event is in Galerie Nagel Draxler with address Weydinger Str. 2/4.",
            "title": "Wolfgang Voigt. Mit Maschinen Sprechen",
            "content": null,
            "start_time": "2024-01-27T01:00:00.000000Z",
            "end_time": "2024-04-13T00: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": "Weydinger Str. 2/4",
            "city": "Berlin",
            "geolocation": "52.5261251,13.4117877",
            "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": 35665,
            "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": 33777,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc5c787cb3f94de98ccc33661ee7d876-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc5c787cb3f94de98ccc33661ee7d876-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc5c787cb3f94de98ccc33661ee7d876-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc5c787cb3f94de98ccc33661ee7d876-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc5c787cb3f94de98ccc33661ee7d876-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fc5c787cb3f94de98ccc33661ee7d876.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc5c787cb3f94de98ccc33661ee7d876-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc5c787cb3f94de98ccc33661ee7d876-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc5c787cb3f94de98ccc33661ee7d876-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fc5c787cb3f94de98ccc33661ee7d876-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-08T09:42:06.786961Z",
                "updated_at": "2024-02-08T09:42:06.786998Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4981,
                "name": "Galerie Wilma Tolksdorf",
                "slug": "galerie-wilma-tolksdorf",
                "city": "Frankfurt am Main",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "50.11155539999999,8.71292",
                "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-08T09:42:18.411162Z",
            "publish_time": null,
            "slug": "galerie-wilma-tolksdorf-james-tunks-zone-2024-01-27",
            "created_at": "2024-02-08T09:42:19.323114Z",
            "updated_at": "2024-02-08T09:42:20.195342Z",
            "summary": "James Tunks - Zone is an Gallery Shows event starting on 27/01/2024, 01:00 and ending on 16/03/2024, 01:00. Event is in Galerie Wilma Tolksdorf with address Hanauer Landstrasse 136.",
            "title": "James Tunks - Zone",
            "content": null,
            "start_time": "2024-01-27T01:00:00.000000Z",
            "end_time": "2024-03-16T01: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": "Hanauer Landstrasse 136",
            "city": "Frankfurt",
            "geolocation": "50.1114904,8.7128301",
            "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": 35671,
            "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": 33779,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0a451e833ce4e5ba65bb5bdb4267d00-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0a451e833ce4e5ba65bb5bdb4267d00-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0a451e833ce4e5ba65bb5bdb4267d00-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0a451e833ce4e5ba65bb5bdb4267d00-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0a451e833ce4e5ba65bb5bdb4267d00-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e0a451e833ce4e5ba65bb5bdb4267d00.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0a451e833ce4e5ba65bb5bdb4267d00-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0a451e833ce4e5ba65bb5bdb4267d00-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0a451e833ce4e5ba65bb5bdb4267d00-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e0a451e833ce4e5ba65bb5bdb4267d00-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-08T10:43:10.756226Z",
                "updated_at": "2024-02-08T10:43:10.756281Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9650,
                "name": "Huntington Beach Art Center",
                "slug": "huntington-beach-art-center",
                "city": "Huntington Beach",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "33.6622691,-117.9985595",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-08T10:43:16.880257Z",
            "publish_time": null,
            "slug": "huntington-beach-art-center-centered-on-the-center-2024-2024-01-27",
            "created_at": "2024-02-08T10:43:17.861729Z",
            "updated_at": "2024-02-08T10:43:17.901983Z",
            "summary": "Centered On The Center 2024 is an Gallery Shows event starting on 27/01/2024, 01:00 and ending on 16/03/2024, 01:00. Event is in Huntington Beach Art Center with address 538 Main Street.",
            "title": "Centered On The Center 2024",
            "content": null,
            "start_time": "2024-01-27T01:00:00.000000Z",
            "end_time": "2024-03-16T01: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": "538 Main Street",
            "city": "Huntington Beach",
            "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": 35722,
            "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": 33825,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffea9881d9d7481591a9325eed95d8a5-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffea9881d9d7481591a9325eed95d8a5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffea9881d9d7481591a9325eed95d8a5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffea9881d9d7481591a9325eed95d8a5-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffea9881d9d7481591a9325eed95d8a5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ffea9881d9d7481591a9325eed95d8a5.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffea9881d9d7481591a9325eed95d8a5-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffea9881d9d7481591a9325eed95d8a5-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffea9881d9d7481591a9325eed95d8a5-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffea9881d9d7481591a9325eed95d8a5-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-12T11:20:03.939479Z",
                "updated_at": "2024-02-12T11:20:03.939542Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5634,
                "name": "Matthew Marks Gallery",
                "slug": "matthew-marks-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7490475,-74.0047307",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-12T11:20:11.114951Z",
            "publish_time": null,
            "slug": "matthew-marks-gallery-joan-brown-2024-01-27",
            "created_at": "2024-02-12T11:20:12.025371Z",
            "updated_at": "2024-02-12T11:20:13.516866Z",
            "summary": "Joan Brown is an Gallery Shows event starting on 27/01/2024, 01:00 and ending on 06/04/2024, 00:00. Event is in Matthew Marks Gallery with address 1062 North Orange Grove Avenue.",
            "title": "Joan Brown",
            "content": null,
            "start_time": "2024-01-27T01:00:00.000000Z",
            "end_time": "2024-04-06T00: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": "1062 North Orange Grove Avenue",
            "city": "Los Angeles",
            "geolocation": "34.090187781249995,-118.3604384375",
            "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": 35733,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 8807,
                "name": "Peter Fetterman Gallery",
                "slug": "peter-fetterman-gallery",
                "city": "Santa Monica",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0283148,-118.4676457",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-12T11:40:34.131669Z",
            "publish_time": null,
            "slug": "peter-fetterman-gallery-jeffrey-conley-an-ode-to-nature-2024-01-27",
            "created_at": "2024-02-12T11:40:35.050301Z",
            "updated_at": "2024-02-12T11:40:35.616594Z",
            "summary": "Jeffrey Conley: An Ode to Nature is an Gallery Shows event starting on 27/01/2024, 01:00 and ending on 27/04/2024, 00:00. Event is in Peter Fetterman Gallery with address Bergamot Station, A1.",
            "title": "Jeffrey Conley: An Ode to Nature",
            "content": null,
            "start_time": "2024-01-27T01:00:00.000000Z",
            "end_time": "2024-04-27T00: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": "Bergamot Station, A1",
            "city": "Santa Monica",
            "geolocation": "40.6171781,-74.7648893",
            "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": 35736,
            "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": 33833,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c522f7b386864961b77086c41bd70db6-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c522f7b386864961b77086c41bd70db6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c522f7b386864961b77086c41bd70db6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c522f7b386864961b77086c41bd70db6-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c522f7b386864961b77086c41bd70db6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c522f7b386864961b77086c41bd70db6.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c522f7b386864961b77086c41bd70db6-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c522f7b386864961b77086c41bd70db6-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c522f7b386864961b77086c41bd70db6-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c522f7b386864961b77086c41bd70db6-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-12T11:40:34.987695Z",
                "updated_at": "2024-02-12T11:40:34.987733Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9658,
                "name": "Pitzer College Art Galleries",
                "slug": "pitzer-college-art-galleries",
                "city": "Claremont",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.1039686,-117.7059221",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-12T11:40:40.989027Z",
            "publish_time": null,
            "slug": "pitzer-college-art-galleries-gala-porras-kim-2024-01-27",
            "created_at": "2024-02-12T11:40:41.887984Z",
            "updated_at": "2024-02-12T11:40:43.359326Z",
            "summary": "Gala Porras-Kim is an Gallery Shows event starting on 27/01/2024, 01:00 and ending on 22/03/2024, 01:00. Event is in Pitzer College Art Galleries with address 1050 N Mills Ave.",
            "title": "Gala Porras-Kim",
            "content": null,
            "start_time": "2024-01-27T01:00:00.000000Z",
            "end_time": "2024-03-22T01: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": "1050 N Mills Ave",
            "city": "Claremont",
            "geolocation": "34.10409310204082,-117.70701408163265",
            "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": []
        }
    ]
}