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

{
    "count": 37591,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=36036&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=36000&ordering=start_time",
    "results": [
        {
            "id": 37702,
            "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": 35760,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca1670569ca34fd88b201a17a998e408-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca1670569ca34fd88b201a17a998e408-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ca1670569ca34fd88b201a17a998e408.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca1670569ca34fd88b201a17a998e408-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca1670569ca34fd88b201a17a998e408-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca1670569ca34fd88b201a17a998e408-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca1670569ca34fd88b201a17a998e408-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca1670569ca34fd88b201a17a998e408-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca1670569ca34fd88b201a17a998e408-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca1670569ca34fd88b201a17a998e408-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T19:54:30.985581Z",
                "updated_at": "2024-04-02T19:54:30.985640Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3428,
                "name": "Kettle's Yard",
                "slug": "kettles-yard",
                "city": "Cambridge",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.212485,0.1130069",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-04-02T19:54:35.231592Z",
            "publish_time": null,
            "slug": "kettles-yard-a-g-e-n-d-a-project-1-yevheniia-laptii-2024-03-12",
            "created_at": "2024-04-02T19:54:36.288153Z",
            "updated_at": "2024-04-02T19:54:37.276619Z",
            "summary": "A G E N D A Project 1: Yevheniia Laptii is an Gallery Shows event starting on 12/03/2024, 01:00 and ending on 11/06/2024, 00:00. Event is in Kettle's Yard with address Castle Street.",
            "title": "A G E N D A Project 1: Yevheniia Laptii",
            "content": null,
            "start_time": "2024-03-12T01:00:00.000000Z",
            "end_time": "2024-06-11T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Castle Street",
            "city": "Cambridge",
            "geolocation": "54.6848579,25.2893723",
            "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": 37714,
            "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": 35784,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61b1e38b98344307ad5a247a8376bbaf-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61b1e38b98344307ad5a247a8376bbaf-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/61b1e38b98344307ad5a247a8376bbaf.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61b1e38b98344307ad5a247a8376bbaf-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61b1e38b98344307ad5a247a8376bbaf-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61b1e38b98344307ad5a247a8376bbaf-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61b1e38b98344307ad5a247a8376bbaf-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61b1e38b98344307ad5a247a8376bbaf-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61b1e38b98344307ad5a247a8376bbaf-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/61b1e38b98344307ad5a247a8376bbaf-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-04-02T20:15:38.985158Z",
                "updated_at": "2024-04-02T20:15:38.985219Z",
                "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": "2024-04-02T20:15:43.044825Z",
            "publish_time": null,
            "slug": "sociedade-nacional-de-belas-artes-50-anos-de-abril-na-snba-2024-03-12",
            "created_at": "2024-04-02T20:15:44.855423Z",
            "updated_at": "2024-04-02T20:15:56.245079Z",
            "summary": "50 anos de Abril na SNBA is an Gallery Shows event starting on 12/03/2024, 01:00 and ending on 20/04/2024, 00:00. Event is in Sociedade Nacional de Belas Artes with address Rua Barata Salgueiro nº36.",
            "title": "50 anos de Abril na SNBA",
            "content": null,
            "start_time": "2024-03-12T01:00:00.000000Z",
            "end_time": "2024-04-20T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Rua Barata Salgueiro nº36",
            "city": "Lisbon",
            "geolocation": "38.7225483,-9.1460884",
            "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": 34948,
            "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": 33031,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8396494f183d49e38c22375568b46f97-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8396494f183d49e38c22375568b46f97-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8396494f183d49e38c22375568b46f97.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8396494f183d49e38c22375568b46f97-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8396494f183d49e38c22375568b46f97-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8396494f183d49e38c22375568b46f97-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8396494f183d49e38c22375568b46f97-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8396494f183d49e38c22375568b46f97-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8396494f183d49e38c22375568b46f97-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8396494f183d49e38c22375568b46f97-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-01-17T08:23:28.906412Z",
                "updated_at": "2024-01-17T08:23:28.906474Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5313,
                "name": "Artworks, the Everybody School of Art",
                "slug": "artworks-everybody-school-art",
                "city": "Halifax",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.7133642,-1.854694",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-01-17T08:23:32.859443Z",
            "publish_time": null,
            "slug": "artworks-the-everybody-school-of-art-reconnaissance-2024-03-13",
            "created_at": "2024-01-17T08:23:33.746459Z",
            "updated_at": "2024-01-17T08:23:33.785434Z",
            "summary": "Reconnaissance is an Gallery Shows event starting on 13/03/2024, 01:00 and ending on 08/06/2024, 00:00. Event is in Artworks, the Everybody School of Art with address Artworks, the Everybody School of Art.",
            "title": "Reconnaissance",
            "content": null,
            "start_time": "2024-03-13T01:00:00.000000Z",
            "end_time": "2024-06-08T00: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": "Artworks, the Everybody School of Art",
            "city": "Halifax",
            "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": 35057,
            "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": 33128,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/41dff8d2fa354aad9b8922eee8657b08-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/41dff8d2fa354aad9b8922eee8657b08-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/41dff8d2fa354aad9b8922eee8657b08.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/41dff8d2fa354aad9b8922eee8657b08-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/41dff8d2fa354aad9b8922eee8657b08-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/41dff8d2fa354aad9b8922eee8657b08-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/41dff8d2fa354aad9b8922eee8657b08-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/41dff8d2fa354aad9b8922eee8657b08-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/41dff8d2fa354aad9b8922eee8657b08-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/41dff8d2fa354aad9b8922eee8657b08-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-01-17T08:36:57.811520Z",
                "updated_at": "2024-01-17T08:36:57.811577Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5085,
                "name": "Vardaxoglou",
                "slug": "vardaxoglou",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.51411580000001,-0.1326378",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-01-17T08:37:09.575751Z",
            "publish_time": null,
            "slug": "vardaxoglou-robyn-denny-2024-03-13",
            "created_at": "2024-01-17T08:37:10.517083Z",
            "updated_at": "2024-01-17T08:37:10.566181Z",
            "summary": "Robyn Denny is an Gallery Shows event starting on 13/03/2024, 01:00 and ending on 11/05/2024, 00:00. Event is in Vardaxoglou with address 7 Royalty Mews (Dean Street).",
            "title": "Robyn Denny",
            "content": null,
            "start_time": "2024-03-13T01:00:00.000000Z",
            "end_time": "2024-05-11T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "7 Royalty Mews (Dean Street)",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 35075,
            "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": 33178,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0188c0246713453b9bdf15bd098b9852-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0188c0246713453b9bdf15bd098b9852-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0188c0246713453b9bdf15bd098b9852.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0188c0246713453b9bdf15bd098b9852-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0188c0246713453b9bdf15bd098b9852-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0188c0246713453b9bdf15bd098b9852-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0188c0246713453b9bdf15bd098b9852-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0188c0246713453b9bdf15bd098b9852-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0188c0246713453b9bdf15bd098b9852-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0188c0246713453b9bdf15bd098b9852-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-01-18T16:55:41.370963Z",
                "updated_at": "2024-01-18T16:55:41.371003Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5355,
                "name": "Barbican Centre",
                "slug": "barbican-centre",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5198778,-0.0916239",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-01-18T16:55:47.807308Z",
            "publish_time": null,
            "slug": "barbican-centre-soufiane-ababri-2024-03-13",
            "created_at": "2024-01-18T16:55:48.712945Z",
            "updated_at": "2024-01-18T16:55:49.152335Z",
            "summary": "Soufiane Ababri is an Gallery Shows event starting on 13/03/2024, 01:00 and ending on 30/06/2024, 00:00. Event is in Barbican Centre with address Silk Street.",
            "title": "Soufiane Ababri",
            "content": null,
            "start_time": "2024-03-13T01:00:00.000000Z",
            "end_time": "2024-06-30T00: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": "Silk Street",
            "city": "London",
            "geolocation": "42.2174805,-76.1936555",
            "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": 35892,
            "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": 33977,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d7358643636e47509ecdc9545c50cd90-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d7358643636e47509ecdc9545c50cd90-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d7358643636e47509ecdc9545c50cd90.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d7358643636e47509ecdc9545c50cd90-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d7358643636e47509ecdc9545c50cd90-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d7358643636e47509ecdc9545c50cd90-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d7358643636e47509ecdc9545c50cd90-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d7358643636e47509ecdc9545c50cd90-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d7358643636e47509ecdc9545c50cd90-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d7358643636e47509ecdc9545c50cd90-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-13T11:01:41.550543Z",
                "updated_at": "2024-02-13T11:01:41.550599Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4732,
                "name": "The Art Pavilion, Mile End Park",
                "slug": "art-pavilion-mile-end-park",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.526308,-0.0367909",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-02-13T11:02:04.241908Z",
            "publish_time": null,
            "slug": "the-art-pavilion-mile-end-park-ecofeminism-festival-2nd-edition-2024-03-13",
            "created_at": "2024-02-13T11:02:05.165786Z",
            "updated_at": "2024-02-13T11:02:05.643375Z",
            "summary": "Ecofeminism Festival - 2nd Edition is an Gallery Shows event starting on 13/03/2024, 01:00 and ending on 23/03/2024, 01:00. Event is in The Art Pavilion, Mile End Park with address Mile End Park.",
            "title": "Ecofeminism Festival - 2nd Edition",
            "content": null,
            "start_time": "2024-03-13T01:00:00.000000Z",
            "end_time": "2024-03-23T01: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": "Mile End Park",
            "city": "London",
            "geolocation": "51.531247500000006,-0.04173988816527164",
            "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": 35960,
            "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": 34043,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/11376131ca974f328211ab848b5264be-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/11376131ca974f328211ab848b5264be-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/11376131ca974f328211ab848b5264be.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/11376131ca974f328211ab848b5264be-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/11376131ca974f328211ab848b5264be-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/11376131ca974f328211ab848b5264be-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/11376131ca974f328211ab848b5264be-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/11376131ca974f328211ab848b5264be-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/11376131ca974f328211ab848b5264be-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/11376131ca974f328211ab848b5264be-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-14T10:10:20.186219Z",
                "updated_at": "2024-02-14T10:10:20.186276Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3760,
                "name": "Four Corners",
                "slug": "four-corners",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.528741,-0.04883579999999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-02-14T10:10:27.124068Z",
            "publish_time": null,
            "slug": "four-corners-disrupted-landscapes-2024-03-13",
            "created_at": "2024-02-14T10:10:28.034988Z",
            "updated_at": "2024-02-14T10:10:29.301933Z",
            "summary": "Disrupted Landscapes is an Gallery Shows event starting on 13/03/2024, 01:00 and ending on 16/03/2024, 01:00. Event is in Four Corners with address 121 Roman Road.",
            "title": "Disrupted Landscapes",
            "content": null,
            "start_time": "2024-03-13T01:00:00.000000Z",
            "end_time": "2024-03-16T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "121 Roman Road",
            "city": "London",
            "geolocation": "51.52881575,-0.04890648975271071",
            "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": 35966,
            "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": 34048,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/867ee8ba5e524cdea63cdc6b2a725527-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/867ee8ba5e524cdea63cdc6b2a725527-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/867ee8ba5e524cdea63cdc6b2a725527.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/867ee8ba5e524cdea63cdc6b2a725527-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/867ee8ba5e524cdea63cdc6b2a725527-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/867ee8ba5e524cdea63cdc6b2a725527-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/867ee8ba5e524cdea63cdc6b2a725527-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/867ee8ba5e524cdea63cdc6b2a725527-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/867ee8ba5e524cdea63cdc6b2a725527-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/867ee8ba5e524cdea63cdc6b2a725527-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-14T10:10:34.520050Z",
                "updated_at": "2024-02-14T10:10:34.520087Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4009,
                "name": "Fridman Gallery",
                "slug": "fridman-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7198597,-73.99377559999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-02-14T10:10:40.629254Z",
            "publish_time": null,
            "slug": "fridman-gallery-snowdrops-2024-03-13",
            "created_at": "2024-02-14T10:10:41.551036Z",
            "updated_at": "2024-02-14T10:10:42.226912Z",
            "summary": "Snowdrops is an Gallery Shows event starting on 13/03/2024, 01:00 and ending on 20/04/2024, 00:00. Event is in Fridman Gallery with address 169 Bowery.",
            "title": "Snowdrops",
            "content": null,
            "start_time": "2024-03-13T01:00:00.000000Z",
            "end_time": "2024-04-20T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "169 Bowery",
            "city": "New York",
            "geolocation": "40.7198699,-73.99381310173364",
            "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": 36173,
            "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": 34238,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/96f7af4fbb124bef97ae722ae2e5b398-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/96f7af4fbb124bef97ae722ae2e5b398-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/96f7af4fbb124bef97ae722ae2e5b398.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/96f7af4fbb124bef97ae722ae2e5b398-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/96f7af4fbb124bef97ae722ae2e5b398-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/96f7af4fbb124bef97ae722ae2e5b398-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/96f7af4fbb124bef97ae722ae2e5b398-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/96f7af4fbb124bef97ae722ae2e5b398-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/96f7af4fbb124bef97ae722ae2e5b398-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/96f7af4fbb124bef97ae722ae2e5b398-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-20T10:29:31.573889Z",
                "updated_at": "2024-02-20T10:29:31.573958Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5953,
                "name": "Stanley Picker Gallery",
                "slug": "stanley-picker-gallery",
                "city": "Kingston",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4044731,-0.300815",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-02-20T10:30:16.613629Z",
            "publish_time": null,
            "slug": "stanley-picker-gallery-screening-larry-achiampong-wayfinder-2024-03-13",
            "created_at": "2024-02-20T10:30:17.527539Z",
            "updated_at": "2024-02-20T10:30:27.262822Z",
            "summary": "Screening: Larry Achiampong ‘Wayfinder’ is an Gallery Shows event starting on 13/03/2024, 01:00 and ending on 13/03/2024, 01:00. Event is in Stanley Picker Gallery with address Kingston University.",
            "title": "Screening: Larry Achiampong ‘Wayfinder’",
            "content": null,
            "start_time": "2024-03-13T01:00:00.000000Z",
            "end_time": "2024-03-13T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Kingston University",
            "city": "Kingston Upon Thames",
            "geolocation": "51.403073899999995,-0.3032181426130893",
            "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": 36283,
            "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": 34350,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d106c0d072cf4e94ba5e919d0fd41269-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d106c0d072cf4e94ba5e919d0fd41269-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d106c0d072cf4e94ba5e919d0fd41269.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d106c0d072cf4e94ba5e919d0fd41269-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d106c0d072cf4e94ba5e919d0fd41269-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d106c0d072cf4e94ba5e919d0fd41269-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d106c0d072cf4e94ba5e919d0fd41269-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d106c0d072cf4e94ba5e919d0fd41269-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d106c0d072cf4e94ba5e919d0fd41269-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d106c0d072cf4e94ba5e919d0fd41269-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-21T16:48:12.760136Z",
                "updated_at": "2024-02-21T16:48:12.760173Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6162,
                "name": "RIBOT gallery",
                "slug": "ribot-gallery",
                "city": "Milano",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.47840069999999,9.2200279",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2024-02-21T16:48:16.533779Z",
            "publish_time": null,
            "slug": "ribot-gallery-stefano-perrone-stunning-free-images-to-use-anywhere-2024-03-13",
            "created_at": "2024-02-21T16:48:17.512416Z",
            "updated_at": "2024-02-21T16:48:18.369291Z",
            "summary": "Stefano Perrone - Stunning Free Images to Use Anywhere is an Gallery Shows event starting on 13/03/2024, 01:00 and ending on 27/04/2024, 00:00. Event is in RIBOT gallery with address via Enrico Nöe 23.",
            "title": "Stefano Perrone - Stunning Free Images to Use Anywhere",
            "content": null,
            "start_time": "2024-03-13T01:00:00.000000Z",
            "end_time": "2024-04-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "via Enrico Nöe 23",
            "city": "Milan",
            "geolocation": "45.4783842,9.2200317",
            "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": 36402,
            "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": 34470,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75e429cd64a443e696d32e844ac55f97-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75e429cd64a443e696d32e844ac55f97-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/75e429cd64a443e696d32e844ac55f97.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75e429cd64a443e696d32e844ac55f97-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75e429cd64a443e696d32e844ac55f97-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75e429cd64a443e696d32e844ac55f97-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75e429cd64a443e696d32e844ac55f97-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75e429cd64a443e696d32e844ac55f97-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75e429cd64a443e696d32e844ac55f97-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/75e429cd64a443e696d32e844ac55f97-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-02-27T18:53:58.799267Z",
                "updated_at": "2024-02-27T18:53:58.799306Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8581,
                "name": "The Levinsky Gallery",
                "slug": "levinsky-gallery",
                "city": "Plymouth",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.3739206,-4.138284899999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-02-27T18:54:04.894817Z",
            "publish_time": null,
            "slug": "the-levinsky-gallery-roland-levinsky-building-bitesize-getting-illustration-clients-2024-03-13",
            "created_at": "2024-02-27T18:54:05.884560Z",
            "updated_at": "2024-02-27T18:54:06.982292Z",
            "summary": "Bitesize: Getting Illustration Clients is an Gallery Shows event starting on 13/03/2024, 01:00 and ending on 13/03/2024, 01:00. Event is in The Levinsky Gallery with address University of plymouth.",
            "title": "Bitesize: Getting Illustration Clients",
            "content": null,
            "start_time": "2024-03-13T01:00:00.000000Z",
            "end_time": "2024-03-13T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "University of plymouth",
            "city": "Plymouth",
            "geolocation": "50.37566725000001,-4.139366604170018",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36487,
            "author": {
                "id": "195ed719-34f8-426a-b3c3-43f3b323385b",
                "username": "K",
                "slug": "k",
                "first_name": "Dylan",
                "last_name": "K",
                "display_name": null,
                "display_name_full": "Dylan K",
                "email": "fakeemail@ksuperuserfordata.uploadx",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34586,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/553082178a5540369fde8bd89c45bcdb-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/553082178a5540369fde8bd89c45bcdb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/553082178a5540369fde8bd89c45bcdb.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/553082178a5540369fde8bd89c45bcdb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/553082178a5540369fde8bd89c45bcdb-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/553082178a5540369fde8bd89c45bcdb-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/553082178a5540369fde8bd89c45bcdb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/553082178a5540369fde8bd89c45bcdb-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/553082178a5540369fde8bd89c45bcdb-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/553082178a5540369fde8bd89c45bcdb-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-06T12:09:56.885672Z",
                "updated_at": "2024-03-06T12:09:56.885728Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7776,
                "name": "230 Portobello Road",
                "slug": "230-portobello-road",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4724034,-0.1460852",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-03-06T12:10:30.143893Z",
            "publish_time": null,
            "slug": "230-portobello-road-the-moment-of-co-existence-2024-03-13",
            "created_at": "2024-03-06T12:10:31.610695Z",
            "updated_at": "2024-03-06T12:10:31.610714Z",
            "summary": null,
            "title": "The Moment of Co-Existence",
            "content": null,
            "start_time": "2024-03-13T01:00:00.000000Z",
            "end_time": "2024-03-19T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 36578,
            "author": {
                "id": "61ed7943-8a2f-4a35-9cca-8d73ba1661ba",
                "username": "zoe@jpsgallery.com",
                "slug": "zoejpsgallerycom",
                "first_name": "Zoe",
                "last_name": "Ho",
                "display_name": null,
                "display_name_full": "Zoe Ho",
                "email": "zoe@jpsgallery.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 34676,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f08538ea9954b70bbde06910ba83349-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f08538ea9954b70bbde06910ba83349-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3f08538ea9954b70bbde06910ba83349.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f08538ea9954b70bbde06910ba83349-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f08538ea9954b70bbde06910ba83349-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f08538ea9954b70bbde06910ba83349-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f08538ea9954b70bbde06910ba83349-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f08538ea9954b70bbde06910ba83349-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f08538ea9954b70bbde06910ba83349-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3f08538ea9954b70bbde06910ba83349-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-06T12:24:00.151499Z",
                "updated_at": "2024-03-06T12:24:00.151563Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7327,
                "name": "JPS Gallery (Paris)",
                "slug": "jps-gallery-paris",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8671578,2.3611149",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "FR",
            "publish_status": "published",
            "published_at": "2024-03-06T12:24:10.941275Z",
            "publish_time": null,
            "slug": "jps-gallery-paris-an-invisible-message-2024-03-13",
            "created_at": "2024-03-06T12:24:12.665099Z",
            "updated_at": "2024-03-06T12:24:14.216936Z",
            "summary": "An Invisible Message is an Gallery Shows event starting on 13/03/2024, 01:00 and ending on 13/04/2024, 00:00. Event is in JPS Gallery (Paris) with address 12 Rue Notre Dame de Nazareth.",
            "title": "An Invisible Message",
            "content": null,
            "start_time": "2024-03-13T01:00:00.000000Z",
            "end_time": "2024-04-13T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "12 Rue Notre Dame de Nazareth",
            "city": "Paris",
            "geolocation": "48.8671342,2.3610829",
            "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": 36802,
            "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": 34902,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26a40210c5ba4a99aac0198e7c75890a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26a40210c5ba4a99aac0198e7c75890a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/26a40210c5ba4a99aac0198e7c75890a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26a40210c5ba4a99aac0198e7c75890a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26a40210c5ba4a99aac0198e7c75890a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26a40210c5ba4a99aac0198e7c75890a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26a40210c5ba4a99aac0198e7c75890a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26a40210c5ba4a99aac0198e7c75890a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26a40210c5ba4a99aac0198e7c75890a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/26a40210c5ba4a99aac0198e7c75890a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-08T15:28:17.394311Z",
                "updated_at": "2024-03-08T15:28:17.394358Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9686,
                "name": "White Cube | Madison Ave",
                "slug": "white-cube-madison-ave",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7755185,-73.9630509",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2024-03-08T15:28:23.463437Z",
            "publish_time": null,
            "slug": "white-cube-madison-ave-richard-hunt-early-masterworks-2024-03-13",
            "created_at": "2024-03-08T15:28:24.394274Z",
            "updated_at": "2024-03-08T15:28:37.809452Z",
            "summary": "Richard Hunt. Early Masterworks is an Gallery Shows event starting on 13/03/2024, 01:00 and ending on 13/04/2024, 00:00. Event is in White Cube | Madison Ave with address 1002 Madison Avenue.",
            "title": "Richard Hunt. Early Masterworks",
            "content": null,
            "start_time": "2024-03-13T01:00:00.000000Z",
            "end_time": "2024-04-13T00: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": "1002 Madison Avenue",
            "city": "New York",
            "geolocation": "40.7755225,-73.96303164011394",
            "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": 36914,
            "author": {
                "id": "7bace199-3194-438b-94e3-0b4168edaab1",
                "username": "mieke_1353",
                "slug": "mieke_1353",
                "first_name": "Mieke",
                "last_name": "Buysse",
                "display_name": "Mieke Buysse",
                "display_name_full": "Mieke Buysse",
                "email": "galerie@gmurzynska.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2977,
                "name": "Galerie Gmurzynska",
                "slug": "galerie-gmurzynska",
                "city": "Zurich",
                "country": {
                    "code": "CH",
                    "name": "Switzerland"
                },
                "geolocation": "47.3768866,8.541694000000007",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2770,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Gmurzynska-profile-image-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Gmurzynska-profile-image-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Gmurzynska-profile-image-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Galerie-Gmurzynska-profile-image.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Gmurzynska-profile-image-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Gmurzynska-profile-image-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Gmurzynska-profile-image-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Gmurzynska-profile-image-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-05-07T21:41:29.056183Z",
                    "updated_at": "2021-09-14T13:38:13.898182Z",
                    "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": "CH",
            "publish_status": "published",
            "published_at": "2024-03-13T14:57:11.388051Z",
            "publish_time": null,
            "slug": "galerie-gmurzynska-attersee-schon-wie-seine-bilder-2024-03-13",
            "created_at": "2024-03-13T14:57:12.325114Z",
            "updated_at": "2024-03-13T14:57:13.266840Z",
            "summary": "Attersee: Schön wie seine Bilder is an Gallery Shows event starting on 13/03/2024, 01:00 and ending on 31/05/2024, 00:00. Event is in Galerie Gmurzynska with address Paradeplatz 2.",
            "title": "Attersee: Schön wie seine Bilder",
            "content": null,
            "start_time": "2024-03-13T01:00:00.000000Z",
            "end_time": "2024-05-31T00: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": "Paradeplatz 2",
            "city": "Zurich",
            "geolocation": "49.7174184,11.0600781",
            "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": 36957,
            "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": 35045,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c36a8edd32a41bda97700b4511aa675-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c36a8edd32a41bda97700b4511aa675-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8c36a8edd32a41bda97700b4511aa675.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c36a8edd32a41bda97700b4511aa675-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c36a8edd32a41bda97700b4511aa675-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c36a8edd32a41bda97700b4511aa675-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c36a8edd32a41bda97700b4511aa675-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c36a8edd32a41bda97700b4511aa675-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c36a8edd32a41bda97700b4511aa675-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8c36a8edd32a41bda97700b4511aa675-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2024-03-13T15:03:43.698082Z",
                "updated_at": "2024-03-13T15:03:43.698141Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4655,
                "name": "Pangolin London",
                "slug": "pangolin-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5348236,-0.1217561",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-03-13T15:03:48.807331Z",
            "publish_time": null,
            "slug": "pangolin-london-william-tucker-portraits-2024-03-13",
            "created_at": "2024-03-13T15:03:49.748516Z",
            "updated_at": "2024-03-13T15:03:50.962199Z",
            "summary": "William Tucker: Portraits is an Gallery Shows event starting on 13/03/2024, 01:00 and ending on 20/04/2024, 00:00. Event is in Pangolin London with address Kings Place, 90 York Way.",
            "title": "William Tucker: Portraits",
            "content": null,
            "start_time": "2024-03-13T01:00:00.000000Z",
            "end_time": "2024-04-20T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Kings Place, 90 York Way",
            "city": "London",
            "geolocation": "51.5349626,-0.12176769339744022",
            "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": 36960,
            "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": 8473,
                "name": "Plus One Gallery",
                "slug": "plus-one-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4660215,-0.1929998",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-03-13T15:04:03.903869Z",
            "publish_time": null,
            "slug": "plus-one-gallery-the-art-of-toil-paul-caddens-solo-show-2024-03-13",
            "created_at": "2024-03-13T15:04:04.836937Z",
            "updated_at": "2024-03-13T15:04:04.888255Z",
            "summary": "The Art of Toil - Paul Caddens Solo Show is an Gallery Shows event starting on 13/03/2024, 01:00 and ending on 22/04/2024, 00:00. Event is in Plus One Gallery with address Piper Building, Peterborough Road.",
            "title": "The Art of Toil - Paul Caddens Solo Show",
            "content": null,
            "start_time": "2024-03-13T01:00:00.000000Z",
            "end_time": "2024-04-22T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Piper Building, Peterborough Road",
            "city": "London",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 37015,
            "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": 4757,
                "name": "Beaconsfield",
                "slug": "beaconsfield",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4920985,-0.1187013",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2024-03-19T11:50:37.107149Z",
            "publish_time": null,
            "slug": "beaconsfield-home-is-not-just-a-place-its-a-sensation-2024-03-13",
            "created_at": "2024-03-19T11:50:38.045330Z",
            "updated_at": "2024-03-19T11:50:39.130034Z",
            "summary": "Home is not just a place; it’s a sensation is an Gallery Shows event starting on 13/03/2024, 01:00 and ending on 13/03/2024, 01:00. Event is in Beaconsfield with address 22 Newport Street.",
            "title": "Home is not just a place; it’s a sensation",
            "content": null,
            "start_time": "2024-03-13T01:00:00.000000Z",
            "end_time": "2024-03-13T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "22 Newport Street",
            "city": "London",
            "geolocation": "-45.87632,170.4771113",
            "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": []
        }
    ]
}