This Choreo allows you to do a spacial search for events within a box bounded by specified northeast and southwest points. More information for this NY Times resource can be found here. In addition to searching by the NortheastLatitude, NortheastLongitude, SouthwestLatitude, and SouthwestLongitude inputs, you can narrow your events search by specifying:
- A facet search using the Filters input. A facet is just 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": 991,
"results": [
{
"event_id": 170,
"event_schedule_id": 687,
"last_modified": "2011-07-14T18:28:43.194Z",
"event_name": "\u2018Farmageddon\u2019",
"event_detail_url": "http:\/\/nytimes.com\/events\/movies\/farmageddon-170.html",
"web_description": "<p>(No rating, 1:18) Producing distressing evidence that agribusiness may be employing government agencies to harass small, independent farmers, Kristin Canty’s anxiety-laden documentary is part consumer-rights advocacy, part abuse-of-power exposé. Though neither thread is fully developed, the film’s homespun interviews and worrying surveillance footage should give us all food for thought.<\/p>",
"film_rating": false,
"critic_name": "Jeannette Catsoulis",
"category": "Movies",
"times_pick": true,
"free": false,
"kid_friendly": false,
"last_chance": false,
"festival": false,
"long_running_show": false,
"previews_and_openings": false,
"recurring_start_date": "2011-07-08T04:00:00.188Z",
"recur_days": [
"mon",
"tue",
"wed",
"thu",
"fri",
"sat",
"sun"
]
},
{
"event_id": 173,
"event_schedule_id": 705,
"last_modified": "2011-07-14T18:29:19.194Z",
"event_name": "\u2018Romeo and Juliet in Yiddish\u2019",
"event_detail_url": "http:\/\/nytimes.com\/events\/movies\/romeo-and-juliet-in-yiddish-173.html",
"web_description": "<p>(No rating, 1:29, in English and Yiddish) Eve Annenberg’s film is a slice of New York Jewish multiculturalism, filtered through Shakespeare and a filmmaking style that is at once ambitious and amateurish.<\/p>",
"film_rating": false,
"critic_name": "A.O. Scott",
"category": "Movies",
"times_pick": false,
"free": false,
"kid_friendly": false,
"last_chance": false,
"festival": false,
"long_running_show": false,
"previews_and_openings": false,
"recurring_start_date": "2011-07-08T04:00:00.188Z",
"recur_days": [
"mon",
"tue",
"wed",
"thu",
"fri",
"sat",
"sun"
]
}
]
}