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

{
    "count": 37586,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=27000&ordering=-start_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=26964&ordering=-start_time",
    "results": [
        {
            "id": 12407,
            "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": 12713,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cb967fd203f4e37a5e4fa2523e07406-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cb967fd203f4e37a5e4fa2523e07406-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3cb967fd203f4e37a5e4fa2523e07406.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cb967fd203f4e37a5e4fa2523e07406-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cb967fd203f4e37a5e4fa2523e07406-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cb967fd203f4e37a5e4fa2523e07406-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cb967fd203f4e37a5e4fa2523e07406-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cb967fd203f4e37a5e4fa2523e07406-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cb967fd203f4e37a5e4fa2523e07406-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3cb967fd203f4e37a5e4fa2523e07406-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-15T10:39:00.086330Z",
                "updated_at": "2022-08-15T10:39:00.086368Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5582,
                "name": "Weserhalle",
                "slug": "weserhalle",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.4829923,13.4407126",
                "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-08-15T10:39:03.848666Z",
            "publish_time": null,
            "slug": "weserhalle-read-that-twice-andy-kassier-2022-04-27",
            "created_at": "2022-08-15T10:39:04.629469Z",
            "updated_at": "2022-08-15T10:39:06.121918Z",
            "summary": "Read That Twice: Andy Kassier is an Gallery Shows event starting on 27/04/2022, 00:00 and ending on 29/05/2022, 00:00. Event is in Weserhalle with address Weserstraße 56.",
            "title": "Read That Twice: Andy Kassier",
            "content": null,
            "start_time": "2022-04-27T00:00:00.000000Z",
            "end_time": "2022-05-29T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Weserstraße 56",
            "city": "Berlin",
            "geolocation": "52.4832451,13.4409414",
            "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": 12421,
            "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": 1966,
                "name": "Abend Gallery",
                "slug": "abend-gallery",
                "city": "Denver",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.7397603,-104.96002199999998",
                "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-15T21:28:13.341398Z",
            "publish_time": null,
            "slug": "abend-gallery-alexandra-manukyan-solo-exhibition-2022-04-27",
            "created_at": "2022-08-15T21:28:14.094091Z",
            "updated_at": "2022-08-15T21:28:14.132502Z",
            "summary": "Alexandra Manukyan Solo Exhibition is an Gallery Shows event starting on 27/04/2022, 00:00 and ending on 25/05/2022, 00:00. Event is in Abend Gallery with address 1261 Delaware St, Suite 2.",
            "title": "Alexandra Manukyan Solo Exhibition",
            "content": null,
            "start_time": "2022-04-27T00:00:00.000000Z",
            "end_time": "2022-05-25T00: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": "1261 Delaware St, Suite 2",
            "city": "Denver",
            "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": 12423,
            "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": 12726,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2fbfd49c6824446b99a7df289f4e40b5-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2fbfd49c6824446b99a7df289f4e40b5-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2fbfd49c6824446b99a7df289f4e40b5.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2fbfd49c6824446b99a7df289f4e40b5-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2fbfd49c6824446b99a7df289f4e40b5-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2fbfd49c6824446b99a7df289f4e40b5-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2fbfd49c6824446b99a7df289f4e40b5-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2fbfd49c6824446b99a7df289f4e40b5-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2fbfd49c6824446b99a7df289f4e40b5-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2fbfd49c6824446b99a7df289f4e40b5-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-15T21:28:11.511121Z",
                "updated_at": "2022-08-15T21:28:11.511160Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6204,
                "name": "A7 Gallery",
                "slug": "a7-gallery",
                "city": "Banská Bystrica",
                "country": {
                    "code": "SK",
                    "name": "Slovakia"
                },
                "geolocation": "48.7395163,19.1421887",
                "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": "SK",
            "publish_status": "published",
            "published_at": "2022-08-15T21:28:14.915014Z",
            "publish_time": null,
            "slug": "a7-gallery-helen-toth-jedna-z-tych-krajsich-noci-one-of-those-nicer-nights-2022-04-27",
            "created_at": "2022-08-15T21:28:15.708212Z",
            "updated_at": "2022-08-15T21:28:16.593220Z",
            "summary": "Helen Tóth - Jedna z tých krajších nocí / One of those nicer nights is an Gallery Shows event starting on 27/04/2022, 00:00 and ending on 23/05/2022, 00:00. Event is in A7 Gallery with address Lazovná 236/5.",
            "title": "Helen Tóth - Jedna z tých krajších nocí / One of those nicer nights",
            "content": null,
            "start_time": "2022-04-27T00:00:00.000000Z",
            "end_time": "2022-05-23T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Lazovná 236/5",
            "city": "Banská Bystrica",
            "geolocation": "48.7368574,19.1441506",
            "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": 12439,
            "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": 12738,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c86c285d2c74e4b840a016593e36b11-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c86c285d2c74e4b840a016593e36b11-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1c86c285d2c74e4b840a016593e36b11.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c86c285d2c74e4b840a016593e36b11-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c86c285d2c74e4b840a016593e36b11-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c86c285d2c74e4b840a016593e36b11-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c86c285d2c74e4b840a016593e36b11-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c86c285d2c74e4b840a016593e36b11-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c86c285d2c74e4b840a016593e36b11-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1c86c285d2c74e4b840a016593e36b11-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-15T21:42:22.673607Z",
                "updated_at": "2022-08-15T21:42:22.673665Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3233,
                "name": "Apple Store Gallery",
                "slug": "apple-store-gallery",
                "city": "Hereford",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "52.059084,-2.704054",
                "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-15T21:42:27.691158Z",
            "publish_time": null,
            "slug": "apple-store-gallery-chris-williams-with-amanda-attfield-2022-04-27",
            "created_at": "2022-08-15T21:42:28.453018Z",
            "updated_at": "2022-08-15T21:42:28.817987Z",
            "summary": "Chris Williams with Amanda Attfield is an Gallery Shows event starting on 27/04/2022, 00:00 and ending on 04/06/2022, 00:00. Event is in Apple Store Gallery with address Rockfield Road.",
            "title": "Chris Williams with Amanda Attfield",
            "content": null,
            "start_time": "2022-04-27T00: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": "Rockfield Road",
            "city": "Hereford",
            "geolocation": "51.8260323,-2.747998",
            "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": 12454,
            "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": 12750,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1b68e5687894b2e9f549c47a03cc049-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1b68e5687894b2e9f549c47a03cc049-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/c1b68e5687894b2e9f549c47a03cc049.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1b68e5687894b2e9f549c47a03cc049-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1b68e5687894b2e9f549c47a03cc049-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1b68e5687894b2e9f549c47a03cc049-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1b68e5687894b2e9f549c47a03cc049-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1b68e5687894b2e9f549c47a03cc049-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1b68e5687894b2e9f549c47a03cc049-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/c1b68e5687894b2e9f549c47a03cc049-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-16T09:48:12.902989Z",
                "updated_at": "2022-08-16T09:48:12.903045Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5245,
                "name": "Walcot Chapel Gallery",
                "slug": "walcot-chapel-gallery",
                "city": "Bath",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.3885716,-2.3585455",
                "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-16T09:48:16.743513Z",
            "publish_time": null,
            "slug": "walcot-chapel-materiality-2022-04-27",
            "created_at": "2022-08-16T09:48:17.508042Z",
            "updated_at": "2022-08-16T09:48:17.888658Z",
            "summary": "Materiality is an Gallery Shows event starting on 27/04/2022, 00:00 and ending on 01/05/2022, 00:00. Event is in Walcot Chapel Gallery with address Walcot Street.",
            "title": "Materiality",
            "content": null,
            "start_time": "2022-04-27T00: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": "Walcot Street",
            "city": "Bath",
            "geolocation": "51.3848252,-2.3595815",
            "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": 12467,
            "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": 12758,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5357b468c3b4b5ab605c7637dbe4906-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5357b468c3b4b5ab605c7637dbe4906-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/e5357b468c3b4b5ab605c7637dbe4906.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5357b468c3b4b5ab605c7637dbe4906-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5357b468c3b4b5ab605c7637dbe4906-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5357b468c3b4b5ab605c7637dbe4906-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5357b468c3b4b5ab605c7637dbe4906-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5357b468c3b4b5ab605c7637dbe4906-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5357b468c3b4b5ab605c7637dbe4906-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/e5357b468c3b4b5ab605c7637dbe4906-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-16T10:10:30.886198Z",
                "updated_at": "2022-08-16T10:10:30.886254Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6222,
                "name": "Towson Commons Towson Hillel",
                "slug": "towson-commons-towson-hillel",
                "city": "Towson",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "39.3936121,-76.6070471",
                "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-16T10:10:34.213649Z",
            "publish_time": null,
            "slug": "towson-commons-towson-hillel-maryland-student-jewish-art-competition-2022-04-27",
            "created_at": "2022-08-16T10:10:34.998755Z",
            "updated_at": "2022-08-16T10:10:36.145975Z",
            "summary": "Maryland Student Jewish Art Competition is an Gallery Shows event starting on 27/04/2022, 00:00 and ending on 27/04/2022, 00:00. Event is in Towson Commons Towson Hillel with address 1 W Pennsylvania Ave.",
            "title": "Maryland Student Jewish Art Competition",
            "content": null,
            "start_time": "2022-04-27T00:00:00.000000Z",
            "end_time": "2022-04-27T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "1 W Pennsylvania Ave",
            "city": "Towson",
            "geolocation": "39.4004065,-76.6030772",
            "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": 12468,
            "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": 12759,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09c6885ec62a40988bc22400e7798910-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09c6885ec62a40988bc22400e7798910-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/09c6885ec62a40988bc22400e7798910.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09c6885ec62a40988bc22400e7798910-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09c6885ec62a40988bc22400e7798910-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09c6885ec62a40988bc22400e7798910-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09c6885ec62a40988bc22400e7798910-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09c6885ec62a40988bc22400e7798910-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09c6885ec62a40988bc22400e7798910-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/09c6885ec62a40988bc22400e7798910-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-16T10:10:31.259872Z",
                "updated_at": "2022-08-16T10:10:31.259906Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5204,
                "name": "Tristan Hoare Gallery",
                "slug": "tristan-hoare-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.52336169999999,-0.1403484",
                "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:10:34.250869Z",
            "publish_time": null,
            "slug": "tristan-hoare-gallery-cheerio-48-hours-with-francis-bacon-2022-04-27",
            "created_at": "2022-08-16T10:10:35.046536Z",
            "updated_at": "2022-08-16T10:10:35.856770Z",
            "summary": "CHEERIO: 48 Hours with Francis Bacon is an Gallery Shows event starting on 27/04/2022, 00:00 and ending on 28/04/2022, 00:00. Event is in Tristan Hoare Gallery with address 6 Fitzroy Square.",
            "title": "CHEERIO: 48 Hours with Francis Bacon",
            "content": null,
            "start_time": "2022-04-27T00:00:00.000000Z",
            "end_time": "2022-04-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": "6 Fitzroy Square",
            "city": "London",
            "geolocation": "51.52341585,-0.13949677279412",
            "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": 12691,
            "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": 12969,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/315bf350d55943f38843633b2c6b2252-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/315bf350d55943f38843633b2c6b2252-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/315bf350d55943f38843633b2c6b2252.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/315bf350d55943f38843633b2c6b2252-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/315bf350d55943f38843633b2c6b2252-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/315bf350d55943f38843633b2c6b2252-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/315bf350d55943f38843633b2c6b2252-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/315bf350d55943f38843633b2c6b2252-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/315bf350d55943f38843633b2c6b2252-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/315bf350d55943f38843633b2c6b2252-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-18T18:37:12.386054Z",
                "updated_at": "2022-08-18T18:37:12.386089Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5700,
                "name": "The Stanley & Audrey Burton Gallery",
                "slug": "stanley-audrey-burton-gallery",
                "city": "Leeds",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "53.8079251,-1.5540873",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2022-08-18T18:37:15.864361Z",
            "publish_time": null,
            "slug": "the-stanley-audrey-burton-gallery-seeing-stars-2022-04-27",
            "created_at": "2022-08-18T18:37:16.708263Z",
            "updated_at": "2022-08-18T18:37:17.313156Z",
            "summary": "Seeing Stars is an Gallery Shows event starting on 27/04/2022, 00:00 and ending on 30/07/2022, 00:00. Event is in The Stanley & Audrey Burton Gallery with address University of Leeds.",
            "title": "Seeing Stars",
            "content": null,
            "start_time": "2022-04-27T00:00:00.000000Z",
            "end_time": "2022-07-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": "University of Leeds",
            "city": "Leeds",
            "geolocation": "53.80677435,-1.5562877504739676",
            "price_currency": "EUR",
            "exhibitors_previous_year": 0,
            "exhibitors_this_year": 0,
            "visitors_this_year": 0,
            "visitors_previous_year": 0,
            "buy_tickets_url": null,
            "contact_name": null,
            "email": null,
            "external_url": null,
            "phone": null,
            "additional_info": null,
            "press_release": null,
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 12758,
            "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": 13019,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/12426a3672f34c1fa4d03b3889d1d584-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/12426a3672f34c1fa4d03b3889d1d584-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/12426a3672f34c1fa4d03b3889d1d584.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/12426a3672f34c1fa4d03b3889d1d584-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/12426a3672f34c1fa4d03b3889d1d584-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/12426a3672f34c1fa4d03b3889d1d584-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/12426a3672f34c1fa4d03b3889d1d584-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/12426a3672f34c1fa4d03b3889d1d584-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/12426a3672f34c1fa4d03b3889d1d584-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/12426a3672f34c1fa4d03b3889d1d584-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-19T12:40:14.026040Z",
                "updated_at": "2022-08-19T12:40:14.026078Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3282,
                "name": "Bankside Gallery",
                "slug": "bankside-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5081414,-0.101209",
                "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-19T12:40:18.823319Z",
            "publish_time": null,
            "slug": "bankside-gallery-edward-hutchison-invisible-landscapes-2022-04-27",
            "created_at": "2022-08-19T12:40:19.627452Z",
            "updated_at": "2022-08-19T12:40:20.038620Z",
            "summary": "Edward Hutchison: Invisible Landscapes is an Gallery Shows event starting on 27/04/2022, 00:00 and ending on 08/05/2022, 00:00. Event is in Bankside Gallery with address 48 Hopton Street.",
            "title": "Edward Hutchison: Invisible Landscapes",
            "content": null,
            "start_time": "2022-04-27T00: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": "48 Hopton Street",
            "city": "London",
            "geolocation": "51.5078092,-0.102367",
            "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": 12759,
            "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": 13021,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7715eccab92846658f4b21242ba45c09-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7715eccab92846658f4b21242ba45c09-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/7715eccab92846658f4b21242ba45c09.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7715eccab92846658f4b21242ba45c09-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7715eccab92846658f4b21242ba45c09-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7715eccab92846658f4b21242ba45c09-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7715eccab92846658f4b21242ba45c09-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7715eccab92846658f4b21242ba45c09-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7715eccab92846658f4b21242ba45c09-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/7715eccab92846658f4b21242ba45c09-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-19T12:40:17.394439Z",
                "updated_at": "2022-08-19T12:40:17.394474Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3591,
                "name": "Baronian Xippas",
                "slug": "baronian-xippas",
                "city": "Knokke-Heist",
                "country": {
                    "code": "BE",
                    "name": "Belgium"
                },
                "geolocation": "51.33992629999999,3.2296555",
                "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": "BE",
            "publish_status": "published",
            "published_at": "2022-08-19T12:40:19.561869Z",
            "publish_time": null,
            "slug": "baronian-xippas-brussels-rue-de-la-concorde-eric-poitevin-2022-04-27",
            "created_at": "2022-08-19T12:40:20.377836Z",
            "updated_at": "2022-08-19T12:40:21.190229Z",
            "summary": "Eric Poitevin is an Gallery Shows event starting on 27/04/2022, 00:00 and ending on 04/06/2022, 00:00. Event is in Baronian Xippas with address Rue de la Concorde 33.",
            "title": "Eric Poitevin",
            "content": null,
            "start_time": "2022-04-27T00: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": "Rue de la Concorde 33",
            "city": "Brussels",
            "geolocation": "43.6122453,1.44528",
            "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": 12776,
            "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": 13034,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42ab87031cf3477c962b067a5d3031a8-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42ab87031cf3477c962b067a5d3031a8-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/42ab87031cf3477c962b067a5d3031a8.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42ab87031cf3477c962b067a5d3031a8-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42ab87031cf3477c962b067a5d3031a8-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42ab87031cf3477c962b067a5d3031a8-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42ab87031cf3477c962b067a5d3031a8-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42ab87031cf3477c962b067a5d3031a8-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42ab87031cf3477c962b067a5d3031a8-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/42ab87031cf3477c962b067a5d3031a8-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-19T18:49:03.131984Z",
                "updated_at": "2022-08-19T18:49:03.132015Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6314,
                "name": "The Macbeth",
                "slug": "macbeth",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5301698,-0.0800679",
                "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-19T18:49:06.876804Z",
            "publish_time": null,
            "slug": "the-macbeth-a-matter-of-perspective-2022-04-27",
            "created_at": "2022-08-19T18:49:07.862038Z",
            "updated_at": "2022-08-19T18:49:08.203830Z",
            "summary": "A Matter of Perspective is an Gallery Shows event starting on 27/04/2022, 00:00 and ending on 28/04/2022, 00:00. Event is in The Macbeth with address 70 Hoxton Street.",
            "title": "A Matter of Perspective",
            "content": null,
            "start_time": "2022-04-27T00:00:00.000000Z",
            "end_time": "2022-04-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": "70 Hoxton Street",
            "city": "London",
            "geolocation": "51.5301253,-0.0800851",
            "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": 12816,
            "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": 5616,
                "name": "Sweetwater",
                "slug": "sweetwater",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5100917,13.3868606",
                "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-08-19T19:15:30.049999Z",
            "publish_time": null,
            "slug": "sweetwater-luzie-meyer-2022-04-27",
            "created_at": "2022-08-19T19:15:30.869366Z",
            "updated_at": "2022-08-19T19:15:31.302462Z",
            "summary": "Luzie Meyer is an Gallery Shows event starting on 27/04/2022, 00:00 and ending on 11/06/2022, 00:00. Event is in Sweetwater with address Sweetwater, Berlin.",
            "title": "Luzie Meyer",
            "content": null,
            "start_time": "2022-04-27T00:00:00.000000Z",
            "end_time": "2022-06-11T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Sweetwater, Berlin",
            "city": "Berlin",
            "geolocation": "30.4630161,-81.6148178",
            "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": 12907,
            "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": 13134,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f1d0d05664b43bba905ba878974432f-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f1d0d05664b43bba905ba878974432f-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1f1d0d05664b43bba905ba878974432f.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f1d0d05664b43bba905ba878974432f-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f1d0d05664b43bba905ba878974432f-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f1d0d05664b43bba905ba878974432f-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f1d0d05664b43bba905ba878974432f-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f1d0d05664b43bba905ba878974432f-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f1d0d05664b43bba905ba878974432f-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1f1d0d05664b43bba905ba878974432f-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-23T18:50:51.167833Z",
                "updated_at": "2022-08-23T18:50:51.167869Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6363,
                "name": "Robert Phillips Gallery",
                "slug": "robert-phillips-gallery",
                "city": "Walton on Thames",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.390012,-0.4217998",
                "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-23T18:50:55.475539Z",
            "publish_time": null,
            "slug": "robert-phillips-gallery-postcards-from-the-rivers-edge-2022-04-27",
            "created_at": "2022-08-23T18:50:56.375695Z",
            "updated_at": "2022-08-23T18:50:56.726493Z",
            "summary": "Postcards from the River's Edge is an Gallery Shows event starting on 27/04/2022, 00:00 and ending on 08/05/2022, 00:00. Event is in Robert Phillips Gallery with address Riverhouse.",
            "title": "Postcards from the River's Edge",
            "content": null,
            "start_time": "2022-04-27T00: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": "Riverhouse",
            "city": "Walton-on-thames",
            "geolocation": "48.8316765,9.2072219",
            "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": 7945,
            "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": 8938,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dcce4287febd4d10b68e13276af4fdad-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dcce4287febd4d10b68e13276af4fdad-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/dcce4287febd4d10b68e13276af4fdad.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dcce4287febd4d10b68e13276af4fdad-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dcce4287febd4d10b68e13276af4fdad-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dcce4287febd4d10b68e13276af4fdad-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dcce4287febd4d10b68e13276af4fdad-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dcce4287febd4d10b68e13276af4fdad-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dcce4287febd4d10b68e13276af4fdad-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/dcce4287febd4d10b68e13276af4fdad-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-03-27T20:48:50.083464Z",
                "updated_at": "2022-03-27T20:48:50.083499Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3392,
                "name": "Colonnade House",
                "slug": "colonnade-house",
                "city": "Worthing",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "50.8119806,-0.3676237999999999",
                "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-03-27T20:48:51.823920Z",
            "publish_time": null,
            "slug": "colonnade-house-richard-elphick-the-ray-lord-series-2022-04-26",
            "created_at": "2022-03-27T20:48:52.694456Z",
            "updated_at": "2022-03-27T20:48:53.459611Z",
            "summary": "Richard Elphick: The Ray Lord Series is an Gallery Shows event starting on 26/04/2022, 00:00 and ending on 01/05/2022, 00:00. Event is in Colonnade House with address Colonnade House.",
            "title": "Richard Elphick: The Ray Lord Series",
            "content": null,
            "start_time": "2022-04-26T00: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": "Colonnade House",
            "city": "Worthing",
            "geolocation": "51.46934125,0.011245895406492165",
            "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": 8262,
            "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": 4225,
                "name": "Barbara Mathes Gallery",
                "slug": "barbara-mathes-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7770008,-73.9621343",
                "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-04-22T17:46:24.191992Z",
            "publish_time": null,
            "slug": "barbara-mathes-gallery-color-field-painting-60-years-1958-2018-2022-04-26",
            "created_at": "2022-04-22T17:46:25.160971Z",
            "updated_at": "2022-04-22T17:46:25.690808Z",
            "summary": "Color Field Painting 60 Years: 1958-2018 is an Gallery Shows event starting on 26/04/2022, 00:00 and ending on 01/07/2022, 00:00. Event is in Barbara Mathes Gallery with address 22 E. 80th Street.",
            "title": "Color Field Painting 60 Years: 1958-2018",
            "content": null,
            "start_time": "2022-04-26T00:00:00.000000Z",
            "end_time": "2022-07-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": "22 E. 80th Street",
            "city": "New York",
            "geolocation": "40.777237222222226,-73.96240833333333",
            "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": 8267,
            "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": 9198,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/416a2aeabd7840449be30ede69340396-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/416a2aeabd7840449be30ede69340396-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/416a2aeabd7840449be30ede69340396.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/416a2aeabd7840449be30ede69340396-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/416a2aeabd7840449be30ede69340396-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/416a2aeabd7840449be30ede69340396-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/416a2aeabd7840449be30ede69340396-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/416a2aeabd7840449be30ede69340396-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/416a2aeabd7840449be30ede69340396-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/416a2aeabd7840449be30ede69340396-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-22T17:46:26.402051Z",
                "updated_at": "2022-04-22T17:46:26.402086Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3282,
                "name": "Bankside Gallery",
                "slug": "bankside-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5081414,-0.101209",
                "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-04-22T17:46:31.509711Z",
            "publish_time": null,
            "slug": "bankside-gallery-invisible-landscape-edward-hutchison-2022-04-26",
            "created_at": "2022-04-22T17:46:32.475449Z",
            "updated_at": "2022-04-22T17:46:32.853427Z",
            "summary": "Invisible Landscape: Edward Hutchison is an Gallery Shows event starting on 26/04/2022, 00:00 and ending on 08/05/2022, 00:00. Event is in Bankside Gallery with address 48 Hopton Street.",
            "title": "Invisible Landscape: Edward Hutchison",
            "content": null,
            "start_time": "2022-04-26T00: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": "48 Hopton Street",
            "city": "London",
            "geolocation": "52.1904806,-2.243132",
            "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": 8310,
            "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": 4311,
                "name": "City Museum of Ljubljana",
                "slug": "city-museum-ljubljana",
                "city": "Ljubljana",
                "country": {
                    "code": "SI",
                    "name": "Slovenia"
                },
                "geolocation": "46.0469692,14.5041359",
                "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": "SI",
            "publish_status": "published",
            "published_at": "2022-04-22T18:16:42.147850Z",
            "publish_time": null,
            "slug": "city-museum-of-ljubljana-dr-otmar-pirkmajer-forgotten-elites-2022-04-26",
            "created_at": "2022-04-22T18:16:43.223685Z",
            "updated_at": "2022-04-22T18:16:43.887636Z",
            "summary": "Dr. Otmar Pirkmajer: Forgotten Elites is an Museum Exhibitions event starting on 26/04/2022, 00:00 and ending on 28/08/2022, 00:00. Event is in City Museum of Ljubljana with address Gosposka 15.",
            "title": "Dr. Otmar Pirkmajer: Forgotten Elites",
            "content": null,
            "start_time": "2022-04-26T00: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": "Gosposka 15",
            "city": "Ljubljana",
            "geolocation": "46.0470036,14.5040244",
            "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": 8464,
            "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": 3690,
                "name": "New Britain Museum of American Art",
                "slug": "new-britain-museum-american-art",
                "city": "New Britain",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "41.6642896,-72.7915963",
                "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-04-23T19:19:04.646478Z",
            "publish_time": null,
            "slug": "new-britain-museum-of-american-art-art-from-the-berlin-public-schools-2022-2022-04-26",
            "created_at": "2022-04-23T19:19:05.506063Z",
            "updated_at": "2022-04-23T19:19:06.244859Z",
            "summary": "Art from the Berlin Public Schools 2022 is an Museum Exhibitions event starting on 26/04/2022, 00:00 and ending on 01/05/2022, 00:00. Event is in New Britain Museum of American Art with address 56 Lexington Street.",
            "title": "Art from the Berlin Public Schools 2022",
            "content": null,
            "start_time": "2022-04-26T00: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": "56 Lexington Street",
            "city": "New Britain",
            "geolocation": "42.37147887035412,-71.1952271946994",
            "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": []
        }
    ]
}