Disable All Advertising
Image
EAN-139786304475676   EAN-13 barcode 9786304475676
Product NameNational Geographic's Really Wild Animals: Amazing North America [Vhs]
LanguageEnglish
CategoryBook / Magazine / Publication
Amazon.comA Buy on Amazon ~ 6304475675
Price New2.50 US Dollars    (curriencies)
Price Used0.96 US Dollars    (curriencies)
BindingVHS Tape
Published05/31/1997
Long DescriptionGet ready for a wild ride with Spin, National Geographic's animated globe-on-the-go, as he zips his way around North America! From the frozen arctic to the southern swamplands, you'll meet the amazing animals that make North America a continent of surprises. Watch polar bears and white wolves struggling for survival on the icy tundra; alligators patrolling the swampy waters of the Okefenokee; and ground squirrels battling rattlesnakes in the wild, wild West. Award-winning cinematography and rocking music videos make the proud spirit of North America's animals come alive. So let's go for a "spin"...around AMAZING NORTH AMERICA! It's just one of the many Really Wild Animals adventures in this series.
Similar Items9786304375594: Amazing Animals - Nighttime Animals [VHS]
9780789421562: Amazing Animals: Endangered Animal [VHS]
9786304475225: National Geographic's Killer Whales: Wolves of the Sea [VHS]
0727994573616: National Geographic's Really Wild Animals: Polar Prowl Dvd
0727994516514: Really Wild Animals: Wonders Down Under
0727994516958: Really Wild Animals: Polar Prowl
0727994516477: Really Wild Animals: Adventures In Asia
9780792251910: National Geographic's Really Wild Animals: Awesome Animal Builders [VHS]
9780792226451: National Geographic's Really Wild Animals: Swinging Safari [VHS]
Created10-15-2012 3:28:49am
Modified05-01-2020 9:13:51pm
MD531657338a32088ba7821d1376e8c2b4c
SHA2566a287ca749ddfa1941b6c0415c97b8bb2030dc1da01c939b3bdb913bbf0d56fa
Search Googleby EAN or by Title
Query Time0.0246370

An article of interest

Making use of the tools we offer

Data Feed API v3 - Access and Data Layout

This describes how to use version 3.x of the data feed. Version 2.x of the feed is still supported. Version 1.x of the feed is no longer supported in any way.

IMPORTANT: Starting with version 3.2, we have a new property and a new way of dealing with product images. Read about it here.

Accessing the data requires your account to have an active data feed. This switch can be turned on or off on the data feed page. This is also where you will be able to view your KEYCODE which is required to make calls to the feed.

Main changes from version 2.x to 3.x include (but not limited to)...

Calls to the data feed are made via HTTP GET or HTTP POST requests. There are only a few required parameters when making a call.

Most other parameters are optional and they will alter the way data is returned to you and how your request is processed. You can also pass in your own values that you need carried through. Any parameter that the system doesn't recognize will be returned AS-IS in the status block. This can be handy in situations where you are pulling the data in an asyncronus manor and need extra information passed into your callback routine.

When performing a lookup...

When updating data...

When deleting data...

There are some special "get" operations that need no other parameters. You would not use "find" or "update" when using these. Only use the "keycode", "mode" and "get" for these items. These operations are important because many of our elements are data driven and that data changes over time. We normally don't remove attributes or categories but we do often add to the collection.

The returned data can come back in JSON or XML format. In either case the structure of the data is the same. Because it is easier to read, we will be using XML to demonstrate the layout of the result. Here is the data layout. Notice that this is a complex object and some elements have child elements and some elements may be arrays with repeating content.

The easiest way to get the feel of the data is to make several requests using your web browser and ask for the data in XML format. Although JSON is often easier to work with in code, the XML output is often easier for people to read because of the nice markup tags that wrap around each element and the web browser will usually do a nice job of indenting to make it clear which elements are stored within other elements.