Skip to content

Instantly share code, notes, and snippets.

@moyashi
Created May 14, 2011 12:13
Show Gist options
  • Save moyashi/972165 to your computer and use it in GitHub Desktop.
Save moyashi/972165 to your computer and use it in GitHub Desktop.
The iTunes Store Web Service Search API Result Sample
{
"resultCount":1,
"results": [
{
"version":"1.1.2",
"kind":"software",
"artistId":371643659,
"artistName":"Rolan, Inc.",
"price":0.00,
"description":"",
"genreIds":["6005", "6012"],
"releaseDate":"2010-05-28T06:43:22Z",
"sellerName":"Rolan, Inc.",
"currency":"JPY",
"trackId":373762697,
"trackName":"Teewee for Twitter",
"genres":["\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0","\u30e9\u30a4\u30d5\u30b9\u30bf\u30a4\u30eb"],
"releaseNotes":"",
"primaryGenreName":"Social Networking",
"primaryGenreId":6005,
"isGameCenterEnabled":false,
"supportedDevices":["all"],
"wrapperType":"software",
"artworkUrl60":"http://a4.mzstatic.com/us/r1000/039/Purple/be/7e/f2/mzi.jmvcaeln.png",
"artworkUrl100":"http://a2.mzstatic.com/us/r1000/002/Purple/2f/85/dd/mzi.rzclwmsh.jpg",
"artistViewUrl":"http://itunes.apple.com/jp/artist/rolan-inc/id371643659?uo=4",
"contentAdvisoryRating":"4+",
"trackCensoredName":"Teewee for Twitter",
"trackViewUrl":"http://itunes.apple.com/jp/app/teewee-for-twitter/id373762697?mt=8&uo=4",
"languageCodesISO2A":["EN", "JA"],
"fileSizeBytes":"7415537",
"screenshotUrls":["http://a5.mzstatic.com/us/r1000/043/Purple/d6/00/70/mzl.dvlaqqur.png",
"http://a1.mzstatic.com/us/r1000/004/Purple/56/5f/98/mzl.hwvmzhfn.png",
"http://a1.mzstatic.com/us/r1000/006/Purple/88/ba/e1/mzl.spczcwyt.png",
"http://a5.mzstatic.com/us/r1000/055/Purple/7c/34/b3/mzl.gjpckybi.png"],
"ipadScreenshotUrls":[],
"sellerUrl":"http://www.crouto.com/teewee/",
"averageUserRatingForCurrentVersion":3.5,
"userRatingCountForCurrentVersion":227,
"artworkUrl512":"http://a2.mzstatic.com/us/r1000/002/Purple/2f/85/dd/mzi.rzclwmsh.jpg",
"trackContentRating":"4+",
"averageUserRating":3.5,
"userRatingCount":942
}
]
}
@andrea-dagostino
Copy link

Hello, any idea if the resulting json is sorted by app rank for the particular inserted term? Thanks

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