Welcome, Guest Sign In | Sign Up | Help
Upcoming API Documentation
Currently, the use of these APIs are restricted to non-commercial use only. If you'd like to use it for commercial purposes, please contact us first.
venue.getInfo [HTTP GET]
Retrieve the details about a venue.
Explore venue.getInfo
Arguments
api_key (Required)
Your API application key. If you don't have one, create one.

venue_id (Required)
The venue_id number of the venue to look within. To find venue_id's, use venue.getList. You can also pass multiple venue_id's separated by commas to getInfo on multiple venues.

token (Optional)
An authentication token. Optional for viewing private venues. (What's this?)

Response Notes

Within the response, several geographical parameters have been added that refer to the geolocation of the underlying venue of the event. These include latitude and longitude, as well as geocoding_precision, which specifies the precision to which the venue address could be found and geocoded, and also the geocoding_ambiguous parameter, which serves as a warning that the geocoding is likely to be erroneous.

Any venue that could not be geocoded at all will have blank values in the fields.

Example Response (Try It!)

XML

<?xml version="1.0" encoding="UTF-8"?>
<rsp stat="ok" version="1.0">
<venue id="44278" name="the Crypt" address="St. Giles Centre, 81 Camberwell
    Church Street," city="Camberwell" state="London" zip="SE5 8RB" country="United
    Kingdom" url="" description="Lambchop." user_id="101782" metro_id="49" private="0" latitude=""
    longitude="" geocoding_precision="" geocoding_ambiguous="" state_code="lon"
    state_id="59" country_code="uk" country_id="6"/> 
<venue id="9733"
    name="the troubador" address="9081 santa monica boulevard @ doheny drive"
    city="los angeles" state="California" zip="90069" country="United States"
    url="http://www.troubadour.com/" description="small place with a balcony.
    people tell me it is aces and you can punch and kick like an infant up front.
    i've never been so your mileage may vary." user_id="2067" metro_id="1"
    private="0" latitude="34.0919" longitude="-118.381" geocoding_precision="zip"
    geocoding_ambiguous="0" state_code="ca" state_id="5"
    country_code="us" country_id="1"/>
    />
</rsp>		

JSON

{ "rsp" : { "stat" : "ok",
      "venue" : [ { "address" : "9081 Santa Monica Blvd",
            "city" : "West Hollywood",
            "country_code" : "us",
            "country_id" : 1,
            "country_name" : "United States",
            "description" : "Since opening in 1957, the legendary Troubadour club in West Hollywood has helped launch some of contemporary music's most talented performers. Greats such as Elton John, James Taylor and Tom Waits performed there early in their careers, and it continues to be a destination for cutting-edge acts from around the world.\n\nThe Troubadour also remains a popular venue among serious music fans who enjoy listening to live music in an intimate and historically rich setting.",
            "geocoding_ambiguous" : 0,
            "geocoding_precision" : "Zip code or postal code",
            "id" : 37034,
            "latitude" : 34.081499999999998,
            "longitude" : -118.3891,
            "metro_id" : 1,
            "name" : "The Troubadour",
            "phone" : "",
            "private" : 0,
            "state_code" : "ca",
            "state_id" : 5,
            "state_name" : "California",
            "url" : "http://www.troubadour.com/",
            "user_id" : 85640,
            "zip" : ""
          },
          { "address" : "St. Giles Centre, 81 Camberwell Church Street,",
            "city" : "Camberwell",
            "country_code" : "uk",
            "country_id" : 6,
            "country_name" : "United Kingdom",
            "description" : "Tickets: £7 on the door, £6 in advance here: www.wegotticktes.com\r\n\r\nTime: 8pm - 1:30am\r\n\r\nA Night at The Crypt \r\n\r\nDavid Devant and His Spirit Wfe\r\nLike the bastard child of Bowie, Roxy Music and cult TV series The Prisoner, David Devant & His Spirit Wife have the vision, the style and the originality to show you a better life.\r\n\r\nMr. Solo\r\nPart human installation part troubador - prostrate to build a bridge between art and life. Also frontman of David Devant and His Spirit Wife.\r\n\r\nThe Lamy Brothers\r\nThe Lamy Brothers emerge from an age of dirty, dark and bitter repression in a fit of fire and brimstone religious fervour. Whisky-stinking vocals growl and preach their way through murderous tales and gothic gin-soaked nightmares.\r\n\r\nInk Project\r\nLine Electronic Soul Music - joining the dots and blurring the boundaries between electronic dance grooves, ambient, acoustic, dub, pop, soul, jazz and funk in their very own inimitable style. \r\n\r\nAdrian R Teenbeat\r\nLook beyond singer Adrian Shaw's glorious Liverpudlian mumble and you'll find songs as charming as Pulp, as sordid as the Velvets, and as magnificently maudlin as Lambchop.",
            "geocoding_ambiguous" : "",
            "geocoding_precision" : "",
            "id" : 44278,
            "latitude" : 51.483400000000003,
            "longitude" : -0.087099999999999997,
            "metro_id" : 49,
            "name" : "the Crypt",
            "phone" : "",
            "private" : 0,
            "state_code" : "london",
            "state_id" : 59,
            "state_name" : "London",
            "url" : "",
            "user_id" : 101782,
            "zip" : "SE5 8RB"
          }
        ],
      "version" : 1
    }
}
Error Codes (sent in HTTP Response Header)
301 Moved Permanently:
  • The venue <Event ID> has been permanently merged to http://upcoming.yahoo.com/venue/<Event ID>/ - Please check the new URL to find the venue.
403 Not Authorized:
  • Invalid authentication parameters - either that token was not found, or it may be deactivated. Please contact us for support.

404 Not Found:
  • Missing valid api_key - Please create an API key using the above link.
  • Your api_key is inactive or not found - Please contact us for support.
  • Missing valid venue_id parameter - Your venue_id may be improperly formatted or non-numeric. Only numeric venue_id's are allowed.
Tools
Upcoming Badges for Your Blog/Website | Invite Friends | Groups | Developers API
Help
News Blog | Community Guidelines | FAQ | Contact Us | Suggestion Board | About Us