This Choreo allows you to search events by location, filters, or full text search. More information for this NY Times resource can be found here. There are three ways to search for events using this Choreo:
- A spatial search using the Latitude, Longitude, and Radius inputs. For example:
Latitude: 40.756146
Longitude: -73.99021
Radius: 2500
- A facet search using the Filters input. A facet is just a searchable field that contains particular values. Click here to see a complete list of available facets names and values. Facet names and values should be separated by colons. Multiple facet name/value pairs should be separated by commas. For example:
Filters: category:Jazz,borough:Manhattan
- A full text search using the Query input. For example:
Query: Avenue Q
The following is a sample of the JSON information returned by this Choreo:
{
"status": "OK",
"copyright": "Copyright (c) 2013 The New York Times Company. All Rights Reserved.",
"num_results": 4,
"results": [
{
"event_id": 11488,
"event_schedule_id": 13426,
"last_modified": "2013-03-28T07:24:05.86Z",
"event_name": "Dahesh Museum of Art: \u2018The Invention of Comics\u2019",
"event_detail_url": "http:\/\/nytimes.com\/events\/sparetimes\/spoken-word\/dahesh-museum-of-art-the-invention-of-comics-11488.html",
"web_description": "<p>The roots of comics — beginning with the early-19th-century drawings of the Swiss artist Rodolphe Töpffer  — will be the focus of a talk by Patricia Mainardi, a scholar and writer. The talk, at 6:30 p.m., is free and part of the museum’s Salon Thursdays series.<\/p>",
"venue_name": "Dahesh Museum of Art",
"geocode_latitude": "40.725126",
"geocode_longitude": "-74.0048329",
"borough": "Manhattan",
"neighborhood": "SoHo",
"street_address": "145 Avenue of the Americas",
"cross_street": "at Dominick Street",
"city": "New York ",
"state": "NY",
"postal_code": "10013",
"telephone": "(212) 759-0606",
"venue_website": "daheshmuseum.org",
"price": "free",
"critic_name": "Anne Mancuso",
"category": "spareTimes",
"subcategory": "Spoken Word",
"times_pick": false,
"free": true,
"kid_friendly": false,
"last_chance": false,
"festival": false,
"long_running_show": false,
"previews_and_openings": false,
"date_time_description": "April 4 at 6:30 p.m. ",
"event_date_list": [
"2013-04-04"
]
},
{
"event_id": 10401,
"event_schedule_id": 12365,
"last_modified": "2013-04-02T13:02:39.91Z",
"event_name": "\u2018Hamlet\u2019 ",
"event_detail_url": "http:\/\/nytimes.com\/events\/theater\/off-broadway\/hamlet-10401.html",
"web_description": "<p>The Bedlam company presents a four-person, stripped-down production that is modest and sensitive to the sound of the poetry of the play (3:30).<\/p>",
"venue_name": "Access Theater",
"venue_detail_url": "http:\/\/nytimes.com\/events\/venues\/access-theater-14.html",
"geocode_latitude": "40.71815",
"geocode_longitude": "-74.0028",
"borough": "Manhattan",
"neighborhood": "Chinatown",
"street_address": "380 Broadway, fourth floor",
"cross_street": "near White Street",
"city": "New York",
"state": "NY",
"postal_code": "10013",
"telephone": "(866) 811-4111",
"venue_website": "theatrebedlam.org",
"critic_name": "Jason Zinoman",
"category": "Theater",
"subcategory": "Off Broadway",
"times_pick": false,
"free": false,
"kid_friendly": false,
"last_chance": true,
"festival": false,
"long_running_show": false,
"previews_and_openings": false,
"date_time_description": "through April 7",
"event_date_list": [
"2013-04-03",
"2013-04-05",
"2013-04-06",
"2013-04-07"
]
}
]
}