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=6462&ordering=-start_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=6480&ordering=-start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=6444&ordering=-start_time",
    "results": [
        {
            "id": 32080,
            "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": 30340,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40915f7df0894e51b61317b5dd87c8f6-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40915f7df0894e51b61317b5dd87c8f6-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/40915f7df0894e51b61317b5dd87c8f6.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40915f7df0894e51b61317b5dd87c8f6-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40915f7df0894e51b61317b5dd87c8f6-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40915f7df0894e51b61317b5dd87c8f6-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40915f7df0894e51b61317b5dd87c8f6-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40915f7df0894e51b61317b5dd87c8f6-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40915f7df0894e51b61317b5dd87c8f6-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/40915f7df0894e51b61317b5dd87c8f6-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-05T09:38:53.385093Z",
                "updated_at": "2023-10-05T09:38:53.385129Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4419,
                "name": "New Museum",
                "slug": "new-museum",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7224101,-73.992874",
                "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-10-05T09:38:59.319097Z",
            "publish_time": null,
            "slug": "new-museum-screens-series-ecorove-2023-10-12",
            "created_at": "2023-10-05T09:39:00.235536Z",
            "updated_at": "2023-10-05T09:39:00.849168Z",
            "summary": "Screens Series: Ecorove is an Gallery Shows event starting on 12/10/2023, 00:00 and ending on 31/12/2023, 01:00. Event is in New Museum with address 235 Bowery.",
            "title": "Screens Series: Ecorove",
            "content": null,
            "start_time": "2023-10-12T00:00:00.000000Z",
            "end_time": "2023-12-31T01: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": "235 Bowery",
            "city": "New York",
            "geolocation": "40.7223433,-73.992837965398",
            "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": 32136,
            "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": 30406,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e770120a7ba04006a318ea6901f5cc00-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e770120a7ba04006a318ea6901f5cc00-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e770120a7ba04006a318ea6901f5cc00.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e770120a7ba04006a318ea6901f5cc00-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e770120a7ba04006a318ea6901f5cc00-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e770120a7ba04006a318ea6901f5cc00-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e770120a7ba04006a318ea6901f5cc00-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e770120a7ba04006a318ea6901f5cc00-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e770120a7ba04006a318ea6901f5cc00-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e770120a7ba04006a318ea6901f5cc00-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-09T10:29:33.582168Z",
                "updated_at": "2023-10-09T10:29:33.582206Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4419,
                "name": "New Museum",
                "slug": "new-museum",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7224101,-73.992874",
                "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-10-09T10:29:36.226088Z",
            "publish_time": null,
            "slug": "new-museum-jade-guanaro-kuriki-olivo-puppies-puppies-nothing-new-2023-10-12",
            "created_at": "2023-10-09T10:29:37.133993Z",
            "updated_at": "2023-10-09T10:29:37.748668Z",
            "summary": "Jade Guanaro Kuriki-olivo. Puppies Puppies: Nothing New is an Gallery Shows event starting on 12/10/2023, 00:00 and ending on 14/01/2024, 01:00. Event is in New Museum with address 235 Bowery.",
            "title": "Jade Guanaro Kuriki-olivo. Puppies Puppies: Nothing New",
            "content": null,
            "start_time": "2023-10-12T00:00:00.000000Z",
            "end_time": "2024-01-14T01: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": "235 Bowery",
            "city": "New York",
            "geolocation": "40.7223433,-73.992837965398",
            "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": 32133,
            "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": 30403,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c03f19bc6a448c28558d152d3d746e8-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c03f19bc6a448c28558d152d3d746e8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7c03f19bc6a448c28558d152d3d746e8.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c03f19bc6a448c28558d152d3d746e8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c03f19bc6a448c28558d152d3d746e8-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c03f19bc6a448c28558d152d3d746e8-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c03f19bc6a448c28558d152d3d746e8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c03f19bc6a448c28558d152d3d746e8-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c03f19bc6a448c28558d152d3d746e8-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7c03f19bc6a448c28558d152d3d746e8-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-09T10:29:27.381025Z",
                "updated_at": "2023-10-09T10:29:27.381079Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3849,
                "name": "MoMA PS1",
                "slug": "moma-ps1",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7456014,-73.947097",
                "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-10-09T10:29:30.014431Z",
            "publish_time": null,
            "slug": "moma-ps1-rirkrit-tiravanija-a-lot-of-people-2023-10-12",
            "created_at": "2023-10-09T10:29:31.038791Z",
            "updated_at": "2023-10-09T10:29:33.268052Z",
            "summary": "Rirkrit Tiravanija. A Lot Of People is an Gallery Shows event starting on 12/10/2023, 00:00 and ending on 04/03/2024, 01:00. Event is in MoMA PS1 with address 22-25 Jackson Avenue.",
            "title": "Rirkrit Tiravanija. A Lot Of People",
            "content": null,
            "start_time": "2023-10-12T00:00:00.000000Z",
            "end_time": "2024-03-04T01: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-25 Jackson Avenue",
            "city": "New York",
            "geolocation": "40.1199278,-75.1505815",
            "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": 30374,
            "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": 28751,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2847dd7a4d4420d897206b8b3d4b0fb-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2847dd7a4d4420d897206b8b3d4b0fb-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d2847dd7a4d4420d897206b8b3d4b0fb.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2847dd7a4d4420d897206b8b3d4b0fb-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2847dd7a4d4420d897206b8b3d4b0fb-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2847dd7a4d4420d897206b8b3d4b0fb-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2847dd7a4d4420d897206b8b3d4b0fb-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2847dd7a4d4420d897206b8b3d4b0fb-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2847dd7a4d4420d897206b8b3d4b0fb-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d2847dd7a4d4420d897206b8b3d4b0fb-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-08-16T07:23:30.386936Z",
                "updated_at": "2023-08-16T07:23:30.386972Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5769,
                "name": "Kunstgewerbemuseum",
                "slug": "kunstgewerbemuseum",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5082134,13.3673378",
                "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-16T07:23:37.397815Z",
            "publish_time": null,
            "slug": "kunstgewerbemuseum-canops-extraordinary-furniture-for-charles-iii-of-spain-17591788-2023-10-12",
            "created_at": "2023-08-16T07:23:38.307145Z",
            "updated_at": "2023-08-16T07:23:39.632791Z",
            "summary": "Canops. Extraordinary Furniture for Charles III of Spain (1759–1788) is an Gallery Shows event starting on 12/10/2023, 00:00 and ending on 11/02/2024, 01:00. Event is in Kunstgewerbemuseum with address Matthäikirchplatz.",
            "title": "Canops. Extraordinary Furniture for Charles III of Spain (1759–1788)",
            "content": null,
            "start_time": "2023-10-12T00:00:00.000000Z",
            "end_time": "2024-02-11T01: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": "Matthäikirchplatz",
            "city": "Berlin",
            "geolocation": "52.50844245,13.367727666594671",
            "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": 32631,
            "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": 30874,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5965d0b21d044ce19fc6edf8bd8beb2f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5965d0b21d044ce19fc6edf8bd8beb2f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5965d0b21d044ce19fc6edf8bd8beb2f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5965d0b21d044ce19fc6edf8bd8beb2f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5965d0b21d044ce19fc6edf8bd8beb2f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5965d0b21d044ce19fc6edf8bd8beb2f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5965d0b21d044ce19fc6edf8bd8beb2f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5965d0b21d044ce19fc6edf8bd8beb2f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5965d0b21d044ce19fc6edf8bd8beb2f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5965d0b21d044ce19fc6edf8bd8beb2f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-24T07:01:25.930420Z",
                "updated_at": "2023-10-24T07:01:25.930475Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6913,
                "name": "Orit Schreiber",
                "slug": "orit-schreiber",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5011856,-0.1664244",
                "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-10-24T07:01:31.999792Z",
            "publish_time": null,
            "slug": "orit-schreiber-gallery-expressions-of-judaism-16-artist-group-show-2023-10-11",
            "created_at": "2023-10-24T07:01:32.937221Z",
            "updated_at": "2023-10-24T07:01:37.975952Z",
            "summary": "'Expressions of Judaism' 16 Artist Group Show is an Gallery Shows event starting on 11/10/2023, 00:00 and ending on 23/10/2023, 00:00. Event is in Orit Schreiber with address Rutland Gardens.",
            "title": "'Expressions of Judaism' 16 Artist Group Show",
            "content": null,
            "start_time": "2023-10-11T00:00:00.000000Z",
            "end_time": "2023-10-23T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Rutland Gardens",
            "city": "London",
            "geolocation": "51.5977254,0.6907533",
            "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": 32533,
            "author": {
                "id": "1058984a-9137-4a90-b7f5-a11784a126cd",
                "username": "georgina@zarigallery.co.uk",
                "slug": "georginazarigallerycouk",
                "first_name": "Georgina",
                "last_name": "Dhillon",
                "display_name": null,
                "display_name_full": "Georgina Dhillon",
                "email": "georgina@zarigallery.co.uk",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 30777,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56f7900ea3c04a7282cfb21d6a528389-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56f7900ea3c04a7282cfb21d6a528389-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/56f7900ea3c04a7282cfb21d6a528389.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56f7900ea3c04a7282cfb21d6a528389-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56f7900ea3c04a7282cfb21d6a528389-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56f7900ea3c04a7282cfb21d6a528389-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56f7900ea3c04a7282cfb21d6a528389-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56f7900ea3c04a7282cfb21d6a528389-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56f7900ea3c04a7282cfb21d6a528389-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/56f7900ea3c04a7282cfb21d6a528389-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-18T09:12:45.270938Z",
                "updated_at": "2023-10-18T09:12:45.270999Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3369,
                "name": "Zari Gallery",
                "slug": "zari-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5177012,-0.1359482",
                "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-10-18T09:12:49.576313Z",
            "publish_time": null,
            "slug": "zari-gallery-aliens-by-artist-olga-lomaka-2023-10-11",
            "created_at": "2023-10-18T09:12:50.484937Z",
            "updated_at": "2023-10-18T09:12:51.454537Z",
            "summary": "''Aliens'' by artist Olga Lomaka is an Gallery Shows event starting on 11/10/2023, 00:00 and ending on 15/10/2023, 00:00. Event is in Zari Gallery with address 73 Newman Street.",
            "title": "''Aliens'' by artist Olga Lomaka",
            "content": null,
            "start_time": "2023-10-11T00:00:00.000000Z",
            "end_time": "2023-10-15T00: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": "73 Newman Street",
            "city": "London",
            "geolocation": "51.5176714,-0.13604750238135344",
            "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": 32262,
            "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": 30520,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69d802eb813749eaad13150e1c96bf60-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69d802eb813749eaad13150e1c96bf60-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/69d802eb813749eaad13150e1c96bf60.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69d802eb813749eaad13150e1c96bf60-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69d802eb813749eaad13150e1c96bf60-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69d802eb813749eaad13150e1c96bf60-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69d802eb813749eaad13150e1c96bf60-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69d802eb813749eaad13150e1c96bf60-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69d802eb813749eaad13150e1c96bf60-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/69d802eb813749eaad13150e1c96bf60-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-11T10:50:47.156281Z",
                "updated_at": "2023-10-11T10:50:47.156332Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3715,
                "name": "The Brick Lane Gallery",
                "slug": "brick-lane-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.52449350000001,-0.0713509",
                "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-10-11T10:50:50.754194Z",
            "publish_time": null,
            "slug": "the-brick-lane-gallery-expressions-impressions-2023-10-11",
            "created_at": "2023-10-11T10:50:51.699654Z",
            "updated_at": "2023-10-11T10:50:52.804652Z",
            "summary": "Expressions & Impressions is an Gallery Shows event starting on 11/10/2023, 00:00 and ending on 22/10/2023, 00:00. Event is in The Brick Lane Gallery with address 216 Brick Lane.",
            "title": "Expressions & Impressions",
            "content": null,
            "start_time": "2023-10-11T00:00:00.000000Z",
            "end_time": "2023-10-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": "216 Brick Lane",
            "city": "London",
            "geolocation": "51.52447435,-0.07145220557759512",
            "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": 31022,
            "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": 29359,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f04018758d5944b18db109d4ea081abf-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f04018758d5944b18db109d4ea081abf-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f04018758d5944b18db109d4ea081abf.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f04018758d5944b18db109d4ea081abf-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f04018758d5944b18db109d4ea081abf-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f04018758d5944b18db109d4ea081abf-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f04018758d5944b18db109d4ea081abf-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f04018758d5944b18db109d4ea081abf-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f04018758d5944b18db109d4ea081abf-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f04018758d5944b18db109d4ea081abf-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-11T17:00:24.538160Z",
                "updated_at": "2023-09-11T17:00:24.538198Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4109,
                "name": "Burgh House & Hampstead Museum",
                "slug": "burgh-house-hampstead-museum",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.558223,-0.1754512",
                "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-11T17:00:28.959864Z",
            "publish_time": null,
            "slug": "burgh-house-hampstead-museum-junko-oneill-monyou-2023-10-11",
            "created_at": "2023-09-11T17:00:30.073356Z",
            "updated_at": "2023-09-11T17:00:30.689464Z",
            "summary": "Junko O’Neill: Monyou is an Gallery Shows event starting on 11/10/2023, 00:00 and ending on 29/10/2023, 00:00. Event is in Burgh House & Hampstead Museum with address New End Square.",
            "title": "Junko O’Neill: Monyou",
            "content": null,
            "start_time": "2023-10-11T00:00:00.000000Z",
            "end_time": "2023-10-29T00: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": "New End Square",
            "city": "London",
            "geolocation": "51.5581131,-0.1752625",
            "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": 32271,
            "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": 3751,
                "name": "Victoria Miro Gallery",
                "slug": "victoria-miro-gallery",
                "city": "Venice",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.4338176,12.3345048",
                "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-10-11T10:53:37.204950Z",
            "publish_time": null,
            "slug": "victoria-miro-gallery-ali-banisadr-the-changing-past-2023-10-11",
            "created_at": "2023-10-11T10:53:38.198870Z",
            "updated_at": "2023-10-11T10:53:39.389568Z",
            "summary": "Ali Banisadr: The Changing Past is an Gallery Shows event starting on 11/10/2023, 00:00 and ending on 11/11/2023, 01:00. Event is in Victoria Miro Gallery with address 16 Wharf Road.",
            "title": "Ali Banisadr: The Changing Past",
            "content": null,
            "start_time": "2023-10-11T00:00:00.000000Z",
            "end_time": "2023-11-11T01: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": "16 Wharf Road",
            "city": "London",
            "geolocation": "51.5304173,-0.095107",
            "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": 32281,
            "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": 30538,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/272465946ba34a51bee97a954bcbb698-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/272465946ba34a51bee97a954bcbb698-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/272465946ba34a51bee97a954bcbb698.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/272465946ba34a51bee97a954bcbb698-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/272465946ba34a51bee97a954bcbb698-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/272465946ba34a51bee97a954bcbb698-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/272465946ba34a51bee97a954bcbb698-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/272465946ba34a51bee97a954bcbb698-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/272465946ba34a51bee97a954bcbb698-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/272465946ba34a51bee97a954bcbb698-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-11T10:54:03.597933Z",
                "updated_at": "2023-10-11T10:54:03.597990Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6243,
                "name": "Whitechapel Gallery",
                "slug": "whitechapel-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5160339,-0.0702738",
                "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-10-11T10:54:10.591702Z",
            "publish_time": null,
            "slug": "whitechapel-gallery-nicole-eisenman-what-happened-2023-10-11",
            "created_at": "2023-10-11T10:54:11.620302Z",
            "updated_at": "2023-10-11T10:54:12.098888Z",
            "summary": "Nicole Eisenman: What Happened is an Gallery Shows event starting on 11/10/2023, 00:00 and ending on 14/01/2024, 01:00. Event is in Whitechapel Gallery with address 77-82 Whitechapel High Street.",
            "title": "Nicole Eisenman: What Happened",
            "content": null,
            "start_time": "2023-10-11T00:00:00.000000Z",
            "end_time": "2024-01-14T01: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": "77-82 Whitechapel High Street",
            "city": "London",
            "geolocation": "51.51617175,-0.0703132444698357",
            "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": 32308,
            "author": {
                "id": "be0e54a8-8d72-40b9-8aa9-cafe867497dd",
                "username": "post@gropiusbau.de",
                "slug": "postgropiusbaude",
                "first_name": "Nahomi",
                "last_name": "Tecle",
                "display_name": null,
                "display_name_full": "Nahomi Tecle",
                "email": "tecle@gropiusbau.de",
                "telephone": "+49 30 254860"
            },
            "price": null,
            "featured_image": {
                "id": 30564,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c48fda8f74247d29225cd50ec593c1a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c48fda8f74247d29225cd50ec593c1a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5c48fda8f74247d29225cd50ec593c1a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c48fda8f74247d29225cd50ec593c1a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c48fda8f74247d29225cd50ec593c1a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c48fda8f74247d29225cd50ec593c1a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c48fda8f74247d29225cd50ec593c1a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c48fda8f74247d29225cd50ec593c1a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c48fda8f74247d29225cd50ec593c1a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c48fda8f74247d29225cd50ec593c1a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-12T10:22:20.095326Z",
                "updated_at": "2023-10-12T10:22:20.095378Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5498,
                "name": "Gropius Bau",
                "slug": "gropius-bau",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5066982,13.3820464",
                "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-10-12T10:22:24.305229Z",
            "publish_time": null,
            "slug": "gropius-bau-selma-selman-her0-2023-10-11",
            "created_at": "2023-10-12T10:22:25.251751Z",
            "updated_at": "2023-10-12T10:22:26.265438Z",
            "summary": "Selma Selman: her0 is an Gallery Shows event starting on 11/10/2023, 00:00 and ending on 14/01/2024, 01:00. Event is in Gropius Bau with address Niederkirchnerstrasse 7.",
            "title": "Selma Selman: her0",
            "content": null,
            "start_time": "2023-10-11T00:00:00.000000Z",
            "end_time": "2024-01-14T01: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": "Niederkirchnerstrasse 7",
            "city": "Berlin",
            "geolocation": "52.50662085,13.381947180914345",
            "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": 33055,
            "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": 31265,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8a9182362d4c429e9d331f28265c38f5-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8a9182362d4c429e9d331f28265c38f5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8a9182362d4c429e9d331f28265c38f5.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8a9182362d4c429e9d331f28265c38f5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8a9182362d4c429e9d331f28265c38f5-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8a9182362d4c429e9d331f28265c38f5-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8a9182362d4c429e9d331f28265c38f5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8a9182362d4c429e9d331f28265c38f5-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8a9182362d4c429e9d331f28265c38f5-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8a9182362d4c429e9d331f28265c38f5-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-11-01T12:14:33.416929Z",
                "updated_at": "2023-11-01T12:14:33.416968Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 8478,
                "name": "Shtager&Shch",
                "slug": "shtagershch",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2023-11-01T12:14:36.996961Z",
            "publish_time": null,
            "slug": "shtagershch-timescapes-2023-10-11",
            "created_at": "2023-11-01T12:14:37.912452Z",
            "updated_at": "2023-11-01T12:14:38.858162Z",
            "summary": "TIMESCAPES is an Gallery Shows event starting on 11/10/2023, 00:00 and ending on 18/11/2023, 01:00. Event is in Shtager&Shch with address 51-53 Margaret Street.",
            "title": "TIMESCAPES",
            "content": null,
            "start_time": "2023-10-11T00:00:00.000000Z",
            "end_time": "2023-11-18T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "51-53 Margaret Street",
            "city": "London",
            "geolocation": "-38.1243574,144.3528539",
            "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": 32376,
            "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": 30628,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f8606fc5925479f8e642cbeced4ce3e-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f8606fc5925479f8e642cbeced4ce3e-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1f8606fc5925479f8e642cbeced4ce3e.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f8606fc5925479f8e642cbeced4ce3e-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f8606fc5925479f8e642cbeced4ce3e-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f8606fc5925479f8e642cbeced4ce3e-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f8606fc5925479f8e642cbeced4ce3e-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f8606fc5925479f8e642cbeced4ce3e-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f8606fc5925479f8e642cbeced4ce3e-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f8606fc5925479f8e642cbeced4ce3e-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-16T08:30:20.299596Z",
                "updated_at": "2023-10-16T08:30:20.299632Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3846,
                "name": "Mazzoleni Art, London",
                "slug": "mazzoleni-art-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5089666,-0.1406933",
                "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-10-16T08:30:23.112105Z",
            "publish_time": null,
            "slug": "mazzoleni-art-london-the-paradox-of-proximity-2023-10-11",
            "created_at": "2023-10-16T08:30:24.323152Z",
            "updated_at": "2023-10-16T08:30:25.150539Z",
            "summary": "The Paradox of Proximity is an Gallery Shows event starting on 11/10/2023, 00:00 and ending on 30/11/2023, 01:00. Event is in Mazzoleni Art, London with address 15 Old Bond Street.",
            "title": "The Paradox of Proximity",
            "content": null,
            "start_time": "2023-10-11T00:00:00.000000Z",
            "end_time": "2023-11-30T01: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": "15 Old Bond Street",
            "city": "London",
            "geolocation": "51.5089631,-0.1406518",
            "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": 31610,
            "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": 29900,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dae289da307c4aa79a7928b80a4fe27a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dae289da307c4aa79a7928b80a4fe27a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/dae289da307c4aa79a7928b80a4fe27a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dae289da307c4aa79a7928b80a4fe27a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dae289da307c4aa79a7928b80a4fe27a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dae289da307c4aa79a7928b80a4fe27a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dae289da307c4aa79a7928b80a4fe27a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dae289da307c4aa79a7928b80a4fe27a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dae289da307c4aa79a7928b80a4fe27a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dae289da307c4aa79a7928b80a4fe27a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-09-25T13:08:13.475652Z",
                "updated_at": "2023-09-25T13:08:13.475709Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 446,
                "name": "TAG GALLERY ",
                "slug": "tag-gallery",
                "city": "Santa Monica",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0279746,-118.46796840000002",
                "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-25T13:08:15.883609Z",
            "publish_time": null,
            "slug": "tag-gallery-tag-gallery-presents-rethinking-imperfection-opening-reception-2023-10-11",
            "created_at": "2023-09-25T13:08:16.812840Z",
            "updated_at": "2023-09-25T13:08:19.685443Z",
            "summary": "TAG Gallery presents: Rethinking Imperfection (Opening Reception) is an Gallery Shows event starting on 11/10/2023, 00:00 and ending on 03/11/2023, 01:00. Event is in TAG GALLERY  with address 5458 Wilshire Blvd.",
            "title": "TAG Gallery presents: Rethinking Imperfection (Opening Reception)",
            "content": null,
            "start_time": "2023-10-11T00:00:00.000000Z",
            "end_time": "2023-11-03T01: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": "5458 Wilshire Blvd",
            "city": "Los Angeles",
            "geolocation": "34.06216387755102,-118.34781053061225",
            "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": 32280,
            "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": 30537,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e288344ef8c43d491c204bbb6465a17-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e288344ef8c43d491c204bbb6465a17-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2e288344ef8c43d491c204bbb6465a17.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e288344ef8c43d491c204bbb6465a17-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e288344ef8c43d491c204bbb6465a17-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e288344ef8c43d491c204bbb6465a17-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e288344ef8c43d491c204bbb6465a17-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e288344ef8c43d491c204bbb6465a17-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e288344ef8c43d491c204bbb6465a17-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2e288344ef8c43d491c204bbb6465a17-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-11T10:53:58.852914Z",
                "updated_at": "2023-10-11T10:53:58.852952Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6243,
                "name": "Whitechapel Gallery",
                "slug": "whitechapel-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5160339,-0.0702738",
                "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-10-11T10:54:01.970801Z",
            "publish_time": null,
            "slug": "whitechapel-gallery-johanna-billing-each-moment-presents-what-happens-2023-10-11",
            "created_at": "2023-10-11T10:54:02.924492Z",
            "updated_at": "2023-10-11T10:54:03.458918Z",
            "summary": "Johanna Billing: Each Moment Presents What Happens is an Gallery Shows event starting on 11/10/2023, 00:00 and ending on 14/01/2024, 01:00. Event is in Whitechapel Gallery with address 77-82 Whitechapel High Street.",
            "title": "Johanna Billing: Each Moment Presents What Happens",
            "content": null,
            "start_time": "2023-10-11T00:00:00.000000Z",
            "end_time": "2024-01-14T01: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": "77-82 Whitechapel High Street",
            "city": "London",
            "geolocation": "51.51617175,-0.0703132444698357",
            "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": 32310,
            "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": 30567,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1eabe30213b747d281f776a40e8713b0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1eabe30213b747d281f776a40e8713b0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1eabe30213b747d281f776a40e8713b0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1eabe30213b747d281f776a40e8713b0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1eabe30213b747d281f776a40e8713b0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1eabe30213b747d281f776a40e8713b0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1eabe30213b747d281f776a40e8713b0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1eabe30213b747d281f776a40e8713b0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1eabe30213b747d281f776a40e8713b0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1eabe30213b747d281f776a40e8713b0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-12T10:22:20.913518Z",
                "updated_at": "2023-10-12T10:22:20.913552Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 9302,
                "name": "Galerie L'OpenBach Vincennes",
                "slug": "galerie-lopenbach-vincennes",
                "city": "Vincennes",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8446756,2.4296521",
                "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-10-12T10:22:24.933588Z",
            "publish_time": null,
            "slug": "galerie-lopenbach-vincennes-exposition-collective-de-collage-2023-10-11",
            "created_at": "2023-10-12T10:22:25.874031Z",
            "updated_at": "2023-10-12T10:22:27.310486Z",
            "summary": "Exposition Collective de Collage is an Gallery Shows event starting on 11/10/2023, 00:00 and ending on 09/11/2023, 01:00. Event is in Galerie L'OpenBach Vincennes with address 21 Rue du Lieutenant Heitz.",
            "title": "Exposition Collective de Collage",
            "content": null,
            "start_time": "2023-10-11T00:00:00.000000Z",
            "end_time": "2023-11-09T01:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "21 Rue du Lieutenant Heitz",
            "city": "Paris",
            "geolocation": "48.8447726,2.4296995",
            "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": 32589,
            "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": 30830,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb4a15e8f8084f189deac9aa478be26c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb4a15e8f8084f189deac9aa478be26c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/eb4a15e8f8084f189deac9aa478be26c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb4a15e8f8084f189deac9aa478be26c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb4a15e8f8084f189deac9aa478be26c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb4a15e8f8084f189deac9aa478be26c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb4a15e8f8084f189deac9aa478be26c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb4a15e8f8084f189deac9aa478be26c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb4a15e8f8084f189deac9aa478be26c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/eb4a15e8f8084f189deac9aa478be26c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-20T11:03:43.706347Z",
                "updated_at": "2023-10-20T11:03:43.706436Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5329,
                "name": "Ffotogallery",
                "slug": "ffotogallery",
                "city": "Cardiff",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4931576,-3.1797875",
                "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-10-20T11:03:46.631350Z",
            "publish_time": null,
            "slug": "ffotogallery-feeling-at-home-2023-10-11",
            "created_at": "2023-10-20T11:03:47.735792Z",
            "updated_at": "2023-10-20T11:03:47.778369Z",
            "summary": "Feeling at Home is an Gallery Shows event starting on 11/10/2023, 00:00 and ending on 21/10/2023, 00:00. Event is in Ffotogallery with address Ffotogallery, The Old Sunday School Rooms.",
            "title": "Feeling at Home",
            "content": null,
            "start_time": "2023-10-11T00:00:00.000000Z",
            "end_time": "2023-10-21T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Ffotogallery, The Old Sunday School Rooms",
            "city": "Cardiff",
            "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": 32532,
            "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": 30775,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/988fec497e7d4ad2954ce698f26b880d-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/988fec497e7d4ad2954ce698f26b880d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/988fec497e7d4ad2954ce698f26b880d.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/988fec497e7d4ad2954ce698f26b880d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/988fec497e7d4ad2954ce698f26b880d-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/988fec497e7d4ad2954ce698f26b880d-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/988fec497e7d4ad2954ce698f26b880d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/988fec497e7d4ad2954ce698f26b880d-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/988fec497e7d4ad2954ce698f26b880d-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/988fec497e7d4ad2954ce698f26b880d-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-10-18T09:11:42.938754Z",
                "updated_at": "2023-10-18T09:11:42.938812Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6243,
                "name": "Whitechapel Gallery",
                "slug": "whitechapel-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5160339,-0.0702738",
                "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-10-18T09:12:37.230585Z",
            "publish_time": null,
            "slug": "whitechapel-gallery-anna-mendelssohn-speak-poetess-2023-10-11",
            "created_at": "2023-10-18T09:12:38.143376Z",
            "updated_at": "2023-10-18T09:12:39.600635Z",
            "summary": "Anna Mendelssohn: Speak, Poetess is an Gallery Shows event starting on 11/10/2023, 00:00 and ending on 21/01/2024, 01:00. Event is in Whitechapel Gallery with address 77-82 Whitechapel High Street.",
            "title": "Anna Mendelssohn: Speak, Poetess",
            "content": null,
            "start_time": "2023-10-11T00:00:00.000000Z",
            "end_time": "2024-01-21T01: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": "77-82 Whitechapel High Street",
            "city": "London",
            "geolocation": "51.51617175,-0.0703132444698357",
            "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": []
        }
    ]
}