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

{
    "count": 37573,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=26532&ordering=end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=26496&ordering=end_time",
    "results": [
        {
            "id": 27991,
            "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": 26692,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2cd1799ccf5440c88e0cbae1a27d19ea-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2cd1799ccf5440c88e0cbae1a27d19ea-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2cd1799ccf5440c88e0cbae1a27d19ea.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2cd1799ccf5440c88e0cbae1a27d19ea-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2cd1799ccf5440c88e0cbae1a27d19ea-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2cd1799ccf5440c88e0cbae1a27d19ea-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2cd1799ccf5440c88e0cbae1a27d19ea-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2cd1799ccf5440c88e0cbae1a27d19ea-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2cd1799ccf5440c88e0cbae1a27d19ea-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2cd1799ccf5440c88e0cbae1a27d19ea-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-22T09:48:16.854486Z",
                "updated_at": "2023-06-22T09:48:16.854522Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3200,
                "name": "18th Street Arts Center",
                "slug": "18th-street-arts-center",
                "city": "Santa Monica",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.023855,-118.4777478",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-06-22T09:48:23.751332Z",
            "publish_time": null,
            "slug": "18th-street-arts-center-jenny-yurshansky-rinsing-the-bones-2023-07-08",
            "created_at": "2023-06-22T09:48:24.669029Z",
            "updated_at": "2023-06-22T09:48:25.245390Z",
            "summary": "Jenny Yurshansky: Rinsing the Bones is an Gallery Shows event starting on 08/07/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in 18th Street Arts Center with address 3026 Airport Avenue.",
            "title": "Jenny Yurshansky: Rinsing the Bones",
            "content": null,
            "start_time": "2023-07-08T00:00:00.000000Z",
            "end_time": "2023-07-08T00: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": "3026 Airport Avenue",
            "city": "Santa Monica",
            "geolocation": "34.011577575043106,-118.45362723944626",
            "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": 28007,
            "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": 8258,
                "name": "C. Grimaldis Gallery",
                "slug": "c-grimaldis-gallery",
                "city": "Baltimore",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.2959441,-76.61537849999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-06-22T09:55:30.802710Z",
            "publish_time": null,
            "slug": "c-grimaldis-gallery-a-sculpture-show-2023-05-25",
            "created_at": "2023-06-22T09:55:31.744433Z",
            "updated_at": "2023-06-22T09:55:32.428331Z",
            "summary": "A Sculpture Show is an Gallery Shows event starting on 25/05/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in C. Grimaldis Gallery with address 523 North Charles Street.",
            "title": "A Sculpture Show",
            "content": null,
            "start_time": "2023-05-25T00:00:00.000000Z",
            "end_time": "2023-07-08T00: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": "523 North Charles Street",
            "city": "Baltimore",
            "geolocation": "39.2959429,-76.61526783716377",
            "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": 28039,
            "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": 26726,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c191934e5f524b6d8078e848fa87f601-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c191934e5f524b6d8078e848fa87f601-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c191934e5f524b6d8078e848fa87f601.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c191934e5f524b6d8078e848fa87f601-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c191934e5f524b6d8078e848fa87f601-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c191934e5f524b6d8078e848fa87f601-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c191934e5f524b6d8078e848fa87f601-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c191934e5f524b6d8078e848fa87f601-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c191934e5f524b6d8078e848fa87f601-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c191934e5f524b6d8078e848fa87f601-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-22T10:01:27.705217Z",
                "updated_at": "2023-06-22T10:01:27.705275Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5856,
                "name": "Galerie Berthet-Aittouarès",
                "slug": "galerie-berthet-aittouares",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.85645599999999,2.3364368",
                "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": "FR",
            "publish_status": "published",
            "published_at": "2023-06-22T10:01:33.654096Z",
            "publish_time": null,
            "slug": "galerie-berthet-aittouares-pierre-tal-coat-surgissement-de-la-peinture-2023-05-26",
            "created_at": "2023-06-22T10:01:34.629568Z",
            "updated_at": "2023-06-22T10:01:34.673517Z",
            "summary": "Pierre Tal Coat - Surgissement de la peinture is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in Galerie Berthet-Aittouarès with address 14 and 29 rue de Seine.",
            "title": "Pierre Tal Coat - Surgissement de la peinture",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-07-08T00: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": "14 and 29 rue de Seine",
            "city": "Paris",
            "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": 28040,
            "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": 26724,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/893517f9bf5041fb9559afb641c442b0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/893517f9bf5041fb9559afb641c442b0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/893517f9bf5041fb9559afb641c442b0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/893517f9bf5041fb9559afb641c442b0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/893517f9bf5041fb9559afb641c442b0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/893517f9bf5041fb9559afb641c442b0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/893517f9bf5041fb9559afb641c442b0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/893517f9bf5041fb9559afb641c442b0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/893517f9bf5041fb9559afb641c442b0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/893517f9bf5041fb9559afb641c442b0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-22T10:01:26.366031Z",
                "updated_at": "2023-06-22T10:01:26.366089Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6880,
                "name": "Galerie Anton Janizewski",
                "slug": "galerie-anton-janizewski",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5087433,13.3161655",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-06-22T10:01:33.858745Z",
            "publish_time": null,
            "slug": "galerie-anton-janizewski-ferdinand-dolberg-at-the-end-the-blank-2023-06-03",
            "created_at": "2023-06-22T10:01:34.842358Z",
            "updated_at": "2023-06-22T10:01:47.380713Z",
            "summary": "Ferdinand Dölberg. At the end the blank is an Gallery Shows event starting on 03/06/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in Galerie Anton Janizewski with address Goethestrasse 69.",
            "title": "Ferdinand Dölberg. At the end the blank",
            "content": null,
            "start_time": "2023-06-03T00:00:00.000000Z",
            "end_time": "2023-07-08T00: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": "Goethestrasse 69",
            "city": "Berlin",
            "geolocation": "48.7723027,11.445768",
            "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": 28175,
            "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": 26852,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/07935b77cd1c4b82831ed4e927173bfd-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/07935b77cd1c4b82831ed4e927173bfd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/07935b77cd1c4b82831ed4e927173bfd.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/07935b77cd1c4b82831ed4e927173bfd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/07935b77cd1c4b82831ed4e927173bfd-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/07935b77cd1c4b82831ed4e927173bfd-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/07935b77cd1c4b82831ed4e927173bfd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/07935b77cd1c4b82831ed4e927173bfd-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/07935b77cd1c4b82831ed4e927173bfd-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/07935b77cd1c4b82831ed4e927173bfd-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-23T14:15:06.483855Z",
                "updated_at": "2023-06-23T14:15:06.483911Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8843,
                "name": "Gleason’s Gym",
                "slug": "gleasons-gym",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7029729,-73.9890025",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-06-23T14:15:11.881057Z",
            "publish_time": null,
            "slug": "gleasons-gym-champions-2023-07-08",
            "created_at": "2023-06-23T14:15:13.063736Z",
            "updated_at": "2023-06-23T14:15:13.461130Z",
            "summary": "CHAMPIONS is an Gallery Shows event starting on 08/07/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in Gleason’s Gym with address 130 Water Street, Brooklyn.",
            "title": "CHAMPIONS",
            "content": null,
            "start_time": "2023-07-08T00:00:00.000000Z",
            "end_time": "2023-07-08T00: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": "130 Water Street, Brooklyn",
            "city": "New York",
            "geolocation": "40.70324055,-73.98909710000001",
            "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": 28193,
            "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": 26870,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/843b1d3af3db419ba10bdbe366eabe27-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/843b1d3af3db419ba10bdbe366eabe27-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/843b1d3af3db419ba10bdbe366eabe27.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/843b1d3af3db419ba10bdbe366eabe27-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/843b1d3af3db419ba10bdbe366eabe27-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/843b1d3af3db419ba10bdbe366eabe27-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/843b1d3af3db419ba10bdbe366eabe27-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/843b1d3af3db419ba10bdbe366eabe27-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/843b1d3af3db419ba10bdbe366eabe27-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/843b1d3af3db419ba10bdbe366eabe27-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-23T14:29:55.891077Z",
                "updated_at": "2023-06-23T14:29:55.891114Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7002,
                "name": "Paradise Works",
                "slug": "paradise-works",
                "city": "Salford",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.4900619,-2.2524847",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-06-23T14:30:00.084922Z",
            "publish_time": null,
            "slug": "paradise-works-sos-2023-07-08",
            "created_at": "2023-06-23T14:30:00.999725Z",
            "updated_at": "2023-06-23T14:30:04.069970Z",
            "summary": "s.o.s is an Gallery Shows event starting on 08/07/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in Paradise Works with address Irwell House.",
            "title": "s.o.s",
            "content": null,
            "start_time": "2023-07-08T00:00:00.000000Z",
            "end_time": "2023-07-08T00: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": "Irwell House",
            "city": "Salford",
            "geolocation": "53.691769750000006,-2.252629016769664",
            "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": 28221,
            "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": 26893,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f5b65cd7f474e02a486e2927b8bc911-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f5b65cd7f474e02a486e2927b8bc911-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5f5b65cd7f474e02a486e2927b8bc911.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f5b65cd7f474e02a486e2927b8bc911-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f5b65cd7f474e02a486e2927b8bc911-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f5b65cd7f474e02a486e2927b8bc911-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f5b65cd7f474e02a486e2927b8bc911-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f5b65cd7f474e02a486e2927b8bc911-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f5b65cd7f474e02a486e2927b8bc911-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5f5b65cd7f474e02a486e2927b8bc911-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-23T14:46:56.531537Z",
                "updated_at": "2023-06-23T14:46:56.531573Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4130,
                "name": "Thames-Side Studios",
                "slug": "thames-side-studios",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4945972,0.04454139999999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-06-23T14:47:01.234742Z",
            "publish_time": null,
            "slug": "thames-side-studios-mass-sculpture-programme-end-of-year-show-2023-06-30",
            "created_at": "2023-06-23T14:47:02.155003Z",
            "updated_at": "2023-06-23T14:47:02.194640Z",
            "summary": "MASS Sculpture Programme End of Year Show is an Gallery Shows event starting on 30/06/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in Thames-Side Studios with address Thames-Side Studios.",
            "title": "MASS Sculpture Programme End of Year Show",
            "content": null,
            "start_time": "2023-06-30T00:00:00.000000Z",
            "end_time": "2023-07-08T00: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": "Thames-Side Studios",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 28229,
            "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": 26899,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2390c61b21594c4690ab83a2bfb736d6-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2390c61b21594c4690ab83a2bfb736d6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2390c61b21594c4690ab83a2bfb736d6.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2390c61b21594c4690ab83a2bfb736d6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2390c61b21594c4690ab83a2bfb736d6-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2390c61b21594c4690ab83a2bfb736d6-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2390c61b21594c4690ab83a2bfb736d6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2390c61b21594c4690ab83a2bfb736d6-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2390c61b21594c4690ab83a2bfb736d6-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2390c61b21594c4690ab83a2bfb736d6-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-23T14:53:01.257339Z",
                "updated_at": "2023-06-23T14:53:01.257418Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8677,
                "name": "Dvir Tel Aviv",
                "slug": "dvir-tel-aviv",
                "city": "Tel Aviv-Yafo",
                "country": {
                    "code": "IL",
                    "name": "Israel"
                },
                "geolocation": "32.0509713,34.7721161",
                "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": "IL",
            "publish_status": "published",
            "published_at": "2023-06-23T14:53:07.980512Z",
            "publish_time": null,
            "slug": "dvir-tel-aviv-marianne-berenhaut-la-mer-au-dela-2023-06-08",
            "created_at": "2023-06-23T14:53:08.963802Z",
            "updated_at": "2023-06-23T14:53:10.205064Z",
            "summary": "Marianne Berenhaut, La Mer, au-delà is an Gallery Shows event starting on 08/06/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in Dvir Tel Aviv with address Shoken 27.",
            "title": "Marianne Berenhaut, La Mer, au-delà",
            "content": null,
            "start_time": "2023-06-08T00:00:00.000000Z",
            "end_time": "2023-07-08T00: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": "Shoken 27",
            "city": "Tel Aviv-Yafo",
            "geolocation": "31.794881,35.2399418",
            "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": 28241,
            "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": 26911,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/246de324fcc54830b7ac78bbfd490b30-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/246de324fcc54830b7ac78bbfd490b30-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/246de324fcc54830b7ac78bbfd490b30.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/246de324fcc54830b7ac78bbfd490b30-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/246de324fcc54830b7ac78bbfd490b30-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/246de324fcc54830b7ac78bbfd490b30-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/246de324fcc54830b7ac78bbfd490b30-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/246de324fcc54830b7ac78bbfd490b30-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/246de324fcc54830b7ac78bbfd490b30-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/246de324fcc54830b7ac78bbfd490b30-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-06-23T15:43:48.080691Z",
                "updated_at": "2023-06-23T15:43:48.080750Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8859,
                "name": "MAGAN Gallery London",
                "slug": "magan-gallery-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4360682,-0.1601746",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-06-23T15:43:50.370486Z",
            "publish_time": null,
            "slug": "magan-gallery-dreaming-of-2023-06-09",
            "created_at": "2023-06-23T15:43:51.291733Z",
            "updated_at": "2023-06-23T15:43:54.698276Z",
            "summary": "Dreaming of... is an Gallery Shows event starting on 09/06/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in MAGAN Gallery London with address 16 Trinity Road.",
            "title": "Dreaming of...",
            "content": null,
            "start_time": "2023-06-09T00:00:00.000000Z",
            "end_time": "2023-07-08T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "16 Trinity Road",
            "city": "London",
            "geolocation": "52.582294250000004,-1.8226915362667389",
            "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": 28519,
            "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": 27156,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/195868f2e93d49d0b094d6f8582e43e7-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/195868f2e93d49d0b094d6f8582e43e7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/195868f2e93d49d0b094d6f8582e43e7.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/195868f2e93d49d0b094d6f8582e43e7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/195868f2e93d49d0b094d6f8582e43e7-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/195868f2e93d49d0b094d6f8582e43e7-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/195868f2e93d49d0b094d6f8582e43e7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/195868f2e93d49d0b094d6f8582e43e7-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/195868f2e93d49d0b094d6f8582e43e7-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/195868f2e93d49d0b094d6f8582e43e7-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-02T17:18:31.744548Z",
                "updated_at": "2023-07-02T17:18:31.744585Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8042,
                "name": "Cadogan Gallery - Milan",
                "slug": "cadogan-gallery-milan",
                "city": "Milan",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.4787832,9.1800697",
                "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": "2023-07-02T17:18:34.728688Z",
            "publish_time": null,
            "slug": "cadogan-gallery-milan-an-exhibition-in-palermo-2023-06-23",
            "created_at": "2023-07-02T17:18:35.646717Z",
            "updated_at": "2023-07-02T17:18:37.087202Z",
            "summary": "An Exhibition in Palermo is an Gallery Shows event starting on 23/06/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in Cadogan Gallery - Milan with address Via Vittorio Emanuele 484.",
            "title": "An Exhibition in Palermo",
            "content": null,
            "start_time": "2023-06-23T00:00:00.000000Z",
            "end_time": "2023-07-08T00: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 Vittorio Emanuele 484",
            "city": "Palermo",
            "geolocation": "38.1135749,13.3563924",
            "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": 28557,
            "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": 27189,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5ad6206c3bb49728e8ce4f82e1d583e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5ad6206c3bb49728e8ce4f82e1d583e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d5ad6206c3bb49728e8ce4f82e1d583e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5ad6206c3bb49728e8ce4f82e1d583e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5ad6206c3bb49728e8ce4f82e1d583e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5ad6206c3bb49728e8ce4f82e1d583e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5ad6206c3bb49728e8ce4f82e1d583e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5ad6206c3bb49728e8ce4f82e1d583e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5ad6206c3bb49728e8ce4f82e1d583e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d5ad6206c3bb49728e8ce4f82e1d583e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-02T17:52:44.736677Z",
                "updated_at": "2023-07-02T17:52:44.736713Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7702,
                "name": "Galerie A&R Fleury",
                "slug": "galerie-r-fleury",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8723672,2.314834",
                "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": "FR",
            "publish_status": "published",
            "published_at": "2023-07-02T17:52:49.248683Z",
            "publish_time": null,
            "slug": "galerie-ar-fleury-sam-francis-x-hans-hartung-beyond-limits-2023-05-26",
            "created_at": "2023-07-02T17:52:50.193811Z",
            "updated_at": "2023-07-02T17:52:50.579445Z",
            "summary": "Sam Francis x Hans Hartung | Beyond Limits is an Gallery Shows event starting on 26/05/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in Galerie A&R Fleury with address 36 av. Matignon.",
            "title": "Sam Francis x Hans Hartung | Beyond Limits",
            "content": null,
            "start_time": "2023-05-26T00:00:00.000000Z",
            "end_time": "2023-07-08T00: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": "36 av. Matignon",
            "city": "Paris",
            "geolocation": "48.8723602,2.3147281",
            "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": 28567,
            "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": 27195,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8179886b945a44a0923a3b241b16afc6-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8179886b945a44a0923a3b241b16afc6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8179886b945a44a0923a3b241b16afc6.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8179886b945a44a0923a3b241b16afc6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8179886b945a44a0923a3b241b16afc6-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8179886b945a44a0923a3b241b16afc6-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8179886b945a44a0923a3b241b16afc6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8179886b945a44a0923a3b241b16afc6-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8179886b945a44a0923a3b241b16afc6-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8179886b945a44a0923a3b241b16afc6-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-02T18:01:11.726237Z",
                "updated_at": "2023-07-02T18:01:11.726328Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4493,
                "name": "Galerie Pleiku",
                "slug": "galerie-pleiku",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.53623529999999,13.4362961",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-07-02T18:01:15.935504Z",
            "publish_time": null,
            "slug": "galerie-pleiku-drifting-pausing-maarit-rantala-pauliina-waris-2023-06-27",
            "created_at": "2023-07-02T18:01:16.834617Z",
            "updated_at": "2023-07-02T18:01:17.420592Z",
            "summary": "Drifting, Pausing - Maarit Rantala & Pauliina Waris is an Gallery Shows event starting on 27/06/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in Galerie Pleiku with address Eugen-Schönhaar-Straße 6A.",
            "title": "Drifting, Pausing - Maarit Rantala & Pauliina Waris",
            "content": null,
            "start_time": "2023-06-27T00:00:00.000000Z",
            "end_time": "2023-07-08T00: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": "Eugen-Schönhaar-Straße 6A",
            "city": "Berlin",
            "geolocation": "52.5361988,13.4362884",
            "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": 28578,
            "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": 27204,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/529aa87fecac445ab0267574c455af76-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/529aa87fecac445ab0267574c455af76-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/529aa87fecac445ab0267574c455af76.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/529aa87fecac445ab0267574c455af76-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/529aa87fecac445ab0267574c455af76-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/529aa87fecac445ab0267574c455af76-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/529aa87fecac445ab0267574c455af76-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/529aa87fecac445ab0267574c455af76-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/529aa87fecac445ab0267574c455af76-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/529aa87fecac445ab0267574c455af76-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-02T18:16:25.129471Z",
                "updated_at": "2023-07-02T18:16:25.129509Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8015,
                "name": "Hancock Gallery",
                "slug": "hancock-gallery",
                "city": "Newcastle upon Tyne",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "54.9801242,-1.6116862",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-07-02T18:16:28.677434Z",
            "publish_time": null,
            "slug": "hancock-gallery-preview-event-fault-lines-by-kristina-chan-2023-07-08",
            "created_at": "2023-07-02T18:16:29.581183Z",
            "updated_at": "2023-07-02T18:16:30.085910Z",
            "summary": "Preview Event: Fault Lines by Kristina Chan is an Gallery Shows event starting on 08/07/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in Hancock Gallery with address 2 Jesmond Road West.",
            "title": "Preview Event: Fault Lines by Kristina Chan",
            "content": null,
            "start_time": "2023-07-08T00:00:00.000000Z",
            "end_time": "2023-07-08T00: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": "2 Jesmond Road West",
            "city": "Newcastle upon Tyne",
            "geolocation": "54.9802194,-1.6118898",
            "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": 28625,
            "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": 27249,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83fc812f912647cdbc8aeee830aa9cec-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83fc812f912647cdbc8aeee830aa9cec-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/83fc812f912647cdbc8aeee830aa9cec.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83fc812f912647cdbc8aeee830aa9cec-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83fc812f912647cdbc8aeee830aa9cec-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83fc812f912647cdbc8aeee830aa9cec-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83fc812f912647cdbc8aeee830aa9cec-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83fc812f912647cdbc8aeee830aa9cec-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83fc812f912647cdbc8aeee830aa9cec-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83fc812f912647cdbc8aeee830aa9cec-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-03T11:26:42.317837Z",
                "updated_at": "2023-07-03T11:26:42.317891Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6020,
                "name": "SHIHODO Gallery",
                "slug": "shihodo-gallery",
                "city": "Tokyo",
                "country": {
                    "code": "JP",
                    "name": "Japan"
                },
                "geolocation": "35.6692712,139.7623328",
                "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": "JP",
            "publish_status": "published",
            "published_at": "2023-07-03T11:26:44.978775Z",
            "publish_time": null,
            "slug": "shihodo-gallery-adagio-listening-to-sound-of-rain-2023-06-26",
            "created_at": "2023-07-03T11:26:45.882067Z",
            "updated_at": "2023-07-03T11:26:45.918935Z",
            "summary": "Adagio - listening to sound of rain - is an Gallery Shows event starting on 26/06/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in SHIHODO Gallery with address 6-4-7-1F&2F Ginza Chuo-ku.",
            "title": "Adagio - listening to sound of rain -",
            "content": null,
            "start_time": "2023-06-26T00:00:00.000000Z",
            "end_time": "2023-07-08T00: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-4-7-1F&2F Ginza Chuo-ku",
            "city": "Tokyo",
            "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": 28646,
            "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": 27271,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20811d4e67f44be8b20b9cede6caa314-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20811d4e67f44be8b20b9cede6caa314-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/20811d4e67f44be8b20b9cede6caa314.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20811d4e67f44be8b20b9cede6caa314-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20811d4e67f44be8b20b9cede6caa314-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20811d4e67f44be8b20b9cede6caa314-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20811d4e67f44be8b20b9cede6caa314-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20811d4e67f44be8b20b9cede6caa314-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20811d4e67f44be8b20b9cede6caa314-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/20811d4e67f44be8b20b9cede6caa314-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-03T11:34:39.362050Z",
                "updated_at": "2023-07-03T11:34:39.362087Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8902,
                "name": "Unity Art Studios",
                "slug": "unity-art-studios",
                "city": "Andover",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-07-03T11:34:42.817350Z",
            "publish_time": null,
            "slug": "unity-art-studios-nature-naturally-2023-06-22",
            "created_at": "2023-07-03T11:34:43.731137Z",
            "updated_at": "2023-07-03T11:34:45.309113Z",
            "summary": "Nature Naturally is an Gallery Shows event starting on 22/06/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in Unity Art Studios with address Unit 9 Chantry Centre.",
            "title": "Nature Naturally",
            "content": null,
            "start_time": "2023-06-22T00:00:00.000000Z",
            "end_time": "2023-07-08T00: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": "Unit 9 Chantry Centre",
            "city": "Andover",
            "geolocation": "51.4655906,-2.6125426",
            "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": 28654,
            "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": 27274,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b07e9e1ab5f443d78cd5569cac6f2e62-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b07e9e1ab5f443d78cd5569cac6f2e62-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b07e9e1ab5f443d78cd5569cac6f2e62.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b07e9e1ab5f443d78cd5569cac6f2e62-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b07e9e1ab5f443d78cd5569cac6f2e62-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b07e9e1ab5f443d78cd5569cac6f2e62-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b07e9e1ab5f443d78cd5569cac6f2e62-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b07e9e1ab5f443d78cd5569cac6f2e62-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b07e9e1ab5f443d78cd5569cac6f2e62-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b07e9e1ab5f443d78cd5569cac6f2e62-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-03T11:34:52.382240Z",
                "updated_at": "2023-07-03T11:34:52.382278Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3752,
                "name": "Vielmetter Los Angeles",
                "slug": "vielmetter-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0241532,-118.2295453",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-07-03T11:34:56.872184Z",
            "publish_time": null,
            "slug": "vielmetter-los-angeles-karla-klarin-big-pink-2023-04-20",
            "created_at": "2023-07-03T11:34:57.791916Z",
            "updated_at": "2023-07-03T11:34:58.775693Z",
            "summary": "Karla Klarin. Big Pink is an Gallery Shows event starting on 20/04/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in Vielmetter Los Angeles with address 1700 S Santa Fe Ave #101.",
            "title": "Karla Klarin. Big Pink",
            "content": null,
            "start_time": "2023-04-20T00:00:00.000000Z",
            "end_time": "2023-07-08T00: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": "1700 S Santa Fe Ave #101",
            "city": "Los Angeles",
            "geolocation": "35.614382,-120.658471",
            "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": 28662,
            "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": 8903,
                "name": "Winfield Gallery",
                "slug": "winfield-gallery",
                "city": "Carmel",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "36.5537856,-121.9199341",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-07-03T11:35:05.768026Z",
            "publish_time": null,
            "slug": "winfield-gallery-david-ligare-drapery-paintings-1972-2023-2023-06-10",
            "created_at": "2023-07-03T11:35:06.782841Z",
            "updated_at": "2023-07-03T11:35:06.818673Z",
            "summary": "David Ligare:  Drapery Paintings 1972 -2023 is an Gallery Shows event starting on 10/06/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in Winfield Gallery with address Dolores between Ocean & 7th.",
            "title": "David Ligare:  Drapery Paintings 1972 -2023",
            "content": null,
            "start_time": "2023-06-10T00:00:00.000000Z",
            "end_time": "2023-07-08T00: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": "Dolores between Ocean & 7th",
            "city": "Carmel",
            "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": 28728,
            "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": 27338,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/867847f911ac41e78a9f74033e08c946-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/867847f911ac41e78a9f74033e08c946-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/867847f911ac41e78a9f74033e08c946.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/867847f911ac41e78a9f74033e08c946-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/867847f911ac41e78a9f74033e08c946-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/867847f911ac41e78a9f74033e08c946-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/867847f911ac41e78a9f74033e08c946-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/867847f911ac41e78a9f74033e08c946-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/867847f911ac41e78a9f74033e08c946-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/867847f911ac41e78a9f74033e08c946-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-04T09:40:29.879034Z",
                "updated_at": "2023-07-04T09:40:29.879093Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8906,
                "name": "The Hive Gallery",
                "slug": "hive-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.04397149999999,-118.2531108",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-07-04T09:40:34.128647Z",
            "publish_time": null,
            "slug": "the-hive-gallery-fresh-honey-2023-07-08",
            "created_at": "2023-07-04T09:40:35.081434Z",
            "updated_at": "2023-07-04T09:40:35.862348Z",
            "summary": "Fresh Honey is an Gallery Shows event starting on 08/07/2023, 00:00 and ending on 08/07/2023, 00:00. Event is in The Hive Gallery with address 729 South Spring Street.",
            "title": "Fresh Honey",
            "content": null,
            "start_time": "2023-07-08T00:00:00.000000Z",
            "end_time": "2023-07-08T00: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": "729 South Spring Street",
            "city": "Los Angeles",
            "geolocation": "34.044140625000004,-118.25277989583333",
            "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": []
        }
    ]
}