Disable All Advertising
Image
EAN-139780897749428   EAN-13 barcode 9780897749428
Product NameDk Eyewitness Travel Guide: Eastern And Central Europe
CategoryBook / Magazine / Publication
Short DescriptionPaperback
Amazon.comA Buy on Amazon ~ 0756684161
SKUACOUK_BOOK_USEDGOOD_0756684161
Price New44.95 US Dollars    (curriencies)
Price Used12.84 US Dollars    (curriencies)
Width1.2 inches    (convert)
Height8.64 inches    (convert)
Length5.56 inches    (convert)
Weight33.6 ounces    (convert)
AuthorMatt Willis, Jonathan Bousfield
Page Count672
BindingPaperback
Published03/19/2012
Long DescriptionDK Eyewitness Travel 's full-color guidebooks to hundreds of destinations around the world truly show you what others only tell you. They have become renowned for their visual excellence, which includes unparalleled photography, 3-D mapping, and specially commissioned cutaway illustrations. DK Eyewitness Travel Guides are the only guides that work equally well for inspiration, as a planning tool, a practical resource while traveling, and a keepsake following any trip. Each guide is packed with the up-to-date, reliable destination information every traveler needs, including extensive hotel and restaurant listings, themed itineraries, lush photography, and numerous maps.
Similar Items9789812587565: Great Railway Journeys Of Europe (Insight Guides)
9781741796759: Lonely Planet Eastern Europe
9781612381893: Rick Steves' Eastern Europe
9780756695118: Dk Eyewitness Travel Guide: Hungary
9780756694715: Dk Eyewitness Travel Guide: Budapest
9780756685584: Dk Eyewitness Travel Guide: Europe
9789812589972: Russia: Belarus & Ukraine (Insight Guides)
9781742204161: Lonely Planet Eastern Europe (Travel Guide)
9780199541584: Bulgaria (Eyewitness Travel Guide)
9781566918060: Rick Steves' Best Of Eastern Europe 2007
View 34 more similar items
Created08-01-2012 1:05:00am
Modified05-01-2020 5:13:01am
MD50297c8801eda9f30709c880328213244
SHA2564af4246c8034a1cd10c93fe1b03d0fc040d859d32f2f9549bd2efcf5a317c1e5
Search Googleby EAN or by Title
Query Time0.0285952

An article of interest

Making use of the tools we offer

Accessing the data feed using a REST format

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:

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.