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

{
    "count": 37604,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=9612&ordering=start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=9576&ordering=start_time",
    "results": [
        {
            "id": 13728,
            "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": 13732,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2728a54029a44ab0b845d962d4109c07-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2728a54029a44ab0b845d962d4109c07-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2728a54029a44ab0b845d962d4109c07-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2728a54029a44ab0b845d962d4109c07-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2728a54029a44ab0b845d962d4109c07-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2728a54029a44ab0b845d962d4109c07.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2728a54029a44ab0b845d962d4109c07-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2728a54029a44ab0b845d962d4109c07-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2728a54029a44ab0b845d962d4109c07-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2728a54029a44ab0b845d962d4109c07-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-09-01T14:14:41.976766Z",
                "updated_at": "2022-09-01T14:14:41.976795Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4563,
                "name": "Blue Velvet Projects",
                "slug": "blue-velvet-projects",
                "city": "Zurich",
                "country": {
                    "code": "CH",
                    "name": "Switzerland"
                },
                "geolocation": "47.3677842,8.5454824",
                "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": "CH",
            "publish_status": "published",
            "published_at": "2022-09-01T14:14:44.534094Z",
            "publish_time": null,
            "slug": "blue-velvet-projects-julian-jakob-kneer-shooting-star-curated-by-pierre-alexandre-mateos-charles-teyssou-2022-04-02",
            "created_at": "2022-09-01T14:14:45.323992Z",
            "updated_at": "2022-09-01T14:14:45.759947Z",
            "summary": "Julian-Jakob Kneer: SHOOTING STAR (curated by Pierre-Alexandre Mateos & Charles Teyssou) is an Gallery Shows event starting on 02/04/2022, 00:00 and ending on 28/05/2022, 00:00. Event is in Blue Velvet Projects with address Rämistrasse 3.",
            "title": "Julian-Jakob Kneer: SHOOTING STAR (curated by Pierre-Alexandre Mateos & Charles Teyssou)",
            "content": null,
            "start_time": "2022-04-02T00:00:00.000000Z",
            "end_time": "2022-05-28T00: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": "Rämistrasse 3",
            "city": "Zurich",
            "geolocation": "47.3677825,8.545525",
            "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": 13223,
            "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": 13336,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec08cc8abea14b459aa6dcef1fe8f4a4-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec08cc8abea14b459aa6dcef1fe8f4a4-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec08cc8abea14b459aa6dcef1fe8f4a4-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec08cc8abea14b459aa6dcef1fe8f4a4-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec08cc8abea14b459aa6dcef1fe8f4a4-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ec08cc8abea14b459aa6dcef1fe8f4a4.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec08cc8abea14b459aa6dcef1fe8f4a4-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec08cc8abea14b459aa6dcef1fe8f4a4-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec08cc8abea14b459aa6dcef1fe8f4a4-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ec08cc8abea14b459aa6dcef1fe8f4a4-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-26T09:56:18.894732Z",
                "updated_at": "2022-08-26T09:56:18.894767Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4726,
                "name": "Paula Cooper Gallery New York",
                "slug": "paula-cooper-gallery-new-york",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7500545,-74.004138",
                "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": "2022-08-26T09:56:21.244643Z",
            "publish_time": null,
            "slug": "paula-cooper-gallery-veronica-ryan-2022-04-02",
            "created_at": "2022-08-26T09:56:22.008807Z",
            "updated_at": "2022-08-26T09:56:22.661430Z",
            "summary": "Veronica Ryan is an Gallery Shows event starting on 02/04/2022, 00:00 and ending on 28/05/2022, 00:00. Event is in Paula Cooper Gallery New York with address 521 W. 21st Street.",
            "title": "Veronica Ryan",
            "content": null,
            "start_time": "2022-04-02T00:00:00.000000Z",
            "end_time": "2022-05-28T00: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": "521 W. 21st Street",
            "city": "New York",
            "geolocation": "37.5227926,-77.45484036698406",
            "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": 13322,
            "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": 13414,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b615d33bab64918b87c52c6a360c68d-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b615d33bab64918b87c52c6a360c68d-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b615d33bab64918b87c52c6a360c68d-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b615d33bab64918b87c52c6a360c68d-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b615d33bab64918b87c52c6a360c68d-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6b615d33bab64918b87c52c6a360c68d.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b615d33bab64918b87c52c6a360c68d-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b615d33bab64918b87c52c6a360c68d-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b615d33bab64918b87c52c6a360c68d-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6b615d33bab64918b87c52c6a360c68d-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-29T19:37:43.946732Z",
                "updated_at": "2022-08-29T19:37:43.946796Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6507,
                "name": "Møstings, Frederiksbergmuseerne",
                "slug": "mostings-frederiksbergmuseerne",
                "city": "Frederiksberg",
                "country": {
                    "code": "DK",
                    "name": "Denmark"
                },
                "geolocation": "55.678369,12.5277701",
                "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": "DK",
            "publish_status": "published",
            "published_at": "2022-08-29T19:37:46.108176Z",
            "publish_time": null,
            "slug": "mstings-frederiksbergmuseerne-torgny-wilcke-stuer-2022-04-02",
            "created_at": "2022-08-29T19:37:46.891914Z",
            "updated_at": "2022-08-29T19:37:47.294422Z",
            "summary": "Torgny Wilcke: Stuer is an Gallery Shows event starting on 02/04/2022, 00:00 and ending on 12/06/2022, 00:00. Event is in Møstings, Frederiksbergmuseerne with address Andebakkesti 5.",
            "title": "Torgny Wilcke: Stuer",
            "content": null,
            "start_time": "2022-04-02T00:00:00.000000Z",
            "end_time": "2022-06-12T00: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": "Andebakkesti 5",
            "city": "Frederiksberg",
            "geolocation": "55.678377,12.527686",
            "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": 12474,
            "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": 12765,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8adb1453e0c945758f54a9b94ccbbf14-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8adb1453e0c945758f54a9b94ccbbf14-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8adb1453e0c945758f54a9b94ccbbf14-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8adb1453e0c945758f54a9b94ccbbf14-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8adb1453e0c945758f54a9b94ccbbf14-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/8adb1453e0c945758f54a9b94ccbbf14.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8adb1453e0c945758f54a9b94ccbbf14-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8adb1453e0c945758f54a9b94ccbbf14-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8adb1453e0c945758f54a9b94ccbbf14-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/8adb1453e0c945758f54a9b94ccbbf14-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-16T10:10:41.453959Z",
                "updated_at": "2022-08-16T10:10:41.453993Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6225,
                "name": "Uillinn: West Cork Arts Centre",
                "slug": "uillinn-west-cork-arts-centre",
                "city": "Skibbereen",
                "country": {
                    "code": "IE",
                    "name": "Ireland"
                },
                "geolocation": "51.5488523,-9.2675191",
                "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": "IE",
            "publish_status": "published",
            "published_at": "2022-08-16T10:10:44.806171Z",
            "publish_time": null,
            "slug": "uillinn-west-cork-arts-centre-the-parish-2022-04-02",
            "created_at": "2022-08-16T10:10:45.558226Z",
            "updated_at": "2022-08-16T10:10:46.366522Z",
            "summary": "The Parish is an Gallery Shows event starting on 02/04/2022, 00:00 and ending on 12/05/2022, 00:00. Event is in Uillinn: West Cork Arts Centre with address Uillinn: West Cork Arts Centre.",
            "title": "The Parish",
            "content": null,
            "start_time": "2022-04-02T00:00:00.000000Z",
            "end_time": "2022-05-12T00: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": "Uillinn: West Cork Arts Centre",
            "city": "Cork",
            "geolocation": "51.548746,-9.267601236235574",
            "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": 12472,
            "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": 12764,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d843d23786e64207a913159136a6d97f-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d843d23786e64207a913159136a6d97f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d843d23786e64207a913159136a6d97f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d843d23786e64207a913159136a6d97f-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d843d23786e64207a913159136a6d97f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d843d23786e64207a913159136a6d97f.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d843d23786e64207a913159136a6d97f-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d843d23786e64207a913159136a6d97f-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d843d23786e64207a913159136a6d97f-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d843d23786e64207a913159136a6d97f-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-16T10:10:41.035322Z",
                "updated_at": "2022-08-16T10:10:41.035362Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6225,
                "name": "Uillinn: West Cork Arts Centre",
                "slug": "uillinn-west-cork-arts-centre",
                "city": "Skibbereen",
                "country": {
                    "code": "IE",
                    "name": "Ireland"
                },
                "geolocation": "51.5488523,-9.2675191",
                "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": "IE",
            "publish_status": "published",
            "published_at": "2022-08-16T10:10:43.816878Z",
            "publish_time": null,
            "slug": "uillinn-west-cork-arts-centre-interactive-museum-of-languages-for-young-audiences-2022-04-02",
            "created_at": "2022-08-16T10:10:44.588228Z",
            "updated_at": "2022-08-16T10:10:45.046835Z",
            "summary": "Interactive Museum of Languages for Young Audiences is an Gallery Shows event starting on 02/04/2022, 00:00 and ending on 14/05/2022, 00:00. Event is in Uillinn: West Cork Arts Centre with address Uillinn: West Cork Arts Centre.",
            "title": "Interactive Museum of Languages for Young Audiences",
            "content": null,
            "start_time": "2022-04-02T00:00:00.000000Z",
            "end_time": "2022-05-14T00: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": "Uillinn: West Cork Arts Centre",
            "city": "Cork",
            "geolocation": "51.548746,-9.267601236235574",
            "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": 12485,
            "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": 12775,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/95c12cd99a9b401c895df0723b4d73dd-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/95c12cd99a9b401c895df0723b4d73dd-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/95c12cd99a9b401c895df0723b4d73dd-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/95c12cd99a9b401c895df0723b4d73dd-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/95c12cd99a9b401c895df0723b4d73dd-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/95c12cd99a9b401c895df0723b4d73dd.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/95c12cd99a9b401c895df0723b4d73dd-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/95c12cd99a9b401c895df0723b4d73dd-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/95c12cd99a9b401c895df0723b4d73dd-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/95c12cd99a9b401c895df0723b4d73dd-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-16T10:30:22.371811Z",
                "updated_at": "2022-08-16T10:30:22.371863Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5824,
                "name": "The Plough Arts Centre",
                "slug": "plough-arts-centre",
                "city": "Torrington",
                "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": "2022-08-16T10:30:26.319379Z",
            "publish_time": null,
            "slug": "the-plough-arts-centre-dont-look-now-2022-04-02",
            "created_at": "2022-08-16T10:30:27.088631Z",
            "updated_at": "2022-08-16T10:30:28.155664Z",
            "summary": "Don't Look Now is an Gallery Shows event starting on 02/04/2022, 00:00 and ending on 30/04/2022, 00:00. Event is in The Plough Arts Centre with address 9 - 11 Fore Street.",
            "title": "Don't Look Now",
            "content": null,
            "start_time": "2022-04-02T00:00:00.000000Z",
            "end_time": "2022-04-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "9 - 11 Fore Street",
            "city": "Great Torrington",
            "geolocation": "50.4712447,-4.719425794330191",
            "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": 13717,
            "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": 13724,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b469390e5b44dafa8843e3c5d9d29b5-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b469390e5b44dafa8843e3c5d9d29b5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b469390e5b44dafa8843e3c5d9d29b5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b469390e5b44dafa8843e3c5d9d29b5-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b469390e5b44dafa8843e3c5d9d29b5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1b469390e5b44dafa8843e3c5d9d29b5.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b469390e5b44dafa8843e3c5d9d29b5-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b469390e5b44dafa8843e3c5d9d29b5-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b469390e5b44dafa8843e3c5d9d29b5-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1b469390e5b44dafa8843e3c5d9d29b5-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-09-01T14:14:28.365263Z",
                "updated_at": "2022-09-01T14:14:28.365298Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5595,
                "name": "Bils & Rye",
                "slug": "bils-rye",
                "city": "Harrogate",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.9917994,-1.5407875",
                "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": "2022-09-01T14:14:31.364022Z",
            "publish_time": null,
            "slug": "bils-rye-ltd-page-wright-2022-04-02",
            "created_at": "2022-09-01T14:14:32.137261Z",
            "updated_at": "2022-09-01T14:14:32.819751Z",
            "summary": "Page & Wright is an Gallery Shows event starting on 02/04/2022, 00:00 and ending on 04/06/2022, 00:00. Event is in Bils & Rye with address Unit 4, Regent House.",
            "title": "Page & Wright",
            "content": null,
            "start_time": "2022-04-02T00:00:00.000000Z",
            "end_time": "2022-06-04T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Unit 4, Regent House",
            "city": "Harrogate",
            "geolocation": "52.3917189,-1.8124463232679187",
            "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": 12484,
            "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": 12774,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b30f2e67a1a14c57bf09ea28d0cf8a02-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b30f2e67a1a14c57bf09ea28d0cf8a02-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b30f2e67a1a14c57bf09ea28d0cf8a02-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b30f2e67a1a14c57bf09ea28d0cf8a02-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b30f2e67a1a14c57bf09ea28d0cf8a02-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b30f2e67a1a14c57bf09ea28d0cf8a02.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b30f2e67a1a14c57bf09ea28d0cf8a02-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b30f2e67a1a14c57bf09ea28d0cf8a02-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b30f2e67a1a14c57bf09ea28d0cf8a02-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b30f2e67a1a14c57bf09ea28d0cf8a02-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-16T10:30:22.071899Z",
                "updated_at": "2022-08-16T10:30:22.071934Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5827,
                "name": "The Residence Gallery",
                "slug": "residence-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-08-16T10:30:26.307584Z",
            "publish_time": null,
            "slug": "the-residence-gallery-jack-jubb-viscous-cycle-2022-04-02",
            "created_at": "2022-08-16T10:30:27.084029Z",
            "updated_at": "2022-08-16T10:30:27.488427Z",
            "summary": "Jack Jubb 'Viscous Cycle' is an Gallery Shows event starting on 02/04/2022, 00:00 and ending on 08/05/2022, 00:00. Event is in The Residence Gallery with address 229 Victoria Park Road.",
            "title": "Jack Jubb 'Viscous Cycle'",
            "content": null,
            "start_time": "2022-04-02T00:00:00.000000Z",
            "end_time": "2022-05-08T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "229 Victoria Park Road",
            "city": "London",
            "geolocation": "51.53837,-0.044144715928189124",
            "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": 13763,
            "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": 13766,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a5c3da30d9464a59bd4f0ce24b848880-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a5c3da30d9464a59bd4f0ce24b848880-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a5c3da30d9464a59bd4f0ce24b848880-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a5c3da30d9464a59bd4f0ce24b848880-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a5c3da30d9464a59bd4f0ce24b848880-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a5c3da30d9464a59bd4f0ce24b848880.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a5c3da30d9464a59bd4f0ce24b848880-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a5c3da30d9464a59bd4f0ce24b848880-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a5c3da30d9464a59bd4f0ce24b848880-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a5c3da30d9464a59bd4f0ce24b848880-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-09-01T14:52:54.629930Z",
                "updated_at": "2022-09-01T14:52:54.629985Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6110,
                "name": "Chaussee 36",
                "slug": "chaussee-36",
                "city": "+49 30 28097648",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5332373,13.3802213",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2022-09-01T14:52:58.998727Z",
            "publish_time": null,
            "slug": "chaussee-36-in-the-name-of-freedom-ukrainian-women-photographers-organization-2022-04-02",
            "created_at": "2022-09-01T14:52:59.789532Z",
            "updated_at": "2022-09-01T14:53:01.381907Z",
            "summary": "IN THE NAME OF FREEDOM - Ukrainian Women Photographers Organization is an Gallery Shows event starting on 02/04/2022, 00:00 and ending on 01/05/2022, 00:00. Event is in Chaussee 36 with address Chausseestraße 36.",
            "title": "IN THE NAME OF FREEDOM - Ukrainian Women Photographers Organization",
            "content": null,
            "start_time": "2022-04-02T00:00:00.000000Z",
            "end_time": "2022-05-01T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Chausseestraße 36",
            "city": "Berlin",
            "geolocation": "52.4156954,13.1460714",
            "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": 13393,
            "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": 13464,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba4d16a029c54c4bacacaf9f7a22fbb3-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba4d16a029c54c4bacacaf9f7a22fbb3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba4d16a029c54c4bacacaf9f7a22fbb3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba4d16a029c54c4bacacaf9f7a22fbb3-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba4d16a029c54c4bacacaf9f7a22fbb3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ba4d16a029c54c4bacacaf9f7a22fbb3.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba4d16a029c54c4bacacaf9f7a22fbb3-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba4d16a029c54c4bacacaf9f7a22fbb3-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba4d16a029c54c4bacacaf9f7a22fbb3-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ba4d16a029c54c4bacacaf9f7a22fbb3-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-29T20:13:27.982491Z",
                "updated_at": "2022-08-29T20:13:27.982527Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5488,
                "name": "Francois Ghebaly | LA",
                "slug": "francois-ghebaly-la",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0192753,-118.231774",
                "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": "2022-08-29T20:13:32.041878Z",
            "publish_time": null,
            "slug": "francois-ghebaly-la-em-kettner-victoria-gitman-2022-04-02",
            "created_at": "2022-08-29T20:13:32.839273Z",
            "updated_at": "2022-08-29T20:13:33.661175Z",
            "summary": "Em Kettner / Victoria Gitman is an Gallery Shows event starting on 02/04/2022, 00:00 and ending on 07/05/2022, 00:00. Event is in Francois Ghebaly | LA with address 2245 E Washington Blvd.",
            "title": "Em Kettner / Victoria Gitman",
            "content": null,
            "start_time": "2022-04-02T00:00:00.000000Z",
            "end_time": "2022-05-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2245 E Washington Blvd",
            "city": "Los Angeles",
            "geolocation": "34.01902889806857,-118.23326748285818",
            "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": 13392,
            "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": 13463,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09ce37c5e7504263b08067cfdab1bf44-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09ce37c5e7504263b08067cfdab1bf44-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09ce37c5e7504263b08067cfdab1bf44-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09ce37c5e7504263b08067cfdab1bf44-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09ce37c5e7504263b08067cfdab1bf44-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/09ce37c5e7504263b08067cfdab1bf44.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09ce37c5e7504263b08067cfdab1bf44-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09ce37c5e7504263b08067cfdab1bf44-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09ce37c5e7504263b08067cfdab1bf44-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09ce37c5e7504263b08067cfdab1bf44-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-08-29T20:13:27.885544Z",
                "updated_at": "2022-08-29T20:13:27.885577Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5488,
                "name": "Francois Ghebaly | LA",
                "slug": "francois-ghebaly-la",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0192753,-118.231774",
                "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": "2022-08-29T20:13:31.882884Z",
            "publish_time": null,
            "slug": "francois-ghebaly-la-em-kettner-2022-04-02",
            "created_at": "2022-08-29T20:13:32.646117Z",
            "updated_at": "2022-08-29T20:13:33.185737Z",
            "summary": "Em Kettner is an Gallery Shows event starting on 02/04/2022, 00:00 and ending on 07/05/2022, 00:00. Event is in Francois Ghebaly | LA with address 2245 E Washington Blvd.",
            "title": "Em Kettner",
            "content": null,
            "start_time": "2022-04-02T00:00:00.000000Z",
            "end_time": "2022-05-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2245 E Washington Blvd",
            "city": "Los Angeles",
            "geolocation": "34.01902889806857,-118.23326748285818",
            "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": 13389,
            "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": 5488,
                "name": "Francois Ghebaly | LA",
                "slug": "francois-ghebaly-la",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0192753,-118.231774",
                "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": "2022-08-29T20:13:26.135503Z",
            "publish_time": null,
            "slug": "francois-ghebaly-los-angeles-victoria-gitman-everything-is-surface-twenty-years-of-painting-2022-04-02",
            "created_at": "2022-08-29T20:13:26.949529Z",
            "updated_at": "2022-08-29T20:13:28.256113Z",
            "summary": "Victoria Gitman: Everything is Surface: Twenty Years of Painting is an Gallery Shows event starting on 02/04/2022, 00:00 and ending on 07/05/2022, 00:00. Event is in Francois Ghebaly | LA with address 2245 E Washington Boulevard.",
            "title": "Victoria Gitman: Everything is Surface: Twenty Years of Painting",
            "content": null,
            "start_time": "2022-04-02T00:00:00.000000Z",
            "end_time": "2022-05-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2245 E Washington Boulevard",
            "city": "Los Angeles",
            "geolocation": "34.01902889806857,-118.23326748285818",
            "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": 13684,
            "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": 5000,
                "name": "Loch Gallery",
                "slug": "loch-gallery",
                "city": "Toronto",
                "country": {
                    "code": "CA",
                    "name": "Canada"
                },
                "geolocation": "43.67130359999999,-79.3935741",
                "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": "CA",
            "publish_status": "published",
            "published_at": "2022-09-01T09:31:28.245332Z",
            "publish_time": null,
            "slug": "loch-gallery-into-the-light-new-paintings-by-philip-craig-2022-04-02",
            "created_at": "2022-09-01T09:31:29.022156Z",
            "updated_at": "2022-09-01T09:31:29.402256Z",
            "summary": "INTO THE LIGHT, New Paintings by Philip Craig is an Gallery Shows event starting on 02/04/2022, 00:00 and ending on 16/04/2022, 00:00. Event is in Loch Gallery with address 16 Hazelton Avenue.",
            "title": "INTO THE LIGHT, New Paintings by Philip Craig",
            "content": null,
            "start_time": "2022-04-02T00:00:00.000000Z",
            "end_time": "2022-04-16T00: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 Hazelton Avenue",
            "city": "Toronto",
            "geolocation": "43.8887071,-79.3624862",
            "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": 14284,
            "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": 14195,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3bcf936573a44f79aaaef80ba03e2a3-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3bcf936573a44f79aaaef80ba03e2a3-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3bcf936573a44f79aaaef80ba03e2a3-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3bcf936573a44f79aaaef80ba03e2a3-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3bcf936573a44f79aaaef80ba03e2a3-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a3bcf936573a44f79aaaef80ba03e2a3.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3bcf936573a44f79aaaef80ba03e2a3-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3bcf936573a44f79aaaef80ba03e2a3-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3bcf936573a44f79aaaef80ba03e2a3-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a3bcf936573a44f79aaaef80ba03e2a3-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-09-12T16:22:03.155272Z",
                "updated_at": "2022-09-12T16:22:03.155308Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5432,
                "name": "Kerlin Gallery",
                "slug": "kerlin-gallery",
                "city": "Dublin",
                "country": {
                    "code": "IE",
                    "name": "Ireland"
                },
                "geolocation": "53.3407303,-6.2597942",
                "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": "IE",
            "publish_status": "published",
            "published_at": "2022-09-12T16:22:07.275772Z",
            "publish_time": null,
            "slug": "kerlin-gallery-jan-pleitner-temperatures-of-time-2022-04-02",
            "created_at": "2022-09-12T16:22:08.066316Z",
            "updated_at": "2022-09-12T16:22:08.103854Z",
            "summary": "Jan Pleitner: temperatures of time is an Gallery Shows event starting on 02/04/2022, 00:00 and ending on 07/05/2022, 00:00. Event is in Kerlin Gallery with address Anne's Lane South Anne Street.",
            "title": "Jan Pleitner: temperatures of time",
            "content": null,
            "start_time": "2022-04-02T00:00:00.000000Z",
            "end_time": "2022-05-07T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Anne's Lane South Anne Street",
            "city": "Dublin",
            "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": 7362,
            "author": {
                "id": "d1b9596d-f13a-4270-a091-9a77f66d613a",
                "username": "sophia_1476",
                "slug": "sophia_1476",
                "first_name": "Sophia",
                "last_name": "Ziotas",
                "display_name": "Sophia Ziotas",
                "display_name_full": "Sophia Ziotas",
                "email": "sophia@heathergaudiofineart.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 8446,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b497a87fb4745ba97eaa417b218e415-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b497a87fb4745ba97eaa417b218e415-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b497a87fb4745ba97eaa417b218e415-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b497a87fb4745ba97eaa417b218e415-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b497a87fb4745ba97eaa417b218e415-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7b497a87fb4745ba97eaa417b218e415.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b497a87fb4745ba97eaa417b218e415-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b497a87fb4745ba97eaa417b218e415-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b497a87fb4745ba97eaa417b218e415-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7b497a87fb4745ba97eaa417b218e415-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-02-22T18:19:57.177180Z",
                "updated_at": "2022-02-22T18:19:57.177216Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "d1b9596d-f13a-4270-a091-9a77f66d613a"
            },
            "venue": {
                "id": 3063,
                "name": "Heather Gaudio Fine Art",
                "slug": "heather-gaudio-fine-art",
                "city": "New Canaan",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "41.1466813,-73.4934702",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 21,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/heather-gaudio-fine-art-logo-1587998331-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/heather-gaudio-fine-art-logo-1587998331-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/heather-gaudio-fine-art-logo-1587998331-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/heather-gaudio-fine-art-logo-1587998331-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/heather-gaudio-fine-art-logo-1587998331-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/heather-gaudio-fine-art-logo-1587998331-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/heather-gaudio-fine-art-logo-1587998331.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/heather-gaudio-fine-art-logo-1587998331-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2020-06-02T13:13:50.893086Z",
                    "updated_at": "2021-09-14T12:37:09.725100Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": null,
            "publish_time": null,
            "slug": "hyun-jung-ahn-rendezvous",
            "created_at": "2022-02-22T18:20:07.879671Z",
            "updated_at": "2022-04-21T16:59:19.097344Z",
            "summary": "Hyun Jung Ahn: Rendezvous is an Gallery Shows event starting on 02/04/2022, 10:30 and ending on 07/05/2022, 17:30. Event is in Heather Gaudio Fine Art with address 66 Elm St, New Canaan, CT 06840, USA.",
            "title": "Hyun Jung Ahn: Rendezvous",
            "content": "Heather Gaudio Fine Art is pleased to announce Hyun Jung Ahn: Rendezvous, her first solo exhibition at the gallery. The show will feature newly created paintings by the artist and will run April 2nd through May 7th.",
            "start_time": "2022-04-02T10:30:00.000000Z",
            "end_time": "2022-05-07T17:30: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": "66 Elm St, New Canaan, CT 06840, USA",
            "city": "",
            "geolocation": "41.1466813,-73.4934702",
            "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": 8076,
            "author": {
                "id": "8081a246-4f79-4b8e-bae9-8332ed850e9d",
                "username": "luisz@tintanosnervos.com",
                "slug": "luisztintanosnervoscom",
                "first_name": "Luis",
                "last_name": "Azeredo",
                "display_name": null,
                "display_name_full": "Luis Azeredo",
                "email": "luisz@tintanosnervos.com",
                "telephone": "+351 213951179"
            },
            "price": null,
            "featured_image": {
                "id": 9030,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cb4561f9f1b4661b46e4f60cdb7d7de-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cb4561f9f1b4661b46e4f60cdb7d7de-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cb4561f9f1b4661b46e4f60cdb7d7de-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cb4561f9f1b4661b46e4f60cdb7d7de-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cb4561f9f1b4661b46e4f60cdb7d7de-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6cb4561f9f1b4661b46e4f60cdb7d7de.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cb4561f9f1b4661b46e4f60cdb7d7de-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cb4561f9f1b4661b46e4f60cdb7d7de-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cb4561f9f1b4661b46e4f60cdb7d7de-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6cb4561f9f1b4661b46e4f60cdb7d7de-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-03-29T12:27:49.386592Z",
                "updated_at": "2022-03-29T12:27:49.386626Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "8081a246-4f79-4b8e-bae9-8332ed850e9d"
            },
            "venue": {
                "id": 4671,
                "name": "Tinta nos Nervos",
                "slug": "tinta-nos-nervos",
                "city": "Lisboa",
                "country": {
                    "code": "PT",
                    "name": "Portugal"
                },
                "geolocation": "38.7148598,-9.1505419",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3741,
                    "image": {
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4f3f8471e0974b1db969e7220957fef0-thumbnail_webp-9999x9999.webp",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4f3f8471e0974b1db969e7220957fef0-crop_webp-265x149.webp",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4f3f8471e0974b1db969e7220957fef0-crop_webp-760x499.webp",
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4f3f8471e0974b1db969e7220957fef0-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4f3f8471e0974b1db969e7220957fef0-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4f3f8471e0974b1db969e7220957fef0-crop-c0-5__0-5-760x499-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/4f3f8471e0974b1db969e7220957fef0.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/4f3f8471e0974b1db969e7220957fef0-crop-c0-5__0-5-265x149-70.jpg"
                    },
                    "created_at": "2022-03-26T12:51:00.940168Z",
                    "updated_at": "2022-03-26T12:51:00.940216Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "8081a246-4f79-4b8e-bae9-8332ed850e9d"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": null,
            "publish_time": null,
            "slug": "intrusions-aube-breton-elleouet",
            "created_at": "2022-03-29T12:27:55.008929Z",
            "updated_at": "2022-03-29T12:28:09.765936Z",
            "summary": "Intrusions - AUBE  BRETON  ELLËOUÊT is an Gallery Shows event starting on 02/04/2022, 11:00 and ending on 28/05/2022, 18:00. Event is in Tinta nos Nervos with address R. da Palmeira 43, 1200-098 Lisboa, Portugal.",
            "title": "Intrusions - AUBE  BRETON  ELLËOUÊT",
            "content": "Since the 1970s, Aube Breton Elléouët has been making collages with postcards, playing cards, images from books and magazines that she finds at garage sales and second-hand bookstores.\r\nThe works chosen for this exhibition speak to us with pertinence\r\nwith a sense of humor but pertinently, of life, our place within the universe, nature, as well as of the feminine and - profoundly yet in a very genuine way - love and human relations.\r\nThe title 'Intrusion' describes the artist's gaze through a discourse that results from an attentive crisscross of all the references that have served her, from a landscape to the skies or a path, which have thread through her life.",
            "start_time": "2022-04-02T11:00:00.000000Z",
            "end_time": "2022-05-28T18: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": "R. da Palmeira 43, 1200-098 Lisboa, Portugal",
            "city": "",
            "geolocation": "38.7148598,-9.1505419",
            "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": 13671,
            "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": 13689,
                "image": {
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff4f83a01bfd4665bf78b252ae3985df-thumbnail_webp-9999x9999.webp",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff4f83a01bfd4665bf78b252ae3985df-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff4f83a01bfd4665bf78b252ae3985df-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff4f83a01bfd4665bf78b252ae3985df-crop_webp-555x312.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff4f83a01bfd4665bf78b252ae3985df-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ff4f83a01bfd4665bf78b252ae3985df.jpg",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff4f83a01bfd4665bf78b252ae3985df-crop-c0-5__0-5-179x179-70.jpg",
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff4f83a01bfd4665bf78b252ae3985df-crop_webp-270x152.webp",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff4f83a01bfd4665bf78b252ae3985df-crop_webp-524x294.webp",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ff4f83a01bfd4665bf78b252ae3985df-crop-c0-5__0-5-555x312-70.jpg"
                },
                "created_at": "2022-09-01T09:17:42.105815Z",
                "updated_at": "2022-09-01T09:17:42.105849Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6586,
                "name": "Mansard Gallery",
                "slug": "mansard-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.521202,-0.134605",
                "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": "2022-09-01T09:17:44.233524Z",
            "publish_time": null,
            "slug": "mansard-gallery-hormazd-narielwalla-pattern-symphony-2022-04-03",
            "created_at": "2022-09-01T09:17:45.035728Z",
            "updated_at": "2022-09-01T09:17:45.525439Z",
            "summary": "Hormazd Narielwalla - ‘Pattern Symphony’ is an Gallery Shows event starting on 03/04/2022, 00:00 and ending on 08/05/2022, 00:00. Event is in Mansard Gallery with address 196 Tottenham Court Rd.",
            "title": "Hormazd Narielwalla - ‘Pattern Symphony’",
            "content": null,
            "start_time": "2022-04-03T00:00:00.000000Z",
            "end_time": "2022-05-08T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "196 Tottenham Court Rd",
            "city": "London",
            "geolocation": "51.5212992,-0.1346053",
            "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": 13329,
            "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": 6494,
                "name": "Museum of Fine Arts Houston",
                "slug": "museum-fine-arts-houston",
                "city": "Houston",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "29.7258645,-95.39052360000001",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 2,
                "image": null,
                "slug": "museum-exhibitions",
                "created_at": "2020-06-02T15:33:40.529628Z",
                "updated_at": "2021-03-29T12:18:53.827531Z",
                "name": "Museum Exhibitions",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-08-29T19:37:53.285144Z",
            "publish_time": null,
            "slug": "museum-of-fine-arts-houston-the-obama-portraits-tour-2022-04-03",
            "created_at": "2022-08-29T19:37:54.210642Z",
            "updated_at": "2022-08-29T19:37:54.686706Z",
            "summary": "The Obama Portraits Tour is an Museum Exhibitions event starting on 03/04/2022, 00:00 and ending on 30/05/2022, 00:00. Event is in Museum of Fine Arts Houston with address 1001 Bissonnet Street.",
            "title": "The Obama Portraits Tour",
            "content": null,
            "start_time": "2022-04-03T00:00:00.000000Z",
            "end_time": "2022-05-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1001 Bissonnet Street",
            "city": "River Oaks - Houston",
            "geolocation": "29.7253957,-95.3905583",
            "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": []
        }
    ]
}