Disable All Advertising
Image
EAN-130097368070042   EAN-13 barcode 0097368070042
UPC-A097368070042   UPC-A barcode 097368070042
Product NameRugrats: Reptar Returns
CategoryElectronics / Photography: A/V Media: Movie / TV
Amazon.comA Buy on Amazon ~ B00J5G1PQS
Model28931682
Price New4.17 US Dollars    (curriencies)
Price Used4.16 US Dollars    (curriencies)
Run Time72 minutes
ArtistArtist Not Provided
GenreChildren's
Run Time72 minutes
Width5.25 inches    (convert)
Height0.5 inches    (convert)
Length7.5 inches    (convert)
Weight15 hundredths pounds    (convert)
BindingDvd
FormatMultiple Formats, Animated, Color, Full Screen, NTSC
Published07/08/2014
Run Time72 minutes
FeaturesShrink-wrapped
Long DescriptionRugrats Reptar Return
Similar Items9781415710654: Rugrats Tales From The Crib: Snow White
9781415700723: Rugrats
9780792178026: Rugrats
0097368801141: Rugrats - Tales From the Crib - Three Jacks & a Beanstalk
0097368799448: Rugrats Holiday Celebration
0097368755642: Rugrats
0097361568546: Rugrats - Decade In Diapers
0032429301673: Rugrats: Season Four
0032429301666: Rugrats: Season Three
0032429269201: Rugrats Season Two
0032429269188: Rugrats: Season One
Created04-06-2016 8:39:29pm
Modified08-17-2018 12:49:43pm
MD599e8daeb07fca095b88721d58e74359f
SHA2566f97aced429ad782a125b5c0bd7b48f456709c017223046d62fc07ecf129d971
Search Googleby EAN or by Title
Query Time0.0283561

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.