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

{
    "count": 37591,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=23796&ordering=-start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=23760&ordering=-start_time",
    "results": [
        {
            "id": 10339,
            "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": 10983,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bbb4b386c8d477daade0823101fa6f1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bbb4b386c8d477daade0823101fa6f1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7bbb4b386c8d477daade0823101fa6f1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bbb4b386c8d477daade0823101fa6f1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bbb4b386c8d477daade0823101fa6f1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bbb4b386c8d477daade0823101fa6f1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bbb4b386c8d477daade0823101fa6f1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bbb4b386c8d477daade0823101fa6f1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bbb4b386c8d477daade0823101fa6f1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7bbb4b386c8d477daade0823101fa6f1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-07T20:55:45.575703Z",
                "updated_at": "2022-07-07T20:55:45.575737Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4228,
                "name": "de boer",
                "slug": "de-boer",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0182363,-118.2085039",
                "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-07-07T20:55:49.557928Z",
            "publish_time": null,
            "slug": "de-boer-killer-cute-in-two-parts-2022-07-09",
            "created_at": "2022-07-07T20:55:50.376629Z",
            "updated_at": "2022-07-07T20:55:51.105429Z",
            "summary": "Killer Cute: In Two Parts is an Gallery Shows event starting on 09/07/2022, 00:00 and ending on 20/08/2022, 00:00. Event is in de boer with address 3311 E. Pico Blvd..",
            "title": "Killer Cute: In Two Parts",
            "content": null,
            "start_time": "2022-07-09T00:00:00.000000Z",
            "end_time": "2022-08-20T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "3311 E. Pico Blvd.",
            "city": "Los Angeles",
            "geolocation": "34.018068020408165,-118.20862283673469",
            "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": 10348,
            "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": 10992,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3c2b4ea9c6f437488de2ea1c2deadbe-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3c2b4ea9c6f437488de2ea1c2deadbe-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e3c2b4ea9c6f437488de2ea1c2deadbe.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3c2b4ea9c6f437488de2ea1c2deadbe-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3c2b4ea9c6f437488de2ea1c2deadbe-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3c2b4ea9c6f437488de2ea1c2deadbe-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3c2b4ea9c6f437488de2ea1c2deadbe-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3c2b4ea9c6f437488de2ea1c2deadbe-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3c2b4ea9c6f437488de2ea1c2deadbe-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e3c2b4ea9c6f437488de2ea1c2deadbe-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-07T21:01:28.381058Z",
                "updated_at": "2022-07-07T21:01:28.381093Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4632,
                "name": "Exeter Phoenix",
                "slug": "exeter-phoenix",
                "city": "Exeter",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.7247894,-3.5312808",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-07-07T21:01:32.229753Z",
            "publish_time": null,
            "slug": "exeter-phoenix-cover-versions-2022-07-09",
            "created_at": "2022-07-07T21:01:33.049704Z",
            "updated_at": "2022-07-07T21:01:33.093697Z",
            "summary": "Cover Versions is an Gallery Shows event starting on 09/07/2022, 00:00 and ending on 04/09/2022, 00:00. Event is in Exeter Phoenix with address Exeter Phoenix, Bradnich Place.",
            "title": "Cover Versions",
            "content": null,
            "start_time": "2022-07-09T00:00:00.000000Z",
            "end_time": "2022-09-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": "Exeter Phoenix, Bradnich Place",
            "city": "Exeter",
            "geolocation": "",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 10353,
            "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": 10998,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cfaaa9f9933f4b778f7bd43665ddd1a9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cfaaa9f9933f4b778f7bd43665ddd1a9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/cfaaa9f9933f4b778f7bd43665ddd1a9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cfaaa9f9933f4b778f7bd43665ddd1a9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cfaaa9f9933f4b778f7bd43665ddd1a9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cfaaa9f9933f4b778f7bd43665ddd1a9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cfaaa9f9933f4b778f7bd43665ddd1a9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cfaaa9f9933f4b778f7bd43665ddd1a9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cfaaa9f9933f4b778f7bd43665ddd1a9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/cfaaa9f9933f4b778f7bd43665ddd1a9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-07T21:13:20.792787Z",
                "updated_at": "2022-07-07T21:13:20.792823Z",
                "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-07-07T21:13:25.245033Z",
            "publish_time": null,
            "slug": "francois-ghebaly-la-tammy-nguyen-four-ways-through-a-cave-2022-07-09",
            "created_at": "2022-07-07T21:13:26.006281Z",
            "updated_at": "2022-07-07T21:13:26.401476Z",
            "summary": "Tammy Nguyen: Four Ways Through a Cave is an Gallery Shows event starting on 09/07/2022, 00:00 and ending on 20/08/2022, 00:00. Event is in Francois Ghebaly | LA with address 2245 E Washington Blvd.",
            "title": "Tammy Nguyen: Four Ways Through a Cave",
            "content": null,
            "start_time": "2022-07-09T00:00:00.000000Z",
            "end_time": "2022-08-20T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "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": 10354,
            "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": 10997,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97e7f4caf08a4914ad330918cb0b0448-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97e7f4caf08a4914ad330918cb0b0448-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/97e7f4caf08a4914ad330918cb0b0448.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97e7f4caf08a4914ad330918cb0b0448-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97e7f4caf08a4914ad330918cb0b0448-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97e7f4caf08a4914ad330918cb0b0448-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97e7f4caf08a4914ad330918cb0b0448-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97e7f4caf08a4914ad330918cb0b0448-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97e7f4caf08a4914ad330918cb0b0448-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/97e7f4caf08a4914ad330918cb0b0448-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-07T21:13:20.714252Z",
                "updated_at": "2022-07-07T21:13:20.714287Z",
                "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-07-07T21:13:25.408078Z",
            "publish_time": null,
            "slug": "francois-ghebaly-la-maia-ruth-lee-migrant-reader-2022-07-09",
            "created_at": "2022-07-07T21:13:26.172024Z",
            "updated_at": "2022-07-07T21:13:26.889284Z",
            "summary": "Maia Ruth Lee: Migrant Reader is an Gallery Shows event starting on 09/07/2022, 00:00 and ending on 20/08/2022, 00:00. Event is in Francois Ghebaly | LA with address 2245 E Washington Blvd.",
            "title": "Maia Ruth Lee: Migrant Reader",
            "content": null,
            "start_time": "2022-07-09T00:00:00.000000Z",
            "end_time": "2022-08-20T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "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": 10376,
            "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": 11008,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4c2cd5be039343d6bb6046091d96e31f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4c2cd5be039343d6bb6046091d96e31f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4c2cd5be039343d6bb6046091d96e31f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4c2cd5be039343d6bb6046091d96e31f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4c2cd5be039343d6bb6046091d96e31f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4c2cd5be039343d6bb6046091d96e31f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4c2cd5be039343d6bb6046091d96e31f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4c2cd5be039343d6bb6046091d96e31f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4c2cd5be039343d6bb6046091d96e31f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4c2cd5be039343d6bb6046091d96e31f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-08T11:10:08.461924Z",
                "updated_at": "2022-07-08T11:10:08.461974Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 4233,
                "name": "George Billis Gallery Los Angeles",
                "slug": "george-billis-gallery-los-angeles",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.033617,-118.3756895",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2022-07-08T11:10:11.943258Z",
            "publish_time": null,
            "slug": "george-billis-gallery-los-angeles-the-cityscape-show-xii-iconic-the-artists-view-of-los-angeles-2022-07-09",
            "created_at": "2022-07-08T11:10:12.798680Z",
            "updated_at": "2022-07-08T11:10:13.455327Z",
            "summary": "The Cityscape Show XII: Iconic: The Artist's View of Los Angeles is an Gallery Shows event starting on 09/07/2022, 00:00 and ending on 20/08/2022, 00:00. Event is in George Billis Gallery Los Angeles with address 2716 S. La Cienega Boulevard.",
            "title": "The Cityscape Show XII: Iconic: The Artist's View of Los Angeles",
            "content": null,
            "start_time": "2022-07-09T00:00:00.000000Z",
            "end_time": "2022-08-20T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "2716 S. La Cienega Boulevard",
            "city": "Los Angeles",
            "geolocation": "34.0333588,-118.37558",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 10377,
            "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": 11009,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48da41e5051b416892284ea83718efb0-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48da41e5051b416892284ea83718efb0-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/48da41e5051b416892284ea83718efb0.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48da41e5051b416892284ea83718efb0-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48da41e5051b416892284ea83718efb0-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48da41e5051b416892284ea83718efb0-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48da41e5051b416892284ea83718efb0-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48da41e5051b416892284ea83718efb0-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48da41e5051b416892284ea83718efb0-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/48da41e5051b416892284ea83718efb0-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-08T11:10:14.282533Z",
                "updated_at": "2022-07-08T11:10:14.282570Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5499,
                "name": "Grundy Art Gallery",
                "slug": "grundy-art-gallery",
                "city": "Blackpool",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.820429,-3.0520283",
                "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-07-08T11:10:17.062429Z",
            "publish_time": null,
            "slug": "grundy-art-gallery-tony-heaton-altered-2022-07-09",
            "created_at": "2022-07-08T11:10:17.842278Z",
            "updated_at": "2022-07-08T11:10:18.193721Z",
            "summary": "Tony Heaton: Altered is an Gallery Shows event starting on 09/07/2022, 00:00 and ending on 24/09/2022, 00:00. Event is in Grundy Art Gallery with address Grundy Art Gallery.",
            "title": "Tony Heaton: Altered",
            "content": null,
            "start_time": "2022-07-09T00:00:00.000000Z",
            "end_time": "2022-09-24T00: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": "Grundy Art Gallery",
            "city": "Blackpool",
            "geolocation": "53.8207605,-3.052826080772301",
            "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": 10378,
            "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": 11010,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3987c0ce6e3f4a79a6750ae64ae8f0f1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3987c0ce6e3f4a79a6750ae64ae8f0f1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3987c0ce6e3f4a79a6750ae64ae8f0f1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3987c0ce6e3f4a79a6750ae64ae8f0f1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3987c0ce6e3f4a79a6750ae64ae8f0f1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3987c0ce6e3f4a79a6750ae64ae8f0f1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3987c0ce6e3f4a79a6750ae64ae8f0f1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3987c0ce6e3f4a79a6750ae64ae8f0f1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3987c0ce6e3f4a79a6750ae64ae8f0f1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3987c0ce6e3f4a79a6750ae64ae8f0f1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-08T11:10:14.384363Z",
                "updated_at": "2022-07-08T11:10:14.384420Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5499,
                "name": "Grundy Art Gallery",
                "slug": "grundy-art-gallery",
                "city": "Blackpool",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.820429,-3.0520283",
                "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-07-08T11:10:17.638773Z",
            "publish_time": null,
            "slug": "grundy-art-gallery-forecourt-commission-shining-light-2022-07-09",
            "created_at": "2022-07-08T11:10:18.433543Z",
            "updated_at": "2022-07-08T11:10:18.876982Z",
            "summary": "Forecourt Commission: Shining Light is an Gallery Shows event starting on 09/07/2022, 00:00 and ending on 24/09/2022, 00:00. Event is in Grundy Art Gallery with address Grundy Art Gallery.",
            "title": "Forecourt Commission: Shining Light",
            "content": null,
            "start_time": "2022-07-09T00:00:00.000000Z",
            "end_time": "2022-09-24T00: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": "Grundy Art Gallery",
            "city": "Blackpool",
            "geolocation": "53.8207605,-3.052826080772301",
            "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": 10381,
            "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": 4356,
                "name": "Hemphill Artworks",
                "slug": "hemphill-artworks",
                "city": "Washington",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "38.9021871,-77.0173744",
                "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-07-08T11:29:27.707941Z",
            "publish_time": null,
            "slug": "hemphill-artworks-robert-novel-paintings-2022-07-09",
            "created_at": "2022-07-08T11:29:28.507187Z",
            "updated_at": "2022-07-08T11:29:28.904608Z",
            "summary": "Robert Novel Paintings is an Gallery Shows event starting on 09/07/2022, 00:00 and ending on 13/08/2022, 00:00. Event is in Hemphill Artworks with address 434 K Street NW.",
            "title": "Robert Novel Paintings",
            "content": null,
            "start_time": "2022-07-09T00:00:00.000000Z",
            "end_time": "2022-08-13T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "434 K Street NW",
            "city": "Washington, DC",
            "geolocation": "38.902438,-77.017244",
            "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": 10398,
            "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": 11025,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d7132d0a36fc48fb9cfcc4f0b4c7254b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d7132d0a36fc48fb9cfcc4f0b4c7254b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d7132d0a36fc48fb9cfcc4f0b4c7254b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d7132d0a36fc48fb9cfcc4f0b4c7254b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d7132d0a36fc48fb9cfcc4f0b4c7254b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d7132d0a36fc48fb9cfcc4f0b4c7254b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d7132d0a36fc48fb9cfcc4f0b4c7254b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d7132d0a36fc48fb9cfcc4f0b4c7254b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d7132d0a36fc48fb9cfcc4f0b4c7254b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d7132d0a36fc48fb9cfcc4f0b4c7254b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-08T14:42:28.207904Z",
                "updated_at": "2022-07-08T14:42:28.207938Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5514,
                "name": "Kraupa-Tuskany Zeidler",
                "slug": "kraupa-tuskany-zeidler",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.496851,13.418323",
                "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-07-08T14:42:31.817918Z",
            "publish_time": null,
            "slug": "kraupa-tuskany-zeidler-transactions-with-eternity-2022-07-09",
            "created_at": "2022-07-08T14:42:32.610699Z",
            "updated_at": "2022-07-08T14:42:33.124708Z",
            "summary": "Transactions with Eternity is an Gallery Shows event starting on 09/07/2022, 00:00 and ending on 20/08/2022, 00:00. Event is in Kraupa-Tuskany Zeidler with address Kohlfurter Straße 41/43.",
            "title": "Transactions with Eternity",
            "content": null,
            "start_time": "2022-07-09T00:00:00.000000Z",
            "end_time": "2022-08-20T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Kohlfurter Straße 41/43",
            "city": "Berlin",
            "geolocation": "52.496938,13.41818",
            "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": 10406,
            "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": 5520,
                "name": "M+B",
                "slug": "mb",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0811818,-118.3874414",
                "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-07-11T15:03:04.769296Z",
            "publish_time": null,
            "slug": "mb-alina-perez-controlled-folly-2022-07-09",
            "created_at": "2022-07-11T15:03:05.541108Z",
            "updated_at": "2022-07-11T15:03:06.353163Z",
            "summary": "Alina Perez: Controlled Folly is an Gallery Shows event starting on 09/07/2022, 00:00 and ending on 27/08/2022, 00:00. Event is in M+B with address 612 N. Almont Drive.",
            "title": "Alina Perez: Controlled Folly",
            "content": null,
            "start_time": "2022-07-09T00:00:00.000000Z",
            "end_time": "2022-08-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "612 N. Almont Drive",
            "city": "Los Angeles, CA",
            "geolocation": "34.08107204233,-118.38760652201594",
            "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": 10407,
            "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": 5520,
                "name": "M+B",
                "slug": "mb",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0811818,-118.3874414",
                "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-07-11T15:03:08.931357Z",
            "publish_time": null,
            "slug": "mb-brett-charles-seiler-oh-christopher-2022-07-09",
            "created_at": "2022-07-11T15:03:09.778515Z",
            "updated_at": "2022-07-11T15:03:10.140009Z",
            "summary": "Brett Charles Seiler: Oh, Christopher is an Gallery Shows event starting on 09/07/2022, 00:00 and ending on 27/08/2022, 00:00. Event is in M+B with address 612 N. Almont Drive.",
            "title": "Brett Charles Seiler: Oh, Christopher",
            "content": null,
            "start_time": "2022-07-09T00:00:00.000000Z",
            "end_time": "2022-08-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "612 N. Almont Drive",
            "city": "Los Angeles, CA",
            "geolocation": "34.08107204233,-118.38760652201594",
            "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": 10409,
            "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": 11032,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e797787a8d547f79fba659062f54055-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e797787a8d547f79fba659062f54055-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5e797787a8d547f79fba659062f54055.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e797787a8d547f79fba659062f54055-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e797787a8d547f79fba659062f54055-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e797787a8d547f79fba659062f54055-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e797787a8d547f79fba659062f54055-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e797787a8d547f79fba659062f54055-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e797787a8d547f79fba659062f54055-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5e797787a8d547f79fba659062f54055-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-11T15:03:06.124541Z",
                "updated_at": "2022-07-11T15:03:06.124608Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5519,
                "name": "Lyles & King",
                "slug": "lyles-king",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7130105,-73.9969429",
                "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-07-11T15:03:09.263783Z",
            "publish_time": null,
            "slug": "lyles-king-the-tale-their-terror-tells-2022-07-09",
            "created_at": "2022-07-11T15:03:10.024688Z",
            "updated_at": "2022-07-11T15:03:11.194603Z",
            "summary": "The Tale Their Terror Tells is an Gallery Shows event starting on 09/07/2022, 00:00 and ending on 19/08/2022, 00:00. Event is in Lyles & King with address 106 Forsyth Street.",
            "title": "The Tale Their Terror Tells",
            "content": null,
            "start_time": "2022-07-09T00:00:00.000000Z",
            "end_time": "2022-08-19T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "106 Forsyth Street",
            "city": "New York",
            "geolocation": "40.718447049999995,-73.99251845414797",
            "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": 10411,
            "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": 11035,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca93a4a3bee340adb13577b1722c3a65-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca93a4a3bee340adb13577b1722c3a65-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ca93a4a3bee340adb13577b1722c3a65.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca93a4a3bee340adb13577b1722c3a65-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca93a4a3bee340adb13577b1722c3a65-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca93a4a3bee340adb13577b1722c3a65-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca93a4a3bee340adb13577b1722c3a65-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca93a4a3bee340adb13577b1722c3a65-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca93a4a3bee340adb13577b1722c3a65-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ca93a4a3bee340adb13577b1722c3a65-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-11T15:03:10.066020Z",
                "updated_at": "2022-07-11T15:03:10.066057Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5521,
                "name": "M+B Doheny",
                "slug": "mb-doheny",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0798665,-118.3895397",
                "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-07-11T15:03:13.654452Z",
            "publish_time": null,
            "slug": "mb-doheny-brett-charles-seiler-oh-christopher-2022-07-09",
            "created_at": "2022-07-11T15:03:14.434250Z",
            "updated_at": "2022-07-11T15:03:14.794927Z",
            "summary": "Brett Charles Seiler: Oh, Christopher is an Gallery Shows event starting on 09/07/2022, 00:00 and ending on 27/08/2022, 00:00. Event is in M+B Doheny with address 470 North Doheny Drive.",
            "title": "Brett Charles Seiler: Oh, Christopher",
            "content": null,
            "start_time": "2022-07-09T00:00:00.000000Z",
            "end_time": "2022-08-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "470 North Doheny Drive",
            "city": "Los Angeles",
            "geolocation": "34.08021441176471,-118.38961747058823",
            "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": 10417,
            "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": 11040,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08f1a1ff7753402ebbbb527e374be298-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08f1a1ff7753402ebbbb527e374be298-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/08f1a1ff7753402ebbbb527e374be298.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08f1a1ff7753402ebbbb527e374be298-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08f1a1ff7753402ebbbb527e374be298-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08f1a1ff7753402ebbbb527e374be298-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08f1a1ff7753402ebbbb527e374be298-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08f1a1ff7753402ebbbb527e374be298-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08f1a1ff7753402ebbbb527e374be298-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/08f1a1ff7753402ebbbb527e374be298-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-11T15:19:13.342300Z",
                "updated_at": "2022-07-11T15:19:13.342338Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5524,
                "name": "Marshall Gallery",
                "slug": "marshall-gallery",
                "city": "Scottsdale",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "33.49328819999999,-111.9278979",
                "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-07-11T15:19:17.407633Z",
            "publish_time": null,
            "slug": "marshall-gallery-robert-g-achtel-the-city-of-namara-2022-07-09",
            "created_at": "2022-07-11T15:19:18.199147Z",
            "updated_at": "2022-07-11T15:19:18.931362Z",
            "summary": "Robert G. Achtel \"The City of Namara\" is an Gallery Shows event starting on 09/07/2022, 00:00 and ending on 20/08/2022, 00:00. Event is in Marshall Gallery with address Bergamot Station.",
            "title": "Robert G. Achtel \"The City of Namara\"",
            "content": null,
            "start_time": "2022-07-09T00:00:00.000000Z",
            "end_time": "2022-08-20T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Bergamot Station",
            "city": "Santa Monica",
            "geolocation": "34.027491600000005,-118.46894844289548",
            "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": 10440,
            "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": 11063,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffe27bb7327147ed972cd5056c576f4c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffe27bb7327147ed972cd5056c576f4c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/ffe27bb7327147ed972cd5056c576f4c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffe27bb7327147ed972cd5056c576f4c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffe27bb7327147ed972cd5056c576f4c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffe27bb7327147ed972cd5056c576f4c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffe27bb7327147ed972cd5056c576f4c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffe27bb7327147ed972cd5056c576f4c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffe27bb7327147ed972cd5056c576f4c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/ffe27bb7327147ed972cd5056c576f4c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-12T19:28:38.265595Z",
                "updated_at": "2022-07-12T19:28:38.265650Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5535,
                "name": "PAGE (NYC)",
                "slug": "page-nyc",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7232069,-74.0032524",
                "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-07-12T19:28:41.617751Z",
            "publish_time": null,
            "slug": "page-nyc-gaby-sahhar-released-2022-07-09",
            "created_at": "2022-07-12T19:28:42.420069Z",
            "updated_at": "2022-07-12T19:28:43.241738Z",
            "summary": "Gaby Sahhar: Released is an Gallery Shows event starting on 09/07/2022, 00:00 and ending on 14/08/2022, 00:00. Event is in PAGE (NYC) with address 368 Broadway, #511.",
            "title": "Gaby Sahhar: Released",
            "content": null,
            "start_time": "2022-07-09T00:00:00.000000Z",
            "end_time": "2022-08-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": "368 Broadway, #511",
            "city": "New York",
            "geolocation": "41.5012156,-74.0244893",
            "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": 10447,
            "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": 11071,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/687cf5d884cf43e4a089b54a3c98f17c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/687cf5d884cf43e4a089b54a3c98f17c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/687cf5d884cf43e4a089b54a3c98f17c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/687cf5d884cf43e4a089b54a3c98f17c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/687cf5d884cf43e4a089b54a3c98f17c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/687cf5d884cf43e4a089b54a3c98f17c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/687cf5d884cf43e4a089b54a3c98f17c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/687cf5d884cf43e4a089b54a3c98f17c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/687cf5d884cf43e4a089b54a3c98f17c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/687cf5d884cf43e4a089b54a3c98f17c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-12T19:28:50.328484Z",
                "updated_at": "2022-07-12T19:28:50.328534Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5540,
                "name": "Project Ability Ltd",
                "slug": "project-ability-ltd",
                "city": "Glasgow",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "55.8570548,-4.2468012",
                "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-07-12T19:28:52.833683Z",
            "publish_time": null,
            "slug": "project-ability-ltd-young-talent-2022-2022-07-09",
            "created_at": "2022-07-12T19:28:53.614481Z",
            "updated_at": "2022-07-12T19:28:53.970958Z",
            "summary": "Young Talent 2022 is an Gallery Shows event starting on 09/07/2022, 00:00 and ending on 13/08/2022, 00:00. Event is in Project Ability Ltd with address 103 Trongate.",
            "title": "Young Talent 2022",
            "content": null,
            "start_time": "2022-07-09T00:00:00.000000Z",
            "end_time": "2022-08-13T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "103 Trongate",
            "city": "Glasgow",
            "geolocation": "55.8570154,-4.246766",
            "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": 10452,
            "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": 11074,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a1de43cc6a5344fcb3396ec3bda605e8-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a1de43cc6a5344fcb3396ec3bda605e8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a1de43cc6a5344fcb3396ec3bda605e8.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a1de43cc6a5344fcb3396ec3bda605e8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a1de43cc6a5344fcb3396ec3bda605e8-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a1de43cc6a5344fcb3396ec3bda605e8-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a1de43cc6a5344fcb3396ec3bda605e8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a1de43cc6a5344fcb3396ec3bda605e8-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a1de43cc6a5344fcb3396ec3bda605e8-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a1de43cc6a5344fcb3396ec3bda605e8-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-07-12T19:39:42.380847Z",
                "updated_at": "2022-07-12T19:39:42.380882Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5542,
                "name": "Regen Projects",
                "slug": "regen-projects",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.090471,-118.3377223",
                "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-07-12T19:39:44.780423Z",
            "publish_time": null,
            "slug": "regen-projects-sergej-jensen-the-adult-light-2022-07-09",
            "created_at": "2022-07-12T19:39:45.566036Z",
            "updated_at": "2022-07-12T19:39:46.938598Z",
            "summary": "Sergej Jensen: The Adult Light is an Gallery Shows event starting on 09/07/2022, 00:00 and ending on 20/08/2022, 00:00. Event is in Regen Projects with address 6750 Santa Monica Boulevard.",
            "title": "Sergej Jensen: The Adult Light",
            "content": null,
            "start_time": "2022-07-09T00:00:00.000000Z",
            "end_time": "2022-08-20T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "6750 Santa Monica Boulevard",
            "city": "Los Angeles",
            "geolocation": "34.09063,-118.337587",
            "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": 10466,
            "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": 5550,
                "name": "Setareh",
                "slug": "setareh",
                "city": "Düsseldorf,",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "51.223966,6.778315999999999",
                "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-07-12T20:00:49.690115Z",
            "publish_time": null,
            "slug": "setareh-group-exhibition-in-perpetuum-die-entwicklung-der-korperlichkeit-2022-07-09",
            "created_at": "2022-07-12T20:00:50.463473Z",
            "updated_at": "2022-07-12T20:00:51.091402Z",
            "summary": "Group exhibition | In perpetuum - die Entwicklung der Körperlichkeit is an Gallery Shows event starting on 09/07/2022, 00:00 and ending on 28/08/2022, 00:00. Event is in Setareh with address Königsallee 27-31.",
            "title": "Group exhibition | In perpetuum - die Entwicklung der Körperlichkeit",
            "content": null,
            "start_time": "2022-07-09T00:00:00.000000Z",
            "end_time": "2022-08-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": "Königsallee 27-31",
            "city": "Düsseldorf",
            "geolocation": "52.6131857,8.4775716",
            "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": []
        }
    ]
}