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

{
    "count": 37589,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=8010&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=7974&ordering=-end_time",
    "results": [
        {
            "id": 29980,
            "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": 28418,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9abf926c6925434a959b05521ba884dc-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9abf926c6925434a959b05521ba884dc-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/9abf926c6925434a959b05521ba884dc.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9abf926c6925434a959b05521ba884dc-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9abf926c6925434a959b05521ba884dc-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9abf926c6925434a959b05521ba884dc-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9abf926c6925434a959b05521ba884dc-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9abf926c6925434a959b05521ba884dc-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9abf926c6925434a959b05521ba884dc-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/9abf926c6925434a959b05521ba884dc-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-03T10:22:46.662049Z",
                "updated_at": "2023-08-03T10:22:46.662087Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5700,
                "name": "The Stanley & Audrey Burton Gallery",
                "slug": "stanley-audrey-burton-gallery",
                "city": "Leeds",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.8079251,-1.5540873",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-08-03T10:22:51.184755Z",
            "publish_time": null,
            "slug": "the-stanley-audrey-burton-gallery-fuam-2023-the-friends-of-university-art-and-music-graduate-art-prize-2023-08-16",
            "created_at": "2023-08-03T10:22:52.129567Z",
            "updated_at": "2023-08-03T10:22:52.498561Z",
            "summary": "FUAM 2023: The Friends of University Art and Music Graduate Art Prize is an Gallery Shows event starting on 16/08/2023, 00:00 and ending on 07/10/2023, 00:00. Event is in The Stanley & Audrey Burton Gallery with address University of Leeds.",
            "title": "FUAM 2023: The Friends of University Art and Music Graduate Art Prize",
            "content": null,
            "start_time": "2023-08-16T00:00:00.000000Z",
            "end_time": "2023-10-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "University of Leeds",
            "city": "Leeds",
            "geolocation": "53.80677435,-1.5562877504739676",
            "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": 31576,
            "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": 29868,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f851f6f0723c4ad2856ed9208218631f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f851f6f0723c4ad2856ed9208218631f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f851f6f0723c4ad2856ed9208218631f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f851f6f0723c4ad2856ed9208218631f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f851f6f0723c4ad2856ed9208218631f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f851f6f0723c4ad2856ed9208218631f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f851f6f0723c4ad2856ed9208218631f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f851f6f0723c4ad2856ed9208218631f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f851f6f0723c4ad2856ed9208218631f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f851f6f0723c4ad2856ed9208218631f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-22T11:18:01.247613Z",
                "updated_at": "2023-09-22T11:18:01.247649Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7022,
                "name": "Fragment Gallery",
                "slug": "fragment-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7134389,-73.9961984",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-09-22T11:18:04.868296Z",
            "publish_time": null,
            "slug": "fragment-gallery-shifts-and-echoes-2023-09-07",
            "created_at": "2023-09-22T11:18:05.756703Z",
            "updated_at": "2023-09-22T11:18:06.314312Z",
            "summary": "Shifts and Echoes is an Gallery Shows event starting on 07/09/2023, 00:00 and ending on 07/10/2023, 00:00. Event is in Fragment Gallery with address 39 West 14th, #308.",
            "title": "Shifts and Echoes",
            "content": null,
            "start_time": "2023-09-07T00:00:00.000000Z",
            "end_time": "2023-10-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "39 West 14th, #308",
            "city": "New York",
            "geolocation": "34.40202,-91.4126126",
            "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": 30522,
            "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": 28877,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/808160afd5424ddb974c1f645964141f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/808160afd5424ddb974c1f645964141f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/808160afd5424ddb974c1f645964141f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/808160afd5424ddb974c1f645964141f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/808160afd5424ddb974c1f645964141f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/808160afd5424ddb974c1f645964141f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/808160afd5424ddb974c1f645964141f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/808160afd5424ddb974c1f645964141f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/808160afd5424ddb974c1f645964141f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/808160afd5424ddb974c1f645964141f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-23T08:44:13.277642Z",
                "updated_at": "2023-08-23T08:44:13.277701Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8122,
                "name": "HOTO",
                "slug": "hoto",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.49012440000001,13.3880458",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-08-23T08:44:15.900879Z",
            "publish_time": null,
            "slug": "hoto-bastian-gehbauer-memories-of-a-place-i-have-never-been-part-ii-2023-08-26",
            "created_at": "2023-08-23T08:44:16.960923Z",
            "updated_at": "2023-08-23T08:44:17.471791Z",
            "summary": "Bastian Gehbauer. Memories of a place I have never been... Part II is an Gallery Shows event starting on 26/08/2023, 00:00 and ending on 07/10/2023, 00:00. Event is in HOTO with address Bergmannstrasse 109.",
            "title": "Bastian Gehbauer. Memories of a place I have never been... Part II",
            "content": null,
            "start_time": "2023-08-26T00:00:00.000000Z",
            "end_time": "2023-10-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Bergmannstrasse 109",
            "city": "Berlin",
            "geolocation": "52.4901383,13.3881477",
            "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": 29507,
            "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": 28047,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2d51bc6acca84fbfa071890f84a5e723-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2d51bc6acca84fbfa071890f84a5e723-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2d51bc6acca84fbfa071890f84a5e723.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2d51bc6acca84fbfa071890f84a5e723-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2d51bc6acca84fbfa071890f84a5e723-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2d51bc6acca84fbfa071890f84a5e723-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2d51bc6acca84fbfa071890f84a5e723-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2d51bc6acca84fbfa071890f84a5e723-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2d51bc6acca84fbfa071890f84a5e723-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2d51bc6acca84fbfa071890f84a5e723-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-07-19T09:59:11.635464Z",
                "updated_at": "2023-07-19T09:59:11.635501Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3325,
                "name": "Everard Read London",
                "slug": "everard-read-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4901711,-0.1747265",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-07-19T09:59:18.075882Z",
            "publish_time": null,
            "slug": "everard-read-london-angus-taylor-layers-of-being-2023-09-15",
            "created_at": "2023-07-19T09:59:19.012524Z",
            "updated_at": "2023-07-19T09:59:20.059507Z",
            "summary": "Angus Taylor | LAYERS OF BEING is an Gallery Shows event starting on 15/09/2023, 00:00 and ending on 07/10/2023, 00:00. Event is in Everard Read London with address 80 Fulham Road.",
            "title": "Angus Taylor | LAYERS OF BEING",
            "content": null,
            "start_time": "2023-09-15T00:00:00.000000Z",
            "end_time": "2023-10-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "80 Fulham Road",
            "city": "London",
            "geolocation": "51.4901865,-0.1747417",
            "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": 31527,
            "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": 29822,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e015a3ebc6a5440ab4d9a472c5432e08-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e015a3ebc6a5440ab4d9a472c5432e08-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e015a3ebc6a5440ab4d9a472c5432e08.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e015a3ebc6a5440ab4d9a472c5432e08-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e015a3ebc6a5440ab4d9a472c5432e08-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e015a3ebc6a5440ab4d9a472c5432e08-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e015a3ebc6a5440ab4d9a472c5432e08-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e015a3ebc6a5440ab4d9a472c5432e08-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e015a3ebc6a5440ab4d9a472c5432e08-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e015a3ebc6a5440ab4d9a472c5432e08-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-21T16:47:31.828210Z",
                "updated_at": "2023-09-21T16:47:31.828239Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9204,
                "name": "Bath House Galleries, Sovereign Design House and toast cafe",
                "slug": "bath-house-galleries-sovereign-design-house-and-toast-cafe",
                "city": "Huddersfield",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-09-21T16:47:40.206720Z",
            "publish_time": null,
            "slug": "bath-house-galleries-sovereign-design-house-and-toast-cafe-field-studies-land-body-botany-2023-09-15",
            "created_at": "2023-09-21T16:47:41.094793Z",
            "updated_at": "2023-09-21T16:47:41.142096Z",
            "summary": "Field Studies – Land Body Botany is an Gallery Shows event starting on 15/09/2023, 00:00 and ending on 07/10/2023, 00:00. Event is in Bath House Galleries, Sovereign Design House and toast cafe with address Hepworth Park, University of Huddersfield Queensgate Campus.",
            "title": "Field Studies – Land Body Botany",
            "content": null,
            "start_time": "2023-09-15T00:00:00.000000Z",
            "end_time": "2023-10-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Hepworth Park, University of Huddersfield Queensgate Campus",
            "city": "Huddersfield",
            "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": 31316,
            "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": 29628,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/653679834ad1499f99c7fc77a493caf1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/653679834ad1499f99c7fc77a493caf1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/653679834ad1499f99c7fc77a493caf1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/653679834ad1499f99c7fc77a493caf1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/653679834ad1499f99c7fc77a493caf1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/653679834ad1499f99c7fc77a493caf1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/653679834ad1499f99c7fc77a493caf1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/653679834ad1499f99c7fc77a493caf1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/653679834ad1499f99c7fc77a493caf1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/653679834ad1499f99c7fc77a493caf1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-18T14:25:36.522812Z",
                "updated_at": "2023-09-18T14:25:36.522850Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4578,
                "name": "Council_St",
                "slug": "council_st",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0733035,-118.2806382",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-09-18T14:25:39.412709Z",
            "publish_time": null,
            "slug": "council_st-susan-morgan-everything-must-go-2023-09-10",
            "created_at": "2023-09-18T14:25:40.386506Z",
            "updated_at": "2023-09-18T14:25:41.259107Z",
            "summary": "Susan Morgan. Everything Must Go is an Gallery Shows event starting on 10/09/2023, 00:00 and ending on 07/10/2023, 00:00. Event is in Council_St with address 3019 Council Street.",
            "title": "Susan Morgan. Everything Must Go",
            "content": null,
            "start_time": "2023-09-10T00:00:00.000000Z",
            "end_time": "2023-10-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "3019 Council Street",
            "city": "Los Angeles",
            "geolocation": "34.07309375510204,-118.28052328571428",
            "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": 31236,
            "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": 29561,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3c18b1efeb744d6a8c4fde06cd92e41f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3c18b1efeb744d6a8c4fde06cd92e41f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3c18b1efeb744d6a8c4fde06cd92e41f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3c18b1efeb744d6a8c4fde06cd92e41f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3c18b1efeb744d6a8c4fde06cd92e41f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3c18b1efeb744d6a8c4fde06cd92e41f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3c18b1efeb744d6a8c4fde06cd92e41f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3c18b1efeb744d6a8c4fde06cd92e41f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3c18b1efeb744d6a8c4fde06cd92e41f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3c18b1efeb744d6a8c4fde06cd92e41f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-15T13:45:27.652410Z",
                "updated_at": "2023-09-15T13:45:27.652452Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5612,
                "name": "The Albany Gallery",
                "slug": "albany-gallery",
                "city": "Cardiff",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4936727,-3.1666989",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-09-15T13:45:31.387532Z",
            "publish_time": null,
            "slug": "the-albany-gallery-martin-llewellyn-2023-09-15",
            "created_at": "2023-09-15T13:45:32.290179Z",
            "updated_at": "2023-09-15T13:45:33.621447Z",
            "summary": "Martin Llewellyn is an Gallery Shows event starting on 15/09/2023, 00:00 and ending on 07/10/2023, 00:00. Event is in The Albany Gallery with address 74b Albany Road.",
            "title": "Martin Llewellyn",
            "content": null,
            "start_time": "2023-09-15T00:00:00.000000Z",
            "end_time": "2023-10-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "74b Albany Road",
            "city": "Cardiff",
            "geolocation": "52.483914,1.7559146",
            "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": 30542,
            "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": 28892,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7eba3ea90abd4c40b37c14bfb3280926-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7eba3ea90abd4c40b37c14bfb3280926-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7eba3ea90abd4c40b37c14bfb3280926.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7eba3ea90abd4c40b37c14bfb3280926-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7eba3ea90abd4c40b37c14bfb3280926-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7eba3ea90abd4c40b37c14bfb3280926-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7eba3ea90abd4c40b37c14bfb3280926-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7eba3ea90abd4c40b37c14bfb3280926-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7eba3ea90abd4c40b37c14bfb3280926-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7eba3ea90abd4c40b37c14bfb3280926-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-23T08:51:21.886040Z",
                "updated_at": "2023-08-23T08:51:21.886076Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6157,
                "name": "Parrasch Heijnen Gallery",
                "slug": "parrasch-heijnen-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0255353,-118.2207512",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-08-23T08:51:27.788880Z",
            "publish_time": null,
            "slug": "parrasch-heijnen-gallery-ellen-siebers-dream-song-2023-08-26",
            "created_at": "2023-08-23T08:51:28.757731Z",
            "updated_at": "2023-08-23T08:51:29.310580Z",
            "summary": "Ellen Siebers: dream song is an Gallery Shows event starting on 26/08/2023, 00:00 and ending on 07/10/2023, 00:00. Event is in Parrasch Heijnen Gallery with address 1326 S. Boyle Avenue,.",
            "title": "Ellen Siebers: dream song",
            "content": null,
            "start_time": "2023-08-26T00:00:00.000000Z",
            "end_time": "2023-10-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1326 S. Boyle Avenue,",
            "city": "Los Angeles",
            "geolocation": "38.62488085354609,-90.253525",
            "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": 30980,
            "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": 5252,
                "name": "Nathalie Karg Gallery",
                "slug": "nathalie-karg-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7174319,-73.99216799999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-09-11T16:55:27.609946Z",
            "publish_time": null,
            "slug": "nathalie-karg-gallery-confetti-in-the-shade-2023-09-06",
            "created_at": "2023-09-11T16:55:28.501318Z",
            "updated_at": "2023-09-11T16:55:28.549046Z",
            "summary": "Confetti in the Shade is an Gallery Shows event starting on 06/09/2023, 00:00 and ending on 07/10/2023, 00:00. Event is in Nathalie Karg Gallery with address 291 Grand St, 4th Floor.",
            "title": "Confetti in the Shade",
            "content": null,
            "start_time": "2023-09-06T00:00:00.000000Z",
            "end_time": "2023-10-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "291 Grand St, 4th Floor",
            "city": "New York",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 31291,
            "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": 8127,
                "name": "Mennour",
                "slug": "mennour",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8533846,2.340075",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "FR",
            "publish_status": "published",
            "published_at": "2023-09-15T13:51:13.799103Z",
            "publish_time": null,
            "slug": "mennour-mircea-suciu-earthly-delights-2023-09-12",
            "created_at": "2023-09-15T13:51:15.142700Z",
            "updated_at": "2023-09-15T13:51:15.756910Z",
            "summary": "Mircea Suciu, Earthly Delights is an Gallery Shows event starting on 12/09/2023, 00:00 and ending on 07/10/2023, 00:00. Event is in Mennour with address 47, rue Saint-André des Arts.",
            "title": "Mircea Suciu, Earthly Delights",
            "content": null,
            "start_time": "2023-09-12T00:00:00.000000Z",
            "end_time": "2023-10-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "47, rue Saint-André des Arts",
            "city": "Paris",
            "geolocation": "48.853428,2.3399386",
            "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": 30215,
            "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": 28620,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8198a405c014b708481e944b3640899-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8198a405c014b708481e944b3640899-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c8198a405c014b708481e944b3640899.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8198a405c014b708481e944b3640899-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8198a405c014b708481e944b3640899-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8198a405c014b708481e944b3640899-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8198a405c014b708481e944b3640899-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8198a405c014b708481e944b3640899-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8198a405c014b708481e944b3640899-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c8198a405c014b708481e944b3640899-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-09T07:35:34.774186Z",
                "updated_at": "2023-08-09T07:35:34.774223Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5615,
                "name": "Stills",
                "slug": "stills",
                "city": "Edinburgh",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.95067889999999,-3.1902526",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-08-09T07:35:39.942809Z",
            "publish_time": null,
            "slug": "stills-marketa-luskacova-2023-08-12",
            "created_at": "2023-08-09T07:35:40.951946Z",
            "updated_at": "2023-08-09T07:35:42.317547Z",
            "summary": "Markéta Luskačová is an Gallery Shows event starting on 12/08/2023, 00:00 and ending on 07/10/2023, 00:00. Event is in Stills with address 23 Cockburn Street.",
            "title": "Markéta Luskačová",
            "content": null,
            "start_time": "2023-08-12T00:00:00.000000Z",
            "end_time": "2023-10-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "23 Cockburn Street",
            "city": "Edinburgh",
            "geolocation": "45.19421,-75.83406839497951",
            "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": 31282,
            "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": 29599,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c07fed218c0451cb349275a4f473f90-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c07fed218c0451cb349275a4f473f90-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8c07fed218c0451cb349275a4f473f90.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c07fed218c0451cb349275a4f473f90-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c07fed218c0451cb349275a4f473f90-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c07fed218c0451cb349275a4f473f90-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c07fed218c0451cb349275a4f473f90-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c07fed218c0451cb349275a4f473f90-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c07fed218c0451cb349275a4f473f90-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c07fed218c0451cb349275a4f473f90-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-15T13:49:35.195052Z",
                "updated_at": "2023-09-15T13:49:35.195089Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4977,
                "name": "Galerie Neu",
                "slug": "galerie-neu",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5271364,13.391029",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-09-15T13:49:38.428152Z",
            "publish_time": null,
            "slug": "galerie-neu-klara-liden-0-0-0-2023-09-09",
            "created_at": "2023-09-15T13:49:39.337359Z",
            "updated_at": "2023-09-15T13:49:40.138829Z",
            "summary": "Klara Lidén. (0, 0, 0) is an Gallery Shows event starting on 09/09/2023, 00:00 and ending on 07/10/2023, 00:00. Event is in Galerie Neu with address Linienstraße 119 abc.",
            "title": "Klara Lidén. (0, 0, 0)",
            "content": null,
            "start_time": "2023-09-09T00:00:00.000000Z",
            "end_time": "2023-10-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Linienstraße 119 abc",
            "city": "Berlin",
            "geolocation": "52.5249085,13.4210093",
            "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": 31754,
            "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": 30031,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec18b3340ce6459b811330884d2c11e6-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec18b3340ce6459b811330884d2c11e6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ec18b3340ce6459b811330884d2c11e6.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec18b3340ce6459b811330884d2c11e6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec18b3340ce6459b811330884d2c11e6-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec18b3340ce6459b811330884d2c11e6-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec18b3340ce6459b811330884d2c11e6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec18b3340ce6459b811330884d2c11e6-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec18b3340ce6459b811330884d2c11e6-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec18b3340ce6459b811330884d2c11e6-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-27T09:51:26.048608Z",
                "updated_at": "2023-09-27T09:51:26.048687Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6702,
                "name": "Sociedade Nacional de Belas Artes",
                "slug": "sociedade-nacional-de-belas-artes",
                "city": "Lisbon",
                "country": {
                    "code": "PT",
                    "name": "Portugal"
                },
                "geolocation": "38.7209678,-9.149397500000001",
                "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": "PT",
            "publish_status": "published",
            "published_at": "2023-09-27T09:51:31.325070Z",
            "publish_time": null,
            "slug": "sociedade-nacional-de-belas-artes-exposicao-final-de-ano-letivo-202223-alunos-snba-2023-09-08",
            "created_at": "2023-09-27T09:51:32.256446Z",
            "updated_at": "2023-09-27T09:51:32.964721Z",
            "summary": "Exposição Final de Ano Letivo 2022/23 Alunos SNBA is an Gallery Shows event starting on 08/09/2023, 00:00 and ending on 07/10/2023, 00:00. Event is in Sociedade Nacional de Belas Artes with address Rua Barata Salgueiro nº36.",
            "title": "Exposição Final de Ano Letivo 2022/23 Alunos SNBA",
            "content": null,
            "start_time": "2023-09-08T00:00:00.000000Z",
            "end_time": "2023-10-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Rua Barata Salgueiro nº36",
            "city": "Lisbon",
            "geolocation": "38.7219086,-9.1472463",
            "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": 31319,
            "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": 29630,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2604706cfc4c462ca7174123d0b76dab-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2604706cfc4c462ca7174123d0b76dab-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2604706cfc4c462ca7174123d0b76dab.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2604706cfc4c462ca7174123d0b76dab-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2604706cfc4c462ca7174123d0b76dab-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2604706cfc4c462ca7174123d0b76dab-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2604706cfc4c462ca7174123d0b76dab-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2604706cfc4c462ca7174123d0b76dab-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2604706cfc4c462ca7174123d0b76dab-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2604706cfc4c462ca7174123d0b76dab-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-18T14:25:43.448553Z",
                "updated_at": "2023-09-18T14:25:43.448615Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4005,
                "name": "D Contemporary",
                "slug": "d-contemporary",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5095207,-0.1430757",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-09-18T14:25:48.999795Z",
            "publish_time": null,
            "slug": "d-contemporary-a-state-of-trauma-2023-09-15",
            "created_at": "2023-09-18T14:25:49.905942Z",
            "updated_at": "2023-09-18T14:25:50.257917Z",
            "summary": "A State of Trauma is an Gallery Shows event starting on 15/09/2023, 00:00 and ending on 07/10/2023, 00:00. Event is in D Contemporary with address 23.",
            "title": "A State of Trauma",
            "content": null,
            "start_time": "2023-09-15T00:00:00.000000Z",
            "end_time": "2023-10-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "23",
            "city": "London",
            "geolocation": "36.84388775,7.598306767135636",
            "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": 31016,
            "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": 29351,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/401128e561324e6381b854d9ae36be73-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/401128e561324e6381b854d9ae36be73-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/401128e561324e6381b854d9ae36be73.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/401128e561324e6381b854d9ae36be73-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/401128e561324e6381b854d9ae36be73-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/401128e561324e6381b854d9ae36be73-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/401128e561324e6381b854d9ae36be73-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/401128e561324e6381b854d9ae36be73-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/401128e561324e6381b854d9ae36be73-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/401128e561324e6381b854d9ae36be73-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-11T16:59:58.209324Z",
                "updated_at": "2023-09-11T16:59:58.209359Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7778,
                "name": "Billis Williams Gallery",
                "slug": "billis-williams-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.033617,-118.3756895",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-09-11T17:00:05.577161Z",
            "publish_time": null,
            "slug": "billis-williams-gallery-bruce-everett-pathways-and-creekbeds-2023-09-09",
            "created_at": "2023-09-11T17:00:06.456944Z",
            "updated_at": "2023-09-11T17:00:09.457431Z",
            "summary": "Bruce Everett: Pathways and Creekbeds is an Gallery Shows event starting on 09/09/2023, 00:00 and ending on 07/10/2023, 00:00. Event is in Billis Williams Gallery with address 2716 S. La Cienega Blvd.",
            "title": "Bruce Everett: Pathways and Creekbeds",
            "content": null,
            "start_time": "2023-09-09T00:00:00.000000Z",
            "end_time": "2023-10-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2716 S. La Cienega Blvd",
            "city": "Los Angeles",
            "geolocation": "34.0333588,-118.37558",
            "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": 30492,
            "author": {
                "id": "47a947c6-c9f6-4a89-b7e3-ecc2b7f256ca",
                "username": "barret_1211",
                "slug": "barret_1211",
                "first_name": "Barret",
                "last_name": "Lybbert",
                "display_name": "Barret Lybbert",
                "display_name_full": "Barret Lybbert",
                "email": "barret@anatebgi.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 28853,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/57a85875eedd40588528ff1818397ed6-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/57a85875eedd40588528ff1818397ed6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/57a85875eedd40588528ff1818397ed6.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/57a85875eedd40588528ff1818397ed6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/57a85875eedd40588528ff1818397ed6-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/57a85875eedd40588528ff1818397ed6-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/57a85875eedd40588528ff1818397ed6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/57a85875eedd40588528ff1818397ed6-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/57a85875eedd40588528ff1818397ed6-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/57a85875eedd40588528ff1818397ed6-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-23T08:37:27.561752Z",
                "updated_at": "2023-08-23T08:37:27.561794Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2936,
                "name": "Anat Ebgi",
                "slug": "anat-ebgi",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0342258,-118.3765545",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2691,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Russell_Book-Paintings_Installation-view-001-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Russell_Book-Paintings_Installation-view-001-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Russell_Book-Paintings_Installation-view-001-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Russell_Book-Paintings_Installation-view-001.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Russell_Book-Paintings_Installation-view-001-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Russell_Book-Paintings_Installation-view-001-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Russell_Book-Paintings_Installation-view-001-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Russell_Book-Paintings_Installation-view-001-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-04-29T16:28:35.985729Z",
                    "updated_at": "2021-09-14T13:35:58.328383Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-08-23T08:38:10.734443Z",
            "publish_time": null,
            "slug": "anat-ebgi-nigel-howlett-means-of-opposites-2023-08-26",
            "created_at": "2023-08-23T08:38:11.679001Z",
            "updated_at": "2023-08-23T08:38:12.155616Z",
            "summary": "Nigel Howlett: Means of Opposites is an Gallery Shows event starting on 26/08/2023, 00:00 and ending on 07/10/2023, 00:00. Event is in Anat Ebgi with address 2660 S La Cienega Blvd..",
            "title": "Nigel Howlett: Means of Opposites",
            "content": null,
            "start_time": "2023-08-26T00:00:00.000000Z",
            "end_time": "2023-10-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2660 S La Cienega Blvd.",
            "city": "Los Angeles",
            "geolocation": "33.9253799,-118.3699329",
            "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": 30986,
            "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": 29323,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37d0857491e84d1b946f7d6dcdbf42fc-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37d0857491e84d1b946f7d6dcdbf42fc-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/37d0857491e84d1b946f7d6dcdbf42fc.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37d0857491e84d1b946f7d6dcdbf42fc-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37d0857491e84d1b946f7d6dcdbf42fc-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37d0857491e84d1b946f7d6dcdbf42fc-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37d0857491e84d1b946f7d6dcdbf42fc-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37d0857491e84d1b946f7d6dcdbf42fc-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37d0857491e84d1b946f7d6dcdbf42fc-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/37d0857491e84d1b946f7d6dcdbf42fc-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-11T16:55:37.281923Z",
                "updated_at": "2023-09-11T16:55:37.281960Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5252,
                "name": "Nathalie Karg Gallery",
                "slug": "nathalie-karg-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7174319,-73.99216799999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-09-11T16:55:40.885527Z",
            "publish_time": null,
            "slug": "nathalie-karg-gallery-marta-pierobon-2023-09-06",
            "created_at": "2023-09-11T16:55:41.859443Z",
            "updated_at": "2023-09-11T16:55:45.280484Z",
            "summary": "Marta Pierobon is an Gallery Shows event starting on 06/09/2023, 00:00 and ending on 07/10/2023, 00:00. Event is in Nathalie Karg Gallery with address 291 Grand Street.",
            "title": "Marta Pierobon",
            "content": null,
            "start_time": "2023-09-06T00:00:00.000000Z",
            "end_time": "2023-10-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "291 Grand Street",
            "city": "New York",
            "geolocation": "40.71317745,-73.95742047856521",
            "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": 31262,
            "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": 29581,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04a3ef39cfcd4f34a6b735e2e2eaba59-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04a3ef39cfcd4f34a6b735e2e2eaba59-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/04a3ef39cfcd4f34a6b735e2e2eaba59.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04a3ef39cfcd4f34a6b735e2e2eaba59-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04a3ef39cfcd4f34a6b735e2e2eaba59-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04a3ef39cfcd4f34a6b735e2e2eaba59-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04a3ef39cfcd4f34a6b735e2e2eaba59-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04a3ef39cfcd4f34a6b735e2e2eaba59-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04a3ef39cfcd4f34a6b735e2e2eaba59-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/04a3ef39cfcd4f34a6b735e2e2eaba59-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-15T13:48:02.648259Z",
                "updated_at": "2023-09-15T13:48:02.648318Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8351,
                "name": "Bermudez Projects",
                "slug": "bermudez-projects",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0958769,-118.228311",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-09-15T13:48:14.671778Z",
            "publish_time": null,
            "slug": "bermudez-projects-delano-dunn-the-fiddle-2023-09-09",
            "created_at": "2023-09-15T13:48:15.583425Z",
            "updated_at": "2023-09-15T13:48:17.112014Z",
            "summary": "Delano Dunn. The Fiddle is an Gallery Shows event starting on 09/09/2023, 00:00 and ending on 07/10/2023, 00:00. Event is in Bermudez Projects with address DTLA -117.",
            "title": "Delano Dunn. The Fiddle",
            "content": null,
            "start_time": "2023-09-09T00:00:00.000000Z",
            "end_time": "2023-10-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "DTLA -117",
            "city": "Los Angeles",
            "geolocation": "34.034294849999995,-118.24063900870468",
            "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": []
        }
    ]
}