Skip to content

Instantly share code, notes, and snippets.

@rupertbates
Last active August 29, 2015 14:14
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 rupertbates/83ed33ebad162a4934a1 to your computer and use it in GitHub Desktop.
Save rupertbates/83ed33ebad162a4934a1 to your computer and use it in GitHub Desktop.
Music reviews with star rating
{
"response": {
"status": "ok",
"userTier": "developer",
"total": 15895,
"startIndex": 1,
"pageSize": 10,
"currentPage": 1,
"pages": 1590,
"orderBy": "newest",
"results": [
{
"webTitle": "Bob Dylan: Shadows in the Night review – pre-rock songs imbued with romantic regret",
"webPublicationDate": "2015-02-01T08:30:09Z",
"sectionId": "music",
"id": "music/2015/feb/01/bob-dylan-shadows-in-night-review-pre-rock-songs-romantic-regret",
"fields": {
"starRating": "4"
},
"webUrl": "http://www.theguardian.com/music/2015/feb/01/bob-dylan-shadows-in-night-review-pre-rock-songs-romantic-regret",
"apiUrl": "http://content.guardianapis.com/music/2015/feb/01/bob-dylan-shadows-in-night-review-pre-rock-songs-romantic-regret",
"sectionName": "Music"
},
{
"webTitle": "Viet Cong: Viet Cong review – ambitious experimental rock, with tunes",
"webPublicationDate": "2015-01-29T22:30:02Z",
"sectionId": "music",
"id": "music/2015/jan/29/viet-cong-viet-cong-review",
"fields": {
"starRating": "4"
},
"webUrl": "http://www.theguardian.com/music/2015/jan/29/viet-cong-viet-cong-review",
"apiUrl": "http://content.guardianapis.com/music/2015/jan/29/viet-cong-viet-cong-review",
"sectionName": "Music"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment