API Basics
HTTP Requests
The Best Buy Remix API is RESTful. Currently we support the GET method but as we release features POST and PUT may become available for certain things.
HTTP Status Codes
The Best Buy Remix API uses standard HTTP status codes. We support both XML and JSON errors at this time. For more information on HTTP Status Codes please check out the W3
Encoding
You have the choice of encoding with our API. The default standard uses XML. With an optional paramter you can have JSON returned. When using JSON we also support JSONP. Please see the documentation for more info.
Pagination Limiting
With any query the default set of results returned is a set of 10. We then page the rest of the results and using the optional
page paramater you can request different sets of 10.