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=34722&ordering=end_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=34740&ordering=end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=34704&ordering=end_time",
    "results": [
        {
            "id": 36844,
            "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": 34941,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f6c3d2318984b36b10d7a92cdd4aefd-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f6c3d2318984b36b10d7a92cdd4aefd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f6c3d2318984b36b10d7a92cdd4aefd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f6c3d2318984b36b10d7a92cdd4aefd-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f6c3d2318984b36b10d7a92cdd4aefd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3f6c3d2318984b36b10d7a92cdd4aefd.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f6c3d2318984b36b10d7a92cdd4aefd-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f6c3d2318984b36b10d7a92cdd4aefd-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f6c3d2318984b36b10d7a92cdd4aefd-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f6c3d2318984b36b10d7a92cdd4aefd-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-11T16:01:39.206815Z",
                "updated_at": "2024-03-11T16:01:39.206850Z",
                "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-03-11T16:01:48.022814Z",
            "publish_time": null,
            "slug": "now-gallery-secret-7-2024-03-02",
            "created_at": "2024-03-11T16:01:48.945795Z",
            "updated_at": "2024-03-11T16:01:49.324110Z",
            "summary": "Secret 7” is an Gallery Shows event starting on 02/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in NOW Gallery with address The Gateway Pavilions.",
            "title": "Secret 7”",
            "content": null,
            "start_time": "2024-03-02T01:00:00.000000Z",
            "end_time": "2024-03-17T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "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": 37008,
            "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": 35093,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3dabe5f18e384c5299f64b592ebd18f4-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3dabe5f18e384c5299f64b592ebd18f4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3dabe5f18e384c5299f64b592ebd18f4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3dabe5f18e384c5299f64b592ebd18f4-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3dabe5f18e384c5299f64b592ebd18f4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3dabe5f18e384c5299f64b592ebd18f4.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3dabe5f18e384c5299f64b592ebd18f4-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3dabe5f18e384c5299f64b592ebd18f4-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3dabe5f18e384c5299f64b592ebd18f4-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3dabe5f18e384c5299f64b592ebd18f4-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-19T11:50:17.087935Z",
                "updated_at": "2024-03-19T11:50:17.087974Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3852,
                "name": "Artizan Gallery",
                "slug": "artizan-gallery",
                "city": "Torquay",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.4679206,-3.5381224",
                "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-03-19T11:50:22.781918Z",
            "publish_time": null,
            "slug": "artizan-gallery-artizan-studio-artists-introducing-ian-cox-william-mills-claire-harmer-and-olya-baklan-2024-02-24",
            "created_at": "2024-03-19T11:50:23.709653Z",
            "updated_at": "2024-03-19T11:50:25.257455Z",
            "summary": "Artizan Studio Artists - Introducing Ian Cox, William Mills, Claire Harmer and Olya Baklan. is an Gallery Shows event starting on 24/02/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Artizan Gallery with address Unit 5.",
            "title": "Artizan Studio Artists - Introducing Ian Cox, William Mills, Claire Harmer and Olya Baklan.",
            "content": null,
            "start_time": "2024-02-24T01:00:00.000000Z",
            "end_time": "2024-03-17T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Unit 5",
            "city": "Torquay",
            "geolocation": "53.04545635,-2.1888124044401547",
            "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": 37012,
            "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": 35096,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d17c282d8f08407b991f6ef6c8454367-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d17c282d8f08407b991f6ef6c8454367-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d17c282d8f08407b991f6ef6c8454367-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d17c282d8f08407b991f6ef6c8454367-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d17c282d8f08407b991f6ef6c8454367-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d17c282d8f08407b991f6ef6c8454367.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d17c282d8f08407b991f6ef6c8454367-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d17c282d8f08407b991f6ef6c8454367-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d17c282d8f08407b991f6ef6c8454367-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d17c282d8f08407b991f6ef6c8454367-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-19T11:50:29.011327Z",
                "updated_at": "2024-03-19T11:50:29.011374Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3589,
                "name": "ArtWorks Project Space - Barbican Arts Group Trust",
                "slug": "artworks-project-space-barbican-arts-group-trust",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5913862,-0.03939160000000001",
                "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-03-19T11:50:32.765004Z",
            "publish_time": null,
            "slug": "artworks-project-space-barbican-arts-group-trust-keep-it-simple-sexy-slade-postgraduate-fine-art-media-2024-03-15",
            "created_at": "2024-03-19T11:50:33.683850Z",
            "updated_at": "2024-03-19T11:50:34.595189Z",
            "summary": "Keep It Simple Sexy - Slade Postgraduate Fine Art Media is an Gallery Shows event starting on 15/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in ArtWorks Project Space - Barbican Arts Group Trust with address 114a Blackhorse Lane.",
            "title": "Keep It Simple Sexy - Slade Postgraduate Fine Art Media",
            "content": null,
            "start_time": "2024-03-15T01:00:00.000000Z",
            "end_time": "2024-03-17T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "114a Blackhorse Lane",
            "city": "London",
            "geolocation": "51.7222472,0.1786232",
            "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": 37027,
            "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": 35109,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61faa24e77ab4b9ca5ed86230826dace-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61faa24e77ab4b9ca5ed86230826dace-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61faa24e77ab4b9ca5ed86230826dace-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61faa24e77ab4b9ca5ed86230826dace-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61faa24e77ab4b9ca5ed86230826dace-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/61faa24e77ab4b9ca5ed86230826dace.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61faa24e77ab4b9ca5ed86230826dace-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61faa24e77ab4b9ca5ed86230826dace-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61faa24e77ab4b9ca5ed86230826dace-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61faa24e77ab4b9ca5ed86230826dace-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-19T11:52:32.674002Z",
                "updated_at": "2024-03-19T11:52:32.674056Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9086,
                "name": "Glasgow Project Room - Trongate 103",
                "slug": "glasgow-project-room-trongate-103",
                "city": "Glasgow",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.8570548,-4.2468012",
                "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-03-19T11:52:39.603373Z",
            "publish_time": null,
            "slug": "glasgow-project-room-trongate-103-femme-disturbance-2024-03-07",
            "created_at": "2024-03-19T11:52:40.542860Z",
            "updated_at": "2024-03-19T11:52:41.220237Z",
            "summary": "Femme Disturbance is an Gallery Shows event starting on 07/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Glasgow Project Room - Trongate 103 with address 103 Trongate, Glasgow, G1 5HD, United Kingdom.",
            "title": "Femme Disturbance",
            "content": null,
            "start_time": "2024-03-07T01:00:00.000000Z",
            "end_time": "2024-03-17T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "103 Trongate, Glasgow, G1 5HD, United Kingdom",
            "city": "Glasgow",
            "geolocation": "55.8570154,-4.246766",
            "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": 37047,
            "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": 35128,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9177e44b37564bc3853ad8d834aa3fbf-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9177e44b37564bc3853ad8d834aa3fbf-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9177e44b37564bc3853ad8d834aa3fbf-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9177e44b37564bc3853ad8d834aa3fbf-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9177e44b37564bc3853ad8d834aa3fbf-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9177e44b37564bc3853ad8d834aa3fbf.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9177e44b37564bc3853ad8d834aa3fbf-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9177e44b37564bc3853ad8d834aa3fbf-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9177e44b37564bc3853ad8d834aa3fbf-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9177e44b37564bc3853ad8d834aa3fbf-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-19T11:57:22.454535Z",
                "updated_at": "2024-03-19T11:57:22.454577Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9619,
                "name": "ReTramp Gallery",
                "slug": "retramp-gallery",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.48739150000001,13.4287629",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2024-03-19T11:57:26.246081Z",
            "publish_time": null,
            "slug": "retramp-gallery-let-me-sing-a-strange-song-2024-03-15",
            "created_at": "2024-03-19T11:57:27.150933Z",
            "updated_at": "2024-03-19T11:57:31.690803Z",
            "summary": "Let me sing a strange song is an Gallery Shows event starting on 15/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in ReTramp Gallery with address Reuterstrasse 62.",
            "title": "Let me sing a strange song",
            "content": null,
            "start_time": "2024-03-15T01:00:00.000000Z",
            "end_time": "2024-03-17T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Reuterstrasse 62",
            "city": "Berlin",
            "geolocation": "52.4873896,13.428767",
            "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": 37078,
            "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": 35156,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b659f48d1e8241cb9ee42f75c8b42aa7-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b659f48d1e8241cb9ee42f75c8b42aa7-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b659f48d1e8241cb9ee42f75c8b42aa7-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b659f48d1e8241cb9ee42f75c8b42aa7-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b659f48d1e8241cb9ee42f75c8b42aa7-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b659f48d1e8241cb9ee42f75c8b42aa7.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b659f48d1e8241cb9ee42f75c8b42aa7-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b659f48d1e8241cb9ee42f75c8b42aa7-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b659f48d1e8241cb9ee42f75c8b42aa7-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b659f48d1e8241cb9ee42f75c8b42aa7-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-19T12:01:06.168673Z",
                "updated_at": "2024-03-19T12:01:06.168710Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6194,
                "name": "Way Out East",
                "slug": "way-out-east",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5075672,0.0632337",
                "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-03-19T12:01:10.888651Z",
            "publish_time": null,
            "slug": "way-out-east-the-red-body-art-as-activism-2024-03-04",
            "created_at": "2024-03-19T12:01:11.859959Z",
            "updated_at": "2024-03-19T12:01:12.300671Z",
            "summary": "The Red Body: Art as Activism is an Gallery Shows event starting on 04/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Way Out East with address Way Out East.",
            "title": "The Red Body: Art as Activism",
            "content": null,
            "start_time": "2024-03-04T01:00:00.000000Z",
            "end_time": "2024-03-17T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Way Out East",
            "city": "London",
            "geolocation": "40.3906055,-112.0040553",
            "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": 37093,
            "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": 35170,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8cf17df3b83f4100b9d775b8c7fd8ea3-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8cf17df3b83f4100b9d775b8c7fd8ea3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8cf17df3b83f4100b9d775b8c7fd8ea3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8cf17df3b83f4100b9d775b8c7fd8ea3-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8cf17df3b83f4100b9d775b8c7fd8ea3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8cf17df3b83f4100b9d775b8c7fd8ea3.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8cf17df3b83f4100b9d775b8c7fd8ea3-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8cf17df3b83f4100b9d775b8c7fd8ea3-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8cf17df3b83f4100b9d775b8c7fd8ea3-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8cf17df3b83f4100b9d775b8c7fd8ea3-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-19T12:11:10.991701Z",
                "updated_at": "2024-03-19T12:11:10.991739Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3601,
                "name": "Cromwell Place",
                "slug": "cromwell-place",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4951078,-0.174608",
                "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-03-19T12:11:17.410092Z",
            "publish_time": null,
            "slug": "cromwell-place-le-petit-salon-2024-03-12",
            "created_at": "2024-03-19T12:11:18.388685Z",
            "updated_at": "2024-03-19T12:11:18.883508Z",
            "summary": "Le Petit Salon is an Gallery Shows event starting on 12/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Cromwell Place with address 1-5 Cromwell Place.",
            "title": "Le Petit Salon",
            "content": null,
            "start_time": "2024-03-12T01:00:00.000000Z",
            "end_time": "2024-03-17T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1-5 Cromwell Place",
            "city": "London",
            "geolocation": "50.7302915,-1.82261265",
            "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": 37097,
            "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": 35173,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48e1d55b0b364f44ac3ed9f887de2a59-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48e1d55b0b364f44ac3ed9f887de2a59-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48e1d55b0b364f44ac3ed9f887de2a59-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48e1d55b0b364f44ac3ed9f887de2a59-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48e1d55b0b364f44ac3ed9f887de2a59-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/48e1d55b0b364f44ac3ed9f887de2a59.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48e1d55b0b364f44ac3ed9f887de2a59-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48e1d55b0b364f44ac3ed9f887de2a59-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48e1d55b0b364f44ac3ed9f887de2a59-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48e1d55b0b364f44ac3ed9f887de2a59-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-19T12:11:19.543471Z",
                "updated_at": "2024-03-19T12:11:19.543507Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3601,
                "name": "Cromwell Place",
                "slug": "cromwell-place",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4951078,-0.174608",
                "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-03-19T12:11:26.325364Z",
            "publish_time": null,
            "slug": "cromwell-place-the-fine-line-by-amalgama-art-2024-03-12",
            "created_at": "2024-03-19T12:11:27.395504Z",
            "updated_at": "2024-03-19T12:11:28.707976Z",
            "summary": "The Fine Line by Amalgama Art is an Gallery Shows event starting on 12/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Cromwell Place with address 1-5 Cromwell Place.",
            "title": "The Fine Line by Amalgama Art",
            "content": null,
            "start_time": "2024-03-12T01:00:00.000000Z",
            "end_time": "2024-03-17T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1-5 Cromwell Place",
            "city": "London",
            "geolocation": "50.7302915,-1.82261265",
            "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": 37099,
            "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": 35177,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3209a52d34584b6486ad6b42bca3dae4-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3209a52d34584b6486ad6b42bca3dae4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3209a52d34584b6486ad6b42bca3dae4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3209a52d34584b6486ad6b42bca3dae4-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3209a52d34584b6486ad6b42bca3dae4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3209a52d34584b6486ad6b42bca3dae4.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3209a52d34584b6486ad6b42bca3dae4-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3209a52d34584b6486ad6b42bca3dae4-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3209a52d34584b6486ad6b42bca3dae4-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3209a52d34584b6486ad6b42bca3dae4-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-19T12:11:28.120905Z",
                "updated_at": "2024-03-19T12:11:28.120959Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5487,
                "name": "Eden Gallery",
                "slug": "eden-gallery",
                "city": "London",
                "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": "US",
            "publish_status": "published",
            "published_at": "2024-03-19T12:11:30.642682Z",
            "publish_time": null,
            "slug": "eden-gallery-the-galy-collectible-reveal-eden-gallery-soho-2024-03-16",
            "created_at": "2024-03-19T12:11:31.730247Z",
            "updated_at": "2024-03-19T12:11:32.652278Z",
            "summary": "The Galy Collectible Reveal | EDEN Gallery SoHo is an Gallery Shows event starting on 16/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Eden Gallery with address 470 Broome Street.",
            "title": "The Galy Collectible Reveal | EDEN Gallery SoHo",
            "content": null,
            "start_time": "2024-03-16T01:00:00.000000Z",
            "end_time": "2024-03-17T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "470 Broome Street",
            "city": "New York",
            "geolocation": "40.7226991,-74.0014366",
            "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": 37103,
            "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": 35178,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/872f9bc6dea64afd8182549ed552edef-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/872f9bc6dea64afd8182549ed552edef-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/872f9bc6dea64afd8182549ed552edef-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/872f9bc6dea64afd8182549ed552edef-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/872f9bc6dea64afd8182549ed552edef-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/872f9bc6dea64afd8182549ed552edef.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/872f9bc6dea64afd8182549ed552edef-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/872f9bc6dea64afd8182549ed552edef-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/872f9bc6dea64afd8182549ed552edef-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/872f9bc6dea64afd8182549ed552edef-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-19T12:11:29.562885Z",
                "updated_at": "2024-03-19T12:11:29.562921Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3814,
                "name": "Electro Studios Project Space",
                "slug": "electro-studios-project-space",
                "city": "Saint Leonards-on-sea",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.8508542,0.5372152",
                "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-03-19T12:11:41.469108Z",
            "publish_time": null,
            "slug": "electro-studios-project-space-gate-of-entrancement-2024-03-15",
            "created_at": "2024-03-19T12:11:42.482623Z",
            "updated_at": "2024-03-19T12:11:42.987156Z",
            "summary": "Gate of Entrancement is an Gallery Shows event starting on 15/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Electro Studios Project Space with address Electro Studios. Seaside Road..",
            "title": "Gate of Entrancement",
            "content": null,
            "start_time": "2024-03-15T01:00:00.000000Z",
            "end_time": "2024-03-17T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Electro Studios. Seaside Road.",
            "city": "St Leonards On Sea",
            "geolocation": "50.8510029,0.5375686643890452",
            "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": 37715,
            "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": 35804,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e857f131c3254e3fb8e2bc737cb76788-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e857f131c3254e3fb8e2bc737cb76788-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e857f131c3254e3fb8e2bc737cb76788-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e857f131c3254e3fb8e2bc737cb76788-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e857f131c3254e3fb8e2bc737cb76788-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e857f131c3254e3fb8e2bc737cb76788.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e857f131c3254e3fb8e2bc737cb76788-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e857f131c3254e3fb8e2bc737cb76788-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e857f131c3254e3fb8e2bc737cb76788-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e857f131c3254e3fb8e2bc737cb76788-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-04-02T20:23:34.097599Z",
                "updated_at": "2024-04-02T20:23:34.097643Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9887,
                "name": "Stanley Arts Social Cafe",
                "slug": "stanley-arts-social-cafe",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4000773,-0.0752637",
                "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:23:48.728395Z",
            "publish_time": null,
            "slug": "stanley-arts-social-cafe-room2dream-2024-03-17",
            "created_at": "2024-04-02T20:23:49.772868Z",
            "updated_at": "2024-04-02T20:23:59.653458Z",
            "summary": "Room2Dream is an Gallery Shows event starting on 17/03/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Stanley Arts Social Cafe with address 12 South Norwood Hill.",
            "title": "Room2Dream",
            "content": null,
            "start_time": "2024-03-17T01:00:00.000000Z",
            "end_time": "2024-03-17T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "12 South Norwood Hill",
            "city": "London",
            "geolocation": "51.4043986,-0.0816081",
            "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": 37763,
            "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": 35853,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06511ef4c506456c926dba7db90b614c-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06511ef4c506456c926dba7db90b614c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06511ef4c506456c926dba7db90b614c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06511ef4c506456c926dba7db90b614c-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06511ef4c506456c926dba7db90b614c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/06511ef4c506456c926dba7db90b614c.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06511ef4c506456c926dba7db90b614c-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06511ef4c506456c926dba7db90b614c-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06511ef4c506456c926dba7db90b614c-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06511ef4c506456c926dba7db90b614c-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-04-02T20:55:04.521596Z",
                "updated_at": "2024-04-02T20:55:04.521651Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9890,
                "name": "Unit 11",
                "slug": "unit-11",
                "city": "Manchester",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.4807593,-2.2426305",
                "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:55:12.014091Z",
            "publish_time": null,
            "slug": "unit-11-twelve-thousand-2024-02-23",
            "created_at": "2024-04-02T20:55:13.043272Z",
            "updated_at": "2024-04-02T20:55:13.416123Z",
            "summary": "Twelve Thousand is an Gallery Shows event starting on 23/02/2024, 01:00 and ending on 17/03/2024, 01:00. Event is in Unit 11 with address Maple Industrial Estate.",
            "title": "Twelve Thousand",
            "content": null,
            "start_time": "2024-02-23T01:00:00.000000Z",
            "end_time": "2024-03-17T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Maple Industrial Estate",
            "city": "Manchester",
            "geolocation": "51.4402469,-0.41257010304295694",
            "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": 23170,
            "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": 22299,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56993af557b04705b781f1f93ea1c7eb-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56993af557b04705b781f1f93ea1c7eb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56993af557b04705b781f1f93ea1c7eb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56993af557b04705b781f1f93ea1c7eb-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56993af557b04705b781f1f93ea1c7eb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/56993af557b04705b781f1f93ea1c7eb.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56993af557b04705b781f1f93ea1c7eb-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56993af557b04705b781f1f93ea1c7eb-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56993af557b04705b781f1f93ea1c7eb-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56993af557b04705b781f1f93ea1c7eb-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2023-03-24T10:34:25.322798Z",
                "updated_at": "2023-03-24T19:58:03.271118Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8171,
                "name": "Bode Museum",
                "slug": "bode-museum",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.52081829999999,13.3947453",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-03-24T10:34:25.507901Z",
            "publish_time": null,
            "slug": "bode-museum-timeless-contemporary-ukrainian-art-in-times-of-war-2023-03-17",
            "created_at": "2023-03-24T10:34:26.366375Z",
            "updated_at": "2023-03-24T10:34:26.366423Z",
            "summary": null,
            "title": "Timeless. Contemporary Ukrainian Art in Times of War",
            "content": null,
            "start_time": "2023-03-17T01:00:00.000000Z",
            "end_time": "2024-03-17T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Am Kupfergraben",
            "city": "Berlin",
            "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": 34766,
            "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": 32848,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1541ef370adc4a32bdee1282f7016654-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1541ef370adc4a32bdee1282f7016654-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1541ef370adc4a32bdee1282f7016654-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1541ef370adc4a32bdee1282f7016654-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1541ef370adc4a32bdee1282f7016654-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1541ef370adc4a32bdee1282f7016654.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1541ef370adc4a32bdee1282f7016654-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1541ef370adc4a32bdee1282f7016654-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1541ef370adc4a32bdee1282f7016654-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1541ef370adc4a32bdee1282f7016654-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-01-08T11:56:28.156123Z",
                "updated_at": "2024-01-08T11:56:28.156160Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9576,
                "name": "Artechouse New York",
                "slug": "artechouse-new-york",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7424656,-74.00667419999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-01-08T11:56:30.921430Z",
            "publish_time": null,
            "slug": "artechouse-new-york-artechouse-world-of-aimagination-2023-12-14",
            "created_at": "2024-01-08T11:56:31.847467Z",
            "updated_at": "2024-01-08T11:56:31.903543Z",
            "summary": "ARTECHOUSE: World of AI·magination is an Gallery Shows event starting on 14/12/2023, 01:00 and ending on 18/03/2024, 01:00. Event is in Artechouse New York with address Chelsea Market 439 W 15th St..",
            "title": "ARTECHOUSE: World of AI·magination",
            "content": null,
            "start_time": "2023-12-14T01:00:00.000000Z",
            "end_time": "2024-03-18T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Chelsea Market 439 W 15th St.",
            "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": 36314,
            "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": 34380,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a635055a2da447b09a357ea02212ddde-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a635055a2da447b09a357ea02212ddde-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a635055a2da447b09a357ea02212ddde-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a635055a2da447b09a357ea02212ddde-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a635055a2da447b09a357ea02212ddde-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a635055a2da447b09a357ea02212ddde.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a635055a2da447b09a357ea02212ddde-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a635055a2da447b09a357ea02212ddde-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a635055a2da447b09a357ea02212ddde-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a635055a2da447b09a357ea02212ddde-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-02-22T11:42:06.088996Z",
                "updated_at": "2024-02-22T11:42:06.089043Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8527,
                "name": "ARTISTS IN THE WORLD EVENTS DI RIBEZZI ANGELO",
                "slug": "artists-world-events-di-ribezzi-angelo",
                "city": "Rome",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "41.8985754,12.4916945",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2024-02-22T11:42:23.472276Z",
            "publish_time": null,
            "slug": "artists-in-the-world-events-di-ribezzi-angelo-artexpo-spring-rome-2024-2024-03-02",
            "created_at": "2024-02-22T11:42:24.359330Z",
            "updated_at": "2024-02-22T11:42:25.162354Z",
            "summary": "Artexpo Spring Rome 2024 is an Gallery Shows event starting on 02/03/2024, 01:00 and ending on 18/03/2024, 01:00. Event is in ARTISTS IN THE WORLD EVENTS DI RIBEZZI ANGELO with address Via Palermo 41 Roma.",
            "title": "Artexpo Spring Rome 2024",
            "content": null,
            "start_time": "2024-03-02T01:00:00.000000Z",
            "end_time": "2024-03-18T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Via Palermo 41 Roma",
            "city": "Rome",
            "geolocation": "41.8985819,12.491674",
            "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": 36584,
            "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": 34684,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53238302b56e4ace91f665f81ca68528-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53238302b56e4ace91f665f81ca68528-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53238302b56e4ace91f665f81ca68528-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53238302b56e4ace91f665f81ca68528-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53238302b56e4ace91f665f81ca68528-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/53238302b56e4ace91f665f81ca68528.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53238302b56e4ace91f665f81ca68528-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53238302b56e4ace91f665f81ca68528-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53238302b56e4ace91f665f81ca68528-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/53238302b56e4ace91f665f81ca68528-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-06T12:24:37.317630Z",
                "updated_at": "2024-03-06T12:24:37.317693Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4716,
                "name": "Keystone Art Space",
                "slug": "keystone-art-space",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0679535,-118.2223697",
                "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-03-06T12:24:40.126109Z",
            "publish_time": null,
            "slug": "keystone-art-space-janna-bock-mortal-nonsense-2024-03-02",
            "created_at": "2024-03-06T12:24:41.036223Z",
            "updated_at": "2024-03-06T12:24:41.500847Z",
            "summary": "Janna Bock. Mortal Nonsense is an Gallery Shows event starting on 02/03/2024, 01:00 and ending on 18/03/2024, 01:00. Event is in Keystone Art Space with address 338 S. Ave 16.",
            "title": "Janna Bock. Mortal Nonsense",
            "content": null,
            "start_time": "2024-03-02T01:00:00.000000Z",
            "end_time": "2024-03-18T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "338 S. Ave 16",
            "city": "Los Angeles",
            "geolocation": "34.06807214285714,-118.22260059183674",
            "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": 37437,
            "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": 35491,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/73e01cd4933f4c0085ac72f9b6d8487d-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/73e01cd4933f4c0085ac72f9b6d8487d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/73e01cd4933f4c0085ac72f9b6d8487d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/73e01cd4933f4c0085ac72f9b6d8487d-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/73e01cd4933f4c0085ac72f9b6d8487d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/73e01cd4933f4c0085ac72f9b6d8487d.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/73e01cd4933f4c0085ac72f9b6d8487d-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/73e01cd4933f4c0085ac72f9b6d8487d-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/73e01cd4933f4c0085ac72f9b6d8487d-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/73e01cd4933f4c0085ac72f9b6d8487d-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-04-01T20:59:41.363343Z",
                "updated_at": "2024-04-01T20:59:41.363378Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9822,
                "name": "GoLab",
                "slug": "golab",
                "city": "Milan",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.4733232,9.190494",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2024-04-01T20:59:49.910491Z",
            "publish_time": null,
            "slug": "golab-mi-basta-uno-scorcio-2024-02-29",
            "created_at": "2024-04-01T20:59:50.826028Z",
            "updated_at": "2024-04-01T20:59:55.094579Z",
            "summary": "Mi Basta uno Scorcio is an Gallery Shows event starting on 29/02/2024, 01:00 and ending on 18/03/2024, 01:00. Event is in GoLab with address Via Fatebenefratelli 5.",
            "title": "Mi Basta uno Scorcio",
            "content": null,
            "start_time": "2024-02-29T01:00:00.000000Z",
            "end_time": "2024-03-18T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Via Fatebenefratelli 5",
            "city": "Milan",
            "geolocation": "45.5242706,9.3351083",
            "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": 36487,
            "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": 34586,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/553082178a5540369fde8bd89c45bcdb-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/553082178a5540369fde8bd89c45bcdb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/553082178a5540369fde8bd89c45bcdb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/553082178a5540369fde8bd89c45bcdb-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/553082178a5540369fde8bd89c45bcdb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/553082178a5540369fde8bd89c45bcdb.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/553082178a5540369fde8bd89c45bcdb-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/553082178a5540369fde8bd89c45bcdb-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/553082178a5540369fde8bd89c45bcdb-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/553082178a5540369fde8bd89c45bcdb-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2024-03-06T12:09:56.885672Z",
                "updated_at": "2024-03-06T12:09:56.885728Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7776,
                "name": "230 Portobello Road",
                "slug": "230-portobello-road",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4724034,-0.1460852",
                "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-03-06T12:10:30.143893Z",
            "publish_time": null,
            "slug": "230-portobello-road-the-moment-of-co-existence-2024-03-13",
            "created_at": "2024-03-06T12:10:31.610695Z",
            "updated_at": "2024-03-06T12:10:31.610714Z",
            "summary": null,
            "title": "The Moment of Co-Existence",
            "content": null,
            "start_time": "2024-03-13T01:00:00.000000Z",
            "end_time": "2024-03-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": "",
            "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": []
        }
    ]
}