Created
June 23, 2011 00:59
-
-
Save bwhitman/1041667 to your computer and use it in GitHub Desktop.
Song/identify response
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
response: { | |
status: { | |
version: "4.2", | |
code: 0, | |
message: "Success" | |
}, | |
songs: [ | |
{ | |
score: 48, | |
title: "Accidents Will Happen", | |
message: "OK (match type 6)", | |
artist_id: "AROCZUC1187B9AD05B", | |
artist_name: "Elvis Costello", | |
id: "SOFUGZY12B0B808249" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment