Skip to content

Instantly share code, notes, and snippets.

@drsnyder
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drsnyder/e2ed01e670192de3c895 to your computer and use it in GitHub Desktop.
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`
{
"_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"
}
]
}
}
@drsnyder
Copy link
Author

This is not yet comprehensive. It's meant to be an illustration of what you might see as a result from a GET request like curl 'http://api.wikia-services.com/muppet/articles/Kermit the Frog'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment