Skip to content

Instantly share code, notes, and snippets.

@pcg79
Created April 30, 2014 00:25
Show Gist options
  • Save pcg79/b209935eb1b1a1de1211 to your computer and use it in GitHub Desktop.
Save pcg79/b209935eb1b1a1de1211 to your computer and use it in GitHub Desktop.
Marvel character api result
{
"id" => 1009521,
"name" => " Hank Pym",
"comics" => {
"available" => 44,
"collectionURI" => "http://gateway.marvel.com/v1/public/characters/1009521/comics",
"items" => [
[ 0] {
"resourceURI" => "http://gateway.marvel.com/v1/public/comics/35533",
"name" => "Amazing Spider-Man (1999) #661"
},
[ 1] {
"resourceURI" => "http://gateway.marvel.com/v1/public/comics/39041",
"name" => "Amazing Spider-Man (1999) #661 (X-Men Art Variant)"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment