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

{
    "count": 37591,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=36612&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=36576&ordering=start_time",
    "results": [
        {
            "id": 37466,
            "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": 35516,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/171684cc85da4b66ad96dbfdc7e7edb3-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/171684cc85da4b66ad96dbfdc7e7edb3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/171684cc85da4b66ad96dbfdc7e7edb3.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/171684cc85da4b66ad96dbfdc7e7edb3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/171684cc85da4b66ad96dbfdc7e7edb3-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/171684cc85da4b66ad96dbfdc7e7edb3-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/171684cc85da4b66ad96dbfdc7e7edb3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/171684cc85da4b66ad96dbfdc7e7edb3-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/171684cc85da4b66ad96dbfdc7e7edb3-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/171684cc85da4b66ad96dbfdc7e7edb3-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-01T21:21:58.911238Z",
                "updated_at": "2024-04-01T21:21:58.911293Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3928,
                "name": "NOW Gallery",
                "slug": "now-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5009405,0.005362599999999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-04-01T21:22:01.941547Z",
            "publish_time": null,
            "slug": "now-gallery-like-a-melody-myths-memories-and-fantasy-2024-03-29",
            "created_at": "2024-04-01T21:22:02.999593Z",
            "updated_at": "2024-04-01T21:22:04.260643Z",
            "summary": "Like a Melody: Myths, Memories, and Fantasy is an Gallery Shows event starting on 29/03/2024, 01:00 and ending on 02/06/2024, 00:00. Event is in NOW Gallery with address The Gateway Pavilions.",
            "title": "Like a Melody: Myths, Memories, and Fantasy",
            "content": null,
            "start_time": "2024-03-29T01:00:00.000000Z",
            "end_time": "2024-06-02T00: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": "The Gateway Pavilions",
            "city": "London",
            "geolocation": "51.5003237,0.0049394",
            "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": 37489,
            "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": 35533,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cec6609dda1648f291f7364d3ca98f58-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cec6609dda1648f291f7364d3ca98f58-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/cec6609dda1648f291f7364d3ca98f58.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cec6609dda1648f291f7364d3ca98f58-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cec6609dda1648f291f7364d3ca98f58-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cec6609dda1648f291f7364d3ca98f58-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cec6609dda1648f291f7364d3ca98f58-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cec6609dda1648f291f7364d3ca98f58-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cec6609dda1648f291f7364d3ca98f58-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cec6609dda1648f291f7364d3ca98f58-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-01T21:34:26.138641Z",
                "updated_at": "2024-04-01T21:34:26.138698Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9108,
                "name": "Royal West of England Academy",
                "slug": "royal-west-england-academy",
                "city": "Bristol",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4574896,-2.6084939",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-04-01T21:34:31.168976Z",
            "publish_time": null,
            "slug": "royal-west-of-england-academy-friends-of-the-rwa-2024-2024-03-29",
            "created_at": "2024-04-01T21:34:32.078988Z",
            "updated_at": "2024-04-01T21:34:32.671338Z",
            "summary": "Friends of the RWA 2024 is an Gallery Shows event starting on 29/03/2024, 01:00 and ending on 28/04/2024, 00:00. Event is in Royal West of England Academy with address Queen's Road.",
            "title": "Friends of the RWA 2024",
            "content": null,
            "start_time": "2024-03-29T01:00:00.000000Z",
            "end_time": "2024-04-28T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Queen's Road",
            "city": "Bristol",
            "geolocation": "36.1350531,-5.3487081",
            "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": 37508,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 5770,
                "name": "Sprüth Magers New York",
                "slug": "spruth-magers-new-york",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7770008,-73.9621343",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-04-01T21:42:57.872937Z",
            "publish_time": null,
            "slug": "spruth-magers-alighiero-boetti-insecure-unconcerned-2024-03-29",
            "created_at": "2024-04-01T21:42:58.800155Z",
            "updated_at": "2024-04-01T21:42:58.864891Z",
            "summary": "Alighiero Boetti: Insecure Unconcerned is an Gallery Shows event starting on 29/03/2024, 01:00 and ending on 25/05/2024, 00:00. Event is in Sprüth Magers New York with address 22 East 80th Street, 2nd Floor.",
            "title": "Alighiero Boetti: Insecure Unconcerned",
            "content": null,
            "start_time": "2024-03-29T01:00:00.000000Z",
            "end_time": "2024-05-25T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "22 East 80th Street, 2nd 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": 37597,
            "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": 35658,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50afcab8d11447e5b9653802607c8cc1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50afcab8d11447e5b9653802607c8cc1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/50afcab8d11447e5b9653802607c8cc1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50afcab8d11447e5b9653802607c8cc1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50afcab8d11447e5b9653802607c8cc1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50afcab8d11447e5b9653802607c8cc1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50afcab8d11447e5b9653802607c8cc1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50afcab8d11447e5b9653802607c8cc1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50afcab8d11447e5b9653802607c8cc1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/50afcab8d11447e5b9653802607c8cc1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T16:52:22.960118Z",
                "updated_at": "2024-04-02T16:52:22.960156Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9027,
                "name": "Kolkata Centre for Creativity",
                "slug": "kolkata-centre-creativity",
                "city": "Kolkata",
                "country": {
                    "code": "IN",
                    "name": "India"
                },
                "geolocation": "22.5256788,88.3959179",
                "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": "IN",
            "publish_status": "published",
            "published_at": "2024-04-02T16:52:33.418592Z",
            "publish_time": null,
            "slug": "kolkata-centre-for-creativity-gobardhan-ash-retrospective-2024-03-29",
            "created_at": "2024-04-02T16:52:34.411427Z",
            "updated_at": "2024-04-02T16:52:35.104120Z",
            "summary": "Gobardhan Ash RETROSPECTIVE is an Gallery Shows event starting on 29/03/2024, 01:00 and ending on 21/04/2024, 00:00. Event is in Kolkata Centre for Creativity with address 777, Eastern Metropolitan Bypass.",
            "title": "Gobardhan Ash RETROSPECTIVE",
            "content": null,
            "start_time": "2024-03-29T01:00:00.000000Z",
            "end_time": "2024-04-21T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "777, Eastern Metropolitan Bypass",
            "city": "Kolkata",
            "geolocation": "22.4345185,88.3952411",
            "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": 37598,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 4687,
                "name": "LewAllen Galleries",
                "slug": "lewallen-galleries",
                "city": "Santa Fe",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "35.6819289,-105.9504198",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-04-02T16:52:38.980666Z",
            "publish_time": null,
            "slug": "lewallen-galleries-william-nelson-curious-collisions-2024-03-29",
            "created_at": "2024-04-02T16:52:39.962861Z",
            "updated_at": "2024-04-02T16:52:47.906969Z",
            "summary": "William Nelson: Curious Collisions is an Gallery Shows event starting on 29/03/2024, 01:00 and ending on 27/04/2024, 00:00. Event is in LewAllen Galleries with address 1613 Paseo de Peralta.",
            "title": "William Nelson: Curious Collisions",
            "content": null,
            "start_time": "2024-03-29T01:00:00.000000Z",
            "end_time": "2024-04-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1613 Paseo de Peralta",
            "city": "Santa Fe",
            "geolocation": "35.6819417,-105.950356",
            "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": 37675,
            "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": 35735,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/14f8b2063afb49a3b939c2729e2e3a12-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/14f8b2063afb49a3b939c2729e2e3a12-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/14f8b2063afb49a3b939c2729e2e3a12.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/14f8b2063afb49a3b939c2729e2e3a12-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/14f8b2063afb49a3b939c2729e2e3a12-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/14f8b2063afb49a3b939c2729e2e3a12-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/14f8b2063afb49a3b939c2729e2e3a12-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/14f8b2063afb49a3b939c2729e2e3a12-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/14f8b2063afb49a3b939c2729e2e3a12-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/14f8b2063afb49a3b939c2729e2e3a12-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T19:39:43.437566Z",
                "updated_at": "2024-04-02T19:39:43.437603Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8834,
                "name": "V&A Dundee",
                "slug": "v-dundee",
                "city": "Dundee",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "56.4571467,-2.9669104",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-04-02T19:39:54.703511Z",
            "publish_time": null,
            "slug": "va-dundee-photo-city-how-images-shape-the-urban-world-2024-03-29",
            "created_at": "2024-04-02T19:39:55.729923Z",
            "updated_at": "2024-04-02T19:39:56.984911Z",
            "summary": "Photo City: How Images Shape the Urban World is an Gallery Shows event starting on 29/03/2024, 01:00 and ending on 06/10/2024, 00:00. Event is in V&A Dundee with address 1 Riverside Esplanade.",
            "title": "Photo City: How Images Shape the Urban World",
            "content": null,
            "start_time": "2024-03-29T01:00:00.000000Z",
            "end_time": "2024-10-06T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1 Riverside Esplanade",
            "city": "Dundee",
            "geolocation": "56.4572188,-2.967051833151511",
            "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": 37713,
            "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": 35779,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b1b94b2d1ae4ebca94b013476fd79ec-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b1b94b2d1ae4ebca94b013476fd79ec-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1b1b94b2d1ae4ebca94b013476fd79ec.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b1b94b2d1ae4ebca94b013476fd79ec-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b1b94b2d1ae4ebca94b013476fd79ec-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b1b94b2d1ae4ebca94b013476fd79ec-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b1b94b2d1ae4ebca94b013476fd79ec-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b1b94b2d1ae4ebca94b013476fd79ec-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b1b94b2d1ae4ebca94b013476fd79ec-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b1b94b2d1ae4ebca94b013476fd79ec-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T20:14:53.860900Z",
                "updated_at": "2024-04-02T20:14:53.860949Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5551,
                "name": "SHRINE",
                "slug": "shrine",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7139005,-73.9893283",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-04-02T20:15:38.942271Z",
            "publish_time": null,
            "slug": "shrine-diana-didi-rojas-can-someone-gently-explain-everything-to-me-2024-03-29",
            "created_at": "2024-04-02T20:15:39.893731Z",
            "updated_at": "2024-04-02T20:15:39.946684Z",
            "summary": "Diana \"Didi\" Rojas \"Can Someone Gently Explain Everything to Me\" is an Gallery Shows event starting on 29/03/2024, 01:00 and ending on 11/05/2024, 00:00. Event is in SHRINE with address 368 Broadway.",
            "title": "Diana \"Didi\" Rojas \"Can Someone Gently Explain Everything to Me\"",
            "content": null,
            "start_time": "2024-03-29T01:00:00.000000Z",
            "end_time": "2024-05-11T00: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": "368 Broadway",
            "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": 37721,
            "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": 35807,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3078b207eb1c4ad4ac985f454d98154c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3078b207eb1c4ad4ac985f454d98154c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3078b207eb1c4ad4ac985f454d98154c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3078b207eb1c4ad4ac985f454d98154c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3078b207eb1c4ad4ac985f454d98154c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3078b207eb1c4ad4ac985f454d98154c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3078b207eb1c4ad4ac985f454d98154c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3078b207eb1c4ad4ac985f454d98154c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3078b207eb1c4ad4ac985f454d98154c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3078b207eb1c4ad4ac985f454d98154c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T20:24:07.648382Z",
                "updated_at": "2024-04-02T20:24:07.648474Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7606,
                "name": "The Herbert Art Gallery and Museum",
                "slug": "herbert-art-gallery-and-museum",
                "city": "Coventry",
                "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": "2024-04-02T20:24:13.514061Z",
            "publish_time": null,
            "slug": "the-herbert-art-gallery-and-museum-after-the-end-of-history-british-working-class-photography-1989-2024-2024-03-29",
            "created_at": "2024-04-02T20:24:14.583215Z",
            "updated_at": "2024-04-02T20:24:14.969504Z",
            "summary": "After The End Of History: British Working Class Photography 1989 – 2024 is an Gallery Shows event starting on 29/03/2024, 01:00 and ending on 16/06/2024, 00:00. Event is in The Herbert Art Gallery and Museum with address Jordan Well.",
            "title": "After The End Of History: British Working Class Photography 1989 – 2024",
            "content": null,
            "start_time": "2024-03-29T01:00:00.000000Z",
            "end_time": "2024-06-16T00: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": "Jordan Well",
            "city": "Coventry",
            "geolocation": "55.1643141,-2.7902379",
            "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": 37723,
            "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": 35809,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dc5303b5eb7a4e42a1f2c4717bdbb818-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dc5303b5eb7a4e42a1f2c4717bdbb818-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/dc5303b5eb7a4e42a1f2c4717bdbb818.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dc5303b5eb7a4e42a1f2c4717bdbb818-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dc5303b5eb7a4e42a1f2c4717bdbb818-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dc5303b5eb7a4e42a1f2c4717bdbb818-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dc5303b5eb7a4e42a1f2c4717bdbb818-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dc5303b5eb7a4e42a1f2c4717bdbb818-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dc5303b5eb7a4e42a1f2c4717bdbb818-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dc5303b5eb7a4e42a1f2c4717bdbb818-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T20:24:11.883245Z",
                "updated_at": "2024-04-02T20:24:11.883314Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5919,
                "name": "The Holy Art",
                "slug": "holy-art",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.55139,-0.07243469999999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-04-02T20:24:25.645346Z",
            "publish_time": null,
            "slug": "the-holy-art-future-stars-2024-03-29",
            "created_at": "2024-04-02T20:24:26.593735Z",
            "updated_at": "2024-04-02T20:24:27.406300Z",
            "summary": "Future Stars is an Gallery Shows event starting on 29/03/2024, 01:00 and ending on 07/04/2024, 00:00. Event is in The Holy Art with address 21-31 SHACKLEWELL LANE.",
            "title": "Future Stars",
            "content": null,
            "start_time": "2024-03-29T01:00:00.000000Z",
            "end_time": "2024-04-07T00: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": "21-31 SHACKLEWELL LANE",
            "city": "London",
            "geolocation": "51.5512348,-0.0723593",
            "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": 37794,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 9764,
                "name": "4 Princelet Street",
                "slug": "4-princelet-street",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5197359,-0.0731753",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-04-03T09:50:25.256432Z",
            "publish_time": null,
            "slug": "4-princelet-street-thingness-of-things-2024-03-29",
            "created_at": "2024-04-03T09:50:26.262701Z",
            "updated_at": "2024-04-03T09:50:26.262740Z",
            "summary": null,
            "title": "Thingness Of Things",
            "content": null,
            "start_time": "2024-03-29T01:00:00.000000Z",
            "end_time": "2024-04-04T00: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": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 37802,
            "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": 35890,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/111330dabecd499db7ce90b84f8c7b74-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/111330dabecd499db7ce90b84f8c7b74-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/111330dabecd499db7ce90b84f8c7b74.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/111330dabecd499db7ce90b84f8c7b74-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/111330dabecd499db7ce90b84f8c7b74-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/111330dabecd499db7ce90b84f8c7b74-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/111330dabecd499db7ce90b84f8c7b74-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/111330dabecd499db7ce90b84f8c7b74-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/111330dabecd499db7ce90b84f8c7b74-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/111330dabecd499db7ce90b84f8c7b74-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-03T09:50:45.456991Z",
                "updated_at": "2024-04-03T09:50:45.457058Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3235,
                "name": "Arsenal Contemporary Art",
                "slug": "arsenal-contemporary-art",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.72183800000001,-73.9938179",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-04-03T09:51:06.834300Z",
            "publish_time": null,
            "slug": "arsenal-contemporary-art-carol-wainio-2024-03-29",
            "created_at": "2024-04-03T09:51:07.793368Z",
            "updated_at": "2024-04-03T09:51:14.624185Z",
            "summary": "Carol Wainio is an Gallery Shows event starting on 29/03/2024, 01:00 and ending on 25/05/2024, 00:00. Event is in Arsenal Contemporary Art with address 21 CORTLANDT ALLEY.",
            "title": "Carol Wainio",
            "content": null,
            "start_time": "2024-03-29T01:00:00.000000Z",
            "end_time": "2024-05-25T00: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": "21 CORTLANDT ALLEY",
            "city": "New York",
            "geolocation": "40.71736626041666,-74.00284331249999",
            "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": 37811,
            "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": 35905,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61bc855a00994710bc23126f97fea502-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61bc855a00994710bc23126f97fea502-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/61bc855a00994710bc23126f97fea502.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61bc855a00994710bc23126f97fea502-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61bc855a00994710bc23126f97fea502-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61bc855a00994710bc23126f97fea502-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61bc855a00994710bc23126f97fea502-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61bc855a00994710bc23126f97fea502-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61bc855a00994710bc23126f97fea502-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61bc855a00994710bc23126f97fea502-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-03T09:54:41.259941Z",
                "updated_at": "2024-04-03T09:54:41.260023Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8099,
                "name": "David Lewis Gallery",
                "slug": "david-lewis-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.71880489999999,-74.00337010000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-04-03T09:55:09.644516Z",
            "publish_time": null,
            "slug": "david-lewis-gallery-carly-burnell-but-the-song-persists-2024-03-29",
            "created_at": "2024-04-03T09:55:11.560866Z",
            "updated_at": "2024-04-03T09:55:13.684856Z",
            "summary": "Carly Burnell: but the song persists is an Gallery Shows event starting on 29/03/2024, 01:00 and ending on 05/05/2024, 00:00. Event is in David Lewis Gallery with address 111 Reade Street, FL #3.",
            "title": "Carly Burnell: but the song persists",
            "content": null,
            "start_time": "2024-03-29T01:00:00.000000Z",
            "end_time": "2024-05-05T00: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": "111 Reade Street, FL #3",
            "city": "New York",
            "geolocation": "53.7032797,-1.863508",
            "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": 37871,
            "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": 36020,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f442174311142a19f8307aa7020bfe8-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f442174311142a19f8307aa7020bfe8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3f442174311142a19f8307aa7020bfe8.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f442174311142a19f8307aa7020bfe8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f442174311142a19f8307aa7020bfe8-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f442174311142a19f8307aa7020bfe8-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f442174311142a19f8307aa7020bfe8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f442174311142a19f8307aa7020bfe8-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f442174311142a19f8307aa7020bfe8-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f442174311142a19f8307aa7020bfe8-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-14T12:03:53.437683Z",
                "updated_at": "2024-04-14T12:03:53.437719Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5562,
                "name": "Chapter",
                "slug": "chapter",
                "city": "Cardiff",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4832658,-3.2046711",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-04-14T12:03:58.682648Z",
            "publish_time": null,
            "slug": "chapter-nisha-ramayya-a-listening-walk-2024-03-29",
            "created_at": "2024-04-14T12:03:59.586045Z",
            "updated_at": "2024-04-14T12:04:00.255428Z",
            "summary": "Nisha Ramayya: A Listening Walk is an Gallery Shows event starting on 29/03/2024, 01:00 and ending on 23/06/2024, 00:00. Event is in Chapter with address Market Road.",
            "title": "Nisha Ramayya: A Listening Walk",
            "content": null,
            "start_time": "2024-03-29T01:00:00.000000Z",
            "end_time": "2024-06-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": "Market Road",
            "city": "Cardiff",
            "geolocation": "12.8320972,79.6937658",
            "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": 37884,
            "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": 36033,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e2fd7d9620364410a94b03fc7598a9a2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e2fd7d9620364410a94b03fc7598a9a2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e2fd7d9620364410a94b03fc7598a9a2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e2fd7d9620364410a94b03fc7598a9a2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e2fd7d9620364410a94b03fc7598a9a2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e2fd7d9620364410a94b03fc7598a9a2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e2fd7d9620364410a94b03fc7598a9a2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e2fd7d9620364410a94b03fc7598a9a2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e2fd7d9620364410a94b03fc7598a9a2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e2fd7d9620364410a94b03fc7598a9a2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-14T12:11:52.107029Z",
                "updated_at": "2024-04-14T12:11:52.107065Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9605,
                "name": "Francis Irv",
                "slug": "francis-irv",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7177881,-74.0004708",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-04-14T12:11:56.534630Z",
            "publish_time": null,
            "slug": "francis-irv-karla-kaplun-how-bright-is-the-sun-2024-03-29",
            "created_at": "2024-04-14T12:11:57.435650Z",
            "updated_at": "2024-04-14T12:12:04.361561Z",
            "summary": "Karla Kaplun. How Bright is the Sun? is an Gallery Shows event starting on 29/03/2024, 01:00 and ending on 05/05/2024, 00:00. Event is in Francis Irv with address 106 Walker St..",
            "title": "Karla Kaplun. How Bright is the Sun?",
            "content": null,
            "start_time": "2024-03-29T01:00:00.000000Z",
            "end_time": "2024-05-05T00: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": "106 Walker St.",
            "city": "New York",
            "geolocation": "-46.370250999999996,168.02186010245822",
            "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": 37889,
            "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": 36040,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdc19dab6db5434f8898bce7ec902bfd-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdc19dab6db5434f8898bce7ec902bfd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fdc19dab6db5434f8898bce7ec902bfd.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdc19dab6db5434f8898bce7ec902bfd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdc19dab6db5434f8898bce7ec902bfd-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdc19dab6db5434f8898bce7ec902bfd-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdc19dab6db5434f8898bce7ec902bfd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdc19dab6db5434f8898bce7ec902bfd-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdc19dab6db5434f8898bce7ec902bfd-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fdc19dab6db5434f8898bce7ec902bfd-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-14T12:12:11.019588Z",
                "updated_at": "2024-04-14T12:12:11.019643Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5652,
                "name": "Gaa Gallery",
                "slug": "gaa-gallery",
                "city": "Provincetown",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "42.0576622,-70.1772553",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-04-14T12:12:13.597390Z",
            "publish_time": null,
            "slug": "gaa-gallery-julia-garcia-slow-burn-2024-03-29",
            "created_at": "2024-04-14T12:12:14.493933Z",
            "updated_at": "2024-04-14T12:12:14.533556Z",
            "summary": "Julia Garcia. Slow Burn is an Gallery Shows event starting on 29/03/2024, 01:00 and ending on 04/05/2024, 00:00. Event is in Gaa Gallery with address 4 Cortlandt Alley / 368 Broadway.",
            "title": "Julia Garcia. Slow Burn",
            "content": null,
            "start_time": "2024-03-29T01:00:00.000000Z",
            "end_time": "2024-05-04T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "4 Cortlandt Alley / 368 Broadway",
            "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": 38011,
            "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": 36166,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c0f1ff0badf2428c8dd55a6dbc0a5499-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c0f1ff0badf2428c8dd55a6dbc0a5499-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c0f1ff0badf2428c8dd55a6dbc0a5499.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c0f1ff0badf2428c8dd55a6dbc0a5499-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c0f1ff0badf2428c8dd55a6dbc0a5499-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c0f1ff0badf2428c8dd55a6dbc0a5499-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c0f1ff0badf2428c8dd55a6dbc0a5499-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c0f1ff0badf2428c8dd55a6dbc0a5499-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c0f1ff0badf2428c8dd55a6dbc0a5499-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c0f1ff0badf2428c8dd55a6dbc0a5499-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-16T08:47:40.085453Z",
                "updated_at": "2024-04-16T08:47:40.085514Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5743,
                "name": "Blenheim Palace",
                "slug": "blenheim-palace",
                "city": "Woodstock",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.84785129999999,-1.3591698",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-04-16T08:47:44.444810Z",
            "publish_time": null,
            "slug": "blenheim-palace-walking-men-2024-03-29",
            "created_at": "2024-04-16T08:47:45.339300Z",
            "updated_at": "2024-04-16T08:47:45.711094Z",
            "summary": "Walking Men is an Gallery Shows event starting on 29/03/2024, 01:00 and ending on 10/06/2024, 00:00. Event is in Blenheim Palace with address Blenheim Palace.",
            "title": "Walking Men",
            "content": null,
            "start_time": "2024-03-29T01:00:00.000000Z",
            "end_time": "2024-06-10T00: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": "Blenheim Palace",
            "city": "Woodstock",
            "geolocation": "51.84194475,-1.3626292939206366",
            "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": 36461,
            "author": {
                "id": "c25d3641-55f8-495c-8fb2-e96d5764e8ee",
                "username": "lauren_1505",
                "slug": "lauren_1505",
                "first_name": "Lauren",
                "last_name": "Wood",
                "display_name": "Lauren Wood",
                "display_name_full": "Lauren Wood",
                "email": "wonzimerinfo@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 34564,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d82f64e1a1a74c72898080d4acf0ebec-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d82f64e1a1a74c72898080d4acf0ebec-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d82f64e1a1a74c72898080d4acf0ebec.jpeg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d82f64e1a1a74c72898080d4acf0ebec-crop-c0-5__0-5-270x152-70.jpeg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d82f64e1a1a74c72898080d4acf0ebec-crop-c0-5__0-5-555x312-70.jpeg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d82f64e1a1a74c72898080d4acf0ebec-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d82f64e1a1a74c72898080d4acf0ebec-crop-c0-5__0-5-524x294-70.jpeg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d82f64e1a1a74c72898080d4acf0ebec-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d82f64e1a1a74c72898080d4acf0ebec-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d82f64e1a1a74c72898080d4acf0ebec-crop-c0-5__0-5-179x179-70.jpeg"
                },
                "created_at": "2024-03-03T22:51:57.214211Z",
                "updated_at": "2024-03-03T22:51:57.214248Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "c25d3641-55f8-495c-8fb2-e96d5764e8ee"
            },
            "venue": {
                "id": 3279,
                "name": "Wonzimer",
                "slug": "wonzimer",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.06810449999999,-118.2218346",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4536,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/247ae136e82a4009a7669f1c9b85aee4.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/247ae136e82a4009a7669f1c9b85aee4-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2023-08-27T23:05:59.322634Z",
                    "updated_at": "2023-08-27T23:05:59.322673Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "c25d3641-55f8-495c-8fb2-e96d5764e8ee"
                },
                "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": "2024-03-03T22:52:40.377272Z",
            "publish_time": null,
            "slug": "vibrant-matter-brilliant-fire",
            "created_at": "2024-03-03T22:52:40.381761Z",
            "updated_at": "2024-03-03T22:52:40.423071Z",
            "summary": "‘Vibrant Matter ~ Brilliant Fire’ is an Gallery Shows event starting on 29/03/2024, 17:00 and ending on 03/05/2024, 21:00. Event is in Wonzimer with address 341 S Avenue 17, Los Angeles, CA 90031, USA.",
            "title": "‘Vibrant Matter ~ Brilliant Fire’",
            "content": "Group  Exhibition Curated by Gary Brewer",
            "start_time": "2024-03-29T17:00:00.000000Z",
            "end_time": "2024-05-03T21: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": "341 S Avenue 17, Los Angeles, CA 90031, USA",
            "city": "",
            "geolocation": "34.06810449999999,-118.2218346",
            "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": 35832,
            "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": 33921,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0341ed56ecc94b33b264bf704d8138c2-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0341ed56ecc94b33b264bf704d8138c2-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0341ed56ecc94b33b264bf704d8138c2.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0341ed56ecc94b33b264bf704d8138c2-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0341ed56ecc94b33b264bf704d8138c2-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0341ed56ecc94b33b264bf704d8138c2-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0341ed56ecc94b33b264bf704d8138c2-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0341ed56ecc94b33b264bf704d8138c2-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0341ed56ecc94b33b264bf704d8138c2-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0341ed56ecc94b33b264bf704d8138c2-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-13T10:27:08.423231Z",
                "updated_at": "2024-02-13T10:27:08.423268Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9677,
                "name": "Perth Museum",
                "slug": "perth-museum",
                "city": "Perth",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "56.3958819,-3.4294999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-02-13T10:27:11.561012Z",
            "publish_time": null,
            "slug": "perth-museum-unicorn-the-debut-exhibit-2024-03-30",
            "created_at": "2024-02-13T10:27:12.477393Z",
            "updated_at": "2024-02-13T10:27:13.880462Z",
            "summary": "Unicorn. The Debut Exhibit is an Gallery Shows event starting on 30/03/2024, 01:00 and ending on 22/09/2024, 00:00. Event is in Perth Museum with address St John’s Place.",
            "title": "Unicorn. The Debut Exhibit",
            "content": null,
            "start_time": "2024-03-30T01:00:00.000000Z",
            "end_time": "2024-09-22T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "St John’s Place",
            "city": "Perth",
            "geolocation": "55.4099075,-1.7118315556366035",
            "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": []
        }
    ]
}