Last active
August 29, 2015 14:13
-
-
Save drsnyder/e2ed01e670192de3c895 to your computer and use it in GitHub Desktop.
Pandora reference JSON from `/muppet/articles/Kermit+the+Frog?embed=[users]&renderType=mobile`
This file contains hidden or 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
{ | |
"_links": { | |
"self": { | |
"href": "/muppet/articles/Kermit the Frog" | |
}, | |
"comments": [ | |
{ | |
"href": "/muppet/articles/Kermit the Frog/comments" | |
} | |
], | |
"users": [ | |
{ | |
"href": "/muppet/articles/Kermit the Frog/users" | |
} | |
], | |
"categories": [ | |
{ | |
"href": "/muppet/articles/Kermit the Frog/categories" | |
} | |
] | |
}, | |
"title": "Kermit the Frog", | |
"id": 50, | |
"content": "<div class=\"noprint\"> <div><b>Performer:</b> <div><b><a href=\"/wiki/Jim_Henson\" ...", | |
"__embedded": { | |
"users": [ | |
{ | |
"_links": { | |
"self": { "href": "/users/Toughpigs" } | |
}, | |
"user_id": 10370, | |
"title": "Toughpigs", | |
"name": "Toughpigs", | |
"numberofedits": 128537, | |
"avatar": "http:\/\/img3.wikia.nocookie.net\/__cb1313595066\/common\/avatars\/thumb\/b\/b5\/10370.png\/100px-10370.png.jpg" | |
}, | |
{ | |
"_links": { | |
"self": { "href": "/users/WikicontributorHubpup" } | |
}, | |
"user_id": 3275812, | |
"title": "WikicontributorHubpup", | |
"name": "WikicontributorHubpup", | |
"numberofedits": 6201, | |
"avatar": "http:\/\/img3.wikia.nocookie.net\/__cb0\/messaging\/images\/thumb\/c\/cf\/Avatar6.jpg\/100px-Avatar6.jpg" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not yet comprehensive. It's meant to be an illustration of what you might see as a result from a
GET
request likecurl 'http://api.wikia-services.com/muppet/articles/Kermit the Frog'
.