EShop: Difference between revisions
Einstein95 (talk | contribs) m →Music |
Additional samurai API information |
||
Line 205: | Line 205: | ||
! Parameters | ! Parameters | ||
|- | |- | ||
| /samurai/ws/'''region'''/ | | /samurai/ws/'''region'''/contents | ||
| Fetches the | | Fetches the content list, containing basic content information like the content id (not the 3DS title id), the product code and the localized title name | ||
| All of these are optional. | | All of these are optional. | ||
* genre[]: genre ID (unsigned int) | * genre[]: genre ID (unsigned int) | ||
Line 219: | Line 219: | ||
* release_date_before: date/time title must have been released before (UNIX timestamp prefixed by +) | * release_date_before: date/time title must have been released before (UNIX timestamp prefixed by +) | ||
* release_date_after: date/time title must have been released after (UNIX timestamp prefixed by -) | * release_date_after: date/time title must have been released after (UNIX timestamp prefixed by -) | ||
|- | |||
| /samurai/ws/'''region'''/titles | |||
| Same as /contents but only shows software titles | |||
| see /contents | |||
|- | |||
| /samurai/ws/'''region'''/title/'''content id''' | |||
| Returns information about the title, more verbose than /titles. | |||
| (none) | |||
|- | |||
| /samurai/ws/'''region'''/movies | |||
| Same as /contents but only shows movies | |||
| see /contents | |||
|- | |||
| /samurai/ws/'''region'''/movie/'''content id''' | |||
| Returns information about the movie, more verbose than /movies. | |||
| (none) | |||
|- | |- | ||
| /samurai/ws/'''region'''/news | | /samurai/ws/'''region'''/news | ||
Line 230: | Line 246: | ||
| /samurai/ws/'''region'''/directory/'''(long long unsigned int)''' and /samurai/ws/'''region'''/directory/~'''(string)''' | | /samurai/ws/'''region'''/directory/'''(long long unsigned int)''' and /samurai/ws/'''region'''/directory/~'''(string)''' | ||
| Collections, like sales | | Collections, like sales | ||
| (none) | | (none) | ||
|- | |- | ||
Line 239: | Line 251: | ||
| Returns information about a demo. Content ID is available in the main game's /title entry. | | Returns information about a demo. Content ID is available in the main game's /title entry. | ||
| (none) | | (none) | ||
|- | |- | ||
| /samurai/ws/'''region'''/genres | | /samurai/ws/'''region'''/genres |