Image | ![]() |
EAN-13 | 0047875874374 ![]() |
UPC-A | 047875874374 ![]() |
Product Name | Call of Duty: Black Ops Combo Pack - Xbox 360 |
Language | English |
Category | Electronics / Photography: Computer/Console Game |
Amazon.com | ![]() |
Model | 87437 |
Price New | 23.30 US Dollars (curriencies) |
Price Used | 19.58 US Dollars (curriencies) |
Width | 5.25 inches (convert) |
Height | 7.55 inches (convert) |
Length | 0.56 inches (convert) |
Weight | 5.28 ounces (convert) |
Binding | Video Game |
Published | 04/27/2015 |
Features | Cinematic single player campaign Signature multiplayer Zombies DLC 1 First Strike |
Long Description | Call of Duty: Black Ops + Free $15 DLC 1 “First Strike” Pack & Black Ops 2 Combo Pack |
Similar Items | 0777786316914: Xbox 360 Wireless Controller - Glossy Black 0710425491245: Grand Theft Auto V - Xbox 360 0478758468142: Call Of Duty: Ghosts - Xbox 360 0047875878068: Call of Duty Modern Warfare Collection - Xbox 360 0047875874626: Call of Duty: Black Ops III - Standard Edition - Xbox 360 0047875873612: Call Of Duty: Advanced Warfare - Xbox 360 0047875846814: Call Of Duty: Ghosts - Xbox 360 0047875842069: Call Of Duty: Modern Warfare 3 - Xbox 360 0047875832817: Call Of Duty: World At War Platinum Hits - Xbox 360 0014633098778: Left 4 Dead 2 - Xbox 360 View 6 more similar items |
Created | 09-12-2015 3:45:53pm |
Modified | 04-28-2020 6:52:26pm |
MD5 | 78d94db64cd452436d2a4f416c5f3589 |
SHA256 | 52e0a2b2becee4e7b0ad1aab888f64b6a64874052d6d6e1499332e020e438eb8 |
Search Google | by EAN or by Title |
Query Time | 0.0298250 |
Article of interest
The data feed API is URL based, but if you prefer to use the REST interface, you can do most things using that method.
Your API key should be in the request header "x-api-key" but will also work on the URL if you prefer using keycode=????????
When accessing the API using REST, the URL needs to be in this format:
https://eandata.com/feed/{version}/{action}/{dataID}/
version: The API version you are trying to access starting with the letter "v" followed by the version number as an integer. (ie: v3 or v2)
action: The action you wish to perform. Not all actions are currently available using the API. The ones that work currently are:
- find: perform a data lookup
- search: perform a text search
- asin-to-ean: convert an Amazon ASIN into an EAN
- imdb-to-ean: convert and IMDB ID into an EAN
dataID: This is the data you are searching for. For "find" this is an EAN or UPC code. For "search" this can be any text properly encoded for he URL.
To get your data back as XML, put "application/xml" in your "accept" header. If you prefer JSON (the default format) you can leave off the "accept" header or send "application/json". You can also include your preference on the URL using mode=json or mode=xml but using the request header is the preferred method.
We will continue to add more REST interface features in the future so be sure to check back on this page every once in a while.
*** Updating data via the REST interface is not ready yet but will require test=1 on the URL as the first variable if you are testing your application to prevent actual data updates. Placing it later on the URL could cause this variable to be skipped if you have errors in your URL.