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

{
    "count": 37593,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=8874&ordering=end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=8838&ordering=end_time",
    "results": [
        {
            "id": 14313,
            "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": 14222,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a074d11ac29d4e46be9f54517d463e66-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a074d11ac29d4e46be9f54517d463e66-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/a074d11ac29d4e46be9f54517d463e66.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a074d11ac29d4e46be9f54517d463e66-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a074d11ac29d4e46be9f54517d463e66-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a074d11ac29d4e46be9f54517d463e66-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a074d11ac29d4e46be9f54517d463e66-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a074d11ac29d4e46be9f54517d463e66-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a074d11ac29d4e46be9f54517d463e66-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/a074d11ac29d4e46be9f54517d463e66-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-09-13T08:28:44.056814Z",
                "updated_at": "2022-09-13T08:28:44.056849Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3254,
                "name": "Axel Obiger",
                "slug": "axel-obiger",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.534476,13.3986033",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2022-09-13T08:28:47.734504Z",
            "publish_time": null,
            "slug": "axel-obiger-die-obiger-galaxis-2022-03-25",
            "created_at": "2022-09-13T08:28:48.543649Z",
            "updated_at": "2022-09-13T08:28:52.307245Z",
            "summary": "Die Obiger Galaxis is an Gallery Shows event starting on 25/03/2022, 01:00 and ending on 29/04/2022, 00:00. Event is in Axel Obiger with address Brunnenstraße 29.",
            "title": "Die Obiger Galaxis",
            "content": null,
            "start_time": "2022-03-25T01:00:00.000000Z",
            "end_time": "2022-04-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": "Brunnenstraße 29",
            "city": "Berlin",
            "geolocation": "50.7195522,12.4826093",
            "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": 7949,
            "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": 4580,
                "name": "Crown Point Press",
                "slug": "crown-point-press",
                "city": "San Francisco",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.7854848,-122.3992509",
                "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-03-27T20:51:27.264889Z",
            "publish_time": null,
            "slug": "crown-point-press-color-a-spring-exhibition-2022-03-17",
            "created_at": "2022-03-27T20:51:27.995328Z",
            "updated_at": "2022-03-27T20:51:28.521104Z",
            "summary": "Color: A Spring Exhibition is an Gallery Shows event starting on 17/03/2022, 01:00 and ending on 29/04/2022, 00:00. Event is in Crown Point Press with address 20 Hawthorne Street.",
            "title": "Color: A Spring Exhibition",
            "content": null,
            "start_time": "2022-03-17T01:00:00.000000Z",
            "end_time": "2022-04-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": "20 Hawthorne Street",
            "city": "San Francisco",
            "geolocation": "-27.4222601,152.9936434",
            "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": 8236,
            "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": 9177,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f7a419473ed445068d586300e7e4c827-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f7a419473ed445068d586300e7e4c827-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/f7a419473ed445068d586300e7e4c827.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f7a419473ed445068d586300e7e4c827-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f7a419473ed445068d586300e7e4c827-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f7a419473ed445068d586300e7e4c827-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f7a419473ed445068d586300e7e4c827-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f7a419473ed445068d586300e7e4c827-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f7a419473ed445068d586300e7e4c827-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/f7a419473ed445068d586300e7e4c827-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-22T17:30:56.376849Z",
                "updated_at": "2022-04-22T17:30:56.376903Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3526,
                "name": "Alpha Nova & Galerie Futura",
                "slug": "alpha-nova-galerie-futura",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.4970977,13.4516979",
                "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-04-22T17:31:00.624923Z",
            "publish_time": null,
            "slug": "alpha-nova-galerie-futura-beyond-nuclear-family-around-the-family-table-2022-04-02",
            "created_at": "2022-04-22T17:31:01.594111Z",
            "updated_at": "2022-04-22T17:31:02.502525Z",
            "summary": "Beyond Nuclear Family: Around The Family Table is an Gallery Shows event starting on 02/04/2022, 00:00 and ending on 29/04/2022, 00:00. Event is in Alpha Nova & Galerie Futura with address Am Flutgraben 3.",
            "title": "Beyond Nuclear Family: Around The Family Table",
            "content": null,
            "start_time": "2022-04-02T00:00:00.000000Z",
            "end_time": "2022-04-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": "Am Flutgraben 3",
            "city": "Berlin",
            "geolocation": "52.4972679,13.4513962",
            "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": 18828,
            "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": 18370,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d554eff12f9142a4a1322b5a01609426-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d554eff12f9142a4a1322b5a01609426-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/d554eff12f9142a4a1322b5a01609426.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d554eff12f9142a4a1322b5a01609426-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d554eff12f9142a4a1322b5a01609426-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d554eff12f9142a4a1322b5a01609426-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d554eff12f9142a4a1322b5a01609426-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d554eff12f9142a4a1322b5a01609426-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d554eff12f9142a4a1322b5a01609426-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/d554eff12f9142a4a1322b5a01609426-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-03T10:16:10.563551Z",
                "updated_at": "2023-01-03T10:16:10.563588Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6755,
                "name": "David Richard Gallery - Chelsea",
                "slug": "david-richard-gallery-chelsea",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7500522,-74.0042667",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2023-01-03T10:16:13.898681Z",
            "publish_time": null,
            "slug": "david-richard-gallery-chelsea-thornton-willis-a-painting-survey-six-decades-works-from-1967-2017-2022-03-30",
            "created_at": "2023-01-03T10:16:14.803974Z",
            "updated_at": "2023-01-03T10:16:15.212999Z",
            "summary": "Thornton Willis, A Painting Survey, Six Decades: Works from 1967 – 2017 is an Gallery Shows event starting on 30/03/2022, 00:00 and ending on 29/04/2022, 00:00. Event is in David Richard Gallery - Chelsea with address 508 West 26th St.",
            "title": "Thornton Willis, A Painting Survey, Six Decades: Works from 1967 – 2017",
            "content": null,
            "start_time": "2022-03-30T00:00:00.000000Z",
            "end_time": "2022-04-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": "508 West 26th St",
            "city": "New York",
            "geolocation": "41.84555735,-87.64045458574088",
            "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": 8444,
            "author": {
                "id": "849f2e87-11af-4dd2-951f-77a9967f8ac6",
                "username": "huw_1420",
                "slug": "huw_1420",
                "first_name": "Huw",
                "last_name": "Lougher",
                "display_name": "Huw Lougher",
                "display_name_full": "Huw Lougher",
                "email": "art@loughercontemporary.com",
                "telephone": "+44 (0) 117 959 6411"
            },
            "price": null,
            "featured_image": {
                "id": 9322,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83637b8b034440559fdfdbba2edbfa5a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83637b8b034440559fdfdbba2edbfa5a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/83637b8b034440559fdfdbba2edbfa5a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83637b8b034440559fdfdbba2edbfa5a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83637b8b034440559fdfdbba2edbfa5a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83637b8b034440559fdfdbba2edbfa5a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83637b8b034440559fdfdbba2edbfa5a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83637b8b034440559fdfdbba2edbfa5a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83637b8b034440559fdfdbba2edbfa5a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/83637b8b034440559fdfdbba2edbfa5a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-23T18:18:15.613114Z",
                "updated_at": "2022-04-23T18:18:15.613150Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2990,
                "name": "Lougher Contemporary",
                "slug": "lougher-contemporary",
                "city": "Bristol",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.454513,-2.58791",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 3485,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Artsy_Banner_1-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Artsy_Banner_1-crop-c0-5__0-5-558x279.png",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Artsy_Banner_1-crop-c0-5__0-5-265x149.png",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Artsy_Banner_1.png",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Artsy_Banner_1-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Artsy_Banner_1-crop-c0-5__0-5-760x499.png",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Artsy_Banner_1-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Artsy_Banner_1-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2021-09-29T14:59:49.819056Z",
                    "updated_at": "2021-09-29T14:59:49.819108Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "849f2e87-11af-4dd2-951f-77a9967f8ac6"
                },
                "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-23T18:18:17.918543Z",
            "publish_time": null,
            "slug": "lougher-contemporary-david-shrigleys-satirical-screenprints-2022-04-01",
            "created_at": "2022-04-23T18:18:26.773927Z",
            "updated_at": "2022-08-03T08:41:55.831354Z",
            "summary": "David Shrigleys Satirical Screenprints is an Gallery Shows event starting on 01/04/2022, 00:00 and ending on 29/04/2022, 00:00. Event is in Lougher Contemporary with address Trym Lodge, 1 Henbury Rd.",
            "title": "David Shrigleys Satirical Screenprints",
            "content": null,
            "start_time": "2022-04-01T00:00:00.000000Z",
            "end_time": "2022-04-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": "Trym Lodge, 1 Henbury Rd",
            "city": "Bristol",
            "geolocation": "51.49518675,-2.6182743030008035",
            "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": 8495,
            "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": 9361,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f25cf4e44874004be60a02a02c013ac-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f25cf4e44874004be60a02a02c013ac-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2f25cf4e44874004be60a02a02c013ac.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f25cf4e44874004be60a02a02c013ac-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f25cf4e44874004be60a02a02c013ac-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f25cf4e44874004be60a02a02c013ac-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f25cf4e44874004be60a02a02c013ac-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f25cf4e44874004be60a02a02c013ac-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f25cf4e44874004be60a02a02c013ac-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2f25cf4e44874004be60a02a02c013ac-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-04-23T19:50:13.515253Z",
                "updated_at": "2022-04-23T19:50:13.515290Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 2378,
                "name": "Peres Projects",
                "slug": "peres-projects",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5172369,13.438921299999947",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2198,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/peres-gallery-outer-1600x822-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/peres-gallery-outer-1600x822-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/peres-gallery-outer-1600x822-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/peres-gallery-outer-1600x822.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/peres-gallery-outer-1600x822-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/peres-gallery-outer-1600x822-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/peres-gallery-outer-1600x822-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/peres-gallery-outer-1600x822-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T15:47:30.339255Z",
                    "updated_at": "2021-09-14T13:24:31.770601Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "peres-gallery-outer-1600x822",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2022-04-23T19:50:15.926725Z",
            "publish_time": null,
            "slug": "peres-projects-dylan-solomon-kraus-holy-unrest-2022-04-01",
            "created_at": "2022-04-23T19:50:18.106946Z",
            "updated_at": "2022-04-23T19:50:18.568230Z",
            "summary": "Dylan Solomon Kraus: Holy Unrest is an Gallery Shows event starting on 01/04/2022, 00:00 and ending on 29/04/2022, 00:00. Event is in Peres Projects with address Piazza Belgioioso 2.",
            "title": "Dylan Solomon Kraus: Holy Unrest",
            "content": null,
            "start_time": "2022-04-01T00:00:00.000000Z",
            "end_time": "2022-04-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": "Piazza Belgioioso 2",
            "city": "Milan",
            "geolocation": "45.4676924,9.1924113",
            "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": 19182,
            "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": 7703,
                "name": "Galerie Alexis Bordes",
                "slug": "galerie-alexis-bordes",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8685829,2.330745",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "FR",
            "publish_status": "published",
            "published_at": "2023-01-09T18:55:30.639467Z",
            "publish_time": null,
            "slug": "galerie-alexis-bordes-dessins-du-xvieme-au-xxeme-siecle-2022-03-22",
            "created_at": "2023-01-09T18:55:31.511614Z",
            "updated_at": "2023-01-09T18:55:36.843234Z",
            "summary": "Dessins du XVIème au XXème siècle is an Gallery Shows event starting on 22/03/2022, 01:00 and ending on 29/04/2022, 00:00. Event is in Galerie Alexis Bordes with address 4 rue de la Paix.",
            "title": "Dessins du XVIème au XXème siècle",
            "content": null,
            "start_time": "2022-03-22T01:00:00.000000Z",
            "end_time": "2022-04-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": "4 rue de la Paix",
            "city": "Paris",
            "geolocation": "48.8685653,2.3307123",
            "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": 13196,
            "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": 13314,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30076ac0c58f428ea6704408e7639ada-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30076ac0c58f428ea6704408e7639ada-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/30076ac0c58f428ea6704408e7639ada.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30076ac0c58f428ea6704408e7639ada-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30076ac0c58f428ea6704408e7639ada-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30076ac0c58f428ea6704408e7639ada-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30076ac0c58f428ea6704408e7639ada-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30076ac0c58f428ea6704408e7639ada-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30076ac0c58f428ea6704408e7639ada-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/30076ac0c58f428ea6704408e7639ada-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-26T09:00:20.441414Z",
                "updated_at": "2022-08-26T09:00:20.441450Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5193,
                "name": "POSK Gallery",
                "slug": "posk-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.4935842,-0.237489",
                "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-26T09:00:23.635849Z",
            "publish_time": null,
            "slug": "posk-gallery-thirteen-textile-group-2022-04-23",
            "created_at": "2022-08-26T09:00:24.498566Z",
            "updated_at": "2022-08-26T09:00:27.972138Z",
            "summary": "Thirteen Textile Group is an Gallery Shows event starting on 23/04/2022, 00:00 and ending on 29/04/2022, 00:00. Event is in POSK Gallery with address 238 - 246 King Street,.",
            "title": "Thirteen Textile Group",
            "content": null,
            "start_time": "2022-04-23T00:00:00.000000Z",
            "end_time": "2022-04-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": "238 - 246 King Street,",
            "city": "London",
            "geolocation": "51.4935592,-0.23738727012605054",
            "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": 12904,
            "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": 13132,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/485afce1168a455bac96d14613a84adf-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/485afce1168a455bac96d14613a84adf-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/485afce1168a455bac96d14613a84adf.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/485afce1168a455bac96d14613a84adf-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/485afce1168a455bac96d14613a84adf-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/485afce1168a455bac96d14613a84adf-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/485afce1168a455bac96d14613a84adf-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/485afce1168a455bac96d14613a84adf-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/485afce1168a455bac96d14613a84adf-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/485afce1168a455bac96d14613a84adf-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-23T18:50:45.748668Z",
                "updated_at": "2022-08-23T18:50:45.748725Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6361,
                "name": "Ringling College Galleries",
                "slug": "ringling-college-galleries",
                "city": "Sarasota",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "27.360496,-82.54875419999999",
                "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-23T18:50:47.777492Z",
            "publish_time": null,
            "slug": "ringling-college-galleries-hypercycle-2022-04-25",
            "created_at": "2022-08-23T18:50:48.671950Z",
            "updated_at": "2022-08-23T18:50:49.068800Z",
            "summary": "Hypercycle is an Gallery Shows event starting on 25/04/2022, 00:00 and ending on 29/04/2022, 00:00. Event is in Ringling College Galleries with address 2700 North Tamiami Trail.",
            "title": "Hypercycle",
            "content": null,
            "start_time": "2022-04-25T00:00:00.000000Z",
            "end_time": "2022-04-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": "2700 North Tamiami Trail",
            "city": "Sarasota",
            "geolocation": "26.704285,-81.894958",
            "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": 12695,
            "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": 6283,
                "name": "Thomsen Gallery",
                "slug": "thomsen-gallery",
                "city": "New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7666356,-73.9702282",
                "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-18T18:37:21.714345Z",
            "publish_time": null,
            "slug": "thomsen-gallery-cornelia-thomsen-the-collective-self-2022-04-04",
            "created_at": "2022-08-18T18:37:22.505920Z",
            "updated_at": "2022-08-18T18:37:23.721243Z",
            "summary": "CORNELIA THOMSEN: The Collective Self is an Gallery Shows event starting on 04/04/2022, 00:00 and ending on 29/04/2022, 00:00. Event is in Thomsen Gallery with address 1014 5th Avenue.",
            "title": "CORNELIA THOMSEN: The Collective Self",
            "content": null,
            "start_time": "2022-04-04T00:00:00.000000Z",
            "end_time": "2022-04-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": "1014 5th Avenue",
            "city": "New York, NY",
            "geolocation": "40.77917515,-73.96176239743133",
            "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": 13381,
            "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": 13455,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/749214cd387143fc9d089caa97025f86-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/749214cd387143fc9d089caa97025f86-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/749214cd387143fc9d089caa97025f86.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/749214cd387143fc9d089caa97025f86-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/749214cd387143fc9d089caa97025f86-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/749214cd387143fc9d089caa97025f86-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/749214cd387143fc9d089caa97025f86-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/749214cd387143fc9d089caa97025f86-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/749214cd387143fc9d089caa97025f86-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/749214cd387143fc9d089caa97025f86-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-29T20:05:46.323672Z",
                "updated_at": "2022-08-29T20:05:46.323727Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6517,
                "name": "Embassy of the Republic of Croatia",
                "slug": "embassy-republic-croatia",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5232396,-0.1412472",
                "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-29T20:05:51.039358Z",
            "publish_time": null,
            "slug": "embassy-of-the-republic-of-croatia-olga-karlovac-at-the-embassy-of-croatia-2022-04-08",
            "created_at": "2022-08-29T20:05:51.837928Z",
            "updated_at": "2022-08-29T20:05:52.982439Z",
            "summary": "Olga Karlovac at the Embassy of Croatia is an Gallery Shows event starting on 08/04/2022, 00:00 and ending on 29/04/2022, 00:00. Event is in Embassy of the Republic of Croatia with address 21 Conway Street.",
            "title": "Olga Karlovac at the Embassy of Croatia",
            "content": null,
            "start_time": "2022-04-08T00:00:00.000000Z",
            "end_time": "2022-04-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": "21 Conway Street",
            "city": "London",
            "geolocation": "42.28872395,-71.12920695",
            "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": 13701,
            "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": 6597,
                "name": "Lamar Dodd School of Art Galleries, University of Georgia",
                "slug": "lamar-dodd-school-art-galleries-university-georgia",
                "city": "Athens",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "33.9402803,-83.3695149",
                "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-09-01T10:02:47.466773Z",
            "publish_time": null,
            "slug": "lamar-dodd-school-of-art-galleries-university-of-georgia-bfa-exit-2-exhibition-spring-2023-2022-04-22",
            "created_at": "2022-09-01T10:02:48.249640Z",
            "updated_at": "2022-09-01T10:02:48.622938Z",
            "summary": "BFA Exit 2 Exhibition Spring 2023 is an Gallery Shows event starting on 22/04/2022, 00:00 and ending on 29/04/2022, 00:00. Event is in Lamar Dodd School of Art Galleries, University of Georgia with address Visual Arts Building.",
            "title": "BFA Exit 2 Exhibition Spring 2023",
            "content": null,
            "start_time": "2022-04-22T00:00:00.000000Z",
            "end_time": "2022-04-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": "Visual Arts Building",
            "city": "Athens",
            "geolocation": "27.9633696,-82.44400697435898",
            "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": 13167,
            "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": 13292,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de23120a767a4891b44e0db3be6b5cf9-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de23120a767a4891b44e0db3be6b5cf9-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/de23120a767a4891b44e0db3be6b5cf9.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de23120a767a4891b44e0db3be6b5cf9-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de23120a767a4891b44e0db3be6b5cf9-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de23120a767a4891b44e0db3be6b5cf9-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de23120a767a4891b44e0db3be6b5cf9-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de23120a767a4891b44e0db3be6b5cf9-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de23120a767a4891b44e0db3be6b5cf9-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/de23120a767a4891b44e0db3be6b5cf9-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-25T10:04:22.523153Z",
                "updated_at": "2022-08-25T10:04:22.523210Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5746,
                "name": "Contour Gallery",
                "slug": "contour-gallery",
                "city": "Rotterdam",
                "country": {
                    "code": "NL",
                    "name": "Netherlands"
                },
                "geolocation": "51.9161532,4.4668131",
                "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": "NL",
            "publish_status": "published",
            "published_at": "2022-08-25T10:04:26.473458Z",
            "publish_time": null,
            "slug": "contour-gallery-life-framer-series-award-henry-woide-vanessa-fairfax-woods-on-the-land-an-oak-will-grow-2022-04-01",
            "created_at": "2022-08-25T10:04:27.316866Z",
            "updated_at": "2022-08-25T10:04:27.760273Z",
            "summary": "Life Framer Series Award: Henry Woide & Vanessa Fairfax-Woods - On The Land An Oak Will Grow is an Gallery Shows event starting on 01/04/2022, 00:00 and ending on 29/04/2022, 00:00. Event is in Contour Gallery with address Josephstraat 164.",
            "title": "Life Framer Series Award: Henry Woide & Vanessa Fairfax-Woods - On The Land An Oak Will Grow",
            "content": null,
            "start_time": "2022-04-01T00:00:00.000000Z",
            "end_time": "2022-04-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": "Josephstraat 164",
            "city": "Rotterdam",
            "geolocation": "51.916159,4.4668166",
            "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": 13830,
            "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": 13812,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/064a1c55df9c43c887fae160872bfc9a-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/064a1c55df9c43c887fae160872bfc9a-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/064a1c55df9c43c887fae160872bfc9a.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/064a1c55df9c43c887fae160872bfc9a-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/064a1c55df9c43c887fae160872bfc9a-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/064a1c55df9c43c887fae160872bfc9a-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/064a1c55df9c43c887fae160872bfc9a-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/064a1c55df9c43c887fae160872bfc9a-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/064a1c55df9c43c887fae160872bfc9a-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/064a1c55df9c43c887fae160872bfc9a-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-09-02T07:39:04.008696Z",
                "updated_at": "2022-09-02T07:39:04.008749Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 6634,
                "name": "Huberty & Breyne, Paris Les Arts Dessinés",
                "slug": "huberty-breyne-paris-les-arts-dessines",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8634327,2.35564",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "FR",
            "publish_status": "published",
            "published_at": "2022-09-02T07:39:06.303044Z",
            "publish_time": null,
            "slug": "huberty-breyne-paris-les-arts-dessines-collectif-ensaders-nous-venons-en-paix-2022-04-07",
            "created_at": "2022-09-02T07:39:07.091301Z",
            "updated_at": "2022-09-02T07:39:07.813891Z",
            "summary": "Collectif Ensaders: Nous Venons En Paix is an Gallery Shows event starting on 07/04/2022, 00:00 and ending on 30/04/2022, 00:00. Event is in Huberty & Breyne, Paris Les Arts Dessinés with address 19-21 rue Chapon.",
            "title": "Collectif Ensaders: Nous Venons En Paix",
            "content": null,
            "start_time": "2022-04-07T00:00:00.000000Z",
            "end_time": "2022-04-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "19-21 rue Chapon",
            "city": "Paris",
            "geolocation": "48.863313,2.3564061",
            "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": 7173,
            "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": 2744,
                "name": "von Bartha",
                "slug": "von-bartha",
                "city": "Basel",
                "country": {
                    "code": "CH",
                    "name": "Switzerland"
                },
                "geolocation": "47.5656184,7.573794300000031",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2486,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/von-Bartha1-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/von-Bartha1-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/von-Bartha1-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/von-Bartha1.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/von-Bartha1-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/von-Bartha1-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/von-Bartha1-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/von-Bartha1-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-24T02:11:00.526701Z",
                    "updated_at": "2021-09-14T13:30:48.486921Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "von-Bartha1",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "CH",
            "publish_status": "published",
            "published_at": "2022-02-08T15:20:47.041324Z",
            "publish_time": null,
            "slug": "galerie-von-bartha-terry-haggerty-into-the-wind-2022-02-12",
            "created_at": "2022-02-08T15:20:47.747296Z",
            "updated_at": "2022-02-08T15:20:48.394600Z",
            "summary": "TERRY HAGGERTY: Into the Wind is an Gallery Shows event starting on 12/02/2022, 01:00 and ending on 30/04/2022, 00:00. Event is in von Bartha with address Kannenfeldplatz 6.",
            "title": "TERRY HAGGERTY: Into the Wind",
            "content": null,
            "start_time": "2022-02-12T01:00:00.000000Z",
            "end_time": "2022-04-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Kannenfeldplatz 6",
            "city": "Basel",
            "geolocation": "47.5657689,7.5738472",
            "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": 7174,
            "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": 2744,
                "name": "von Bartha",
                "slug": "von-bartha",
                "city": "Basel",
                "country": {
                    "code": "CH",
                    "name": "Switzerland"
                },
                "geolocation": "47.5656184,7.573794300000031",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2486,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/von-Bartha1-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/von-Bartha1-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/von-Bartha1-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/von-Bartha1.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/von-Bartha1-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/von-Bartha1-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/von-Bartha1-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/von-Bartha1-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-24T02:11:00.526701Z",
                    "updated_at": "2021-09-14T13:30:48.486921Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "von-Bartha1",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "CH",
            "publish_status": "published",
            "published_at": "2022-02-08T15:20:47.110060Z",
            "publish_time": null,
            "slug": "galerie-von-bartha-christian-andersson-kitbash-tales-2022-02-12",
            "created_at": "2022-02-08T15:20:47.850657Z",
            "updated_at": "2022-02-08T15:20:48.912355Z",
            "summary": "Christian Andersson: Kitbash Tales is an Gallery Shows event starting on 12/02/2022, 01:00 and ending on 30/04/2022, 00:00. Event is in von Bartha with address Kannenfeldplatz 6.",
            "title": "Christian Andersson: Kitbash Tales",
            "content": null,
            "start_time": "2022-02-12T01:00:00.000000Z",
            "end_time": "2022-04-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Kannenfeldplatz 6",
            "city": "Basel",
            "geolocation": "47.5657689,7.5738472",
            "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": 12813,
            "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": 13064,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a8b289e3b69491f9ddb591bdfd9e9db-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a8b289e3b69491f9ddb591bdfd9e9db-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5a8b289e3b69491f9ddb591bdfd9e9db.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a8b289e3b69491f9ddb591bdfd9e9db-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a8b289e3b69491f9ddb591bdfd9e9db-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a8b289e3b69491f9ddb591bdfd9e9db-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a8b289e3b69491f9ddb591bdfd9e9db-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a8b289e3b69491f9ddb591bdfd9e9db-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a8b289e3b69491f9ddb591bdfd9e9db-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5a8b289e3b69491f9ddb591bdfd9e9db-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2022-08-19T19:15:20.470832Z",
                "updated_at": "2022-08-19T19:15:20.470884Z",
                "is_converted_to_webp": false,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 5212,
                "name": "subcity",
                "slug": "subcity",
                "city": "Milan",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "45.46761129999999,9.2545599",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2022-08-19T19:15:25.479803Z",
            "publish_time": null,
            "slug": "subcity-traces-3-2022-04-15",
            "created_at": "2022-08-19T19:15:26.421779Z",
            "updated_at": "2022-08-19T19:15:27.307323Z",
            "summary": "traces 3 is an Gallery Shows event starting on 15/04/2022, 00:00 and ending on 30/04/2022, 00:00. Event is in subcity with address Via Arcangelo Corelli 34.",
            "title": "traces 3",
            "content": null,
            "start_time": "2022-04-15T00:00:00.000000Z",
            "end_time": "2022-04-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Via Arcangelo Corelli 34",
            "city": "Milan",
            "geolocation": "39.2227551,9.1285093",
            "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": 19209,
            "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": 5302,
                "name": "Galerie Melbye-Konan",
                "slug": "galerie-melbye-konan",
                "city": "Hamburg",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "53.5549952,9.990119499999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2023-01-09T18:58:41.128626Z",
            "publish_time": null,
            "slug": "galerie-melbye-konan-awakening-2022-03-03",
            "created_at": "2023-01-09T18:58:41.999648Z",
            "updated_at": "2023-01-09T18:58:42.482625Z",
            "summary": "Awakening is an Gallery Shows event starting on 03/03/2022, 01:00 and ending on 30/04/2022, 00:00. Event is in Galerie Melbye-Konan with address Jungfernstieg 50.",
            "title": "Awakening",
            "content": null,
            "start_time": "2022-03-03T01:00:00.000000Z",
            "end_time": "2022-04-30T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Jungfernstieg 50",
            "city": "Hamburg",
            "geolocation": "53.55500135,9.990090054166664",
            "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": []
        }
    ]
}