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

{
    "count": 37573,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=37566&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=37530&ordering=-end_time",
    "results": [
        {
            "id": 19416,
            "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": 18850,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84e4b8841ee646a98257485fd776dc0b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84e4b8841ee646a98257485fd776dc0b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/84e4b8841ee646a98257485fd776dc0b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84e4b8841ee646a98257485fd776dc0b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84e4b8841ee646a98257485fd776dc0b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84e4b8841ee646a98257485fd776dc0b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84e4b8841ee646a98257485fd776dc0b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84e4b8841ee646a98257485fd776dc0b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84e4b8841ee646a98257485fd776dc0b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/84e4b8841ee646a98257485fd776dc0b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-12T10:11:01.728831Z",
                "updated_at": "2023-02-10T14:29:01.029112Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 3869,
                "name": "Sullivan + Strumpf, Sydney",
                "slug": "sullivan-strumpf-sydney",
                "city": "Sydney",
                "country": {
                    "code": "AU",
                    "name": "Australia"
                },
                "geolocation": "-33.9064617,151.2066698",
                "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": "AU",
            "publish_status": "published",
            "published_at": "2023-01-12T10:11:10.166392Z",
            "publish_time": null,
            "slug": "sullivanstrumpf-tony-albert-we-come-in-peace-2014-03-03",
            "created_at": "2023-01-12T10:11:11.074526Z",
            "updated_at": "2023-01-12T10:11:11.074544Z",
            "summary": null,
            "title": "Tony Albert 'We Come in Peace'",
            "content": null,
            "start_time": "2014-03-03T01:00:00.000000Z",
            "end_time": "2014-03-28T01: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": "799 Elizabeth St, Zetland, Sydney, AU",
            "city": "Sydney",
            "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": 19410,
            "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": 18844,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f862fb0486d49b798cda80b1b36d01b-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f862fb0486d49b798cda80b1b36d01b-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/6f862fb0486d49b798cda80b1b36d01b.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f862fb0486d49b798cda80b1b36d01b-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f862fb0486d49b798cda80b1b36d01b-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f862fb0486d49b798cda80b1b36d01b-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f862fb0486d49b798cda80b1b36d01b-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f862fb0486d49b798cda80b1b36d01b-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f862fb0486d49b798cda80b1b36d01b-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/6f862fb0486d49b798cda80b1b36d01b-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-12T10:10:26.009884Z",
                "updated_at": "2023-02-10T14:28:48.000902Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7742,
                "name": "Armaggan Art & Design Gallery",
                "slug": "armaggan-art-design-gallery",
                "city": "İstanbul",
                "country": {
                    "code": "TR",
                    "name": "Turkey"
                },
                "geolocation": "41.0100711,28.9699973",
                "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": "TR",
            "publish_status": "published",
            "published_at": "2023-01-12T10:10:37.526360Z",
            "publish_time": null,
            "slug": "armaggan-art-design-gallery-states-of-material-2-2014-01-22",
            "created_at": "2023-01-12T10:10:43.656236Z",
            "updated_at": "2023-01-12T10:10:43.656254Z",
            "summary": null,
            "title": "STATES OF MATERIAL 2",
            "content": null,
            "start_time": "2014-01-22T01:00:00.000000Z",
            "end_time": "2014-03-27T01: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": "Nuruosmaniye Caddesi, No:65, Istanbul, TR",
            "city": "Istanbul",
            "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": 847,
            "author": {
                "id": "bc714e71-2b8d-4c92-9fa5-6fe366078491",
                "username": "Wunderkammern",
                "slug": "wunderkammern",
                "first_name": "",
                "last_name": "",
                "display_name": "Wunderkammern",
                "display_name_full": "Wunderkammern",
                "email": "elisa.wunderkammern@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 2816,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/691792460_1456401134-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/691792460_1456401134-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/691792460_1456401134.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/691792460_1456401134-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/691792460_1456401134-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/691792460_1456401134-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/691792460_1456401134-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/691792460_1456401134-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/691792460_1456401134-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/691792460_1456401134-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-26T14:19:30.104185Z",
                "updated_at": "2021-09-13T11:04:30.160761Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": " Small wheel, big wheel",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1987,
                "name": "Wunderkammern Rome",
                "slug": "wunderkammern-rome",
                "city": "Rome",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "41.8772915,12.540692600000057",
                "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": "2016-02-24T13:00:58.000000Z",
            "publish_time": null,
            "slug": "agostino-iacurci-small-wheel-big-wheel",
            "created_at": "2016-02-24T13:00:58.000000Z",
            "updated_at": "2020-07-16T08:01:19.398599Z",
            "summary": "Small wheel, big wheel is an Gallery Shows event starting on 08/02/2014, 12:00 and ending on 22/03/2014, 12:00. Event is in Wunderkammern Rome with address via Gabrio Serbelloni, 124, 00176 Rome, Italy.",
            "title": "Small wheel, big wheel",
            "content": "",
            "start_time": "2014-02-08T12:00:00.000000Z",
            "end_time": "2014-03-22T12: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 Gabrio Serbelloni, 124, 00176 Rome, Italy",
            "city": "Rome",
            "geolocation": "41.8773129,12.5406618",
            "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": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                2530
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": [
                1547,
                1548,
                1549,
                1550,
                1551,
                1552,
                1553,
                1554,
                1555,
                1556
            ]
        },
        {
            "id": 2874,
            "author": {
                "id": "d392c2f2-cda5-4cba-bd4d-33738cca233e",
                "username": "olga_1447",
                "slug": "olga_1447",
                "first_name": "Olga",
                "last_name": "Bakeeva",
                "display_name": "Olga Bakeeva",
                "display_name_full": "Olga Bakeeva",
                "email": "info@tatintsian.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 4303,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1712587198_1585235231-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1712587198_1585235231-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1712587198_1585235231.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1712587198_1585235231-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1712587198_1585235231-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1712587198_1585235231-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1712587198_1585235231-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1712587198_1585235231-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1712587198_1585235231-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1712587198_1585235231-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-05-07T19:12:03.861306Z",
                "updated_at": "2021-09-13T11:31:49.659302Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 3000,
                "name": "Gary Tatintsian Gallery",
                "slug": "gary-tatintsian-gallery",
                "city": "Dubai",
                "country": {
                    "code": "AE",
                    "name": "United Arab Emirates"
                },
                "geolocation": "25.1427906,55.2260301",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 4046,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/eab134332ff043a1bf3c79afdb7d4241-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/eab134332ff043a1bf3c79afdb7d4241-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/eab134332ff043a1bf3c79afdb7d4241-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/eab134332ff043a1bf3c79afdb7d4241.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/eab134332ff043a1bf3c79afdb7d4241-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/eab134332ff043a1bf3c79afdb7d4241-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/eab134332ff043a1bf3c79afdb7d4241-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/eab134332ff043a1bf3c79afdb7d4241-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2022-09-18T09:55:48.724778Z",
                    "updated_at": "2022-09-18T09:55:48.724816Z",
                    "is_converted_to_webp": false,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": "d392c2f2-cda5-4cba-bd4d-33738cca233e"
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2020-03-26T16:04:19.000000Z",
            "publish_time": null,
            "slug": "anselm-reyle",
            "created_at": "2020-03-26T16:04:19.000000Z",
            "updated_at": "2020-03-26T16:04:19.000000Z",
            "summary": "Anselm Reyle is an Gallery Shows event starting on 12/09/2013, 12:00 and ending on 01/02/2014, 20:00. Event is in Gary Tatintsian Gallery with address Serebryanicheskaya Naberezhnaya 19.",
            "title": "Anselm Reyle",
            "content": "",
            "start_time": "2013-09-12T12:00:00.000000Z",
            "end_time": "2014-02-01T20: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": "Serebryanicheskaya Naberezhnaya 19",
            "city": null,
            "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": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 848,
            "author": {
                "id": "bc714e71-2b8d-4c92-9fa5-6fe366078491",
                "username": "Wunderkammern",
                "slug": "wunderkammern",
                "first_name": "",
                "last_name": "",
                "display_name": "Wunderkammern",
                "display_name_full": "Wunderkammern",
                "email": "elisa.wunderkammern@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 2815,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/579098668_1456401069-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/579098668_1456401069-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/579098668_1456401069.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/579098668_1456401069-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/579098668_1456401069-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/579098668_1456401069-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/579098668_1456401069-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/579098668_1456401069-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/579098668_1456401069-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/579098668_1456401069-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-26T14:19:29.025923Z",
                "updated_at": "2021-09-13T11:04:28.790162Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": " Supervised independence",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1987,
                "name": "Wunderkammern Rome",
                "slug": "wunderkammern-rome",
                "city": "Rome",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "41.8772915,12.540692600000057",
                "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": "2016-02-24T13:30:37.000000Z",
            "publish_time": null,
            "slug": "rero-supervised-independence",
            "created_at": "2016-02-24T13:30:37.000000Z",
            "updated_at": "2020-07-16T08:01:19.897279Z",
            "summary": "Supervised independence is an Gallery Shows event starting on 30/11/2013, 12:00 and ending on 25/01/2014, 12:00. Event is in Wunderkammern Rome with address via Gabrio Serbelloni, 124, 00176 Rome, Italy.",
            "title": "Supervised independence",
            "content": "",
            "start_time": "2013-11-30T12:00:00.000000Z",
            "end_time": "2014-01-25T12: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 Gabrio Serbelloni, 124, 00176 Rome, Italy",
            "city": "Rome",
            "geolocation": "41.8773129,12.5406618",
            "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": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                75
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": [
                1541,
                1542,
                1543,
                1544,
                1545,
                1546
            ]
        },
        {
            "id": 1121,
            "author": {
                "id": "b0c11909-ff0e-45c6-b8c9-9d9485a77005",
                "username": "thegarage",
                "slug": "thegarage",
                "first_name": "The Garage",
                "last_name": "",
                "display_name": "Rachel Somers Miles",
                "display_name_full": "Rachel Somers Miles",
                "email": "info@thegarageamsterdam.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 3128,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/511915443_1468247656-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/511915443_1468247656-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/511915443_1468247656.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/511915443_1468247656-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/511915443_1468247656-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/511915443_1468247656-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/511915443_1468247656-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/511915443_1468247656-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/511915443_1468247656-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/511915443_1468247656-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-26T14:24:36.836418Z",
                "updated_at": "2021-09-13T11:09:58.190403Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "'Skull Show'",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 2626,
                "name": "The Garage",
                "slug": "the-garage",
                "city": "Amsterdam",
                "country": {
                    "code": "NL",
                    "name": "Netherlands"
                },
                "geolocation": "52.3796375,4.8906851000000415",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2469,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Garage1-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Garage1-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Garage1-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/The-Garage1.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Garage1-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Garage1-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Garage1-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Garage1-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-24T00:53:24.387437Z",
                    "updated_at": "2021-09-14T13:30:25.640289Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "The-Garage1",
                    "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": "NL",
            "publish_status": "published",
            "published_at": "2016-07-11T14:43:13.000000Z",
            "publish_time": null,
            "slug": "skull-show",
            "created_at": "2016-07-11T14:43:13.000000Z",
            "updated_at": "2020-07-16T08:03:37.775419Z",
            "summary": "'Skull Show' is an Gallery Shows event starting on 28/11/2013, 12:00 and ending on 22/01/2014, 12:00. Event is in The Garage with address Brouwersgracht, 1015 GC Amsterdam, Netherlands.",
            "title": "'Skull Show'",
            "content": "",
            "start_time": "2013-11-28T12:00:00.000000Z",
            "end_time": "2014-01-22T12: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": "Brouwersgracht, 1015 GC Amsterdam, Netherlands",
            "city": "Amsterdam",
            "geolocation": "52.3803086,4.8884276",
            "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": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": [
                1826,
                1827,
                1828,
                1829,
                1830,
                1831,
                1832,
                3129
            ]
        },
        {
            "id": 19406,
            "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": 18840,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0559618e896f45fb90e6542e2c2d0a15-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0559618e896f45fb90e6542e2c2d0a15-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/0559618e896f45fb90e6542e2c2d0a15.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0559618e896f45fb90e6542e2c2d0a15-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0559618e896f45fb90e6542e2c2d0a15-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0559618e896f45fb90e6542e2c2d0a15-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0559618e896f45fb90e6542e2c2d0a15-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0559618e896f45fb90e6542e2c2d0a15-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0559618e896f45fb90e6542e2c2d0a15-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/0559618e896f45fb90e6542e2c2d0a15-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-12T10:04:34.746644Z",
                "updated_at": "2023-02-10T14:28:38.081718Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7742,
                "name": "Armaggan Art & Design Gallery",
                "slug": "armaggan-art-design-gallery",
                "city": "İstanbul",
                "country": {
                    "code": "TR",
                    "name": "Turkey"
                },
                "geolocation": "41.0100711,28.9699973",
                "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": "TR",
            "publish_status": "published",
            "published_at": "2023-01-12T10:04:35.045964Z",
            "publish_time": null,
            "slug": "armaggan-art-design-gallery-creativity-without-limits-2013-10-24",
            "created_at": "2023-01-12T10:04:35.916650Z",
            "updated_at": "2023-01-12T10:04:35.916669Z",
            "summary": null,
            "title": "CREATIVITY WITHOUT LIMITS",
            "content": null,
            "start_time": "2013-10-24T00:00:00.000000Z",
            "end_time": "2013-12-25T01: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": "Nuruosmaniye Caddesi, No:65, Istanbul, TR",
            "city": "Istanbul",
            "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": 1122,
            "author": {
                "id": "b0c11909-ff0e-45c6-b8c9-9d9485a77005",
                "username": "thegarage",
                "slug": "thegarage",
                "first_name": "The Garage",
                "last_name": "",
                "display_name": "Rachel Somers Miles",
                "display_name_full": "Rachel Somers Miles",
                "email": "info@thegarageamsterdam.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 3086,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/386245010_1467980566-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/386245010_1467980566-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/386245010_1467980566.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/386245010_1467980566-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/386245010_1467980566-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/386245010_1467980566-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/386245010_1467980566-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/386245010_1467980566-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/386245010_1467980566-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/386245010_1467980566-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-26T14:23:55.278552Z",
                "updated_at": "2021-09-13T11:09:14.832759Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Craig Redman's 'Since Never'",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 2626,
                "name": "The Garage",
                "slug": "the-garage",
                "city": "Amsterdam",
                "country": {
                    "code": "NL",
                    "name": "Netherlands"
                },
                "geolocation": "52.3796375,4.8906851000000415",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2469,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Garage1-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Garage1-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Garage1-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/The-Garage1.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Garage1-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Garage1-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Garage1-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/The-Garage1-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-24T00:53:24.387437Z",
                    "updated_at": "2021-09-14T13:30:25.640289Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "The-Garage1",
                    "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": "NL",
            "publish_status": "published",
            "published_at": "2016-07-11T14:43:31.000000Z",
            "publish_time": null,
            "slug": "craig-redmans-since-never",
            "created_at": "2016-07-11T14:43:31.000000Z",
            "updated_at": "2016-07-11T14:43:31.000000Z",
            "summary": "Craig Redman's 'Since Never' is an Gallery Shows event starting on 01/11/2013, 12:00 and ending on 26/11/2013, 12:00. Event is in The Garage with address Brouwersgracht 75\r\n1015 GC, Amsterdam.",
            "title": "Craig Redman's 'Since Never'",
            "content": "",
            "start_time": "2013-11-01T12:00:00.000000Z",
            "end_time": "2013-11-26T12: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": "Brouwersgracht 75\r\n1015 GC, Amsterdam",
            "city": "Amsterdam",
            "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": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                6514
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": [
                1833,
                1834,
                3087,
                3088,
                3089,
                3090,
                3091,
                3092,
                3093,
                3094,
                3095,
                3096,
                3097
            ]
        },
        {
            "id": 850,
            "author": {
                "id": "bc714e71-2b8d-4c92-9fa5-6fe366078491",
                "username": "Wunderkammern",
                "slug": "wunderkammern",
                "first_name": "",
                "last_name": "",
                "display_name": "Wunderkammern",
                "display_name_full": "Wunderkammern",
                "email": "elisa.wunderkammern@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 2813,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1391429513_1456400940-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1391429513_1456400940-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1391429513_1456400940.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1391429513_1456400940-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1391429513_1456400940-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1391429513_1456400940-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1391429513_1456400940-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1391429513_1456400940-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1391429513_1456400940-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1391429513_1456400940-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-26T14:19:26.887014Z",
                "updated_at": "2021-09-13T11:04:27.033483Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": " Public and confidential",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1987,
                "name": "Wunderkammern Rome",
                "slug": "wunderkammern-rome",
                "city": "Rome",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "41.8772915,12.540692600000057",
                "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": "2016-02-24T13:44:34.000000Z",
            "publish_time": null,
            "slug": "dan-witz-public-and-confidential",
            "created_at": "2016-02-24T13:44:34.000000Z",
            "updated_at": "2020-07-16T08:01:20.891381Z",
            "summary": "Public and confidential is an Gallery Shows event starting on 28/09/2013, 12:00 and ending on 16/11/2013, 12:00. Event is in Wunderkammern Rome with address via Gabrio Serbelloni, 124, Rome, Italy.",
            "title": "Public and confidential",
            "content": "",
            "start_time": "2013-09-28T12:00:00.000000Z",
            "end_time": "2013-11-16T12: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 Gabrio Serbelloni, 124, Rome, Italy",
            "city": "Rome",
            "geolocation": "41.8773129,12.5406618",
            "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": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                3640
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": [
                1532,
                1533,
                1534,
                1535,
                1536,
                1537,
                1538
            ]
        },
        {
            "id": 2498,
            "author": {
                "id": "2c83a774-5ea2-4702-9e29-ffb9740dbb2a",
                "username": "Milos Antonic",
                "slug": "milos-antonic",
                "first_name": "Milos",
                "last_name": "Antonic",
                "display_name": "Milos Antonic",
                "display_name_full": "Milos Antonic",
                "email": "milosantonic5@gmail.com",
                "telephone": null
            },
            "price": null,
            "featured_image": {
                "id": 916,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/GEN-PAUL-Retrospective-of-an-expressionist-from-Montmartre-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/GEN-PAUL-Retrospective-of-an-expressionist-from-Montmartre-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/GEN-PAUL-Retrospective-of-an-expressionist-from-Montmartre.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/GEN-PAUL-Retrospective-of-an-expressionist-from-Montmartre-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/GEN-PAUL-Retrospective-of-an-expressionist-from-Montmartre-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/GEN-PAUL-Retrospective-of-an-expressionist-from-Montmartre-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/GEN-PAUL-Retrospective-of-an-expressionist-from-Montmartre-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/GEN-PAUL-Retrospective-of-an-expressionist-from-Montmartre-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/GEN-PAUL-Retrospective-of-an-expressionist-from-Montmartre-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/GEN-PAUL-Retrospective-of-an-expressionist-from-Montmartre-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-24T11:07:11.735961Z",
                "updated_at": "2021-09-13T10:36:42.797352Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "GEN PAUL Retrospective of an expressionist from Montmartre",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 2932,
                "name": "Artrust",
                "slug": "artrust",
                "city": "Melano",
                "country": {
                    "code": "CH",
                    "name": "Switzerland"
                },
                "geolocation": "45.9325132,8.97481879999998",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2690,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/logo-artrust-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/logo-artrust-crop-c0-5__0-5-558x279.png",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/logo-artrust-crop-c0-5__0-5-265x149.png",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/logo-artrust.png",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/logo-artrust-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/logo-artrust-crop-c0-5__0-5-760x499.png",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/logo-artrust-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/logo-artrust-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-04-29T16:28:32.345145Z",
                    "updated_at": "2021-09-14T13:35:57.493088Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "CH",
            "publish_status": "published",
            "published_at": "2019-05-17T17:07:44.000000Z",
            "publish_time": null,
            "slug": "gen-paul-retrospective-of-an-expressionist-from-montmartre",
            "created_at": "2019-05-17T17:07:44.000000Z",
            "updated_at": "2020-07-16T08:15:32.219791Z",
            "summary": "GEN PAUL Retrospective of an expressionist from Montmartre is an Gallery Shows event starting on 18/10/2013, 00:00 and ending on 04/11/2013, 00:00. Event is in Artrust with address Via Pedemonte di Sopra 1, Melano, Switzerland.",
            "title": "GEN PAUL Retrospective of an expressionist from Montmartre",
            "content": "The exhibition presents Gen Paul, Painter, draughtsman, engraver and lithographer, who was a genuine protagonist of\u2028the Montmartre’s artistic life in the early 20th century.\r\n",
            "start_time": "2013-10-18T00:00:00.000000Z",
            "end_time": "2013-11-04T00:00:00.000000Z",
            "is_all_day_event": true,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Via Pedemonte di Sopra 1, Melano, Switzerland",
            "city": null,
            "geolocation": "45.9314116,8.9760763",
            "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": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                10711
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 1408,
            "author": {
                "id": "02003819-ec0a-4974-a100-cae7e715cd71",
                "username": "benjamin-eck",
                "slug": "benjamin-eck",
                "first_name": "Benjamin",
                "last_name": "Eck",
                "display_name": "Benjamin Eck",
                "display_name_full": "Benjamin Eck",
                "email": "info@benjamin-eck.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 3475,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/214890215_1484727297-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/214890215_1484727297-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/214890215_1484727297.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/214890215_1484727297-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/214890215_1484727297-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/214890215_1484727297-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/214890215_1484727297-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/214890215_1484727297-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/214890215_1484727297-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/214890215_1484727297-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-26T14:30:19.390631Z",
                "updated_at": "2021-09-13T11:16:05.193596Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "ART.FAIR Cologne 2013",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 3035,
                "name": "Koelnmesse",
                "slug": "koelnmesse",
                "city": "Cologne",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "50.9475956,6.981357399999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 3,
                "image": null,
                "slug": "art-fairs",
                "created_at": "2020-06-02T15:33:40.534223Z",
                "updated_at": "2021-03-29T12:18:45.718972Z",
                "name": "Art Fairs",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2017-01-18T09:13:52.000000Z",
            "publish_time": null,
            "slug": "art-fair-cologne-2013",
            "created_at": "2017-01-18T09:13:52.000000Z",
            "updated_at": "2020-07-16T08:06:02.611799Z",
            "summary": "ART.FAIR Cologne 2013 is an Art Fairs event starting on 31/10/2013, 12:00 and ending on 03/11/2013, 12:00. Event is in Koelnmesse with address Messeplatz 1 Mülheim, Cologne, Germany.",
            "title": "ART.FAIR Cologne 2013",
            "content": "",
            "start_time": "2013-10-31T12:00:00.000000Z",
            "end_time": "2013-11-03T12: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": "Messeplatz 1 Mülheim, Cologne, Germany",
            "city": "Cologne",
            "geolocation": "50.948269800000006,6.98393976647583",
            "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": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": [
                2031,
                2032,
                2033,
                2034,
                2035,
                2036,
                2037
            ]
        },
        {
            "id": 19405,
            "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": 18839,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e317e8888a04e148a45c8ae5a93ad34-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e317e8888a04e148a45c8ae5a93ad34-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/3e317e8888a04e148a45c8ae5a93ad34.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e317e8888a04e148a45c8ae5a93ad34-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e317e8888a04e148a45c8ae5a93ad34-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e317e8888a04e148a45c8ae5a93ad34-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e317e8888a04e148a45c8ae5a93ad34-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e317e8888a04e148a45c8ae5a93ad34-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e317e8888a04e148a45c8ae5a93ad34-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/3e317e8888a04e148a45c8ae5a93ad34-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-12T10:04:34.738368Z",
                "updated_at": "2023-02-10T14:28:36.054460Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7742,
                "name": "Armaggan Art & Design Gallery",
                "slug": "armaggan-art-design-gallery",
                "city": "İstanbul",
                "country": {
                    "code": "TR",
                    "name": "Turkey"
                },
                "geolocation": "41.0100711,28.9699973",
                "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": "TR",
            "publish_status": "published",
            "published_at": "2023-01-12T10:04:34.998428Z",
            "publish_time": null,
            "slug": "armaggan-art-design-gallery-art-724-vol-2-2013-07-31",
            "created_at": "2023-01-12T10:04:35.870618Z",
            "updated_at": "2023-01-12T10:04:35.870637Z",
            "summary": null,
            "title": "ART 7/24 VOL. 2",
            "content": null,
            "start_time": "2013-07-31T00:00:00.000000Z",
            "end_time": "2013-10-16T00:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Nuruosmaniye Caddesi, No:65, Istanbul, TR",
            "city": "Istanbul",
            "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": 657,
            "author": {
                "id": "99b420d0-6faf-4fb9-ae9a-a6484780053a",
                "username": "PrettyPortal",
                "slug": "prettyportal",
                "first_name": "Klaus",
                "last_name": "Rosskothen",
                "display_name": "Klaus Rosskothen",
                "display_name_full": "Klaus Rosskothen",
                "email": "rosskothen@prettyportal.de",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 2552,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1264558706_1447157146-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1264558706_1447157146-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/1264558706_1447157146.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1264558706_1447157146-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1264558706_1447157146-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1264558706_1447157146-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1264558706_1447157146-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1264558706_1447157146-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1264558706_1447157146-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/1264558706_1447157146-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-26T14:15:08.395453Z",
                "updated_at": "2021-09-13T10:59:32.784844Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "SAM3 \"Canonicity\"",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 706,
                "name": "PRETTY PORTAL",
                "slug": "pretty-portal",
                "city": "Düsseldorf",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "51.20714150000001,6.778107900000009",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2717,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/pretty-portal-dp-1571845650-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/pretty-portal-dp-1571845650-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/pretty-portal-dp-1571845650-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/pretty-portal-dp-1571845650.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/pretty-portal-dp-1571845650-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/pretty-portal-dp-1571845650-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/pretty-portal-dp-1571845650-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/pretty-portal-dp-1571845650-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-05-07T21:39:09.096649Z",
                    "updated_at": "2021-09-14T13:36:35.840332Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2015-11-10T13:02:21.000000Z",
            "publish_time": null,
            "slug": "sam3-canonicity",
            "created_at": "2015-11-10T13:02:21.000000Z",
            "updated_at": "2015-11-10T13:02:21.000000Z",
            "summary": "SAM3 \"Canonicity\" is an Gallery Shows event starting on 26/04/2013, 12:00 and ending on 07/06/2013, 12:00. Event is in PRETTY PORTAL with address Pretty Portal, Brunnenstr. 12, 40223 Duesseldorf, Germany\r\nhttp://prettyportal.de.",
            "title": "SAM3 \"Canonicity\"",
            "content": "",
            "start_time": "2013-04-26T12:00:00.000000Z",
            "end_time": "2013-06-07T12: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": "Pretty Portal, Brunnenstr. 12, 40223 Duesseldorf, Germany\r\nhttp://prettyportal.de",
            "city": null,
            "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": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                360
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": [
                1296,
                1297,
                1298,
                1299,
                1300,
                1301,
                1302,
                1303,
                1304,
                1305,
                2553,
                2554,
                2555,
                2556,
                2557,
                2558,
                2559,
                2560
            ]
        },
        {
            "id": 19407,
            "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": 18841,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c678f4ec92b4044b7665d1924ca61b1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c678f4ec92b4044b7665d1924ca61b1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/5c678f4ec92b4044b7665d1924ca61b1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c678f4ec92b4044b7665d1924ca61b1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c678f4ec92b4044b7665d1924ca61b1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c678f4ec92b4044b7665d1924ca61b1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c678f4ec92b4044b7665d1924ca61b1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c678f4ec92b4044b7665d1924ca61b1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c678f4ec92b4044b7665d1924ca61b1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/5c678f4ec92b4044b7665d1924ca61b1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-12T10:04:34.804655Z",
                "updated_at": "2023-02-10T14:28:40.624327Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7742,
                "name": "Armaggan Art & Design Gallery",
                "slug": "armaggan-art-design-gallery",
                "city": "İstanbul",
                "country": {
                    "code": "TR",
                    "name": "Turkey"
                },
                "geolocation": "41.0100711,28.9699973",
                "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": "TR",
            "publish_status": "published",
            "published_at": "2023-01-12T10:04:35.075772Z",
            "publish_time": null,
            "slug": "armaggan-art-design-gallery-tribute-to-nature-2013-03-20",
            "created_at": "2023-01-12T10:04:35.948487Z",
            "updated_at": "2023-01-12T10:04:35.948502Z",
            "summary": null,
            "title": "TRIBUTE TO NATURE",
            "content": null,
            "start_time": "2013-03-20T01:00:00.000000Z",
            "end_time": "2013-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": "Nuruosmaniye Caddesi, No:65, Istanbul, TR",
            "city": "Istanbul",
            "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": 849,
            "author": {
                "id": "bc714e71-2b8d-4c92-9fa5-6fe366078491",
                "username": "Wunderkammern",
                "slug": "wunderkammern",
                "first_name": "",
                "last_name": "",
                "display_name": "Wunderkammern",
                "display_name_full": "Wunderkammern",
                "email": "elisa.wunderkammern@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 2814,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/986691898_1456401001-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/986691898_1456401001-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/986691898_1456401001.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/986691898_1456401001-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/986691898_1456401001-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/986691898_1456401001-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/986691898_1456401001-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/986691898_1456401001-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/986691898_1456401001-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/986691898_1456401001-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-26T14:19:28.120354Z",
                "updated_at": "2021-09-13T11:04:28.056622Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": " Mea Culpa",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 1987,
                "name": "Wunderkammern Rome",
                "slug": "wunderkammern-rome",
                "city": "Rome",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "41.8772915,12.540692600000057",
                "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": "2016-02-24T13:37:24.000000Z",
            "publish_time": null,
            "slug": "c215-mea-culpa",
            "created_at": "2016-02-24T13:37:24.000000Z",
            "updated_at": "2020-07-16T08:01:20.401108Z",
            "summary": "Mea Culpa is an Gallery Shows event starting on 23/03/2013, 12:00 and ending on 24/05/2013, 12:00. Event is in Wunderkammern Rome with address via Gabrio Serbelloni, 124, 00176 Rome, Italy.",
            "title": "Mea Culpa",
            "content": "",
            "start_time": "2013-03-23T12:00:00.000000Z",
            "end_time": "2013-05-24T12: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 Gabrio Serbelloni, 124, 00176 Rome, Italy",
            "city": "Rome",
            "geolocation": "41.8773129,12.5406618",
            "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": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                33
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": [
                1539,
                1540
            ]
        },
        {
            "id": 658,
            "author": {
                "id": "99b420d0-6faf-4fb9-ae9a-a6484780053a",
                "username": "PrettyPortal",
                "slug": "prettyportal",
                "first_name": "Klaus",
                "last_name": "Rosskothen",
                "display_name": "Klaus Rosskothen",
                "display_name_full": "Klaus Rosskothen",
                "email": "rosskothen@prettyportal.de",
                "telephone": ""
            },
            "price": null,
            "featured_image": {
                "id": 2561,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2059305221_1447158091-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2059305221_1447158091-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/2059305221_1447158091.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2059305221_1447158091-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2059305221_1447158091-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2059305221_1447158091-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2059305221_1447158091-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2059305221_1447158091-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2059305221_1447158091-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/2059305221_1447158091-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2020-03-26T14:15:16.794967Z",
                "updated_at": "2021-09-13T10:59:40.734797Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": "Pixelpancho \"Rusted ideas\"",
                "description": null,
                "uploaded_by": null
            },
            "venue": {
                "id": 706,
                "name": "PRETTY PORTAL",
                "slug": "pretty-portal",
                "city": "Düsseldorf",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "51.20714150000001,6.778107900000009",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2717,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/pretty-portal-dp-1571845650-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/pretty-portal-dp-1571845650-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/pretty-portal-dp-1571845650-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/pretty-portal-dp-1571845650.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/pretty-portal-dp-1571845650-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/pretty-portal-dp-1571845650-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/pretty-portal-dp-1571845650-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/pretty-portal-dp-1571845650-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-05-07T21:39:09.096649Z",
                    "updated_at": "2021-09-14T13:36:35.840332Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": null,
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "",
            "publish_status": "published",
            "published_at": "2015-11-10T13:10:10.000000Z",
            "publish_time": null,
            "slug": "pixelpancho-rusted-ideas",
            "created_at": "2015-11-10T13:10:10.000000Z",
            "updated_at": "2015-11-10T13:10:10.000000Z",
            "summary": "Pixelpancho \"Rusted ideas\" is an Gallery Shows event starting on 22/03/2013, 12:00 and ending on 20/04/2013, 12:00. Event is in PRETTY PORTAL with address Pretty Portal, Brunnnestr. 12, 40223 Duesseldorf, Germany\r\nhttp://prettyportal.de.",
            "title": "Pixelpancho \"Rusted ideas\"",
            "content": "",
            "start_time": "2013-03-22T12:00:00.000000Z",
            "end_time": "2013-04-20T12: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": "Pretty Portal, Brunnnestr. 12, 40223 Duesseldorf, Germany\r\nhttp://prettyportal.de",
            "city": null,
            "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": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [
                184
            ],
            "artworks": [],
            "magazines": [],
            "additional_images": [
                1306,
                1307,
                1308,
                1309,
                1310,
                1311,
                1312,
                1313,
                1314,
                1315,
                1316,
                2562,
                2563,
                2564,
                2565,
                2566,
                2567,
                2568,
                2569,
                2570,
                2571,
                2572,
                2573
            ]
        },
        {
            "id": 19404,
            "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": 18838,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b017c010f6bc40099d5bfe3592552cb1-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b017c010f6bc40099d5bfe3592552cb1-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/b017c010f6bc40099d5bfe3592552cb1.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b017c010f6bc40099d5bfe3592552cb1-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b017c010f6bc40099d5bfe3592552cb1-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b017c010f6bc40099d5bfe3592552cb1-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b017c010f6bc40099d5bfe3592552cb1-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b017c010f6bc40099d5bfe3592552cb1-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b017c010f6bc40099d5bfe3592552cb1-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/b017c010f6bc40099d5bfe3592552cb1-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-12T10:04:34.729056Z",
                "updated_at": "2023-02-10T14:28:33.480745Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7742,
                "name": "Armaggan Art & Design Gallery",
                "slug": "armaggan-art-design-gallery",
                "city": "İstanbul",
                "country": {
                    "code": "TR",
                    "name": "Turkey"
                },
                "geolocation": "41.0100711,28.9699973",
                "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": "TR",
            "publish_status": "published",
            "published_at": "2023-01-12T10:04:34.946871Z",
            "publish_time": null,
            "slug": "armaggan-art-design-gallery-in-search-for-the-new-2013-01-19",
            "created_at": "2023-01-12T10:04:35.815673Z",
            "updated_at": "2023-01-12T10:04:35.815691Z",
            "summary": null,
            "title": "IN SEARCH FOR THE NEW",
            "content": null,
            "start_time": "2013-01-19T01:00:00.000000Z",
            "end_time": "2013-03-13T01: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": "Nuruosmaniye Caddesi, No:65, Istanbul, TR",
            "city": "Istanbul",
            "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": 19403,
            "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": 18837,
                "image": {
                    "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4195e094e58c4ea8a63ef95abd76814c-crop_webp-270x152.webp",
                    "crop_smallest_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4195e094e58c4ea8a63ef95abd76814c-crop_webp-179x179.webp",
                    "full_size": "https://d16kd6gzalkogb.cloudfront.net/event_images/4195e094e58c4ea8a63ef95abd76814c.jpg",
                    "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4195e094e58c4ea8a63ef95abd76814c-crop-c0-5__0-5-270x152-70.jpg",
                    "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4195e094e58c4ea8a63ef95abd76814c-crop-c0-5__0-5-555x312-70.jpg",
                    "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4195e094e58c4ea8a63ef95abd76814c-thumbnail_webp-9999x9999.webp",
                    "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4195e094e58c4ea8a63ef95abd76814c-crop-c0-5__0-5-524x294-70.jpg",
                    "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4195e094e58c4ea8a63ef95abd76814c-crop_webp-524x294.webp",
                    "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4195e094e58c4ea8a63ef95abd76814c-crop_webp-555x312.webp",
                    "crop_smallest": "https://d16kd6gzalkogb.cloudfront.net/__sized__/event_images/4195e094e58c4ea8a63ef95abd76814c-crop-c0-5__0-5-179x179-70.jpg"
                },
                "created_at": "2023-01-12T10:04:33.947744Z",
                "updated_at": "2023-02-10T14:28:31.134968Z",
                "is_converted_to_webp": true,
                "caption": null,
                "alt_text": null,
                "description": null,
                "uploaded_by": "195ed719-34f8-426a-b3c3-43f3b323385b"
            },
            "venue": {
                "id": 7742,
                "name": "Armaggan Art & Design Gallery",
                "slug": "armaggan-art-design-gallery",
                "city": "İstanbul",
                "country": {
                    "code": "TR",
                    "name": "Turkey"
                },
                "geolocation": "41.0100711,28.9699973",
                "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": "TR",
            "publish_status": "published",
            "published_at": "2023-01-12T10:04:34.144244Z",
            "publish_time": null,
            "slug": "armaggan-art-design-gallery-art-724-2013-11-08",
            "created_at": "2023-01-12T10:04:35.029965Z",
            "updated_at": "2023-01-12T10:04:35.030001Z",
            "summary": null,
            "title": "ART 7/24",
            "content": null,
            "start_time": "2013-11-08T01:00:00.000000Z",
            "end_time": "2013-01-10T01: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": "Nuruosmaniye Caddesi, No:65, Istanbul, TR",
            "city": "Istanbul",
            "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": []
        }
    ]
}