Skip to content

Instantly share code, notes, and snippets.

@kinlane
Created May 27, 2011 20:18
Show Gist options
  • Save kinlane/996079 to your computer and use it in GitHub Desktop.
Save kinlane/996079 to your computer and use it in GitHub Desktop.
Seevl API Request
marvin:~ alex$ curl http://seevl.net/entity/?name=beatles -H "Accept: application/json" -H "X_APP_ID: 1c55b80a" -H "X_APP_KEY:65e7fbe154e8cee6c1704a9358dd8939"
{
"results" : [ {
"uri" : "http://seevl.net/entity/pzkVnsbP#id",
"sid" : "pzkVnsbP",
"name" : "The Beatles",
"description" : "The Beatles were an English rock band, formed in Liverpool in 1960, and one of the most commercially successful and critically acclaimed acts in the history of popular music. From 1962, the group consisted of John Lennon (rhythm guitar, vocals), Paul McCartney (bass guitar, vocals), George Harrison (lead guitar, vocals ..."
}, {
"uri" : "http://seevl.net/entity/eGnmzTZS#id",
"sid" : "eGnmzTZS",
"name" : "The Bootleg Beatles",
"description" : "The Bootleg Beatles are a Beatles tribute band. They have performed over 4,000 times since their establishment in March 1980."
}, {
"uri" : "http://seevl.net/entity/3wJJLLmu#id",
"sid" : "3wJJLLmu",
"name" : "The Tape-beatles",
"description" : "The Tape-beatles (also known as Public Works) are a multi-media group that formed in Iowa City in December 1986. Its members have included Lloyd Dunn, John Heck, Ralph Johnson, Paul Neff, and Linda Morgan Brown. Beginning with analog tape recorders, and later expanding to include digital technology and film media ..."
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment