Image | ![]() |
EAN-13 | 9780790785394 ![]() |
Product Name | Uptown Saturday Night |
Language | English |
Category | Electronics / Photography: A/V Media: Movie / TV |
Short Description | Weight:0.25 pounds |
Amazon.com | ![]() |
SKU | 082311GC00004 |
Price New | 30.00 US Dollars (curriencies) |
Price Used | 19.99 US Dollars (curriencies) |
Rating | PG - Parental Guidance Suggested |
IMDb | ![]() |
Run Time | 104 minutes |
Aspect Ratio | 1.85:1 |
Cast | Bill Cosby, Harry Belafonte, Sidney Poitier |
Director | Sidney Poitier |
Genre | ACTION,COMEDY,CRIME |
Run Time | 104 minutes |
Width | 5.75 inches (convert) |
Height | 0.5 inches (convert) |
Length | 7.75 inches (convert) |
Weight | 18 hundredths pounds (convert) |
Binding | Dvd |
Release Year | 1974 |
Format | Multiple Formats, Anamorphic, Color, NTSC, Subtitled, Widescreen |
Published | 09/07/2010 |
Run Time | 104 minutes |
Long Description | Steve Jackson and Wardell Franklin sneak out of their houses to visit Madame Zenobia's: a high-class but illegal nightclub. During their visit, however, the place is robbed and they are forced to hand over their wallets. Steve's wallet turns out to have contained a winning lottery ticket, and together they must recover their stolen property. |
Similar Items | 9780790785356: A Piece of the Action 9780790785332: Let's Do It Again 9780783278346: Car Wash 9780767828024: Buck and the Preacher 0883904144793: Cornbread, Earl And Me/Cooley High 0085392888627: A Piece of the Action 0043396014893: Buck and the Preacher 0025192954023: Richard Pryor Collection 0025192177323: Bingo Long Traveling All-Stars and Motor Kings 0025192015885: Wiz 0024543061830: Claudine 0014381800326: Richard Pryor Collection 0012569731097: A Piece of the Action / Uptown Saturday Night |
Created | 02-20-2013 2:50:31am |
Modified | 08-02-2023 12:11:06am |
MD5 | 637dd44a800b7966febf1e676c1dcdc7 |
SHA256 | f284af006a29423023498c3bdf965807b9ca870976f533fde6c8b095eab6ba7c |
Search Google | by EAN or by Title |
Query Time | 0.0423570 |
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.