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=37332&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=37350&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=37314&ordering=-end_time",
    "results": [
        {
            "id": 190,
            "author": {
                "id": "39343926-a657-43eb-a3f0-9637f49b516c",
                "username": "Goran",
                "slug": "goran",
                "first_name": "Goran",
                "last_name": "Marinkovic",
                "display_name": "GoXY M.",
                "display_name_full": "GoXY M.",
                "email": "marinkovic.goran@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 1977,
                "name": "Galleria Varsi",
                "slug": "galleria-varsi",
                "city": "Rome",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "41.89343170000001,12.4735637",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2338,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/varsi-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/varsi-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/varsi-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/varsi.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/varsi-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/varsi-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/varsi-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/varsi-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-23T08:08:15.543776Z",
                    "updated_at": "2021-09-14T13:27:43.007044Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "varsi",
                    "description": null,
                    "uploaded_by": null
                },
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "IT",
            "publish_status": "published",
            "published_at": "2014-10-23T00:52:33.000000Z",
            "publish_time": null,
            "slug": "etam-cru-bedtime-stories",
            "created_at": "2014-10-23T00:52:33.000000Z",
            "updated_at": "2014-10-23T00:52:33.000000Z",
            "summary": "Bedtime Stories is an Gallery Shows event starting on 29/10/2014, 23:00 and ending on 28/12/2014, 23:00. Event is in Galleria Varsi with address Via San Salvatore in Campo, 51, 00186 Rome, Italy.",
            "title": "Bedtime Stories",
            "content": "",
            "start_time": "2014-10-29T23:00:00.000000Z",
            "end_time": "2014-12-28T23: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 San Salvatore in Campo, 51, 00186 Rome, Italy",
            "city": "Rome",
            "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": "http://www.galleriavarsi.it/eng/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                1793,
                1903
            ],
            "additional_images": []
        },
        {
            "id": 275,
            "author": {
                "id": "39343926-a657-43eb-a3f0-9637f49b516c",
                "username": "Goran",
                "slug": "goran",
                "first_name": "Goran",
                "last_name": "Marinkovic",
                "display_name": "GoXY M.",
                "display_name_full": "GoXY M.",
                "email": "marinkovic.goran@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2205,
                "name": "The Hole",
                "slug": "the-hole-2",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2014-12-17T00:01:12.000000Z",
            "publish_time": null,
            "slug": "early-man-group-show",
            "created_at": "2014-12-17T00:01:12.000000Z",
            "updated_at": "2020-07-16T07:56:28.270612Z",
            "summary": "Group Show is an Gallery Shows event starting on 13/11/2014, 11:00 and ending on 28/12/2014, 18:00. Event is in The Hole with address 312 Bowery, New York, NY 10012, USA.",
            "title": "Group Show",
            "content": "",
            "start_time": "2014-11-13T11:00:00.000000Z",
            "end_time": "2014-12-28T18:00:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": false,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "312 Bowery, New York, NY 10012, USA",
            "city": "New York",
            "geolocation": "40.725091,-73.99267622357596",
            "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": "http://theholenyc.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                2195
            ],
            "additional_images": []
        },
        {
            "id": 179,
            "author": {
                "id": "6ee9742e-b8e0-4b89-9e56-fb8d49f0f17d",
                "username": "Nina",
                "slug": "nina",
                "first_name": "Nina",
                "last_name": "K",
                "display_name": "Nina K",
                "display_name_full": "Nina K",
                "email": "nina.karaicic@yahoo.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 1984,
                "name": "BC Gallery",
                "slug": "bc-gallery",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.5087552,13.45351740000001",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2588,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/BC-Gallery1-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/BC-Gallery1-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/BC-Gallery1-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/BC-Gallery1.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/BC-Gallery1-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/BC-Gallery1-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/BC-Gallery1-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/BC-Gallery1-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-04-29T16:21:27.140799Z",
                    "updated_at": "2021-09-14T13:33:06.557110Z",
                    "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": "DE",
            "publish_status": "published",
            "published_at": "2014-10-03T00:15:33.000000Z",
            "publish_time": null,
            "slug": "max-gartner-solo-show",
            "created_at": "2014-10-03T00:15:33.000000Z",
            "updated_at": "2020-07-16T07:55:35.540168Z",
            "summary": "No Lie in Fire is an Gallery Shows event starting on 13/11/2014, 23:00 and ending on 27/12/2014, 23:00. Event is in BC Gallery with address Libauer Street 14, 10245 Berlin, Germany.",
            "title": "No Lie in Fire",
            "content": "",
            "start_time": "2014-11-13T23:00:00.000000Z",
            "end_time": "2014-12-27T23: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": "Libauer Street 14, 10245 Berlin, Germany",
            "city": "Berlin",
            "geolocation": "52.5087285,13.453534",
            "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": "http://bcgallery.de/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                1930
            ],
            "additional_images": []
        },
        {
            "id": 249,
            "author": {
                "id": "39343926-a657-43eb-a3f0-9637f49b516c",
                "username": "Goran",
                "slug": "goran",
                "first_name": "Goran",
                "last_name": "Marinkovic",
                "display_name": "GoXY M.",
                "display_name_full": "GoXY M.",
                "email": "marinkovic.goran@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 370,
                "name": "INNER STATE GALLERY",
                "slug": "inner-state-gallery",
                "city": "Detroit",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "42.343647,-83.03824299999997",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 1357,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10501916_525440197592066_6471900117069410245_n-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10501916_525440197592066_6471900117069410245_n-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10501916_525440197592066_6471900117069410245_n-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/10501916_525440197592066_6471900117069410245_n.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10501916_525440197592066_6471900117069410245_n-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10501916_525440197592066_6471900117069410245_n-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10501916_525440197592066_6471900117069410245_n-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/10501916_525440197592066_6471900117069410245_n-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-18T23:44:27.651872Z",
                    "updated_at": "2021-09-14T13:06:39.386348Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "10501916_525440197592066_6471900117069410245_n",
                    "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": "US",
            "publish_status": "published",
            "published_at": "2014-11-17T20:33:54.000000Z",
            "publish_time": null,
            "slug": "above-remix",
            "created_at": "2014-11-17T20:33:54.000000Z",
            "updated_at": "2020-07-16T07:56:15.778790Z",
            "summary": "Remix is an Gallery Shows event starting on 20/11/2014, 23:00 and ending on 26/12/2014, 23:00. Event is in INNER STATE GALLERY with address 1410 Gratiot Avenue, Detroit, MI 48207, USA.",
            "title": "Remix",
            "content": "",
            "start_time": "2014-11-20T23:00:00.000000Z",
            "end_time": "2014-12-26T23: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": "1410 Gratiot Avenue, Detroit, MI 48207, USA",
            "city": "Detroit",
            "geolocation": "42.34377718480969,-83.03843116553101",
            "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": "http://innerstategallery.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                1960
            ],
            "additional_images": []
        },
        {
            "id": 120,
            "author": {
                "id": "6ee9742e-b8e0-4b89-9e56-fb8d49f0f17d",
                "username": "Nina",
                "slug": "nina",
                "first_name": "Nina",
                "last_name": "K",
                "display_name": "Nina K",
                "display_name_full": "Nina K",
                "email": "nina.karaicic@yahoo.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 471,
                "name": "VERTICAL GALLERY",
                "slug": "vertical-gallery",
                "city": "Chicago",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "41.8998836,-87.68734030000002",
                "artworks_for_sale_count": 147,
                "featured_image": {
                    "id": 2569,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Stinkfish_Vertical-Gallery_opening-4-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Stinkfish_Vertical-Gallery_opening-4-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Stinkfish_Vertical-Gallery_opening-4-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Stinkfish_Vertical-Gallery_opening-4.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Stinkfish_Vertical-Gallery_opening-4-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Stinkfish_Vertical-Gallery_opening-4-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Stinkfish_Vertical-Gallery_opening-4-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Stinkfish_Vertical-Gallery_opening-4-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-04-29T16:20:14.607754Z",
                    "updated_at": "2021-09-14T13:32:39.801154Z",
                    "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": "US",
            "publish_status": "published",
            "published_at": "2014-08-01T23:12:39.000000Z",
            "publish_time": null,
            "slug": "holiday-group-show",
            "created_at": "2014-08-01T23:12:39.000000Z",
            "updated_at": "2020-07-16T07:55:06.101051Z",
            "summary": "ARTmageddon: A Holiday Group Show is an Gallery Shows event starting on 14/11/2014, 23:00 and ending on 24/12/2014, 23:00. Event is in VERTICAL GALLERY with address 1016 North Western Avenue, Chicago, IL 60622, USA.",
            "title": "ARTmageddon: A Holiday Group Show",
            "content": "",
            "start_time": "2014-11-14T23:00:00.000000Z",
            "end_time": "2014-12-24T23: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": "1016 North Western Avenue, Chicago, IL 60622, USA",
            "city": "Chicago",
            "geolocation": "42.0193609,-87.6901799",
            "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": "http://verticalgallery.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                1862
            ],
            "additional_images": []
        },
        {
            "id": 189,
            "author": {
                "id": "39343926-a657-43eb-a3f0-9637f49b516c",
                "username": "Goran",
                "slug": "goran",
                "first_name": "Goran",
                "last_name": "Marinkovic",
                "display_name": "GoXY M.",
                "display_name_full": "GoXY M.",
                "email": "marinkovic.goran@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2941,
                "name": "Dorothy Circus Gallery",
                "slug": "dorothy-circus-gallery",
                "city": "Roma",
                "country": {
                    "code": "IT",
                    "name": "Italy"
                },
                "geolocation": "41.89358,12.472440000000006",
                "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": "2014-10-22T12:33:16.000000Z",
            "publish_time": null,
            "slug": "roa-suovetaurilia",
            "created_at": "2014-10-22T12:33:16.000000Z",
            "updated_at": "2020-07-16T07:55:40.562475Z",
            "summary": "Suovetaurilia is an Gallery Shows event starting on 30/10/2014, 23:00 and ending on 24/12/2014, 23:00. Event is in Dorothy Circus Gallery with address Via dei Pettinari, 76, 00186 Rome, Italy.",
            "title": "Suovetaurilia",
            "content": "",
            "start_time": "2014-10-30T23:00:00.000000Z",
            "end_time": "2014-12-24T23: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 dei Pettinari, 76, 00186 Rome, Italy",
            "city": "Rome",
            "geolocation": "41.8928529,12.4714489",
            "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": "http://www.dorothycircusgallery.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                1961
            ],
            "additional_images": []
        },
        {
            "id": 155,
            "author": {
                "id": "6ee9742e-b8e0-4b89-9e56-fb8d49f0f17d",
                "username": "Nina",
                "slug": "nina",
                "first_name": "Nina",
                "last_name": "K",
                "display_name": "Nina K",
                "display_name_full": "Nina K",
                "email": "nina.karaicic@yahoo.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2438,
                "name": "Kohn Gallery",
                "slug": "kohn-gallery",
                "city": "Los Angeles",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "34.0932019,-118.33897660000002",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2014-09-14T20:03:05.000000Z",
            "publish_time": null,
            "slug": "bruce-conner-untitled",
            "created_at": "2014-09-14T20:03:05.000000Z",
            "updated_at": "2020-07-16T07:55:23.689783Z",
            "summary": "Untitled is an Gallery Shows event starting on 07/11/2014, 23:00 and ending on 23/12/2014, 23:00. Event is in Kohn Gallery with address 1227 North Highland Avenue, Los Angeles, CA 90038, USA.",
            "title": "Untitled",
            "content": "",
            "start_time": "2014-11-07T23:00:00.000000Z",
            "end_time": "2014-12-23T23: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": "1227 North Highland Avenue, Los Angeles, CA 90038, USA",
            "city": "Los Angeles",
            "geolocation": "34.093111551020414,-118.33871191836734",
            "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": "http://www.kohngallery.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 250,
            "author": {
                "id": "39343926-a657-43eb-a3f0-9637f49b516c",
                "username": "Goran",
                "slug": "goran",
                "first_name": "Goran",
                "last_name": "Marinkovic",
                "display_name": "GoXY M.",
                "display_name_full": "GoXY M.",
                "email": "marinkovic.goran@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 381,
                "name": "GALERIE MATHGOTH",
                "slug": "galerie-mathgoth",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8279199,2.3804251999999906",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2564,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-mathgoth-paris-france-600x400-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-mathgoth-paris-france-600x400-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-mathgoth-paris-france-600x400-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/galerie-mathgoth-paris-france-600x400.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-mathgoth-paris-france-600x400-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-mathgoth-paris-france-600x400-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-mathgoth-paris-france-600x400-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-mathgoth-paris-france-600x400-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-04-29T16:19:53.789394Z",
                    "updated_at": "2021-09-14T13:32:32.790003Z",
                    "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": "FR",
            "publish_status": "published",
            "published_at": "2014-11-18T03:10:33.000000Z",
            "publish_time": null,
            "slug": "anders-gjennestad-strok-flow",
            "created_at": "2014-11-18T03:10:33.000000Z",
            "updated_at": "2014-11-18T03:10:33.000000Z",
            "summary": "Flow is an Gallery Shows event starting on 28/11/2014, 13:00 and ending on 23/12/2014, 18:00. Event is in GALERIE MATHGOTH with address 34 Hélène Brion Street, 75013 Paris, France.",
            "title": "Flow",
            "content": "",
            "start_time": "2014-11-28T13:00:00.000000Z",
            "end_time": "2014-12-23T18: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": "34 Hélène Brion Street, 75013 Paris, France",
            "city": "Paris",
            "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": "http://www.mathgoth.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                1964
            ],
            "additional_images": []
        },
        {
            "id": 94,
            "author": {
                "id": "6ee9742e-b8e0-4b89-9e56-fb8d49f0f17d",
                "username": "Nina",
                "slug": "nina",
                "first_name": "Nina",
                "last_name": "K",
                "display_name": "Nina K",
                "display_name_full": "Nina K",
                "email": "nina.karaicic@yahoo.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 806,
                "name": "Woodward Gallery",
                "slug": "woodward-gallery-new-york-city",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.719014,-73.99181290000001",
                "artworks_for_sale_count": 639,
                "featured_image": {
                    "id": 2578,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Woodward-Gallery1-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Woodward-Gallery1-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Woodward-Gallery1-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Woodward-Gallery1.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Woodward-Gallery1-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Woodward-Gallery1-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Woodward-Gallery1-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Woodward-Gallery1-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-04-29T16:20:49.402111Z",
                    "updated_at": "2021-09-14T13:32:53.526488Z",
                    "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": "US",
            "publish_status": "published",
            "published_at": "2014-07-18T16:43:00.000000Z",
            "publish_time": null,
            "slug": "cristina-vergano-laws-of-attraction",
            "created_at": "2014-07-18T16:43:00.000000Z",
            "updated_at": "2020-07-16T07:54:52.937174Z",
            "summary": "Laws of Attraction is an Gallery Shows event starting on 31/10/2014, 23:00 and ending on 21/12/2014, 23:00. Event is in Woodward Gallery with address 133 Eldridge Street, New York, NY 10002, USA.",
            "title": "Laws of Attraction",
            "content": "",
            "start_time": "2014-10-31T23:00:00.000000Z",
            "end_time": "2014-12-21T23: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": "133 Eldridge Street, New York, NY 10002, USA",
            "city": "Manhattan Community Board 3",
            "geolocation": "40.7190092,-73.99180274990022",
            "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": "http://www.woodwardgallery.net/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 256,
            "author": {
                "id": "6ee9742e-b8e0-4b89-9e56-fb8d49f0f17d",
                "username": "Nina",
                "slug": "nina",
                "first_name": "Nina",
                "last_name": "K",
                "display_name": "Nina K",
                "display_name_full": "Nina K",
                "email": "nina.karaicic@yahoo.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 443,
                "name": "Stolenspace Gallery",
                "slug": "stolen-space-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.51653719999999,-0.07002320000003692",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 52,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/IMG_9212.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/IMG_9212-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-17T20:55:47.412718Z",
                    "updated_at": "2021-09-14T12:37:51.647017Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "IMG_9212",
                    "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": "GB",
            "publish_status": "published",
            "published_at": "2014-11-28T01:18:45.000000Z",
            "publish_time": null,
            "slug": "spectrum-group-show",
            "created_at": "2014-11-28T01:18:45.000000Z",
            "updated_at": "2020-07-16T07:56:19.267110Z",
            "summary": "Group Show is an Gallery Shows event starting on 13/11/2014, 23:00 and ending on 21/12/2014, 23:00. Event is in STOLENSPACE GALLERY with address 17 Osborn Street, London E1, UK.",
            "title": "Group Show",
            "content": "",
            "start_time": "2014-11-13T23:00:00.000000Z",
            "end_time": "2014-12-21T23: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": "17 Osborn Street, London E1, UK",
            "city": "London",
            "geolocation": "51.516474200000005,-0.07016950736385819",
            "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": "http://www.stolenspace.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                2026
            ],
            "additional_images": []
        },
        {
            "id": 87,
            "author": {
                "id": "6ee9742e-b8e0-4b89-9e56-fb8d49f0f17d",
                "username": "Nina",
                "slug": "nina",
                "first_name": "Nina",
                "last_name": "K",
                "display_name": "Nina K",
                "display_name_full": "Nina K",
                "email": "nina.karaicic@yahoo.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 353,
                "name": "GALERIE LE FEUVRE",
                "slug": "galerie-le-feuvre",
                "city": "Paris",
                "country": {
                    "code": "FR",
                    "name": "France"
                },
                "geolocation": "48.8735155,2.3092976000000363",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 63,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/galerie.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/galerie-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-17T20:56:50.180060Z",
                    "updated_at": "2021-09-14T12:38:05.754877Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "galerie",
                    "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": "FR",
            "publish_status": "published",
            "published_at": "2014-07-16T18:49:34.000000Z",
            "publish_time": null,
            "slug": "friends-the-uk-collective-group-show",
            "created_at": "2014-07-16T18:49:34.000000Z",
            "updated_at": "2020-07-16T07:54:49.452994Z",
            "summary": "Group Show is an Gallery Shows event starting on 12/11/2014, 23:00 and ending on 20/12/2014, 23:00. Event is in GALERIE LE FEUVRE with address 164 Rue du Faubourg Saint-Honoré, 75008 Paris, France.",
            "title": "Group Show",
            "content": "",
            "start_time": "2014-11-12T23:00:00.000000Z",
            "end_time": "2014-12-20T23: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": "164 Rue du Faubourg Saint-Honoré, 75008 Paris, France",
            "city": "Paris",
            "geolocation": "48.8735016,2.3093235",
            "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": "http://www.galerielefeuvre.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                2009
            ],
            "additional_images": []
        },
        {
            "id": 170,
            "author": {
                "id": "6ee9742e-b8e0-4b89-9e56-fb8d49f0f17d",
                "username": "Nina",
                "slug": "nina",
                "first_name": "Nina",
                "last_name": "K",
                "display_name": "Nina K",
                "display_name_full": "Nina K",
                "email": "nina.karaicic@yahoo.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 421,
                "name": "OZM ART SPACE GALLERY",
                "slug": "ozm-art-space-gallery",
                "city": "Hamburg",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "53.5632757,9.963242900000068",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "DE",
            "publish_status": "published",
            "published_at": "2014-10-02T18:33:34.000000Z",
            "publish_time": null,
            "slug": "mittenimwald-mundo-de-los-muertos",
            "created_at": "2014-10-02T18:33:34.000000Z",
            "updated_at": "2020-07-16T07:55:31.093006Z",
            "summary": "\"Mundo de los muertos\" is an Gallery Shows event starting on 30/10/2014, 23:00 and ending on 20/12/2014, 23:00. Event is in OZM ART SPACE GALLERY with address Bartelsstraße 65, 20357 Hamburg, Germany.",
            "title": "\"Mundo de los muertos\"",
            "content": "",
            "start_time": "2014-10-30T23:00:00.000000Z",
            "end_time": "2014-12-20T23: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": "Bartelsstraße 65, 20357 Hamburg, Germany",
            "city": "Hamburg",
            "geolocation": "53.5613953,9.9653997",
            "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": "http://www.onezeromore.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                1737
            ],
            "additional_images": []
        },
        {
            "id": 243,
            "author": {
                "id": "39343926-a657-43eb-a3f0-9637f49b516c",
                "username": "Goran",
                "slug": "goran",
                "first_name": "Goran",
                "last_name": "Marinkovic",
                "display_name": "GoXY M.",
                "display_name_full": "GoXY M.",
                "email": "marinkovic.goran@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 852,
                "name": "Gagosian Hong Kong Pedder Street",
                "slug": "gagosian-gallery-hong-kong",
                "city": "Hong Kong",
                "country": {
                    "code": "HK",
                    "name": "Hong Kong"
                },
                "geolocation": "22.281833,114.15699700000005",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 1650,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Gagosian-Gallery-Hong-Kong-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Gagosian-Gallery-Hong-Kong-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Gagosian-Gallery-Hong-Kong-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Gagosian-Gallery-Hong-Kong.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Gagosian-Gallery-Hong-Kong-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Gagosian-Gallery-Hong-Kong-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Gagosian-Gallery-Hong-Kong-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Gagosian-Gallery-Hong-Kong-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-19T02:23:36.700801Z",
                    "updated_at": "2021-09-14T13:12:57.924150Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Gagosian-Gallery-Hong Kong",
                    "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": "HK",
            "publish_status": "published",
            "published_at": "2014-11-10T15:46:51.000000Z",
            "publish_time": null,
            "slug": "jeff-koons-hulk-elvis",
            "created_at": "2014-11-10T15:46:51.000000Z",
            "updated_at": "2014-11-10T15:46:51.000000Z",
            "summary": "Hulk Elvis is an Gallery Shows event starting on 05/11/2014, 23:00 and ending on 20/12/2014, 23:00. Event is in GAGOSIAN Hong Kong with address Pedder Building, 12 Pedder Street, Central, Hong Kong.",
            "title": "Hulk Elvis",
            "content": "",
            "start_time": "2014-11-05T23:00:00.000000Z",
            "end_time": "2014-12-20T23: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": "Pedder Building, 12 Pedder Street, Central, Hong Kong",
            "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": "http://www.gagosian.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                1916
            ],
            "additional_images": []
        },
        {
            "id": 99,
            "author": {
                "id": "6ee9742e-b8e0-4b89-9e56-fb8d49f0f17d",
                "username": "Nina",
                "slug": "nina",
                "first_name": "Nina",
                "last_name": "K",
                "display_name": "Nina K",
                "display_name_full": "Nina K",
                "email": "nina.karaicic@yahoo.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 721,
                "name": "LOMBARD FREID GALLERY",
                "slug": "lombard-freid-gallery",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7454844,-74.00711139999999",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "US",
            "publish_status": "published",
            "published_at": "2014-07-19T19:55:13.000000Z",
            "publish_time": null,
            "slug": "huguette-caland-untitled",
            "created_at": "2014-07-19T19:55:13.000000Z",
            "updated_at": "2020-07-16T07:54:55.735628Z",
            "summary": "Untitled is an Gallery Shows event starting on 30/10/2014, 17:00 and ending on 20/12/2014, 19:00. Event is in LOMBARD FREID GALLERY with address 518 West 19th Street, New York, NY 10011, USA.",
            "title": "Untitled",
            "content": "",
            "start_time": "2014-10-30T17:00:00.000000Z",
            "end_time": "2014-12-20T19: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": "518 West 19th Street, New York, NY 10011, USA",
            "city": "Manhattan Community Board 4",
            "geolocation": "40.74535436734694,-74.00647477551021",
            "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": "http://www.lombardfreid.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 251,
            "author": {
                "id": "39343926-a657-43eb-a3f0-9637f49b516c",
                "username": "Goran",
                "slug": "goran",
                "first_name": "Goran",
                "last_name": "Marinkovic",
                "display_name": "GoXY M.",
                "display_name_full": "GoXY M.",
                "email": "marinkovic.goran@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 374,
                "name": "JOSHUA LINER GALLERY",
                "slug": "joshua-liner-gallery",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7515525,-74.00365239999996",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 70,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/6549-363_39806286978_25800256978_1467923_8731_n-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/6549-363_39806286978_25800256978_1467923_8731_n-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/6549-363_39806286978_25800256978_1467923_8731_n-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/6549-363_39806286978_25800256978_1467923_8731_n.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/6549-363_39806286978_25800256978_1467923_8731_n-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/6549-363_39806286978_25800256978_1467923_8731_n-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/6549-363_39806286978_25800256978_1467923_8731_n-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/6549-363_39806286978_25800256978_1467923_8731_n-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-17T20:57:14.109644Z",
                    "updated_at": "2021-09-14T12:38:14.186415Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "6549-363_39806286978_25800256978_1467923_8731_n",
                    "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": "US",
            "publish_status": "published",
            "published_at": "2014-11-18T20:22:12.000000Z",
            "publish_time": null,
            "slug": "your-favorite-artists-favorite-artist-group-show",
            "created_at": "2014-11-18T20:22:12.000000Z",
            "updated_at": "2020-07-16T07:56:16.943237Z",
            "summary": "Group Show is an Gallery Shows event starting on 20/11/2014, 10:00 and ending on 20/12/2014, 17:00. Event is in JOSHUA LINER GALLERY with address 540 West 28th Street, New York, NY 10001, USA.",
            "title": "Group Show",
            "content": "",
            "start_time": "2014-11-20T10:00:00.000000Z",
            "end_time": "2014-12-20T17: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": "540 West 28th Street, New York, NY 10001, USA",
            "city": "Manhattan Community Board 4",
            "geolocation": "40.75125705263158,-74.00312552631578",
            "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": "http://joshualinergallery.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                1970
            ],
            "additional_images": []
        },
        {
            "id": 132,
            "author": {
                "id": "6ee9742e-b8e0-4b89-9e56-fb8d49f0f17d",
                "username": "Nina",
                "slug": "nina",
                "first_name": "Nina",
                "last_name": "K",
                "display_name": "Nina K",
                "display_name_full": "Nina K",
                "email": "nina.karaicic@yahoo.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 282,
                "name": "ALICE GALLERY",
                "slug": "alice-gallery",
                "city": "Brussels",
                "country": {
                    "code": "BE",
                    "name": "Belgium"
                },
                "geolocation": "50.8527798,4.346137999999996",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "BE",
            "publish_status": "published",
            "published_at": "2014-08-18T16:52:53.000000Z",
            "publish_time": null,
            "slug": "atelier-pica-pica-untitled",
            "created_at": "2014-08-18T16:52:53.000000Z",
            "updated_at": "2020-07-16T07:55:12.062362Z",
            "summary": "Summer Bummer is an Gallery Shows event starting on 17/09/2014, 22:00 and ending on 19/12/2014, 23:00. Event is in ALICE GALLERY with address Rue du Pays de Liège 4, 1000 Brussels, Belgium.",
            "title": "Summer Bummer",
            "content": "",
            "start_time": "2014-09-17T22:00:00.000000Z",
            "end_time": "2014-12-19T23: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": "Rue du Pays de Liège 4, 1000 Brussels, Belgium",
            "city": "Brussels",
            "geolocation": "50.8527631,4.3461552",
            "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": "http://alicebxl.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                1475
            ],
            "additional_images": []
        },
        {
            "id": 267,
            "author": {
                "id": "39343926-a657-43eb-a3f0-9637f49b516c",
                "username": "Goran",
                "slug": "goran",
                "first_name": "Goran",
                "last_name": "Marinkovic",
                "display_name": "GoXY M.",
                "display_name_full": "GoXY M.",
                "email": "marinkovic.goran@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 1998,
                "name": "Rabbit Eye Movement Art Space",
                "slug": "rabbit-eye-movement-art-space",
                "city": "Vienna",
                "country": {
                    "code": "AT",
                    "name": "Austria"
                },
                "geolocation": "48.1929708,16.349234199999955",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2137,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/header-1-820x364-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/header-1-820x364-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/header-1-820x364-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/header-1-820x364.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/header-1-820x364-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/header-1-820x364-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/header-1-820x364-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/header-1-820x364-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-22T12:39:07.644842Z",
                    "updated_at": "2021-09-14T13:23:12.881705Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "header-1-820x364",
                    "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": "AT",
            "publish_status": "published",
            "published_at": "2014-12-07T18:34:30.000000Z",
            "publish_time": null,
            "slug": "jeroo-new-frontiers",
            "created_at": "2014-12-07T18:34:30.000000Z",
            "updated_at": "2020-07-16T07:56:24.769314Z",
            "summary": "New Frontiers is an Gallery Shows event starting on 20/11/2014, 23:00 and ending on 19/12/2014, 23:00. Event is in Rabbit Eye Movement Art Space with address Gumpendorfer Straße 91, 1060 Wien, Austria.",
            "title": "New Frontiers",
            "content": "",
            "start_time": "2014-11-20T23:00:00.000000Z",
            "end_time": "2014-12-19T23: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": "Gumpendorfer Straße 91, 1060 Wien, Austria",
            "city": "Vienna",
            "geolocation": "48.1930004,16.3492619",
            "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": "http://rabbiteyemovement.at/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                2113
            ],
            "additional_images": []
        },
        {
            "id": 264,
            "author": {
                "id": "39343926-a657-43eb-a3f0-9637f49b516c",
                "username": "Goran",
                "slug": "goran",
                "first_name": "Goran",
                "last_name": "Marinkovic",
                "display_name": "GoXY M.",
                "display_name_full": "GoXY M.",
                "email": "marinkovic.goran@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 304,
                "name": "C.A.V.E. GALLERY",
                "slug": "c-a-v-e-gallery",
                "city": "Venice",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "33.9916075,-118.47040879999997",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 76,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/CAVE_Gallery-_01-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/CAVE_Gallery-_01-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/CAVE_Gallery-_01-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/CAVE_Gallery-_01.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/CAVE_Gallery-_01-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/CAVE_Gallery-_01-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/CAVE_Gallery-_01-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/CAVE_Gallery-_01-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-17T20:57:36.694024Z",
                    "updated_at": "2021-09-14T12:38:21.264886Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "CAVE_Gallery-_01",
                    "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": "US",
            "publish_status": "published",
            "published_at": "2014-12-01T13:46:19.000000Z",
            "publish_time": null,
            "slug": "beautiful-times-an-ongoing-traveling-art-project-by-amanda-marie-x-o",
            "created_at": "2014-12-01T13:46:19.000000Z",
            "updated_at": "2020-07-16T07:56:23.289040Z",
            "summary": "O is an Gallery Shows event starting on 26/11/2014, 11:00 and ending on 14/12/2014, 15:00. Event is in C.A.V.E. GALLERY with address 1108 Abbot Kinney Boulevard, Venice, CA 90291, USA.",
            "title": "O",
            "content": "",
            "start_time": "2014-11-26T11:00:00.000000Z",
            "end_time": "2014-12-14T15: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": "1108 Abbot Kinney Boulevard, Venice, CA 90291, USA",
            "city": "Los Angeles",
            "geolocation": "34.0002667,-118.4703945",
            "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": "http://cavegallery.net/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                2069
            ],
            "additional_images": []
        }
    ]
}