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=3528&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=3546&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=3510&ordering=start_time",
    "results": [
        {
            "id": 20261,
            "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": 19627,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d8b2b7e11a647cbb142bebdae6ddd59-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d8b2b7e11a647cbb142bebdae6ddd59-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d8b2b7e11a647cbb142bebdae6ddd59-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d8b2b7e11a647cbb142bebdae6ddd59-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d8b2b7e11a647cbb142bebdae6ddd59-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1d8b2b7e11a647cbb142bebdae6ddd59.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d8b2b7e11a647cbb142bebdae6ddd59-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d8b2b7e11a647cbb142bebdae6ddd59-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d8b2b7e11a647cbb142bebdae6ddd59-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1d8b2b7e11a647cbb142bebdae6ddd59-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-20T13:14:21.384021Z",
                "updated_at": "2023-02-10T15:11:19.863865Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5312,
                "name": "Alexandre Gallery",
                "slug": "alexandre-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7174319,-73.99216799999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-01-20T13:14:24.033955Z",
            "publish_time": null,
            "slug": "alexandre-gallery-tom-uttech-new-paintings-a-preview-2020-10-24",
            "created_at": "2023-01-20T13:14:24.937427Z",
            "updated_at": "2023-01-20T13:14:24.976967Z",
            "summary": "Tom Uttech New Paintings: A Preview is an Gallery Shows event starting on 24/10/2020, 00:00 and ending on 28/11/2020, 01:00. Event is in Alexandre Gallery with address 724 5th Avenue, 4th Floor.",
            "title": "Tom Uttech New Paintings: A Preview",
            "content": null,
            "start_time": "2020-10-24T00:00:00.000000Z",
            "end_time": "2020-11-28T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "724 5th Avenue, 4th Floor",
            "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": 28381,
            "author": {
                "id": "504ab497-9e07-49f0-95e5-d477e3e5366b",
                "username": "stefano_1086",
                "slug": "stefano_1086",
                "first_name": "Stefano",
                "last_name": "Contini",
                "display_name": "Stefano Contini",
                "display_name_full": "Stefano Contini",
                "email": "venezia@continiarte.com",
                "telephone": "0039 0415230357"
            },
            "price": null,
            "featured_image": {
                "id": 27035,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebb78214fdc2486592ce71dbfcb32166-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebb78214fdc2486592ce71dbfcb32166-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebb78214fdc2486592ce71dbfcb32166-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebb78214fdc2486592ce71dbfcb32166-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebb78214fdc2486592ce71dbfcb32166-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ebb78214fdc2486592ce71dbfcb32166.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebb78214fdc2486592ce71dbfcb32166-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebb78214fdc2486592ce71dbfcb32166-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebb78214fdc2486592ce71dbfcb32166-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ebb78214fdc2486592ce71dbfcb32166-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-27T18:48:11.168031Z",
                "updated_at": "2023-06-27T18:48:11.168065Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2897,
                "name": "Contini Art Gallery",
                "slug": "contini-art-gallery",
                "city": "Venice",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.43288709999999,12.33448850000002",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3918,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/72ac646cacdf41628afae1ae66e429c7-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/72ac646cacdf41628afae1ae66e429c7-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/72ac646cacdf41628afae1ae66e429c7-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/72ac646cacdf41628afae1ae66e429c7-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/72ac646cacdf41628afae1ae66e429c7-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/72ac646cacdf41628afae1ae66e429c7-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/72ac646cacdf41628afae1ae66e429c7.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/72ac646cacdf41628afae1ae66e429c7-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2022-07-09T12:55:16.483776Z",
                    "updated_at": "2022-07-09T12:55:16.483812Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "504ab497-9e07-49f0-95e5-d477e3e5366b"
                },
                "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-06-27T18:48:15.015454Z",
            "publish_time": null,
            "slug": "contini-art-gallery-mitoraj-noto-e-i-siti-unesco-siciliani-2020-10-24",
            "created_at": "2023-06-27T18:48:15.967850Z",
            "updated_at": "2023-06-27T18:48:16.009630Z",
            "summary": "Mitoraj. Noto e i Siti Unesco siciliani is an Gallery Shows event starting on 24/10/2020, 00:00 and ending on 07/02/2021, 01:00. Event is in Contini Art Gallery with address Noto e i Siti Unesco siciliani.",
            "title": "Mitoraj. Noto e i Siti Unesco siciliani",
            "content": null,
            "start_time": "2020-10-24T00:00:00.000000Z",
            "end_time": "2021-02-07T01: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": "Noto e i Siti Unesco siciliani",
            "city": "Noto",
            "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": 28316,
            "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": 26978,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9fa3ac794ab1440ba5546015765ec761-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9fa3ac794ab1440ba5546015765ec761-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9fa3ac794ab1440ba5546015765ec761-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9fa3ac794ab1440ba5546015765ec761-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9fa3ac794ab1440ba5546015765ec761-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9fa3ac794ab1440ba5546015765ec761.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9fa3ac794ab1440ba5546015765ec761-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9fa3ac794ab1440ba5546015765ec761-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9fa3ac794ab1440ba5546015765ec761-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9fa3ac794ab1440ba5546015765ec761-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-27T18:33:25.685966Z",
                "updated_at": "2023-06-27T18:33:25.686021Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5319,
                "name": "Buchmann Galerie Lugano",
                "slug": "buchmann-galerie-lugano",
                "city": "Lugano",
                "country": {
                    "code": "CH",
                    "name": "Switzerland"
                },
                "geolocation": "46.0044982,8.953069",
                "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": "CH",
            "publish_status": "published",
            "published_at": "2023-06-27T18:33:28.651848Z",
            "publish_time": null,
            "slug": "buchmann-galerie-lugano-alex-dorici-diario-di-viaggio-2020-10-24",
            "created_at": "2023-06-27T18:33:29.558691Z",
            "updated_at": "2023-06-27T18:33:35.926055Z",
            "summary": "Alex Dorici: DIARIO DI VIAGGIO is an Gallery Shows event starting on 24/10/2020, 00:00 and ending on 30/01/2021, 01:00. Event is in Buchmann Galerie Lugano with address Via della Posta 2.",
            "title": "Alex Dorici: DIARIO DI VIAGGIO",
            "content": null,
            "start_time": "2020-10-24T00:00:00.000000Z",
            "end_time": "2021-01-30T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Via della Posta 2",
            "city": "Lugano",
            "geolocation": "45.5391359,10.2196241",
            "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": 6582,
            "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": 7760,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d53ee62fb8bc43b98c7605522877569c-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d53ee62fb8bc43b98c7605522877569c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d53ee62fb8bc43b98c7605522877569c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d53ee62fb8bc43b98c7605522877569c-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d53ee62fb8bc43b98c7605522877569c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d53ee62fb8bc43b98c7605522877569c.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d53ee62fb8bc43b98c7605522877569c-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d53ee62fb8bc43b98c7605522877569c-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d53ee62fb8bc43b98c7605522877569c-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d53ee62fb8bc43b98c7605522877569c-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-01-11T20:09:41.450383Z",
                "updated_at": "2022-01-11T20:09:41.450440Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4474,
                "name": "Art Space Portsmouth",
                "slug": "art-space-portsmouth",
                "city": "Portsmouth",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.7929868,-1.0890863",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-01-11T20:09:45.408541Z",
            "publish_time": null,
            "slug": "art-space-portsmouth-nothing-is-immediate-geometric-sculptural-sound-installations-2020-10-24",
            "created_at": "2022-01-11T20:09:46.134879Z",
            "updated_at": "2022-01-11T20:09:48.441183Z",
            "summary": "Nothing 'is' Immediate - Geometric Sculptural Sound Installations is an Gallery Shows event starting on 24/10/2020, 00:00 and ending on 01/11/2020, 01:00. Event is in Art Space Portsmouth with address 27 Brougham Road.",
            "title": "Nothing 'is' Immediate - Geometric Sculptural Sound Installations",
            "content": null,
            "start_time": "2020-10-24T00:00:00.000000Z",
            "end_time": "2020-11-01T01: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": "27 Brougham Road",
            "city": "Portsmouth",
            "geolocation": "37.91182119918949,-78.33406330464337",
            "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": 4929,
            "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": 6304,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3247101352_1603256250-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3247101352_1603256250-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3247101352_1603256250-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3247101352_1603256250-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3247101352_1603256250-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3247101352_1603256250.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3247101352_1603256250-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3247101352_1603256250-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3247101352_1603256250-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3247101352_1603256250-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-09-29T01:55:13.858342Z",
                "updated_at": "2021-09-29T01:55:13.858401Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3239,
                "name": "Art Gallery of New South Wales",
                "slug": "art-gallery-new-south-wales",
                "city": "Sydney",
                "country": {
                    "code": "AU",
                    "name": "Australia"
                },
                "geolocation": "-33.8688046,151.2162572",
                "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": "AU",
            "publish_status": "published",
            "published_at": "2021-09-29T01:55:15.900411Z",
            "publish_time": null,
            "slug": "art-gallery-of-new-south-wales-joy-2020-10-24",
            "created_at": "2021-09-29T01:55:16.675531Z",
            "updated_at": "2021-09-29T01:55:16.983049Z",
            "summary": "Joy is an Gallery Shows event starting on 24/10/2020, 00:00 and ending on 31/01/2021, 01:00. Event is in Art Gallery of New South Wales with address Art Gallery Road.",
            "title": "Joy",
            "content": null,
            "start_time": "2020-10-24T00:00:00.000000Z",
            "end_time": "2021-01-31T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Art Gallery Road",
            "city": "Sydney",
            "geolocation": "-34.0738391,150.8080956",
            "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": 28480,
            "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": 27122,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac86b2a30dbe4ee4b769df3aa74d0360-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac86b2a30dbe4ee4b769df3aa74d0360-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac86b2a30dbe4ee4b769df3aa74d0360-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac86b2a30dbe4ee4b769df3aa74d0360-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac86b2a30dbe4ee4b769df3aa74d0360-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ac86b2a30dbe4ee4b769df3aa74d0360.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac86b2a30dbe4ee4b769df3aa74d0360-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac86b2a30dbe4ee4b769df3aa74d0360-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac86b2a30dbe4ee4b769df3aa74d0360-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ac86b2a30dbe4ee4b769df3aa74d0360-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-27T19:20:06.827931Z",
                "updated_at": "2023-06-27T19:20:06.827966Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4553,
                "name": "Carvalho Park",
                "slug": "carvalho-park",
                "city": "Brooklyn",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7114356,-73.9376365",
                "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-27T19:20:09.685945Z",
            "publish_time": null,
            "slug": "carvalho-park-mimi-jung-the-subsuming-ellipse-2020-10-24",
            "created_at": "2023-06-27T19:20:10.726973Z",
            "updated_at": "2023-06-27T19:20:13.257320Z",
            "summary": "Mimi Jung: The Subsuming Ellipse is an Gallery Shows event starting on 24/10/2020, 00:00 and ending on 19/12/2020, 01:00. Event is in Carvalho Park with address 112 Waterbury Street.",
            "title": "Mimi Jung: The Subsuming Ellipse",
            "content": null,
            "start_time": "2020-10-24T00:00:00.000000Z",
            "end_time": "2020-12-19T01: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": "112 Waterbury Street",
            "city": "Brooklyn",
            "geolocation": "43.86647100821271,-79.70697446000347",
            "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": 5017,
            "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": 6371,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3259053811_1603854253-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3259053811_1603854253-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3259053811_1603854253-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3259053811_1603854253-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3259053811_1603854253-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3259053811_1603854253.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3259053811_1603854253-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3259053811_1603854253-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3259053811_1603854253-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3259053811_1603854253-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-09-29T12:48:26.636655Z",
                "updated_at": "2021-09-29T12:48:26.636706Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3255,
                "name": "Axel Vervoordt Gallery",
                "slug": "axel-vervoordt-gallery",
                "city": "Hong Kong",
                "country": {
                    "code": "CN",
                    "name": "China"
                },
                "geolocation": "22.2496312,114.168743",
                "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": "BE",
            "publish_status": "published",
            "published_at": "2021-09-29T12:48:30.307758Z",
            "publish_time": null,
            "slug": "axel-vervoordt-gallery-untitled-2020-10-24",
            "created_at": "2021-09-29T12:48:31.063982Z",
            "updated_at": "2021-09-29T12:48:32.130938Z",
            "summary": "Untitled is an Gallery Shows event starting on 24/10/2020, 00:00 and ending on 09/01/2021, 01:00. Event is in Axel Vervoordt Gallery with address Stokerijstraat 19.",
            "title": "Untitled",
            "content": null,
            "start_time": "2020-10-24T00:00:00.000000Z",
            "end_time": "2021-01-09T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Stokerijstraat 19",
            "city": "Wijnegem",
            "geolocation": "51.0638857,3.731843536566494",
            "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": 20746,
            "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": 20054,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/145a21855a6c496bb069459369384afa-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/145a21855a6c496bb069459369384afa-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/145a21855a6c496bb069459369384afa-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/145a21855a6c496bb069459369384afa-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/145a21855a6c496bb069459369384afa-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/145a21855a6c496bb069459369384afa.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/145a21855a6c496bb069459369384afa-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/145a21855a6c496bb069459369384afa-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/145a21855a6c496bb069459369384afa-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/145a21855a6c496bb069459369384afa-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-25T20:41:52.341042Z",
                "updated_at": "2023-02-10T15:13:44.432514Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3995,
                "name": "Blaffer Art Museum",
                "slug": "blaffer-art-museum",
                "city": "Houston",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "29.724637,-95.34279869999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-01-25T20:41:56.040676Z",
            "publish_time": null,
            "slug": "blaffer-art-museum-university-of-houston-simon-fujiwara-hope-house-2020-10-24",
            "created_at": "2023-01-25T20:41:56.908104Z",
            "updated_at": "2023-01-25T20:41:56.908125Z",
            "summary": null,
            "title": "Simon Fujiwara: Hope House",
            "content": null,
            "start_time": "2020-10-24T00:00:00.000000Z",
            "end_time": "2021-03-13T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "University of Houston,120 Fine Arts Building",
            "city": "Houston",
            "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": 5013,
            "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": 6369,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9207966233_1603251223-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9207966233_1603251223-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9207966233_1603251223-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9207966233_1603251223-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9207966233_1603251223-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9207966233_1603251223.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9207966233_1603251223-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9207966233_1603251223-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9207966233_1603251223-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9207966233_1603251223-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-09-29T12:46:14.411491Z",
                "updated_at": "2021-09-29T12:46:14.411567Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3254,
                "name": "Axel Obiger",
                "slug": "axel-obiger",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.534476,13.3986033",
                "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": "2021-09-29T12:46:17.126954Z",
            "publish_time": null,
            "slug": "axel-obiger-voir-dire-i-maja-rohwetter-und-sophia-schama-2020-10-24",
            "created_at": "2021-09-29T12:46:17.872932Z",
            "updated_at": "2021-09-29T12:46:18.321152Z",
            "summary": "voir dire I  Maja Rohwetter und Sophia Schama is an Gallery Shows event starting on 24/10/2020, 00:00 and ending on 21/11/2020, 01:00. Event is in Axel Obiger with address Brunnenstraße 29.",
            "title": "voir dire I  Maja Rohwetter und Sophia Schama",
            "content": null,
            "start_time": "2020-10-24T00:00:00.000000Z",
            "end_time": "2020-11-21T01: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": "Brunnenstraße 29",
            "city": "Berlin",
            "geolocation": "51.6468253,11.5268469",
            "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": 3076,
            "author": {
                "id": "d846e17f-911d-4484-bb4d-0c22ff232abc",
                "username": "gary_1395",
                "slug": "gary_1395",
                "first_name": "Gary",
                "last_name": "Rush",
                "display_name": "Gary Rush",
                "display_name_full": "Gary Rush",
                "email": "garyrush@elainefleckgallery.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 4552,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Divinehorizontalframed_2_copy-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Divinehorizontalframed_2_copy-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Divinehorizontalframed_2_copy-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Divinehorizontalframed_2_copy-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Divinehorizontalframed_2_copy-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/Divinehorizontalframed_2_copy.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Divinehorizontalframed_2_copy-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Divinehorizontalframed_2_copy-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Divinehorizontalframed_2_copy-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/Divinehorizontalframed_2_copy-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2020-10-24T18:17:32.139317Z",
                "updated_at": "2021-09-13T11:36:23.423972Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "d846e17f-911d-4484-bb4d-0c22ff232abc"
            },
            "venue": {
                "id": 2982,
                "name": "Elaine Fleck Gallery",
                "slug": "elaine-fleck-gallery",
                "city": "Toronto",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "43.6407994,-79.43458780000003",
                "artworks_for_sale_count": 2,
                "featured_image": {
                    "id": 2773,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Elaine-Fleck-Gallery-profile-image.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Elaine-Fleck-Gallery-profile-image-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-05-07T21:41:33.430798Z",
                    "updated_at": "2021-09-14T13:38:18.615660Z",
                    "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": "CA",
            "publish_status": "published",
            "published_at": "2020-10-24T18:16:22.971001Z",
            "publish_time": null,
            "slug": "october-7-november-1-my-gallery-artists",
            "created_at": "2020-10-24T18:16:22.975050Z",
            "updated_at": "2020-10-24T18:21:00.932505Z",
            "summary": "OCTOBER 7 - NOVEMBER 1  MY GALLERY ARTISTS is an Gallery Shows event starting on 24/10/2020, 13:00 and ending on 01/11/2020, 17:00. Event is in Elaine Fleck Gallery with address 1351 Queen Street West.",
            "title": "OCTOBER 7 - NOVEMBER 1  MY GALLERY ARTISTS",
            "content": "<p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\"><span style=\"font-family: Arial, sans-serif; background-color: white;\">Elaine Fleck Gallery artists are known for their&nbsp;unique contemporary themes, created with innovative and masterful&nbsp;skill.&nbsp;</span></p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\">This October 2020, take advantage of the opportunity to receive a 10% to 20 % discount on selected work.</p><p class=\"MsoNormal\" style=\"margin: 0cm; font-size: medium; font-family: Calibri, sans-serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);\">www.elainefleckgallery.com/pages/gallery-artists</p>",
            "start_time": "2020-10-24T13:00:00.000000Z",
            "end_time": "2020-11-01T17: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": "1351 Queen Street West",
            "city": "Toronto",
            "geolocation": "43.6407994,-79.43458780000003",
            "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": 28369,
            "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": 27024,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/334e56964ed44cb8ba7484b92dd132ab-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/334e56964ed44cb8ba7484b92dd132ab-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/334e56964ed44cb8ba7484b92dd132ab-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/334e56964ed44cb8ba7484b92dd132ab-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/334e56964ed44cb8ba7484b92dd132ab-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/334e56964ed44cb8ba7484b92dd132ab.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/334e56964ed44cb8ba7484b92dd132ab-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/334e56964ed44cb8ba7484b92dd132ab-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/334e56964ed44cb8ba7484b92dd132ab-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/334e56964ed44cb8ba7484b92dd132ab-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-06-27T18:44:32.941171Z",
                "updated_at": "2023-06-27T18:44:32.941236Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3391,
                "name": "Cleveland Museum of Art",
                "slug": "cleveland-museum-art",
                "city": "Cleveland",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "41.509041,-81.6120703",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-06-27T18:44:37.492815Z",
            "publish_time": null,
            "slug": "cleveland-museum-of-art-bruce-davidson-brooklyn-gang-2020-10-25",
            "created_at": "2023-06-27T18:44:38.408104Z",
            "updated_at": "2023-06-27T18:44:41.862038Z",
            "summary": "Bruce Davidson: Brooklyn Gang is an Museum Exhibitions event starting on 25/10/2020, 00:00 and ending on 28/02/2021, 01:00. Event is in Cleveland Museum of Art with address 11150 East Boulevard.",
            "title": "Bruce Davidson: Brooklyn Gang",
            "content": null,
            "start_time": "2020-10-25T00:00:00.000000Z",
            "end_time": "2021-02-28T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "11150 East Boulevard",
            "city": "Cleveland",
            "geolocation": "41.5090438,-81.61173672190631",
            "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": 3121,
            "author": {
                "id": "ccd47b8a-9a1e-49f9-9c41-54b6308cdf15",
                "username": "info@artistellar.com",
                "slug": "infoartistellarcom",
                "first_name": "Adele",
                "last_name": "Smejkal",
                "display_name": null,
                "display_name_full": "Adele Smejkal",
                "email": "info@artistellar.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 4608,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/artistellar_pricelist_celiarakotondrainy_Page_3-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/artistellar_pricelist_celiarakotondrainy_Page_3-crop-c0-5__0-5-270x152-70.jpeg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/artistellar_pricelist_celiarakotondrainy_Page_3-crop-c0-5__0-5-524x294-70.jpeg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/artistellar_pricelist_celiarakotondrainy_Page_3-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/artistellar_pricelist_celiarakotondrainy_Page_3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/artistellar_pricelist_celiarakotondrainy_Page_3.jpeg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/artistellar_pricelist_celiarakotondrainy_Page_3-crop-c0-5__0-5-179x179-70.jpeg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/artistellar_pricelist_celiarakotondrainy_Page_3-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/artistellar_pricelist_celiarakotondrainy_Page_3-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/artistellar_pricelist_celiarakotondrainy_Page_3-crop-c0-5__0-5-555x312-70.jpeg"
                },
                "created_at": "2020-11-23T17:49:56.215059Z",
                "updated_at": "2021-09-13T11:37:20.346273Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "ccd47b8a-9a1e-49f9-9c41-54b6308cdf15"
            },
            "venue": {
                "id": 3148,
                "name": "Artistellar",
                "slug": "artistellar",
                "city": "",
                "country": "",
                "geolocation": "40.71226583093534,-74.0040782121582",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3125,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The_Pieta_and_the_Fantastic_-_80_x_100cm_-_Acrylic_Posca_Charcoal_on_linen_canvas_2-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The_Pieta_and_the_Fantastic_-_80_x_100cm_-_Acrylic_Posca_Charcoal_on_linen_canvas_2-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The_Pieta_and_the_Fantastic_-_80_x_100cm_-_Acrylic_Posca_Charcoal_on_linen_canvas_2-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The_Pieta_and_the_Fantastic_-_80_x_100cm_-_Acrylic_Posca_Charcoal_on_linen_canvas_2-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The_Pieta_and_the_Fantastic_-_80_x_100cm_-_Acrylic_Posca_Charcoal_on_linen_canvas_2-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The_Pieta_and_the_Fantastic_-_80_x_100cm_-_Acrylic_Posca_Charcoal_on_linen_canvas_2-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/The_Pieta_and_the_Fantastic_-_80_x_100cm_-_Acrylic_Posca_Charcoal_on_linen_canvas_2.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The_Pieta_and_the_Fantastic_-_80_x_100cm_-_Acrylic_Posca_Charcoal_on_linen_canvas_2-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-11-10T19:31:35.453354Z",
                    "updated_at": "2021-09-14T13:46:58.178232Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "ccd47b8a-9a1e-49f9-9c41-54b6308cdf15"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2020-11-23T17:49:57.259729Z",
            "publish_time": null,
            "slug": "twentytwenty-women",
            "created_at": "2020-11-23T17:49:57.264281Z",
            "updated_at": "2020-11-23T17:49:57.264303Z",
            "summary": null,
            "title": "TwentyTwenty Women",
            "content": "<span style=\"color: rgb(173, 144, 186); font-family: &quot;Noto Sans&quot;, sans-serif; font-size: 16.8px; background-color: rgba(238, 238, 238, 0.81);\">TwentyTwenty Women Is a show of 6 women artists of the 2020 emerging art scene, inspired by the ‘9th street Women’(by Mary Gabriel) book of chronicles of women who dared to enter the male-dominated world of 20th-century abstract painting as artists, not as muses.</span><div><span style=\"color: rgb(44, 44, 44); font-family: &quot;Noto Sans&quot;, sans-serif; background-color: rgba(238, 238, 238, 0.81);\">Sixty years later, women artists' positions in the art scene have shifted and evolved along with the entire art world. But here are female artists again facing new challenges and issues imposed by today’s global world.</span><span style=\"color: rgb(173, 144, 186); font-family: &quot;Noto Sans&quot;, sans-serif; font-size: 16.8px; background-color: rgba(238, 238, 238, 0.81);\"><br></span></div>",
            "start_time": "2020-10-26T00:00:00.000000Z",
            "end_time": "2020-11-23T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "",
            "city": "",
            "geolocation": "40.71226583093534,-74.0040782121582",
            "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": true,
            "banner_logo": null,
            "artists": [
                15009,
                15010,
                15011,
                15012,
                15013,
                15014
            ],
            "artworks": [
                57864,
                57865,
                57866,
                57867,
                57868,
                57869,
                57874,
                57875,
                57876
            ],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 6550,
            "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": 7731,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/237b4918964645e0a6d8d2f31e7ee562-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/237b4918964645e0a6d8d2f31e7ee562-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/237b4918964645e0a6d8d2f31e7ee562-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/237b4918964645e0a6d8d2f31e7ee562-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/237b4918964645e0a6d8d2f31e7ee562-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/237b4918964645e0a6d8d2f31e7ee562.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/237b4918964645e0a6d8d2f31e7ee562-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/237b4918964645e0a6d8d2f31e7ee562-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/237b4918964645e0a6d8d2f31e7ee562-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/237b4918964645e0a6d8d2f31e7ee562-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-01-11T19:44:49.110195Z",
                "updated_at": "2022-01-11T19:44:49.110232Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3988,
                "name": "apexart",
                "slug": "apexart",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.71905599999999,-74.0044723",
                "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": "BR",
            "publish_status": "published",
            "published_at": "2022-01-11T19:44:51.131415Z",
            "publish_time": null,
            "slug": "apexart-the-day-before-the-fall-2020-10-26",
            "created_at": "2022-01-11T19:44:51.862553Z",
            "updated_at": "2022-01-11T19:44:51.902131Z",
            "summary": "The Day Before the Fall is an Gallery Shows event starting on 26/10/2020, 01:00 and ending on 16/11/2020, 01:00. Event is in apexart with address OFF-SITE: Galeria Reocupa, Rua &#193;lvaro de Carvalho 427.",
            "title": "The Day Before the Fall",
            "content": null,
            "start_time": "2020-10-26T01:00:00.000000Z",
            "end_time": "2020-11-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": "OFF-SITE: Galeria Reocupa, Rua &#193;lvaro de Carvalho 427",
            "city": "Sao Paulo",
            "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": 4162,
            "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": 5612,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8088518851_1603856147-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8088518851_1603856147-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8088518851_1603856147-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8088518851_1603856147-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8088518851_1603856147-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8088518851_1603856147.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8088518851_1603856147-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8088518851_1603856147-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8088518851_1603856147-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8088518851_1603856147-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-08-03T23:30:18.529631Z",
                "updated_at": "2021-09-13T11:52:59.980676Z",
                "is_converted_to_webp": true,
                "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": "2021-08-03T23:30:21.077319Z",
            "publish_time": null,
            "slug": "18th-street-arts-center-airport-campus-beatriz-cortez-kang-seung-lee-becoming-atmosphere-2020-10-26",
            "created_at": "2021-08-03T23:30:24.018796Z",
            "updated_at": "2021-08-03T23:30:24.355543Z",
            "summary": "Beatriz Cortez & Kang Seung Lee | Becoming Atmosphere is an Gallery Shows event starting on 26/10/2020, 01:00 and ending on 05/02/2021, 01:00. Event is in 18th Street Arts Center with address 3026 Airport Avenue.",
            "title": "Beatriz Cortez & Kang Seung Lee | Becoming Atmosphere",
            "content": null,
            "start_time": "2020-10-26T01:00:00.000000Z",
            "end_time": "2021-02-05T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "3026 Airport Avenue",
            "city": "Santa Monica",
            "geolocation": "44.36785089077719,-89.80024932810866",
            "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": 4159,
            "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": 5609,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3727036930_1603855546-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3727036930_1603855546-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3727036930_1603855546-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3727036930_1603855546-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3727036930_1603855546-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3727036930_1603855546.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3727036930_1603855546-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3727036930_1603855546-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3727036930_1603855546-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3727036930_1603855546-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2021-08-03T23:30:16.574343Z",
                "updated_at": "2021-09-13T11:52:57.507389Z",
                "is_converted_to_webp": true,
                "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": "2021-08-03T23:30:18.507993Z",
            "publish_time": null,
            "slug": "18th-street-arts-center-airport-campus-building-networks-of-empathy-2020-10-26",
            "created_at": "2021-08-03T23:30:19.266202Z",
            "updated_at": "2021-08-03T23:30:19.778081Z",
            "summary": "Building Networks of Empathy is an Gallery Shows event starting on 26/10/2020, 01:00 and ending on 15/12/2020, 01:00. Event is in 18th Street Arts Center with address 3026 Airport Avenue.",
            "title": "Building Networks of Empathy",
            "content": null,
            "start_time": "2020-10-26T01:00:00.000000Z",
            "end_time": "2020-12-15T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "3026 Airport Avenue",
            "city": "Santa Monica",
            "geolocation": "44.36785089077719,-89.80024932810866",
            "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": 20544,
            "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": 19867,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1f9488c1d17478885075434da55ac03-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1f9488c1d17478885075434da55ac03-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1f9488c1d17478885075434da55ac03-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1f9488c1d17478885075434da55ac03-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1f9488c1d17478885075434da55ac03-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c1f9488c1d17478885075434da55ac03.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1f9488c1d17478885075434da55ac03-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1f9488c1d17478885075434da55ac03-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1f9488c1d17478885075434da55ac03-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1f9488c1d17478885075434da55ac03-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-24T20:08:41.005857Z",
                "updated_at": "2023-02-10T15:12:07.512196Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7931,
                "name": "Brighton CCA: Dorset Place",
                "slug": "brighton-cca-dorset-place",
                "city": "Brighton",
                "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-01-24T20:08:46.218392Z",
            "publish_time": null,
            "slug": "brighton-cca-dorset-place-the-streets-where-foxes-hide-2020-10-26",
            "created_at": "2023-01-24T20:08:47.106343Z",
            "updated_at": "2023-01-24T20:08:47.537502Z",
            "summary": "The Streets Where Foxes Hide is an Gallery Shows event starting on 26/10/2020, 01:00 and ending on 06/11/2020, 01:00. Event is in Brighton CCA: Dorset Place with address 6 Dorset Place.",
            "title": "The Streets Where Foxes Hide",
            "content": null,
            "start_time": "2020-10-26T01:00:00.000000Z",
            "end_time": "2020-11-06T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "6 Dorset Place",
            "city": "Brighton",
            "geolocation": "50.821991499999996,-0.13281216007630303",
            "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": 28758,
            "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": 27364,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/771dd7a442704edbb3ac9d282481b276-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/771dd7a442704edbb3ac9d282481b276-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/771dd7a442704edbb3ac9d282481b276-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/771dd7a442704edbb3ac9d282481b276-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/771dd7a442704edbb3ac9d282481b276-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/771dd7a442704edbb3ac9d282481b276.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/771dd7a442704edbb3ac9d282481b276-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/771dd7a442704edbb3ac9d282481b276-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/771dd7a442704edbb3ac9d282481b276-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/771dd7a442704edbb3ac9d282481b276-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-07-04T10:04:23.311943Z",
                "updated_at": "2023-07-04T10:04:23.312008Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3392,
                "name": "Colonnade House",
                "slug": "colonnade-house",
                "city": "Worthing",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.8119806,-0.3676237999999999",
                "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-04T10:04:30.981884Z",
            "publish_time": null,
            "slug": "colonnade-house-forge-creative-2020-10-27",
            "created_at": "2023-07-04T10:04:31.920131Z",
            "updated_at": "2023-07-04T10:04:32.692098Z",
            "summary": "Forge Creative is an Gallery Shows event starting on 27/10/2020, 01:00 and ending on 07/11/2020, 01:00. Event is in Colonnade House with address Colonnade House.",
            "title": "Forge Creative",
            "content": null,
            "start_time": "2020-10-27T01:00:00.000000Z",
            "end_time": "2020-11-07T01: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": "Colonnade House",
            "city": "Worthing",
            "geolocation": "50.96326985,0.020770453697222413",
            "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": 19755,
            "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": 19157,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f9fc04526514ed987c0cdde08598086-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f9fc04526514ed987c0cdde08598086-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f9fc04526514ed987c0cdde08598086-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f9fc04526514ed987c0cdde08598086-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f9fc04526514ed987c0cdde08598086-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2f9fc04526514ed987c0cdde08598086.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f9fc04526514ed987c0cdde08598086-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f9fc04526514ed987c0cdde08598086-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f9fc04526514ed987c0cdde08598086-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f9fc04526514ed987c0cdde08598086-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-01-16T18:58:44.697626Z",
                "updated_at": "2023-02-10T14:47:58.705423Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7826,
                "name": "Asia Society and Museum, New York",
                "slug": "asia-society-and-museum-new-york",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7698508,-73.96432349999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-01-16T18:58:49.120837Z",
            "publish_time": null,
            "slug": "asia-society-and-museum-new-york-asia-society-triennial-we-do-not-dream-alone-2020-10-27",
            "created_at": "2023-01-16T18:58:50.060355Z",
            "updated_at": "2023-01-16T18:58:50.104453Z",
            "summary": "Asia Society Triennial: We Do Not Dream Alone is an Museum Exhibitions event starting on 27/10/2020, 01:00 and ending on 27/06/2021, 00:00. Event is in Asia Society and Museum, New York with address 725 Park Avenue at 70th Street.",
            "title": "Asia Society Triennial: We Do Not Dream Alone",
            "content": null,
            "start_time": "2020-10-27T01:00:00.000000Z",
            "end_time": "2021-06-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": "725 Park Avenue at 70th Street",
            "city": "Upper East Side - 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": []
        }
    ]
}