Skip to content

Instantly share code, notes, and snippets.

@wfarr
Created March 7, 2009 02:23
Show Gist options
  • Select an option

  • Save wfarr/75180 to your computer and use it in GitHub Desktop.

Select an option

Save wfarr/75180 to your computer and use it in GitHub Desktop.
;; Ran: (yql-make-request "select * from flickr.places where query=\"north beach\" limit 1")
((query
(results
(place
(content . "North Beach, San Francisco, CA, United States")
(woeid . "2460640")
(timezone . "America/Los_Angeles")
(place_url . "/United+States/California/San+Francisco/North+Beach")
(place_type_id . "22")
(place_type . "neighbourhood")
(place_id . "tcXoqkCbBZr2Wrdc")
(longitude . "-122.411")
(latitude . "37.801")))
(diagnostics
(build-version . "911")
(service-time . "143")
(user-time . "145")
(url
(content . "http://api.flickr.com/services/rest/?method=flickr.places.find&query=north%20beach")
(execution-time . "143"))
(publiclyCallable . "true"))
(uri . "http://query.yahooapis.com/v1/yql?q=select+*+from+flickr.places+where+query%3D%22north+beach%22+limit+1")
(updated . "2009-03-07T02:18:57Z")
(lang . "en-US")
(created . "2009-03-07T02:18:57Z")
(count . "1")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment