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

{
    "count": 37586,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=37008&ordering=end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=36972&ordering=end_time",
    "results": [
        {
            "id": 38250,
            "author": {
                "id": "365a9b01-9a24-4787-b4c4-8b89b57364c7",
                "username": "ElenaMartinique",
                "slug": "elenamartinique",
                "first_name": "Jelena",
                "last_name": "Martinović",
                "display_name": "Jelena Martinović",
                "display_name_full": "Jelena Martinović",
                "email": "jelena.martinovic@gmail.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 36485,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06a950026e614d1f9ae32e52ec0bd94e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06a950026e614d1f9ae32e52ec0bd94e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/06a950026e614d1f9ae32e52ec0bd94e.png",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06a950026e614d1f9ae32e52ec0bd94e-crop-c0-5__0-5-270x152.png",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06a950026e614d1f9ae32e52ec0bd94e-crop-c0-5__0-5-555x312.png",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06a950026e614d1f9ae32e52ec0bd94e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06a950026e614d1f9ae32e52ec0bd94e-crop-c0-5__0-5-524x294.png",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06a950026e614d1f9ae32e52ec0bd94e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06a950026e614d1f9ae32e52ec0bd94e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/06a950026e614d1f9ae32e52ec0bd94e-crop-c0-5__0-5-179x179.png"
                },
                "created_at": "2024-05-15T06:14:00.576711Z",
                "updated_at": "2024-05-15T06:14:00.576751Z",
                "is_converted_to_webp": true,
                "caption": "",
                "alt_text": "photo basel 2024",
                "description": "",
                "uploaded_by": "365a9b01-9a24-4787-b4c4-8b89b57364c7"
            },
            "venue": null,
            "category": {
                "id": 3,
                "image": null,
                "slug": "art-fairs",
                "created_at": "2020-06-02T15:33:40.534223Z",
                "updated_at": "2021-03-29T12:18:45.718972Z",
                "name": "Art Fairs",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "CH",
            "publish_status": "published",
            "published_at": "2024-05-15T06:26:15.189612Z",
            "publish_time": null,
            "slug": "photo-basel-2024",
            "created_at": "2024-05-15T06:26:15.191355Z",
            "updated_at": "2024-05-15T06:26:15.191373Z",
            "summary": "From June 11th to 16th, photo basel 2024 returns to the Swiss city, bringing a rich lineup of exhibitors and an extensive supporting program to back it up.",
            "title": "Photo Basel 2024",
            "content": "<p>From June 11th to 16th, photo basel 2024 returns to the Swiss city, bringing a rich lineup of exhibitors and an extensive supporting program to back it up. Taking place at Volkshaus Basel, the fair will bring together&nbsp;<span style=\"text-align: justify;\">over 450 pieces by 150 artists.&nbsp;</span>In addition to its traditional set of sectors, the 2024 photo basel introduces novum — a new, secretive sector dedicated exclusively to new or recent pieces that have flown under the proverbial radar.</p>",
            "start_time": "2024-06-11T00:00:00.000000Z",
            "end_time": "2024-06-16T00:00:00.000000Z",
            "is_all_day_event": true,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": true,
            "is_paid_art_fair": false,
            "address": "Rebgasse 12-14, 4058 Basel, Switzerland",
            "city": "Basel",
            "geolocation": "47.5610456,7.593544400000001",
            "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": "https://www.photo-basel.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                27140
            ],
            "additional_images": []
        },
        {
            "id": 38273,
            "author": {
                "id": "365a9b01-9a24-4787-b4c4-8b89b57364c7",
                "username": "ElenaMartinique",
                "slug": "elenamartinique",
                "first_name": "Jelena",
                "last_name": "Martinović",
                "display_name": "Jelena Martinović",
                "display_name_full": "Jelena Martinović",
                "email": "jelena.martinovic@gmail.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 36723,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ddd16e198914f93b40587dcf5e39841-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ddd16e198914f93b40587dcf5e39841-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5ddd16e198914f93b40587dcf5e39841.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ddd16e198914f93b40587dcf5e39841-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ddd16e198914f93b40587dcf5e39841-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ddd16e198914f93b40587dcf5e39841-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ddd16e198914f93b40587dcf5e39841-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ddd16e198914f93b40587dcf5e39841-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ddd16e198914f93b40587dcf5e39841-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5ddd16e198914f93b40587dcf5e39841-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-05-29T09:30:57.420317Z",
                "updated_at": "2024-05-29T09:30:57.420352Z",
                "is_converted_to_webp": true,
                "caption": "Liste_Basel_2023",
                "alt_text": "Liste_Basel_2023",
                "description": "",
                "uploaded_by": "365a9b01-9a24-4787-b4c4-8b89b57364c7"
            },
            "venue": null,
            "category": {
                "id": 3,
                "image": null,
                "slug": "art-fairs",
                "created_at": "2020-06-02T15:33:40.534223Z",
                "updated_at": "2021-03-29T12:18:45.718972Z",
                "name": "Art Fairs",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "CH",
            "publish_status": "published",
            "published_at": "2024-05-29T09:32:03.382679Z",
            "publish_time": null,
            "slug": "liste-art-fair-basel-2024",
            "created_at": "2024-05-29T09:31:15.637719Z",
            "updated_at": "2024-05-29T09:48:58.080473Z",
            "summary": "Taking place in Hall 1.1 of Messe Basel in Basel from June 10th until June 16th, 2024, this pioneering art fair highlights the newest generation of talent, reflecting the latest trends and developments in contemporary art.",
            "title": "Liste Art Fair Basel 2024",
            "content": "<p>Liste Art Fair Basel 2024 announces its 29th edition, continuing its mission to support emerging galleries and exceptional artists. Taking place&nbsp;<span style=\"text-align: justify;\">in Hall 1.1 of Messe Basel in Basel&nbsp;</span><span style=\"text-rendering: optimizelegibility; -webkit-tap-highlight-color: transparent; text-align: justify;\">from June 10th until June 16th, 2024, t</span>his pioneering art fair highlights the newest generation of talent, reflecting the latest trends and developments in contemporary art.</p><p>Bringing together more than 90 international exhibitors, Liste Art Fair Basel 2024 stands out as the only art fair where two-thirds of the galleries present solo artist exhibitions, solidifying its reputation as a pioneering champion of contemporary artists and the art sector. Peter Bläuer, the Co-Founder of Liste Art Fair, Basel, who has been leading the event for over two decades, took on the mantle of artistic director of this year's edition.</p>",
            "start_time": "2024-06-10T00:00:00.000000Z",
            "end_time": "2024-06-16T00:00:00.000000Z",
            "is_all_day_event": true,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": true,
            "is_paid_art_fair": false,
            "address": "Messepl. 10, 4005 Basel, Switzerland",
            "city": "Basel",
            "geolocation": "47.5653629,7.599131199999999",
            "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": "https://www.liste.ch/en/home.html",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                27148
            ],
            "additional_images": []
        },
        {
            "id": 36037,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 8093,
                "name": "Tilting At Windmills Gallery",
                "slug": "tilting-windmills-gallery",
                "city": "Manchester",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "43.1728643,-73.0467537",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-14T10:18:16.319033Z",
            "publish_time": null,
            "slug": "tilting-at-windmills-gallery-michael-ffratrich-show-2024-02-17",
            "created_at": "2024-02-14T10:18:17.328638Z",
            "updated_at": "2024-02-14T10:18:23.571748Z",
            "summary": "Michael Ffratrich Show is an Gallery Shows event starting on 17/02/2024, 01:00 and ending on 17/06/2024, 00:00. Event is in Tilting At Windmills Gallery with address 24 Highland Avenue.",
            "title": "Michael Ffratrich Show",
            "content": null,
            "start_time": "2024-02-17T01:00:00.000000Z",
            "end_time": "2024-06-17T00: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": "24 Highland Avenue",
            "city": "Manchester Center",
            "geolocation": "46.13129265,-67.83884701304511",
            "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": 36721,
            "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": 34821,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e40a36fc9074897b16c49b15582ab81-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e40a36fc9074897b16c49b15582ab81-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0e40a36fc9074897b16c49b15582ab81.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e40a36fc9074897b16c49b15582ab81-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e40a36fc9074897b16c49b15582ab81-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e40a36fc9074897b16c49b15582ab81-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e40a36fc9074897b16c49b15582ab81-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e40a36fc9074897b16c49b15582ab81-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e40a36fc9074897b16c49b15582ab81-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0e40a36fc9074897b16c49b15582ab81-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-08T15:18:15.559480Z",
                "updated_at": "2024-03-08T15:18:15.559538Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7180,
                "name": "Carpenters Workshop Gallery",
                "slug": "carpenters-workshop-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.761152,-73.974791",
                "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-08T15:18:19.856949Z",
            "publish_time": null,
            "slug": "carpenters-workshop-gallery-vincenzo-de-cotiis-crossing-over-2024-02-28",
            "created_at": "2024-03-08T15:18:20.938345Z",
            "updated_at": "2024-03-08T15:18:21.652652Z",
            "summary": "Vincenzo De Cotiis. Crossing Over is an Gallery Shows event starting on 28/02/2024, 01:00 and ending on 19/06/2024, 00:00. Event is in Carpenters Workshop Gallery with address 7070 Santa Monica Blvd.",
            "title": "Vincenzo De Cotiis. Crossing Over",
            "content": null,
            "start_time": "2024-02-28T01:00:00.000000Z",
            "end_time": "2024-06-19T00: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": "7070 Santa Monica Blvd",
            "city": "West Hollywood",
            "geolocation": "34.090616,-118.34333485714285",
            "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": 36934,
            "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": 35027,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a806f7eef38741b4bd39e49f0cb6a354-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a806f7eef38741b4bd39e49f0cb6a354-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a806f7eef38741b4bd39e49f0cb6a354.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a806f7eef38741b4bd39e49f0cb6a354-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a806f7eef38741b4bd39e49f0cb6a354-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a806f7eef38741b4bd39e49f0cb6a354-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a806f7eef38741b4bd39e49f0cb6a354-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a806f7eef38741b4bd39e49f0cb6a354-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a806f7eef38741b4bd39e49f0cb6a354-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a806f7eef38741b4bd39e49f0cb6a354-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-13T14:59:38.105640Z",
                "updated_at": "2024-03-13T14:59:38.105699Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9162,
                "name": "ifa-Galerie Stuttgart",
                "slug": "ifa-galerie-stuttgart",
                "city": "Stuttgart",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "48.77585999999999,9.1816993",
                "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-13T14:59:43.758345Z",
            "publish_time": null,
            "slug": "ifa-galerie-stuttgart-out-of-the-box-3-traces-of-interest-ifa-kunstbestand-2024-03-14",
            "created_at": "2024-03-13T14:59:44.664690Z",
            "updated_at": "2024-03-13T14:59:45.234587Z",
            "summary": "Out of the Box 3: Traces of Interest / ifa-Kunstbestand is an Gallery Shows event starting on 14/03/2024, 01:00 and ending on 19/06/2024, 00:00. Event is in ifa-Galerie Stuttgart with address Charlottenplatz 17.",
            "title": "Out of the Box 3: Traces of Interest / ifa-Kunstbestand",
            "content": null,
            "start_time": "2024-03-14T01:00:00.000000Z",
            "end_time": "2024-06-19T00: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": "Charlottenplatz 17",
            "city": "Stuttgart",
            "geolocation": "48.7760164,9.181478",
            "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": 37333,
            "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": 35393,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/becdcfa33c104a2091aef2b287aa4cf6-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/becdcfa33c104a2091aef2b287aa4cf6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/becdcfa33c104a2091aef2b287aa4cf6.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/becdcfa33c104a2091aef2b287aa4cf6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/becdcfa33c104a2091aef2b287aa4cf6-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/becdcfa33c104a2091aef2b287aa4cf6-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/becdcfa33c104a2091aef2b287aa4cf6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/becdcfa33c104a2091aef2b287aa4cf6-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/becdcfa33c104a2091aef2b287aa4cf6-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/becdcfa33c104a2091aef2b287aa4cf6-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-01T18:18:41.165351Z",
                "updated_at": "2024-04-01T18:18:41.165438Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6110,
                "name": "Chaussee 36",
                "slug": "chaussee-36",
                "city": "+49 30 28097648",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5332373,13.3802213",
                "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-04-01T18:18:52.882411Z",
            "publish_time": null,
            "slug": "chaussee-36-maisie-cousins-smorgasbord-2024-04-27",
            "created_at": "2024-04-01T18:18:53.956698Z",
            "updated_at": "2024-04-01T18:19:10.068601Z",
            "summary": "Maisie Cousins – SMORGASBORD is an Gallery Shows event starting on 27/04/2024, 00:00 and ending on 20/06/2024, 00:00. Event is in Chaussee 36 with address Chausseestraße 36.",
            "title": "Maisie Cousins – SMORGASBORD",
            "content": null,
            "start_time": "2024-04-27T00:00:00.000000Z",
            "end_time": "2024-06-20T00: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": "Chausseestraße 36",
            "city": "Berlin",
            "geolocation": "52.5331293,13.3801916",
            "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": 37796,
            "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": 35885,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5fcc2140960d4e1ebc577913b8974247-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5fcc2140960d4e1ebc577913b8974247-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5fcc2140960d4e1ebc577913b8974247.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5fcc2140960d4e1ebc577913b8974247-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5fcc2140960d4e1ebc577913b8974247-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5fcc2140960d4e1ebc577913b8974247-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5fcc2140960d4e1ebc577913b8974247-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5fcc2140960d4e1ebc577913b8974247-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5fcc2140960d4e1ebc577913b8974247-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5fcc2140960d4e1ebc577913b8974247-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-03T09:50:29.430865Z",
                "updated_at": "2024-04-03T09:50:29.430925Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5635,
                "name": "111 Minna Gallery",
                "slug": "111-minna-gallery",
                "city": "San Francisco",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.78732409999999,-122.3994814",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-04-03T09:50:36.409374Z",
            "publish_time": null,
            "slug": "111-minna-gallery-survivors-of-the-plague-x-reversal-of-fortune-2024-04-12",
            "created_at": "2024-04-03T09:50:37.314193Z",
            "updated_at": "2024-04-03T09:50:37.997203Z",
            "summary": "SURVIVORS OF THE PLAGUE x REVERSAL OF FORTUNE is an Gallery Shows event starting on 12/04/2024, 00:00 and ending on 20/06/2024, 00:00. Event is in 111 Minna Gallery with address 111 Minna St..",
            "title": "SURVIVORS OF THE PLAGUE x REVERSAL OF FORTUNE",
            "content": null,
            "start_time": "2024-04-12T00:00:00.000000Z",
            "end_time": "2024-06-20T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "111 Minna St.",
            "city": "San Francisco",
            "geolocation": "37.7874165,-122.3993312",
            "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": 37698,
            "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": 35756,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/952af5b37adc42ce9fc467783dcd7398-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/952af5b37adc42ce9fc467783dcd7398-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/952af5b37adc42ce9fc467783dcd7398.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/952af5b37adc42ce9fc467783dcd7398-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/952af5b37adc42ce9fc467783dcd7398-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/952af5b37adc42ce9fc467783dcd7398-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/952af5b37adc42ce9fc467783dcd7398-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/952af5b37adc42ce9fc467783dcd7398-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/952af5b37adc42ce9fc467783dcd7398-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/952af5b37adc42ce9fc467783dcd7398-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T19:54:19.803908Z",
                "updated_at": "2024-04-02T19:54:19.803944Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3427,
                "name": "Kang Contemporary",
                "slug": "kang-contemporary",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.3932172,13.5659071",
                "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-04-02T19:54:23.589234Z",
            "publish_time": null,
            "slug": "kang-contemporary-opening-viewing-room-zeroes-ones-2024-04-12",
            "created_at": "2024-04-02T19:54:24.509156Z",
            "updated_at": "2024-04-02T19:54:24.557135Z",
            "summary": "OPENING: Viewing Room: Zeroes & Ones is an Gallery Shows event starting on 12/04/2024, 00:00 and ending on 21/06/2024, 00:00. Event is in Kang Contemporary with address Lindenstraße 90.",
            "title": "OPENING: Viewing Room: Zeroes & Ones",
            "content": null,
            "start_time": "2024-04-12T00:00:00.000000Z",
            "end_time": "2024-06-21T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Lindenstraße 90",
            "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": 38269,
            "author": {
                "id": "ed68bbe8-e633-4857-bb5d-177a86ce850d",
                "username": "info@streetlevelsgallery.com",
                "slug": "infostreetlevelsgallerycom",
                "first_name": "Sofia",
                "last_name": "Bonacchi",
                "display_name": null,
                "display_name_full": "Sofia Bonacchi",
                "email": "info@streetlevelsgallery.com",
                "telephone": "+39 333 674 5750"
            },
            "price": null,
            "featured_image": {
                "id": 36716,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d96b423391ae413cb4ca06f111b67c7e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d96b423391ae413cb4ca06f111b67c7e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d96b423391ae413cb4ca06f111b67c7e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d96b423391ae413cb4ca06f111b67c7e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d96b423391ae413cb4ca06f111b67c7e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d96b423391ae413cb4ca06f111b67c7e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d96b423391ae413cb4ca06f111b67c7e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d96b423391ae413cb4ca06f111b67c7e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d96b423391ae413cb4ca06f111b67c7e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d96b423391ae413cb4ca06f111b67c7e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-05-23T14:24:31.337873Z",
                "updated_at": "2024-05-23T14:24:31.337910Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "ed68bbe8-e633-4857-bb5d-177a86ce850d"
            },
            "venue": {
                "id": 4748,
                "name": "Street Levels Gallery",
                "slug": "street-levels-gallery",
                "city": "Firenze",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "43.7736216,11.2469219",
                "artworks_for_sale_count": 248,
                "featured_image": {
                    "id": 3789,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ad5bc1e77bad40e5addb7db37a7d2be7-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ad5bc1e77bad40e5addb7db37a7d2be7-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ad5bc1e77bad40e5addb7db37a7d2be7-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/ad5bc1e77bad40e5addb7db37a7d2be7.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ad5bc1e77bad40e5addb7db37a7d2be7-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ad5bc1e77bad40e5addb7db37a7d2be7-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ad5bc1e77bad40e5addb7db37a7d2be7-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/ad5bc1e77bad40e5addb7db37a7d2be7-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-05-11T12:49:52.926949Z",
                    "updated_at": "2022-05-11T12:49:52.926985Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "ed68bbe8-e633-4857-bb5d-177a86ce850d"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2024-05-23T14:24:36.129117Z",
            "publish_time": null,
            "slug": "dinosauria-prehistoric-imagery-in-the-worlds-oldest-country",
            "created_at": "2024-05-23T14:24:36.133081Z",
            "updated_at": "2024-05-23T14:25:14.454452Z",
            "summary": "Dinosauria. Prehistoric imagery in the world's oldest country is an Gallery Shows event starting on 23/05/2024, 17:22 and ending on 21/06/2024, 14:23. Event is in Street Levels Gallery with address Via Palazzuolo, 74, 50123 Firenze FI, Italy.",
            "title": "Dinosauria. Prehistoric imagery in the world's oldest country",
            "content": "“Dinosauria. Prehistoric imagery in the world's oldest country” is a group exhibition of 29 artists at Street Levels Gallery curated by Hogre!\r\n\r\nOpening Friday, May 31, 5:00 PM\r\nVia Palazzuolo 74 AR, Florence\r\nFree Admission",
            "start_time": "2024-05-23T17:22:00.000000Z",
            "end_time": "2024-06-21T14:23: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 Palazzuolo, 74, 50123 Firenze FI, Italy",
            "city": "",
            "geolocation": "43.7736216,11.2469219",
            "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": 35927,
            "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": 34010,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a40a9e51a5634ef59408a9360e356a5f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a40a9e51a5634ef59408a9360e356a5f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a40a9e51a5634ef59408a9360e356a5f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a40a9e51a5634ef59408a9360e356a5f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a40a9e51a5634ef59408a9360e356a5f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a40a9e51a5634ef59408a9360e356a5f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a40a9e51a5634ef59408a9360e356a5f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a40a9e51a5634ef59408a9360e356a5f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a40a9e51a5634ef59408a9360e356a5f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a40a9e51a5634ef59408a9360e356a5f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-14T10:06:18.882694Z",
                "updated_at": "2024-02-14T10:06:18.882731Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3200,
                "name": "18th Street Arts Center",
                "slug": "18th-street-arts-center",
                "city": "Santa Monica",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.023855,-118.4777478",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-14T10:06:21.829064Z",
            "publish_time": null,
            "slug": "18th-street-arts-center-karla-diaz-wait-til-your-mother-gets-home-2024-02-17",
            "created_at": "2024-02-14T10:06:22.881984Z",
            "updated_at": "2024-02-14T10:06:23.669300Z",
            "summary": "Karla Diaz. Wait 'til Your Mother Gets Home is an Gallery Shows event starting on 17/02/2024, 01:00 and ending on 22/06/2024, 00:00. Event is in 18th Street Arts Center with address 3026 Airport Avenue.",
            "title": "Karla Diaz. Wait 'til Your Mother Gets Home",
            "content": null,
            "start_time": "2024-02-17T01:00:00.000000Z",
            "end_time": "2024-06-22T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "3026 Airport Avenue",
            "city": "Santa Monica",
            "geolocation": "34.011577575043106,-118.45362723944626",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36866,
            "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": 34963,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9378e7799dfb4004837cf99819fce204-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9378e7799dfb4004837cf99819fce204-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9378e7799dfb4004837cf99819fce204.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9378e7799dfb4004837cf99819fce204-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9378e7799dfb4004837cf99819fce204-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9378e7799dfb4004837cf99819fce204-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9378e7799dfb4004837cf99819fce204-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9378e7799dfb4004837cf99819fce204-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9378e7799dfb4004837cf99819fce204-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9378e7799dfb4004837cf99819fce204-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-11T16:13:26.275787Z",
                "updated_at": "2024-03-11T16:13:26.275824Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8508,
                "name": "Tŷ Pawb",
                "slug": "t-pawb",
                "city": "Wrexham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-03-11T16:13:30.006162Z",
            "publish_time": null,
            "slug": "ty-pawb-clyde-holmes-uplandscapes-2024-04-13",
            "created_at": "2024-03-11T16:13:30.919833Z",
            "updated_at": "2024-03-11T16:13:31.325052Z",
            "summary": "Clyde Holmes: Uplandscapes is an Gallery Shows event starting on 13/04/2024, 00:00 and ending on 22/06/2024, 00:00. Event is in Tŷ Pawb with address Tŷ Pawb.",
            "title": "Clyde Holmes: Uplandscapes",
            "content": null,
            "start_time": "2024-04-13T00:00:00.000000Z",
            "end_time": "2024-06-22T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Tŷ Pawb",
            "city": "Wrexham",
            "geolocation": "53.0466204,-2.990618",
            "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": 36867,
            "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": 34962,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea77fb05911c4447bc7e32aea0796412-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea77fb05911c4447bc7e32aea0796412-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ea77fb05911c4447bc7e32aea0796412.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea77fb05911c4447bc7e32aea0796412-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea77fb05911c4447bc7e32aea0796412-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea77fb05911c4447bc7e32aea0796412-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea77fb05911c4447bc7e32aea0796412-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea77fb05911c4447bc7e32aea0796412-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea77fb05911c4447bc7e32aea0796412-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ea77fb05911c4447bc7e32aea0796412-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-11T16:13:25.478949Z",
                "updated_at": "2024-03-11T16:13:25.478972Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8508,
                "name": "Tŷ Pawb",
                "slug": "t-pawb",
                "city": "Wrexham",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-03-11T16:13:30.320708Z",
            "publish_time": null,
            "slug": "ty-pawb-bom-dia-cymru-2024-04-13",
            "created_at": "2024-03-11T16:13:31.242595Z",
            "updated_at": "2024-03-11T16:13:31.804006Z",
            "summary": "Bom Dia Cymru is an Gallery Shows event starting on 13/04/2024, 00:00 and ending on 22/06/2024, 00:00. Event is in Tŷ Pawb with address Tŷ Pawb.",
            "title": "Bom Dia Cymru",
            "content": null,
            "start_time": "2024-04-13T00:00:00.000000Z",
            "end_time": "2024-06-22T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Tŷ Pawb",
            "city": "Wrexham",
            "geolocation": "53.0466204,-2.990618",
            "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": 36908,
            "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": 35005,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69fc94673bc14b40aed30f399ba9ba4d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69fc94673bc14b40aed30f399ba9ba4d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/69fc94673bc14b40aed30f399ba9ba4d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69fc94673bc14b40aed30f399ba9ba4d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69fc94673bc14b40aed30f399ba9ba4d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69fc94673bc14b40aed30f399ba9ba4d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69fc94673bc14b40aed30f399ba9ba4d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69fc94673bc14b40aed30f399ba9ba4d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69fc94673bc14b40aed30f399ba9ba4d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69fc94673bc14b40aed30f399ba9ba4d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-13T14:56:56.862084Z",
                "updated_at": "2024-03-13T14:56:56.862136Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4632,
                "name": "Exeter Phoenix",
                "slug": "exeter-phoenix",
                "city": "Exeter",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.7247894,-3.5312808",
                "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-13T14:57:02.179856Z",
            "publish_time": null,
            "slug": "exeter-phoenix-grant-foster-human-made-2024-04-27",
            "created_at": "2024-03-13T14:57:03.100447Z",
            "updated_at": "2024-03-13T14:57:03.141079Z",
            "summary": "Grant Foster: Human Made is an Gallery Shows event starting on 27/04/2024, 00:00 and ending on 22/06/2024, 00:00. Event is in Exeter Phoenix with address Exeter Phoenix, Bradnich Place.",
            "title": "Grant Foster: Human Made",
            "content": null,
            "start_time": "2024-04-27T00:00:00.000000Z",
            "end_time": "2024-06-22T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Exeter Phoenix, Bradnich Place",
            "city": "Exeter",
            "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": 37461,
            "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": 35509,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d42978ae255640b0b19e1d05ab5449af-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d42978ae255640b0b19e1d05ab5449af-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d42978ae255640b0b19e1d05ab5449af.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d42978ae255640b0b19e1d05ab5449af-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d42978ae255640b0b19e1d05ab5449af-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d42978ae255640b0b19e1d05ab5449af-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d42978ae255640b0b19e1d05ab5449af-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d42978ae255640b0b19e1d05ab5449af-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d42978ae255640b0b19e1d05ab5449af-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d42978ae255640b0b19e1d05ab5449af-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-01T21:21:36.518520Z",
                "updated_at": "2024-04-01T21:21:36.518558Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6501,
                "name": "Neugerriemschneider",
                "slug": "neugerriemschneider",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.52766810000001,13.3940676",
                "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-04-01T21:21:48.983644Z",
            "publish_time": null,
            "slug": "neugerriemschneider-andreas-eriksson-of-stones-and-lakes-2024-04-27",
            "created_at": "2024-04-01T21:21:50.014531Z",
            "updated_at": "2024-04-01T21:21:50.730150Z",
            "summary": "andreas eriksson - of stones and lakes is an Gallery Shows event starting on 27/04/2024, 00:00 and ending on 22/06/2024, 00:00. Event is in Neugerriemschneider with address Linienstraße 155.",
            "title": "andreas eriksson - of stones and lakes",
            "content": null,
            "start_time": "2024-04-27T00:00:00.000000Z",
            "end_time": "2024-06-22T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Linienstraße 155",
            "city": "Berlin",
            "geolocation": "52.5275959,13.3940895",
            "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": 37731,
            "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": 35815,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b53e6ff474434d0b8ae526bec967f708-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b53e6ff474434d0b8ae526bec967f708-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b53e6ff474434d0b8ae526bec967f708.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b53e6ff474434d0b8ae526bec967f708-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b53e6ff474434d0b8ae526bec967f708-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b53e6ff474434d0b8ae526bec967f708-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b53e6ff474434d0b8ae526bec967f708-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b53e6ff474434d0b8ae526bec967f708-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b53e6ff474434d0b8ae526bec967f708-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b53e6ff474434d0b8ae526bec967f708-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T20:27:05.865369Z",
                "updated_at": "2024-04-02T20:27:05.865460Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3474,
                "name": "Mostyn",
                "slug": "mostyn",
                "city": "Llandudno",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.32125660000001,-3.8250012",
                "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:27:22.796044Z",
            "publish_time": null,
            "slug": "mostyn-ffocws-1-2024-03-23",
            "created_at": "2024-04-02T20:27:23.857714Z",
            "updated_at": "2024-04-02T20:27:25.480202Z",
            "summary": "Ffocws #1 is an Gallery Shows event starting on 23/03/2024, 01:00 and ending on 22/06/2024, 00:00. Event is in Mostyn with address 12 Vaughan Street.",
            "title": "Ffocws #1",
            "content": null,
            "start_time": "2024-03-23T01:00:00.000000Z",
            "end_time": "2024-06-22T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "12 Vaughan Street",
            "city": "Llandudno",
            "geolocation": "-33.7039914,150.8160809",
            "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": 37804,
            "author": {
                "id": "c79c9538-a7d5-4a56-b5d3-a7fa2b867a7c",
                "username": "ArushaGallery",
                "slug": "ArushaGallery",
                "first_name": "Arusha",
                "last_name": "Gallery",
                "display_name": "Arusha Gallery",
                "display_name_full": "Arusha Gallery",
                "email": "lauren@arushagallery.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 35893,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c8d824fe14747c7aa7103435f18b357-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c8d824fe14747c7aa7103435f18b357-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8c8d824fe14747c7aa7103435f18b357.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c8d824fe14747c7aa7103435f18b357-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c8d824fe14747c7aa7103435f18b357-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c8d824fe14747c7aa7103435f18b357-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c8d824fe14747c7aa7103435f18b357-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c8d824fe14747c7aa7103435f18b357-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c8d824fe14747c7aa7103435f18b357-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c8d824fe14747c7aa7103435f18b357-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-03T09:51:19.868565Z",
                "updated_at": "2024-04-03T09:51:19.868627Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 1985,
                "name": "Arusha Gallery",
                "slug": "arusha-gallery-2",
                "city": "Edinburgh",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.9565126,-3.1986027000000377",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2298,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/arusha-gallery-outside.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/arusha-gallery-outside-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-23T05:33:36.469241Z",
                    "updated_at": "2021-09-14T13:26:48.490259Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "arusha-gallery-outside",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-04-03T09:51:31.974066Z",
            "publish_time": null,
            "slug": "arusha-gallery-pissing-on-the-inferno-plum-cloutman-2024-05-31",
            "created_at": "2024-04-03T09:51:34.168471Z",
            "updated_at": "2024-04-03T09:51:56.856349Z",
            "summary": "Pissing on the Inferno: Plum Cloutman is an Gallery Shows event starting on 31/05/2024, 00:00 and ending on 22/06/2024, 00:00. Event is in Arusha Gallery with address 6 Percy Street.",
            "title": "Pissing on the Inferno: Plum Cloutman",
            "content": null,
            "start_time": "2024-05-31T00:00:00.000000Z",
            "end_time": "2024-06-22T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "6 Percy Street",
            "city": "London",
            "geolocation": "-43.5351289,172.6597142",
            "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": 38090,
            "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": 36281,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6256de51a5cd494d9e8bb27fd3819712-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6256de51a5cd494d9e8bb27fd3819712-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6256de51a5cd494d9e8bb27fd3819712.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6256de51a5cd494d9e8bb27fd3819712-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6256de51a5cd494d9e8bb27fd3819712-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6256de51a5cd494d9e8bb27fd3819712-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6256de51a5cd494d9e8bb27fd3819712-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6256de51a5cd494d9e8bb27fd3819712-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6256de51a5cd494d9e8bb27fd3819712-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6256de51a5cd494d9e8bb27fd3819712-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-30T09:45:48.568130Z",
                "updated_at": "2024-04-30T09:45:48.568183Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4217,
                "name": "Galerie Chloe Salgado",
                "slug": "galerie-chloe-salgado",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.86431330000001,2.3652431",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "FR",
            "publish_status": "published",
            "published_at": "2024-04-30T09:46:09.385669Z",
            "publish_time": null,
            "slug": "galerie-chloe-salgado-camille-benarab-lopez-scarssirens-2024-05-04",
            "created_at": "2024-04-30T09:46:10.298618Z",
            "updated_at": "2024-04-30T09:46:11.727756Z",
            "summary": "Camille Benarab-Lopez - scars/sirens is an Gallery Shows event starting on 04/05/2024, 00:00 and ending on 22/06/2024, 00:00. Event is in Galerie Chloe Salgado with address 61 rue de Saintonge.",
            "title": "Camille Benarab-Lopez - scars/sirens",
            "content": null,
            "start_time": "2024-05-04T00:00:00.000000Z",
            "end_time": "2024-06-22T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "61 rue de Saintonge",
            "city": "Paris",
            "geolocation": "48.8642826,2.3653675",
            "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": 38176,
            "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": 36371,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa0112ecc09e419fa371dd2fb6a51f3c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa0112ecc09e419fa371dd2fb6a51f3c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/fa0112ecc09e419fa371dd2fb6a51f3c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa0112ecc09e419fa371dd2fb6a51f3c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa0112ecc09e419fa371dd2fb6a51f3c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa0112ecc09e419fa371dd2fb6a51f3c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa0112ecc09e419fa371dd2fb6a51f3c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa0112ecc09e419fa371dd2fb6a51f3c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa0112ecc09e419fa371dd2fb6a51f3c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/fa0112ecc09e419fa371dd2fb6a51f3c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-30T10:05:05.862266Z",
                "updated_at": "2024-04-30T10:05:05.862330Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8490,
                "name": "Philosophical Research Society",
                "slug": "philosophical-research-society",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.1131212,-118.2776506",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-04-30T10:05:47.700344Z",
            "publish_time": null,
            "slug": "philosophical-research-society-burton-kopelow-myth-in-the-making-2024-04-27",
            "created_at": "2024-04-30T10:05:48.592198Z",
            "updated_at": "2024-04-30T10:05:50.222711Z",
            "summary": "Burton Kopelow: Myth in the Making is an Gallery Shows event starting on 27/04/2024, 00:00 and ending on 22/06/2024, 00:00. Event is in Philosophical Research Society with address 3910 Los Feliz Blvd.",
            "title": "Burton Kopelow: Myth in the Making",
            "content": null,
            "start_time": "2024-04-27T00:00:00.000000Z",
            "end_time": "2024-06-22T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "3910 Los Feliz Blvd",
            "city": "Los Angeles",
            "geolocation": "34.11321555,-118.27741255196112",
            "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": []
        }
    ]
}