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

{
    "count": 37579,
    "next": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=37188&ordering=-end_time",
    "previous": "https://prod-api.widewalls.ch/api/v1/events/?format=api&limit=18&offset=37152&ordering=-end_time",
    "results": [
        {
            "id": 423,
            "author": {
                "id": "f56c0111-3ee1-40c2-84b4-88f2f6bdd35e",
                "username": "Mirko",
                "slug": "mirko",
                "first_name": "Mirko",
                "last_name": "Nikolic",
                "display_name": "Mirko Nikolic",
                "display_name_full": "Mirko Nikolic",
                "email": "mirko.nikolic81@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 1976,
                "name": "Fluorescent Smogg",
                "slug": "fluorescent-smogg",
                "city": "Barcelona",
                "country": {
                    "code": "ES",
                    "name": "Spain"
                },
                "geolocation": "41.373156,2.160884699999997",
                "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": "ES",
            "publish_status": "published",
            "published_at": "2015-04-28T11:21:07.000000Z",
            "publish_time": null,
            "slug": "xenz-the-moon-on-a-stick",
            "created_at": "2015-04-28T11:21:07.000000Z",
            "updated_at": "2020-07-16T07:57:45.720563Z",
            "summary": "The Moon on a Stick is an Gallery Shows event starting on 30/04/2015, 21:00 and ending on 30/04/2015, 21:30. Event is in Fluorescent Smogg with address Carrer de Radas, 41, 08004 Barcelona, Barcelona, Spain.",
            "title": "The Moon on a Stick",
            "content": "",
            "start_time": "2015-04-30T21:00:00.000000Z",
            "end_time": "2015-04-30T21:30:00.000000Z",
            "is_all_day_event": false,
            "is_end_time_unknown": true,
            "auction_results_added": false,
            "is_featured": false,
            "is_paid_art_fair": false,
            "address": "Carrer de Radas, 41, 08004 Barcelona, Barcelona, Spain",
            "city": "Barcelona",
            "geolocation": "41.3738268,2.1610055",
            "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.fluorescentsmogg.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                3162
            ],
            "additional_images": []
        },
        {
            "id": 384,
            "author": {
                "id": "631e7ab8-4ee0-49ac-9973-abbaa6bae314",
                "username": "Francis Pro",
                "slug": "siteadmin",
                "first_name": "Francis",
                "last_name": "Berthomier",
                "display_name": "Anonymous",
                "display_name_full": "Anonymous",
                "email": "francis.berthomier@widewalls.ch",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2528,
                "name": "Display Gallery",
                "slug": "display-gallery",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.5171481,-0.10559549999993578",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "GB",
            "publish_status": "published",
            "published_at": "2015-04-07T20:53:09.000000Z",
            "publish_time": null,
            "slug": "id-a-fictional-journey-into-the-psyche-group-show",
            "created_at": "2015-04-07T20:53:09.000000Z",
            "updated_at": "2015-04-07T20:53:09.000000Z",
            "summary": "Group Show is an Gallery Shows event starting on 14/04/2015, 00:00 and ending on 30/04/2015, 00:00. Event is in Display Gallery with address Morley House, 26 Holborn Viaduct, London EC1A 2AT, UK.",
            "title": "Group Show",
            "content": "",
            "start_time": "2015-04-14T00:00:00.000000Z",
            "end_time": "2015-04-30T00: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": "Morley House, 26 Holborn Viaduct, London EC1A 2AT, UK",
            "city": "London",
            "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.displaygallery.co.uk/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                3008
            ],
            "additional_images": []
        },
        {
            "id": 357,
            "author": {
                "id": "f56c0111-3ee1-40c2-84b4-88f2f6bdd35e",
                "username": "Mirko",
                "slug": "mirko",
                "first_name": "Mirko",
                "last_name": "Nikolic",
                "display_name": "Mirko Nikolic",
                "display_name_full": "Mirko Nikolic",
                "email": "mirko.nikolic81@gmail.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": "2015-03-09T10:28:13.000000Z",
            "publish_time": null,
            "slug": "saddo-a-stranger-in-the-garden",
            "created_at": "2015-03-09T10:28:13.000000Z",
            "updated_at": "2020-07-16T07:57:12.376363Z",
            "summary": "A Stranger in the Garden is an Gallery Shows event starting on 13/03/2015, 00:00 and ending on 28/04/2015, 00:00. Event is in BC Gallery with address Libauer Straße 14, 10245 Berlin, Germany.",
            "title": "A Stranger in the Garden",
            "content": "",
            "start_time": "2015-03-13T00:00:00.000000Z",
            "end_time": "2015-04-28T00: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 Straße 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": [
                2800
            ],
            "additional_images": []
        },
        {
            "id": 238,
            "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": 3015,
                "name": "Brussels Expo",
                "slug": "brussels-expo",
                "city": "Brussels",
                "country": {
                    "code": "BE",
                    "name": "Belgium"
                },
                "geolocation": "50.8977117,4.341108",
                "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": "BE",
            "publish_status": "published",
            "published_at": "2014-11-07T05:55:47.000000Z",
            "publish_time": null,
            "slug": "art-brussels-2015",
            "created_at": "2014-11-07T05:55:47.000000Z",
            "updated_at": "2020-07-16T07:56:10.137282Z",
            "summary": "Art Brussels 2015 is an Art Fairs event starting on 24/04/2015, 00:00 and ending on 27/04/2015, 00:00. Event is in Brussels Expo with address Place de Belgique 1, Brussels, Belgium.",
            "title": "Art Brussels 2015",
            "content": "",
            "start_time": "2015-04-24T00:00:00.000000Z",
            "end_time": "2015-04-27T00: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": "Place de Belgique 1, Brussels, Belgium",
            "city": "Brussels",
            "geolocation": "50.8976883,4.3415984",
            "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.artbrussels.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 213,
            "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": 2794,
                "name": "Pier 94",
                "slug": "pier-94",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7690252,-73.99530319999997",
                "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": "US",
            "publish_status": "published",
            "published_at": "2014-11-05T23:02:48.000000Z",
            "publish_time": null,
            "slug": "artexpo-new-york-2015",
            "created_at": "2014-11-05T23:02:48.000000Z",
            "updated_at": "2020-07-16T07:55:56.477386Z",
            "summary": "Artexpo New York 2015 is an Art Fairs event starting on 22/04/2015, 00:00 and ending on 26/04/2015, 00:00. Event is in Pier 94 with address 711 12th Ave, New York, NY 10019-5399, New York City, United States.",
            "title": "Artexpo New York 2015",
            "content": "",
            "start_time": "2015-04-22T00:00:00.000000Z",
            "end_time": "2015-04-26T00: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": "711 12th Ave, New York, NY 10019-5399, New York City, United States",
            "city": "Manhattan Community Board 4",
            "geolocation": "40.768413699999996,-73.99674695570906",
            "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://artexponewyork.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 294,
            "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": "2015-01-13T22:33:45.000000Z",
            "publish_time": null,
            "slug": "two-for-two-2-year-anniversary-show",
            "created_at": "2015-01-13T22:33:45.000000Z",
            "updated_at": "2020-07-16T07:56:37.883803Z",
            "summary": "2 Year Anniversary Show is an Gallery Shows event starting on 03/04/2015, 00:00 and ending on 26/04/2015, 00:00. Event is in VERTICAL GALLERY with address 1016 North Western Avenue, Chicago, IL 60622, USA.",
            "title": "2 Year Anniversary Show",
            "content": "",
            "start_time": "2015-04-03T00:00:00.000000Z",
            "end_time": "2015-04-26T00: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": [],
            "additional_images": []
        },
        {
            "id": 358,
            "author": {
                "id": "631e7ab8-4ee0-49ac-9973-abbaa6bae314",
                "username": "Francis Pro",
                "slug": "siteadmin",
                "first_name": "Francis",
                "last_name": "Berthomier",
                "display_name": "Anonymous",
                "display_name_full": "Anonymous",
                "email": "francis.berthomier@widewalls.ch",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 691,
                "name": "Hang-Up Gallery",
                "slug": "hang-up-gallery-london",
                "city": "London",
                "country": {
                    "code": "GB",
                    "name": "United Kingdom"
                },
                "geolocation": "51.53717899999999,-0.08493899999996302",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2716,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/hang-up-gallery-london-dp-1581613082-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/hang-up-gallery-london-dp-1581613082-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/hang-up-gallery-london-dp-1581613082-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/hang-up-gallery-london-dp-1581613082.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/hang-up-gallery-london-dp-1581613082-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/hang-up-gallery-london-dp-1581613082-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/hang-up-gallery-london-dp-1581613082-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/hang-up-gallery-london-dp-1581613082-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-05-07T21:39:06.314666Z",
                    "updated_at": "2021-09-14T13:36:33.668778Z",
                    "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": "GB",
            "publish_status": "published",
            "published_at": "2015-03-10T20:36:02.000000Z",
            "publish_time": null,
            "slug": "magnus-gjoen-monster",
            "created_at": "2015-03-10T20:36:02.000000Z",
            "updated_at": "2020-07-16T07:57:12.907776Z",
            "summary": "Monster is an Gallery Shows event starting on 20/03/2015, 00:00 and ending on 26/04/2015, 00:00. Event is in Hang-Up Gallery with address 56 Stoke Newington High Street, London N16 7PB, UK.",
            "title": "Monster",
            "content": "",
            "start_time": "2015-03-20T00:00:00.000000Z",
            "end_time": "2015-04-26T00: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": "56 Stoke Newington High Street, London N16 7PB, UK",
            "city": "London Borough of Hackney",
            "geolocation": "51.5605694,-0.0739388",
            "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://hanguppictures.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                2703
            ],
            "additional_images": []
        },
        {
            "id": 361,
            "author": {
                "id": "631e7ab8-4ee0-49ac-9973-abbaa6bae314",
                "username": "Francis Pro",
                "slug": "siteadmin",
                "first_name": "Francis",
                "last_name": "Berthomier",
                "display_name": "Anonymous",
                "display_name_full": "Anonymous",
                "email": "francis.berthomier@widewalls.ch",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2798,
                "name": "Pioneer Works",
                "slug": "pioneer-works",
                "city": "Brooklyn, New York",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.6792484,-74.01215560000003",
                "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": "2015-03-13T16:58:50.000000Z",
            "publish_time": null,
            "slug": "group-show-under-construction-new-positions-in-american-photography",
            "created_at": "2015-03-13T16:58:50.000000Z",
            "updated_at": "2020-07-16T07:57:14.378124Z",
            "summary": "Under Construction: New Positions in American Photography is an Gallery Shows event starting on 14/03/2015, 00:00 and ending on 26/04/2015, 00:00. Event is in Pioneer Works with address Conover Street, Brooklyn, NY 11231, USA.",
            "title": "Under Construction: New Positions in American Photography",
            "content": "",
            "start_time": "2015-03-14T00:00:00.000000Z",
            "end_time": "2015-04-26T00: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": "Conover Street, Brooklyn, NY 11231, USA",
            "city": "New York",
            "geolocation": "40.6792204,-74.0128943",
            "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://pioneerworks.org/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                2841
            ],
            "additional_images": []
        },
        {
            "id": 366,
            "author": {
                "id": "f56c0111-3ee1-40c2-84b4-88f2f6bdd35e",
                "username": "Mirko",
                "slug": "mirko",
                "first_name": "Mirko",
                "last_name": "Nikolic",
                "display_name": "Mirko Nikolic",
                "display_name_full": "Mirko Nikolic",
                "email": "mirko.nikolic81@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 1953,
                "name": "KALLENBACH GALLERY",
                "slug": "kallenbach-gallery",
                "city": "Amsterdam",
                "country": {
                    "code": "NL",
                    "name": "Netherlands"
                },
                "geolocation": "52.36636679999999,4.881828400000018",
                "artworks_for_sale_count": 0,
                "featured_image": null,
                "response_time": null
            },
            "category": {
                "id": 1,
                "image": null,
                "slug": "gallery-shows",
                "created_at": "2020-06-02T15:33:40.525202Z",
                "updated_at": "2021-03-29T12:19:01.299372Z",
                "name": "Gallery Shows",
                "description": "",
                "meta_description": null,
                "caption": null,
                "tooltip": "",
                "editor_notes": ""
            },
            "country": "NL",
            "publish_status": "published",
            "published_at": "2015-03-20T10:47:53.000000Z",
            "publish_time": null,
            "slug": "group-show-portrait-gallery",
            "created_at": "2015-03-20T10:47:53.000000Z",
            "updated_at": "2015-03-20T10:47:53.000000Z",
            "summary": "Portrait Gallery is an Gallery Shows event starting on 20/03/2015, 00:00 and ending on 26/04/2015, 00:00. Event is in KALLENBACH GALLERY with address Pazzanistraat 9, 1014 DB Amsterdam, Netherlands.",
            "title": "Portrait Gallery",
            "content": "",
            "start_time": "2015-03-20T00:00:00.000000Z",
            "end_time": "2015-04-26T00: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": "Pazzanistraat 9, 1014 DB Amsterdam, Netherlands",
            "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": "http://kallenbachgallery.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                2888
            ],
            "additional_images": []
        },
        {
            "id": 367,
            "author": {
                "id": "f56c0111-3ee1-40c2-84b4-88f2f6bdd35e",
                "username": "Mirko",
                "slug": "mirko",
                "first_name": "Mirko",
                "last_name": "Nikolic",
                "display_name": "Mirko Nikolic",
                "display_name_full": "Mirko Nikolic",
                "email": "mirko.nikolic81@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 316,
                "name": "DAVID BLOCH GALLERY",
                "slug": "david-bloch-gallery",
                "city": "Marrakesh",
                "country": {
                    "code": "MA",
                    "name": "Morocco"
                },
                "geolocation": "31.6360025,-8.012332399999991",
                "artworks_for_sale_count": 89,
                "featured_image": {
                    "id": 2575,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/DavidBlochGallery_SebastienPreschoux_Tropisme_1-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/DavidBlochGallery_SebastienPreschoux_Tropisme_1-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/DavidBlochGallery_SebastienPreschoux_Tropisme_1-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/DavidBlochGallery_SebastienPreschoux_Tropisme_1.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/DavidBlochGallery_SebastienPreschoux_Tropisme_1-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/DavidBlochGallery_SebastienPreschoux_Tropisme_1-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/DavidBlochGallery_SebastienPreschoux_Tropisme_1-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/DavidBlochGallery_SebastienPreschoux_Tropisme_1-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-04-29T16:20:39.540519Z",
                    "updated_at": "2021-09-14T13:32:49.704372Z",
                    "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": "MA",
            "publish_status": "published",
            "published_at": "2015-03-23T16:38:45.000000Z",
            "publish_time": null,
            "slug": "72488",
            "created_at": "2015-03-23T16:38:45.000000Z",
            "updated_at": "2020-07-16T07:57:17.370621Z",
            "summary": "OFF/GRID is an Gallery Shows event starting on 27/03/2015, 00:00 and ending on 26/04/2015, 00:00. Event is in DAVID BLOCH GALLERY with address Marrakesh, Morocco.",
            "title": "OFF/GRID",
            "content": "",
            "start_time": "2015-03-27T00:00:00.000000Z",
            "end_time": "2015-04-26T00: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": "Marrakesh, Morocco",
            "city": "Marrakesh",
            "geolocation": "31.6258257,-7.9891608",
            "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.davidblochgallery.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                2917
            ],
            "additional_images": []
        },
        {
            "id": 377,
            "author": {
                "id": "631e7ab8-4ee0-49ac-9973-abbaa6bae314",
                "username": "Francis Pro",
                "slug": "siteadmin",
                "first_name": "Francis",
                "last_name": "Berthomier",
                "display_name": "Anonymous",
                "display_name_full": "Anonymous",
                "email": "francis.berthomier@widewalls.ch",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 1938,
                "name": "HASHIMOTO CONTEMPORARY",
                "slug": "hashimoto-contemporary-san-francisco",
                "city": "San Francisco",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "37.7887064,-122.41375790000001",
                "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": "2015-03-30T20:35:54.000000Z",
            "publish_time": null,
            "slug": "group-show-moleskine-project-iv",
            "created_at": "2015-03-30T20:35:54.000000Z",
            "updated_at": "2020-07-16T07:57:22.565642Z",
            "summary": "Moleskine Project IV is an Gallery Shows event starting on 04/04/2015, 00:00 and ending on 26/04/2015, 00:00. Event is in HASHIMOTO CONTEMPORARY with address 804 Sutter Street, San Francisco, CA 94109, USA.",
            "title": "Moleskine Project IV",
            "content": "",
            "start_time": "2015-04-04T00:00:00.000000Z",
            "end_time": "2015-04-26T00: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": "804 Sutter Street, San Francisco, CA 94109, USA",
            "city": "San Francisco",
            "geolocation": "37.7893908,-122.4073349",
            "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.hashimotocontemporary.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                2963
            ],
            "additional_images": []
        },
        {
            "id": 299,
            "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": 371,
                "name": "INOPERABLE GALLERY",
                "slug": "inoperable-gallery",
                "city": "Vienna",
                "country": {
                    "code": "AT",
                    "name": "Austria"
                },
                "geolocation": "48.2043214,16.351978400000007",
                "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": "AT",
            "publish_status": "published",
            "published_at": "2015-01-13T22:49:42.000000Z",
            "publish_time": null,
            "slug": "do-not-disturb-israels-urban-art-group-show",
            "created_at": "2015-01-13T22:49:42.000000Z",
            "updated_at": "2020-07-16T07:56:40.332799Z",
            "summary": "Group Show is an Gallery Shows event starting on 10/03/2015, 00:00 and ending on 25/04/2015, 00:00. Event is in INOPERABLE GALLERY with address Stiegengasse 2, 1060 Wien, Austria.",
            "title": "Group Show",
            "content": "",
            "start_time": "2015-03-10T00:00:00.000000Z",
            "end_time": "2015-04-25T00: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": "Stiegengasse 2, 1060 Wien, Austria",
            "city": "Vienna",
            "geolocation": "48.1974443,16.3585802",
            "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.inoperable.at",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [],
            "additional_images": []
        },
        {
            "id": 339,
            "author": {
                "id": "631e7ab8-4ee0-49ac-9973-abbaa6bae314",
                "username": "Francis Pro",
                "slug": "siteadmin",
                "first_name": "Francis",
                "last_name": "Berthomier",
                "display_name": "Anonymous",
                "display_name_full": "Anonymous",
                "email": "francis.berthomier@widewalls.ch",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 307,
                "name": "CIRCLE CULTURE GALLERY",
                "slug": "circle-culture-gallery",
                "city": "Berlin",
                "country": {
                    "code": "DE",
                    "name": "Germany"
                },
                "geolocation": "52.526647,13.4011898",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 56,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/circleculture_berlin_288_5-1-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/circleculture_berlin_288_5-1-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/circleculture_berlin_288_5-1-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/circleculture_berlin_288_5-1.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/circleculture_berlin_288_5-1-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/circleculture_berlin_288_5-1-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/circleculture_berlin_288_5-1-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/circleculture_berlin_288_5-1-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-17T20:56:24.471859Z",
                    "updated_at": "2021-09-14T12:37:56.436874Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "circleculture_berlin_288_5-1",
                    "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": "2015-02-19T21:55:29.000000Z",
            "publish_time": null,
            "slug": "oskar-rink-schichten",
            "created_at": "2015-02-19T21:55:29.000000Z",
            "updated_at": "2020-07-16T07:56:59.892210Z",
            "summary": "Oskar Rink – Schichten is an Gallery Shows event starting on 21/02/2015, 00:00 and ending on 25/04/2015, 00:00. Event is in CIRCLE CULTURE GALLERY with address Gipsstraße 11, 10119 Berlin, Germany.",
            "title": "Oskar Rink – Schichten",
            "content": "",
            "start_time": "2015-02-21T00:00:00.000000Z",
            "end_time": "2015-04-25T00: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": "Gipsstraße 11, 10119 Berlin, Germany",
            "city": "Berlin",
            "geolocation": "52.526693,13.401068",
            "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.circleculture-gallery.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                2683
            ],
            "additional_images": []
        },
        {
            "id": 342,
            "author": {
                "id": "631e7ab8-4ee0-49ac-9973-abbaa6bae314",
                "username": "Francis Pro",
                "slug": "siteadmin",
                "first_name": "Francis",
                "last_name": "Berthomier",
                "display_name": "Anonymous",
                "display_name_full": "Anonymous",
                "email": "francis.berthomier@widewalls.ch",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2887,
                "name": "Galerie Eva Presenhuber Zurich",
                "slug": "galerie-eva-presenhuber",
                "city": "Zurich",
                "country": {
                    "code": "CH",
                    "name": "Switzerland"
                },
                "geolocation": "47.3863072,8.516724000000067",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 2509,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Eva-Presenhuber-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Eva-Presenhuber-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Eva-Presenhuber-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Galerie-Eva-Presenhuber.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Eva-Presenhuber-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Eva-Presenhuber-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Eva-Presenhuber-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Galerie-Eva-Presenhuber-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-24T07:39:18.980779Z",
                    "updated_at": "2021-09-14T13:31:17.788917Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Galerie Eva Presenhuber",
                    "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": "2015-02-21T12:38:32.000000Z",
            "publish_time": null,
            "slug": "group-show-works-on-paper",
            "created_at": "2015-02-21T12:38:32.000000Z",
            "updated_at": "2020-07-16T07:57:01.400808Z",
            "summary": "Works on Paper is an Gallery Shows event starting on 21/02/2015, 00:00 and ending on 25/04/2015, 00:00. Event is in Galerie Eva Presenhuber with address Limmatstrasse 270, 8005 Zürich, Switzerland.",
            "title": "Works on Paper",
            "content": "",
            "start_time": "2015-02-21T00:00:00.000000Z",
            "end_time": "2015-04-25T00: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": "Limmatstrasse 270, 8005 Zürich, Switzerland",
            "city": "Zurich",
            "geolocation": "47.3893557,8.5248723",
            "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.presenhuber.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                2694
            ],
            "additional_images": []
        },
        {
            "id": 345,
            "author": {
                "id": "f56c0111-3ee1-40c2-84b4-88f2f6bdd35e",
                "username": "Mirko",
                "slug": "mirko",
                "first_name": "Mirko",
                "last_name": "Nikolic",
                "display_name": "Mirko Nikolic",
                "display_name_full": "Mirko Nikolic",
                "email": "mirko.nikolic81@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 2446,
                "name": "Speerstra Gallery",
                "slug": "speerstra-gallery",
                "city": "Bursins",
                "country": {
                    "code": "CH",
                    "name": "Switzerland"
                },
                "geolocation": "46.4500925,6.285420899999963",
                "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": "CH",
            "publish_status": "published",
            "published_at": "2015-02-24T12:25:01.000000Z",
            "publish_time": null,
            "slug": "raphael-borer-and-lukas-oberer-cest-ca",
            "created_at": "2015-02-24T12:25:01.000000Z",
            "updated_at": "2020-07-16T07:57:02.901664Z",
            "summary": "C’est ça! is an Gallery Shows event starting on 07/03/2015, 00:00 and ending on 25/04/2015, 00:00. Event is in Speerstra Gallery with address Chemin des Cerisiers 1, 1183 Bursins, Switzerland.",
            "title": "C’est ça!",
            "content": "",
            "start_time": "2015-03-07T00:00:00.000000Z",
            "end_time": "2015-04-25T00: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": "Chemin des Cerisiers 1, 1183 Bursins, Switzerland",
            "city": "Bursins",
            "geolocation": "46.45007405,6.285477014802634",
            "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.speerstra.net/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                2693
            ],
            "additional_images": []
        },
        {
            "id": 360,
            "author": {
                "id": "f56c0111-3ee1-40c2-84b4-88f2f6bdd35e",
                "username": "Mirko",
                "slug": "mirko",
                "first_name": "Mirko",
                "last_name": "Nikolic",
                "display_name": "Mirko Nikolic",
                "display_name_full": "Mirko Nikolic",
                "email": "mirko.nikolic81@gmail.com",
                "telephone": ""
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 873,
                "name": "Pace Gallery Hong Kong",
                "slug": "pace-gallery-hong-kong",
                "city": "Hong Kong",
                "country": {
                    "code": "HK",
                    "name": "Hong Kong"
                },
                "geolocation": "22.2824338,114.15546960000006",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 1772,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-at-ArtBasel-Hong-Kong-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-at-ArtBasel-Hong-Kong-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-at-ArtBasel-Hong-Kong-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/Pace-Gallery-at-ArtBasel-Hong-Kong.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-at-ArtBasel-Hong-Kong-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-at-ArtBasel-Hong-Kong-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-at-ArtBasel-Hong-Kong-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/Pace-Gallery-at-ArtBasel-Hong-Kong-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-19T03:12:25.614683Z",
                    "updated_at": "2021-09-14T13:15:24.525946Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "Pace-Gallery-at-Hong-Kong.jpg",
                    "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": "CN",
            "publish_status": "published",
            "published_at": "2015-03-13T14:35:17.000000Z",
            "publish_time": null,
            "slug": "yoshitomo-nara-stars",
            "created_at": "2015-03-13T14:35:17.000000Z",
            "updated_at": "2020-07-16T07:57:13.897738Z",
            "summary": "Stars is an Gallery Shows event starting on 12/03/2015, 00:00 and ending on 25/04/2015, 00:00. Event is in PACE GALLERY Hong Kong with address Entertainment Building, 30 Queen's Road Central, Central, Hong Kong.",
            "title": "Stars",
            "content": "",
            "start_time": "2015-03-12T00:00:00.000000Z",
            "end_time": "2015-04-25T00: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": "Entertainment Building, 30 Queen's Road Central, Central, Hong Kong",
            "city": "Hong Kong Island",
            "geolocation": "22.2815138,114.15648064999999",
            "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.pacegallery.com/hongkong",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                2844
            ],
            "additional_images": []
        },
        {
            "id": 372,
            "author": {
                "id": "631e7ab8-4ee0-49ac-9973-abbaa6bae314",
                "username": "Francis Pro",
                "slug": "siteadmin",
                "first_name": "Francis",
                "last_name": "Berthomier",
                "display_name": "Anonymous",
                "display_name_full": "Anonymous",
                "email": "francis.berthomier@widewalls.ch",
                "telephone": null
            },
            "price": null,
            "featured_image": null,
            "venue": {
                "id": 781,
                "name": "Allouche Gallery",
                "slug": "allouche-gallery-new-york",
                "city": "New York City",
                "country": {
                    "code": "US",
                    "name": "United States of America"
                },
                "geolocation": "40.7238301,-73.9999479",
                "artworks_for_sale_count": 0,
                "featured_image": {
                    "id": 1186,
                    "image": {
                        "crop_medium_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/insect-install-4_1-crop_webp-558x279.webp",
                        "crop_medium": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/insect-install-4_1-crop-c0-5__0-5-558x279-70.jpg",
                        "crop_small": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/insect-install-4_1-crop-c0-5__0-5-265x149-70.jpg",
                        "full_size": "https://d16kd6gzalkogb.cloudfront.net/venue_images/insect-install-4_1.jpg",
                        "crop_small_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/insect-install-4_1-crop_webp-265x149.webp",
                        "crop_big": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/insect-install-4_1-crop-c0-5__0-5-760x499-70.jpg",
                        "crop_big_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/insect-install-4_1-crop_webp-760x499.webp",
                        "full_size_webp": "https://d16kd6gzalkogb.cloudfront.net/__sized__/venue_images/insect-install-4_1-thumbnail_webp-9999x9999.webp"
                    },
                    "created_at": "2020-03-18T22:19:25.206598Z",
                    "updated_at": "2021-09-14T13:02:59.435217Z",
                    "is_converted_to_webp": true,
                    "caption": null,
                    "alt_text": "insect-install-4_1",
                    "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": "2015-03-25T20:18:30.000000Z",
            "publish_time": null,
            "slug": "gaetano-pesce-one-of-a-kind-iconic-works-1967-2015",
            "created_at": "2015-03-25T20:18:30.000000Z",
            "updated_at": "2020-07-16T07:57:20.109003Z",
            "summary": "One-of-a-Kind Iconic Works, 1967-2015 is an Gallery Shows event starting on 26/03/2015, 00:00 and ending on 25/04/2015, 00:00. Event is in ALLOUCHE GALLERY with address 115 Spring Street, New York, NY 10012, USA.",
            "title": "One-of-a-Kind Iconic Works, 1967-2015",
            "content": "",
            "start_time": "2015-03-26T00:00:00.000000Z",
            "end_time": "2015-04-25T00: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": "115 Spring Street, New York, NY 10012, USA",
            "city": "New York",
            "geolocation": "40.7238149,-73.99994846561935",
            "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.allouchegallery.com/",
            "phone": null,
            "additional_info": "",
            "press_release": "",
            "is_online_only": false,
            "banner_logo": null,
            "artists": [],
            "artworks": [],
            "magazines": [
                2929
            ],
            "additional_images": []
        },
        {
            "id": 374,
            "author": {
                "id": "f56c0111-3ee1-40c2-84b4-88f2f6bdd35e",
                "username": "Mirko",
                "slug": "mirko",
                "first_name": "Mirko",
                "last_name": "Nikolic",
                "display_name": "Mirko Nikolic",
                "display_name_full": "Mirko Nikolic",
                "email": "mirko.nikolic81@gmail.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": "2015-03-28T14:49:03.000000Z",
            "publish_time": null,
            "slug": "group-show-2-for-2-two-year-anniversary-group-show",
            "created_at": "2015-03-28T14:49:03.000000Z",
            "updated_at": "2020-07-16T07:57:20.997495Z",
            "summary": "2 for 2 – Two Year Anniversary Group Show is an Gallery Shows event starting on 03/04/2015, 00:00 and ending on 25/04/2015, 00:00. Event is in VERTICAL GALLERY with address 1016 North Western Avenue, Chicago, IL 60622, USA.",
            "title": "2 for 2 – Two Year Anniversary Group Show",
            "content": "",
            "start_time": "2015-04-03T00:00:00.000000Z",
            "end_time": "2015-04-25T00: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": [
                2943
            ],
            "additional_images": []
        }
    ]
}