Product
A product is an individual item for sale in a FlickRocket shop. Products are often digital, but may also be physical products (such as a T-Shirt) or services.
A product may have licenses or product variants, images and trailers. A product may also be a part of a collection.
What can you do with Product?
The FlickRocket API lets you do the following with the Product resource. More detailed versions of these general actions may be available:
GET /api/products.json
Receive a list of all Products
GET /api/products/count.json
Receive a count of all Products
GET /api/products.json?query=title:<Product Title>
Query a list of products by field value. Supported fields are:version, title, comment ,product_id, product_type
GET /api/products.json?fields=id,images,title
Just return the listed properties.(support only the the first level, not properties in a array )
GET /api/products/#{id}.json
Receive a single Product
POST /api/products.json
Create a new Product
PUT /api/products/#{id}.json
Modify an existing Product
DELETE /api/products/#{id}.json
Remove a Product from the database
Product Properties
allow_download_trial |
{"allow_download_trial": 0}
Set to 1 to allow a download of the software in the shop without requiring a purchase. It is typically used together with the trial option for the protection.
|
attribute_set_id |
{"attribute_set_id": null}
The id of the associated attribute set.
|
categories |
"categories": []
Categories are used to sort products in the shop. A product can be part of multiple categories.
{"category_id": 197}
ID uniquely identifying the category.
{"created_at": "2012-04-16T13:54:12"}
GMT date and time when the category binding was created. This property is read only.
{"id": 6788}
ID uniquely identifying this category binding.
|
chapters |
"chapters": []
Chapers segment video into multiple parts. The player can jump from one part to the next and previous chapters or navigate to a certain chapter. All chapters are retunred sorted by their position in the content.
{"id": 97}
ID uniquely identifying this chapter.
{"name": "The beginning"}
Name of the chapter as displayed in the player.
{"runtime": 600}
Runtime of the chapter in seconds.
Note: Supported only for video products
|
comment |
{"comment": "Comment for this product"}
A comment which can be entered for each product in the admin interface. It is not displayed anywhere in the shop or player.
|
created_at |
{"created_at": "2015-07-30T09:27:21"}
The date and time the product was created. This property is read only.
|
drm_protected |
{"drm_protected": true}
Set to true if DRM protection is applied to the product. This property is read only after the initial creation.
|
groups |
"groups":
There are different types of groups. In general certain actions can be made for groups and thus apply to all products which belong to this group. Examples for groups are:
Subscription Group |
Products in a subscription group are associated to a subscription plan. All members of the subscrioption which are in good standing have access to all products in the group under the license associated with the subscription plan. |
Access Group |
Products in an access group are associated with a group access. All members of the access group have access to all products in the group under the license associated and times set with the group access. |
Sharing Group |
Products in a sharing group can be shared with other FlickRocket shop owners so that these shop owners can sell the products in the sharing group in their own shop. |
{"created_at": "2015-07-30T09:26:04"}
Date and time the product was added to the group. This property is read only.
{"end_at": null}
GMT date and time until which the product is made available in the group. If no end time is specified, it is set to null and the product is available.
{"group_id": "c-1"}
The first characteris the type of the group followed by an ID. c=Access Group / s=Subscription Group / p=Sharing Group
{"start_at": null}
GMT date and time from which the product is made available in the group. If no start time is specified, it is set to null and the product is available.
|
gtin |
{"gtin": "123456789012"}
Global Trade Identifiction Number used for unique identification of physical products.
|
id |
{"id": 51957}
Unique ID identifying the product.
|
items_in_stock |
{"items_in_stock": null}
Specifies the number of items in stock for sale. Reserved items (ordered but not shipped) are already deducted. Set to null if stock is not managed.
Note: Supported only for physical products.
|
locales |
"locales": []
The locales settings define the display in the shop for a certain language. If no data is specified for a certain language, the fallback is to english. If english does not exist, the shop uses the first available locale data.
{"description": "<p>A detailed product description</p>"}
The description displayed in the shop for this language. May include HTML markup.
{"email_text": "Make sure to also check out other great products."}
Text to be added to this product’s section in the the sales confirmation email. May include HTML markup.
{"id": 72565}
ID uniquely identifying the product locale
{"language_id": "en"}
The language of this locale information.
{"product_url": ""}
The product URL can contain additional information for a product, available from a trial version of the product. It is displayed on the trial dialog of protected software.
{"seo_description": "MyProduct is the leading solution to 42"}
This text is used for the HTML description tag on the product page. If not specified, FlickRocket gen-erates it based on the product data.
{"seo_keywords": "MyProduct, solution, 42"}
This text is used for the HTML keywords tag on the product page. If not specified, FlickRocket gener-ates it based on the product data.
{"seo_title": "MyProduct"}
This text is used for the HTML title tag on the product page. If not specified, FlickRocket generates it based on the product data.
{"src": "https://admin.flickrocket.com/GetImage/ProductPicture/NTc4MzI%3d"}
This URL provides access to the product picture.
{"title": "MyProduct"}
The name displayed in the shop for this language.
{"version": "1.2"}
Localized version information for this locale.
|
manage_stock |
{"manage_stock": null}
Set to true if the shop handles the inventory.
Note: Supported only for physical products.
|
mirrrored |
{ "mirrored": false }
Set to true for mirrored products from other shops. Product data of mirrored products cannot be changed.
|
pre_sales |
{"pre_sales": false}
If set to true, the product is available in the shop for presale before the release date. This is also possible if the product is not completely set up, e.g. for digital products no content has been uploaded.
|
preview_pictures |
"preview_pictures": []
In addition to the product pictures, any product can have up to 256 preview pictures wich can be displayed on the product page.
{"id": 231445}
A unique ID identifying the preview picture.
{"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MjMxNDQ1"}
URL of the preview picture which can be used to download or upload a preview picture.
|
price_license_binding |
"price_license_binding": []
The price_license_binding defines the licenses and associated prices under which a product is offered. While digital products can have multiple entries, physical products are limited to one price_id/compare_price_id each and must not have a license_id.
{"compare_price_id": null}
The compare_price_id defines the pricing model which can be displayed in the shop as compare price.
{"hd": false}
This flag defines if this price license binding is for an HD or SD version of a video product. Ignored for other product types.
{"id": 144393}
This ID uniquely defines this price_license_binding entry.
{"license_id": null}
The license_id defines the license associated to the price in this price_license_binding (digital products only).
{"price_id": 3859}
The price_id defines the pricing model which the shop uses for the associated license (digital product) or physical product.
|
product_type |
{"product_type": 19}
Defines the type of the product.
Reserved |
0 Reserved
|
Video (SD) |
1 Video (SD)
|
Reserved |
2 Reserved
|
Web Access |
3 Access to a web site with FlickRocket based access control.
|
Software |
4 Software (exe/app) and generic files
|
Audio |
5 Audio Collection based on MP3 files
|
Physical |
6 Physical product for shipping or POS.
|
Package |
7 Packaged content (e.g. HTML based files or PDF)
|
Collection |
8 Collection of multiple other products which are all included when the collection is sold.
|
Video (HD) |
9 Video (HD) which includes and SD version of the content (automatically generated or manually uploaded)
|
Reserved |
10 Reserved
|
Reserved |
11 Reserved
|
Reserved |
12 Reserved |
Reserved |
13 Reserved |
Reserved |
14 Reserved |
Reserved |
15 Reserved
|
eBook |
16 ePub
|
Service |
17 A service offering which unlike physical products, does nto require shipping.
|
App |
18 An app to be used internally by a FlickRocket based shop or for being sold in the FlickRocket App store.
|
Theme |
19 A theme to be used internally by a FlickRocket based shop or for being sold in the FlickRocket Theme store.
|
Certificate |
20 A certificate to be sold in a Flickrocket based shop.
|
Variation |
21 A collection of multiple other products from which one can be selected when the variation is offered.
|
|
product_id |
{"product_id": "0000-CAF5-4ED6-822A"}
Unique ID identifying the product. This ID is displayed in the admin interface and Content Tools. This property is read only after the initial product creation
|
published_at |
{"published_at": "2015-07-30T09:27:21"}
Date and time of the release. If this date is in the future, the product is not available in the shop unless the pre_sales is set to true. This date can be used as sort order of the products in the shop.
|
runtime |
{"runtime": 3600}
The runtime for products in seconds. Only valid for video and audio products.
|
supplier |
{"supplier": null}
Unique identifier of a product supplier. Suppliers can be given direct access to reports.
|
tagging |
"tagging":
Generic tagging information for the product, which might be displayed in the shop.
{"id": 0}
Uniquely identifies this tagging data.
{"isbn": ""}
The ISBN number of the product. Only valid for books, audio and video.
{"year": ""}
The year the product was released.
|
tagging_genre |
"tagging_genre":[]
This data is used to associate the product with certain genres.
{"id": 14046}
Unique identifier for this genre binding.
{"value": "Comedy"}
The associated genre.
Note: Tagging_genre is only supported for audio/video/book products
|
tagging_studios |
"tagging_studios": []
This data is used to associate the product with certain studios.
{"id": 14046}
Unique identifier for this studio binding.
{"value": "Comedy"}
The associated studio.
Note: tagging_studios is only supported for audio/video/book products
|
tagging_people |
"tagging_people": []
People in volved in making the content
{"id": 43126}
Unique identifier for this person.
{"role": "Emperor James B. Pirk"}
The role of the person, e.g. the acted role name.
{"person": "Samuli Torssonen"}
The name of the person/actor.
Note: Tagging_people is only supported for audio/video/book products
|
tagging_script |
"tagging_script": []
Script writer information
{"id": 39351}
Unique identifier for this script writers binding.
{"person": "Rudi Airisto, Jarmo Puskala"}
the name of the script writer.
Note: Tagging_genre is only supported for audio/video/book products
|
tagging_director |
"tagging_director": []
Director information.
{"id": 39352}
Unique identifier for this director binding.
{"person": "Timo Vuorensola"}
Name of the director
Note: Tagging_director is only supported for audio/video/book products
|
themes |
"themes": []
Themes define the design (web site) and all communication (e.g. emails) with customers. Each theme is operated under a different domain. Products associated to a certain theme or to all themes are displayed under that theme/domain.
{"id": 107827}
ID uniquely intifying this theme binding.
{"theme_id": -1}
ID uniquely intifying this theme. Set to "-1" for all themes.
{"created_at": "2015-07-30T09:26:04"}
GMT date and time when the theme binding was created. This property is read only.
|
title |
{"title": "Avalanche"}
The name of the product as used in the admin interface. If no localization is defined in the locales, this name is used as fallback in the shop and player.
|
updated_at |
{"updated_at": "2015-07-30T15:27:37"}
The date and time of the last product update. This property is read only.
|
version |
{"version": "1.0"}
A version identification for this product. Might be overwritte by locale information if present.
|
weight |
{"weight": "90"}
The weight of the product in grams.
Note: Only valid for physical products.
|
Endpoints
GET/api/products.json
Get a list of products
ids |
A comma-separated list of product ids |
since_id |
Restrict results to after the specified ID |
created_at_min |
Show products created after date (format: 2014-04-25T16:15:47-04:00) |
created_at_max |
Show products created before date (format: 2014-04-25T16:15:47-04:00) |
updated_at_min |
Show products last updated after date (format: 2014-04-25T16:15:47-04:00) |
updated_at_max |
Show products last updated before date (format: 2014-04-25T16:15:47-04:00) |
published_at_min |
Show products published after date (format: 2014-04-25T16:15:47-04:00) |
published_at_max |
Show products published before date (format: 2014-04-25T16:15:47-04:00) |
published_status |
- published - Show only published products
- unpublished - Show only unpublished products
- any - Show all products (default)
|
product_type |
Show only products of specific type |
query |
field:value; Filter list of results, supported fields are:version, title, comment ,product_id, product_type |
fields |
comma-separated list of fields to include in the response |
Get all products
GET /api/products.json
View Response
{
"products": [{
"id": 2874,
"project_id": "0000-0B3A-5DA6-3EB3",
"title": "Big Buck Bunny",
"comment": "The worlds second 3D ‘Open Movie’",
"version": "fluxDVD",
"created_at": "2008-06-10T13:35:10",
"runtime": 1260,
"allow_download_trial": 0,
"product_type": 1,
"published_at": "2008-06-10T13:35:10",
"pre_sales": false,
"updated_at": "2016-04-08T12:02:39",
"attribute_set_id": null,
"weight": "0",
"drm_protected": true,
"gtin": "",
"supplier": null,
"manage_stock": null,
"items_in_stock": null,
"locales": [{
"id": 10630,
"language_id": 1,
"title": "Big Buck Bunny",
"description": "Big Buck Bunny tells the story of a giant rabbit with a heart bigger than himself. When one sunny day three rodents rudely harass him, something snaps... and the rabbit ain't no bunny anymore! In the typical cartoon tradition he prepares the nasty rodents a comical revenge. Licensed under the Creative Commons Attribution license.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/OTYzOQ%3d%3d"
}, {
"id": 10631,
"language_id": 2,
"title": "Big Buck Bunny",
"description": "Big Buck Bunny erzählt die Geschichte eines gigantischen Hasen mit einem grossen Herz. Als ihm eines Tages einige Nager zu sehr auf die Nerven gehen, passiert etwas... und der Hase ist kein Häschen mehr! In der typischen Cartoon Tradition bricht er in einen Rachefeldzug gegen die gemeinen Nager auf. Lizensiert unter der Creative Commons License.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/OTY0MA%3d%3d"
}, {
"id": 10632,
"language_id": 10,
"title": "Big Buck Bunny",
"description": "Big Buck Bunny (nome in codice Peach) è un cortometraggio animato del Blender Institute, parte della Blender Foundation.Come il precedente film della fondazione Elephants Dream è un film a contenuto aperto. Il lavoro di un piccolo team di sette animatori reclutati nella comunità Blender di artisti 3D, è iniziato nell'ottobre 2007, e il film è stato ufficialmente pubblicato il 10 aprile 2008, debuttando ad Amsterdam. Il download del film e dei contenuti è stato reso disponibile il30 maggio 2008.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/OTY0MQ%3d%3d"
}],
"tagging": {
"id": 6318,
"year": "2008",
"isbn": ""
},
"themes": [{
"id": 91980,
"theme_id": -1,
"created_at": "2014-12-09T12:01:59"
}],
"categories": [{
"id": 32689,
"category_id": 196,
"created_at": "2014-12-09T12:01:59"
}, {
"id": 32690,
"category_id": 197,
"created_at": "2014-12-09T12:01:59"
}],
"groups": [{
"id": 79924,
"created_at": "2014-12-09T12:02:00",
"start_at": null,
"end_at": null,
"group_id": "c-1"
}, {
"id": 36637,
"created_at": "2014-12-09T12:01:59",
"start_at": null,
"end_at": null,
"group_id": "s2"
}, {
"id": 95086,
"created_at": "2015-07-23T07:58:55",
"start_at": null,
"end_at": null,
"group_id": "p57"
}, {
"id": 43591,
"created_at": "2014-12-09T12:02:00",
"start_at": null,
"end_at": null,
"group_id": "p58"
}, {
"id": 36638,
"created_at": "2014-12-09T12:02:00",
"start_at": null,
"end_at": null,
"group_id": "c62"
}, {
"id": 95056,
"created_at": "2015-07-22T13:16:09",
"start_at": null,
"end_at": null,
"group_id": "p124"
}],
"preview_pictures": [{
"id": 16674,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2NzQ%3d"
}, {
"id": 16676,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2NzY%3d"
}, {
"id": 16678,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2Nzg%3d"
}, {
"id": 16680,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2ODA%3d"
}, {
"id": 16682,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2ODI%3d"
}, {
"id": 16684,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2ODQ%3d"
}, {
"id": 16686,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2ODY%3d"
}, {
"id": 16688,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2ODg%3d"
}, {
"id": 16690,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2OTA%3d"
}, {
"id": 16692,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2OTI%3d"
}, {
"id": 16694,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2OTQ%3d"
}, {
"id": 16696,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2OTY%3d"
}, {
"id": 16698,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2OTg%3d"
}, {
"id": 16700,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY3MDA%3d"
}, {
"id": 16702,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY3MDI%3d"
}, {
"id": 16706,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY3MDY%3d"
}, {
"id": 16708,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY3MDg%3d"
}, {
"id": 16710,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY3MTA%3d"
}, {
"id": 16712,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY3MTI%3d"
}, {
"id": 16714,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY3MTQ%3d"
}, {
"id": 16716,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY3MTY%3d"
}, {
"id": 16718,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY3MTg%3d"
}],
"chapters": [],
"price_license_binding": [{
"id": 122169,
"license_id": 16,
"price_id": 32,
"hd": false,
"compare_price_id": null
}, {
"id": 122170,
"license_id": 17,
"price_id": 33,
"hd": false,
"compare_price_id": null
}, {
"id": 122171,
"license_id": 19,
"price_id": 31,
"hd": false,
"compare_price_id": null
}],
"tagging_genre": [{
"id": 3726,
"value": "Animation"
}, {
"id": 3727,
"value": "Comedy"
}, {
"id": 3728,
"value": "CG"
}, {
"id": 18356,
"value": " CG"
}],
"tagging_studios": [],
"tagging_people": [],
"tagging_script": [{
"id": 13680,
"person": "Sacha Goedeburge"
}],
"tagging_regie": [{
"id": 13681,
"person": "Sacha Goedeburge"
}]
}, {
"id": 42069,
"project_id": "0000-A455-9607-D7A7",
"title": "Biker's soul",
"comment": "",
"version": "",
"created_at": "2014-09-22T08:59:01",
"runtime": 3808,
"allow_download_trial": null,
"product_type": 1,
"published_at": "2014-09-22T08:59:01",
"pre_sales": false,
"updated_at": null,
"attribute_set_id": 1001,
"weight": null,
"drm_protected": null,
"gtin": "",
"supplier": null,
"manage_stock": null,
"items_in_stock": null,
"locales": [{
"id": 57579,
"language_id": 1,
"title": "Biker's soul",
"description": "The adventurous travel of a German motorcycle club to the religious heart of Russia on the mission to get their bikes blessed by the legendary priest of the Black Bears Yaroslavl MC.\r\nSaxon humor, Russian hospitality and some of the finest orthodox monasteries of the world. An Open Source Gonzo Documentary about the universal spirit of motorcycling.",
"version": "",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/NDE5ODg%3d"
}, {
"id": 57580,
"language_id": 2,
"title": "Der Geist der Biker",
"description": "Die abenteuerliche Reise des Dresdner Motorradclubs Metern durch das religiöse Herz Russlands, auf der Mission, ihre Maschinen vom legendären Motorrad-Priester des Black Bears Yaroslavl Motorradclubs segnen zu lassen. Sächsischer Humor und russische Gastfreundschaft vor der Kulisse der schönsten orthodoxen Klöster Russlands. Ein Gonzo-Dokumentarfilm über den universellen Geist der Biker.",
"version": "",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/NDE5ODk%3d"
}],
"tagging": {
"id": 0,
"year": "",
"isbn": ""
},
"themes": [{
"id": 86017,
"theme_id": -1,
"created_at": "2014-09-22T08:59:02"
}],
"categories": [],
"groups": [{
"id": 74644,
"created_at": "2014-09-22T08:59:02",
"start_at": null,
"end_at": null,
"group_id": "c-1"
}, {
"id": 95097,
"created_at": "2015-07-23T07:58:55",
"start_at": null,
"end_at": null,
"group_id": "p57"
}],
"preview_pictures": [],
"chapters": [],
"price_license_binding": [{
"id": 114473,
"license_id": 15,
"price_id": 33,
"hd": false,
"compare_price_id": null
}, {
"id": 114474,
"license_id": 19,
"price_id": 33,
"hd": false,
"compare_price_id": null
}],
"tagging_genre": [],
"tagging_studios": [],
"tagging_people": [],
"tagging_script": [],
"tagging_regie": []
}, {
"id": 2762,
"project_id": "0000-0ACA-3360-B681",
"title": "Elephants Dream",
"comment": "The worlds first 3D ‘Open Movie’",
"version": "fluxDVD",
"created_at": "2008-05-19T15:48:53",
"runtime": 2217,
"allow_download_trial": 0,
"product_type": 1,
"published_at": "2008-05-19T15:48:53",
"pre_sales": false,
"updated_at": "2014-10-29T07:50:48",
"attribute_set_id": null,
"weight": "0",
"drm_protected": true,
"gtin": "",
"supplier": null,
"manage_stock": null,
"items_in_stock": null,
"locales": [{
"id": 10628,
"language_id": 1,
"title": "Elephants Dream",
"description": "The film tells the story of Emo and Proog, two people with different visions of the surreal world in which they live. Viewers are taken on a journey through that world, full of strange mechanical birds, stunning technological vistas and machinery that seems to have a life of its own.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/OTYzNw%3d%3d"
}, {
"id": 10629,
"language_id": 2,
"title": "Elephants Dream",
"description": "Der Film erzählt die Geschichte von Emo und Proog, zwei Personen mit unterschiedlichen Ansichten über die surreale Welt, in der sie leben. Der Zuschauer wir mitgenommen auf eine Reise durch diese Welt, voll von fremdartigen, mechanischen Vögeln, atemberaubenden technischen Aussichten und Maschienen, die ihr eigenes Leben zu führen scheinen. Lizensiert unter der Creative Commons License.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/OTYzOA%3d%3d"
}],
"tagging": {
"id": 6317,
"year": "2006",
"isbn": ""
},
"themes": [{
"id": 88621,
"theme_id": -1,
"created_at": "2014-10-29T07:50:48"
}],
"categories": [{
"id": 30086,
"category_id": 196,
"created_at": "2014-10-29T07:50:48"
}, {
"id": 30087,
"category_id": 198,
"created_at": "2014-10-29T07:50:48"
}],
"groups": [{
"id": 77107,
"created_at": "2014-10-29T07:50:48",
"start_at": null,
"end_at": null,
"group_id": "c-1"
}, {
"id": 77103,
"created_at": "2014-10-29T07:50:48",
"start_at": null,
"end_at": null,
"group_id": "s2"
}, {
"id": 95085,
"created_at": "2015-07-23T07:58:55",
"start_at": null,
"end_at": null,
"group_id": "p57"
}, {
"id": 77106,
"created_at": "2014-10-29T07:50:48",
"start_at": null,
"end_at": null,
"group_id": "c62"
}],
"preview_pictures": [{
"id": 708,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzA4"
}, {
"id": 710,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzEw"
}, {
"id": 712,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzEy"
}, {
"id": 714,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzE0"
}, {
"id": 716,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzE2"
}, {
"id": 718,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzE4"
}, {
"id": 720,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzIw"
}],
"chapters": [],
"price_license_binding": [{
"id": 117662,
"license_id": 16,
"price_id": 32,
"hd": false,
"compare_price_id": null
}, {
"id": 117663,
"license_id": 19,
"price_id": 31,
"hd": false,
"compare_price_id": null
}, {
"id": 117664,
"license_id": 56,
"price_id": 30,
"hd": false,
"compare_price_id": null
}],
"tagging_genre": [{
"id": 3723,
"value": "Sci-Fi"
}, {
"id": 3724,
"value": "Fantasy"
}, {
"id": 3725,
"value": "Animation"
}],
"tagging_studios": [{
"id": 4325,
"value": "Blender Foundation"
}],
"tagging_people": [{
"id": 13676,
"role": "Emo",
"person": "Cas Jansen"
}, {
"id": 13677,
"role": "Proog",
"person": "Tygo Gernandt"
}],
"tagging_script": [{
"id": 13678,
"person": "Pepijn Zwanenberg, Andreas Goralczyk"
}],
"tagging_regie": [{
"id": 13679,
"person": "Bassam Kurdali"
}]
}, {
"id": 18772,
"project_id": "0000-4954-100D-5702",
"title": "PDF sample X",
"comment": "",
"version": "",
"created_at": "2013-03-20T10:57:27",
"runtime": null,
"allow_download_trial": 0,
"product_type": 7,
"published_at": "2000-01-01T00:00:00",
"pre_sales": false,
"updated_at": "2015-10-30T07:38:49",
"attribute_set_id": null,
"weight": "0",
"drm_protected": true,
"gtin": "",
"supplier": null,
"manage_stock": null,
"items_in_stock": null,
"locales": [{
"id": 19073,
"language_id": 1,
"title": "PDF sample X",
"description": "description",
"version": "",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": ""
}],
"tagging": {
"id": 0,
"year": "",
"isbn": ""
},
"themes": [{
"id": 30542,
"theme_id": -1,
"created_at": "2013-03-20T10:59:41"
}],
"categories": [],
"groups": [{
"id": 32200,
"created_at": "2013-03-20T10:59:41",
"start_at": null,
"end_at": null,
"group_id": "c-1"
}, {
"id": 95094,
"created_at": "2015-07-23T07:58:55",
"start_at": null,
"end_at": null,
"group_id": "p57"
}, {
"id": 43593,
"created_at": "2013-10-24T06:53:27",
"start_at": null,
"end_at": null,
"group_id": "p58"
}],
"preview_pictures": [],
"chapters": [],
"price_license_binding": [{
"id": 43856,
"license_id": 17,
"price_id": 33,
"hd": false,
"compare_price_id": null
}],
"tagging_genre": [],
"tagging_studios": [],
"tagging_people": [],
"tagging_script": [],
"tagging_regie": []
}, {
"id": 6936,
"project_id": "0000-1B18-685F-0DD8",
"title": "Route 66",
"comment": "",
"version": "",
"created_at": "2010-12-08T16:06:53",
"runtime": 5933,
"allow_download_trial": 0,
"product_type": 1,
"published_at": "2010-12-08T16:06:53",
"pre_sales": false,
"updated_at": null,
"attribute_set_id": null,
"weight": null,
"drm_protected": null,
"gtin": "",
"supplier": null,
"manage_stock": null,
"items_in_stock": null,
"locales": [{
"id": 10633,
"language_id": 1,
"title": "Route 66",
"description": "Three Germans, a camera, a beat up red Cadillac, and 2451 miles of the US highway. For many foreigners, America is treated as the \"land of milk and honey.\" It's a place where almost anything is possible, where the sacred and the mundane exist together; where the lines of fantasy and reality are blurred together; and where \"it feels so surreal that it feels like heaven.\"\r\n\r\nRoute 66 - An American Dream is a documentary created by three German travelers who wish to experience and see America. They travel different States, sleep in their near death Cadillac, travel the infamous Route 66 and discover America.",
"version": "",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/OTY0Mg%3d%3d"
}, {
"id": 10634,
"language_id": 2,
"title": "Route 66",
"description": "Drei naive Jungs traeumen von Hollywood. Dabei setzen sie auf die amerikanischsten Werte, die ihnen einfallen: ein unsinnig monstroeses Auto, voll gestopft mit Fast Food, Oelflaschen und Kameratechnik, auf dem Weg nach Kalifornien via Route 66. Auf der Suche nach den amerikanischen Klischees kommt es zu ungeplanten Zwischenfaellen....",
"version": "",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/OTY0Mw%3d%3d"
}],
"tagging": {
"id": 6319,
"year": "2004",
"isbn": ""
},
"themes": [{
"id": 20258,
"theme_id": -1,
"created_at": "2012-07-11T12:04:52"
}],
"categories": [],
"groups": [{
"id": 20222,
"created_at": "2012-07-11T12:04:52",
"start_at": null,
"end_at": null,
"group_id": "c-1"
}, {
"id": 95088,
"created_at": "2015-07-23T07:58:55",
"start_at": null,
"end_at": null,
"group_id": "p57"
}, {
"id": 43594,
"created_at": "2013-10-24T06:53:27",
"start_at": null,
"end_at": null,
"group_id": "p58"
}, {
"id": 20223,
"created_at": "2012-07-11T12:04:52",
"start_at": null,
"end_at": null,
"group_id": "c62"
}],
"preview_pictures": [{
"id": 18997,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTg5OTc%3d"
}, {
"id": 18999,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTg5OTk%3d"
}, {
"id": 19001,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwMDE%3d"
}, {
"id": 19003,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwMDM%3d"
}, {
"id": 19005,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwMDU%3d"
}, {
"id": 19007,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwMDc%3d"
}, {
"id": 19009,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwMDk%3d"
}, {
"id": 19011,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwMTE%3d"
}, {
"id": 19013,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwMTM%3d"
}, {
"id": 19015,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwMTU%3d"
}, {
"id": 19017,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwMTc%3d"
}, {
"id": 19019,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwMTk%3d"
}, {
"id": 19021,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwMjE%3d"
}, {
"id": 19023,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwMjM%3d"
}, {
"id": 19025,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwMjU%3d"
}, {
"id": 19027,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwMjc%3d"
}, {
"id": 19029,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwMjk%3d"
}, {
"id": 19031,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwMzE%3d"
}, {
"id": 19033,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwMzM%3d"
}, {
"id": 19035,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwMzU%3d"
}, {
"id": 19037,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwMzc%3d"
}, {
"id": 19039,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwMzk%3d"
}, {
"id": 19041,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwNDE%3d"
}, {
"id": 19043,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwNDM%3d"
}, {
"id": 19045,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwNDU%3d"
}, {
"id": 19047,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwNDc%3d"
}, {
"id": 19049,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwNDk%3d"
}, {
"id": 19051,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwNTE%3d"
}, {
"id": 19053,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwNTM%3d"
}, {
"id": 19055,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwNTU%3d"
}, {
"id": 19057,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwNTc%3d"
}, {
"id": 19059,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwNTk%3d"
}, {
"id": 19061,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwNjE%3d"
}, {
"id": 19063,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwNjM%3d"
}, {
"id": 19065,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwNjU%3d"
}, {
"id": 19067,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTkwNjc%3d"
}],
"chapters": [],
"price_license_binding": [{
"id": 29526,
"license_id": 15,
"price_id": 1,
"hd": false,
"compare_price_id": null
}, {
"id": 29527,
"license_id": 16,
"price_id": 32,
"hd": false,
"compare_price_id": null
}, {
"id": 29528,
"license_id": 19,
"price_id": 31,
"hd": false,
"compare_price_id": null
}],
"tagging_genre": [{
"id": 3729,
"value": "Gonzo Road Movie"
}],
"tagging_studios": [],
"tagging_people": [{
"id": 13682,
"person": "Stefan Kluge"
}, {
"id": 13683,
"person": "Gerald Menze"
}, {
"id": 13684,
"person": "Mathias Eimann"
}],
"tagging_script": [{
"id": 13685,
"person": "Stefan Kluge, Mathias Eimann"
}],
"tagging_regie": [{
"id": 13686,
"person": "Stefan Kluge"
}]
}, {
"id": 13235,
"project_id": "0000-33B3-B888-DFED",
"title": "Sintel",
"comment": "",
"version": "",
"created_at": "2012-05-31T13:20:43",
"runtime": 3512,
"allow_download_trial": 0,
"product_type": 1,
"published_at": "2012-05-31T13:20:43",
"pre_sales": false,
"updated_at": "2014-05-16T13:02:08",
"attribute_set_id": null,
"weight": null,
"drm_protected": null,
"gtin": "",
"supplier": null,
"manage_stock": null,
"items_in_stock": null,
"locales": [{
"id": 10627,
"language_id": 1,
"title": "Sintel",
"description": "The film follows a girl named Sintel who is searching for a baby dragon she calls Scales. A flashback reveals that Sintel found Scales with its wing injured and helped care for it...",
"version": "",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/OTYzNg%3d%3d"
}, {
"id": 46712,
"language_id": 2,
"title": "Sintel",
"description": "The film follows a girl named Sintel who is searching for a baby dragon she calls Scales. A flashback reveals that Sintel found Scales with its wing injured and helped care for it...",
"version": "",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/MzUxNTE%3d"
}],
"tagging": {
"id": 6316,
"year": "2010",
"isbn": ""
},
"themes": [{
"id": 64654,
"theme_id": -1,
"created_at": "2014-05-16T13:02:08"
}],
"categories": [],
"groups": [{
"id": 64811,
"created_at": "2014-05-16T13:02:08",
"start_at": null,
"end_at": null,
"group_id": "c-1"
}, {
"id": 95092,
"created_at": "2015-07-23T07:58:55",
"start_at": null,
"end_at": null,
"group_id": "p57"
}, {
"id": 64810,
"created_at": "2014-05-16T13:02:08",
"start_at": null,
"end_at": null,
"group_id": "p58"
}, {
"id": 95057,
"created_at": "2015-07-22T13:16:09",
"start_at": null,
"end_at": null,
"group_id": "p124"
}],
"preview_pictures": [{
"id": 60099,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAwOTk%3d"
}, {
"id": 60101,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxMDE%3d"
}, {
"id": 60103,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxMDM%3d"
}, {
"id": 60105,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxMDU%3d"
}, {
"id": 60107,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxMDc%3d"
}, {
"id": 60109,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxMDk%3d"
}, {
"id": 60111,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxMTE%3d"
}, {
"id": 60113,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxMTM%3d"
}, {
"id": 60115,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxMTU%3d"
}, {
"id": 60117,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxMTc%3d"
}, {
"id": 60119,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxMTk%3d"
}, {
"id": 60121,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxMjE%3d"
}, {
"id": 60123,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxMjM%3d"
}, {
"id": 60125,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxMjU%3d"
}, {
"id": 60127,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxMjc%3d"
}, {
"id": 60129,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxMjk%3d"
}, {
"id": 60131,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxMzE%3d"
}, {
"id": 60133,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxMzM%3d"
}, {
"id": 60135,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxMzU%3d"
}, {
"id": 60137,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxMzc%3d"
}, {
"id": 60139,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxMzk%3d"
}, {
"id": 60141,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxNDE%3d"
}, {
"id": 60143,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxNDM%3d"
}, {
"id": 60145,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjAxNDU%3d"
}],
"chapters": [],
"price_license_binding": [{
"id": 97627,
"license_id": 16,
"price_id": 33,
"hd": false,
"compare_price_id": null
}, {
"id": 97626,
"license_id": 19,
"price_id": 31,
"hd": false,
"compare_price_id": null
}],
"tagging_genre": [],
"tagging_studios": [],
"tagging_people": [{
"id": 13672,
"role": "Shaman",
"person": "Thom Hoffman"
}, {
"id": 13673,
"role": "Sintel",
"person": "Halina Reijn"
}],
"tagging_script": [{
"id": 13674,
"person": "Martin Lodewijk ,Esther Wouda"
}],
"tagging_regie": [{
"id": 13675,
"person": "Colin Levy"
}]
}, {
"id": 42147,
"project_id": "0000-A4A3-7DB2-8BFA",
"title": "Sita Sings the Blues",
"comment": "",
"version": "",
"created_at": "2014-09-24T08:52:04",
"runtime": 4896,
"allow_download_trial": 0,
"product_type": 9,
"published_at": "2014-09-24T08:52:04",
"pre_sales": false,
"updated_at": "2016-02-15T12:22:26",
"attribute_set_id": 1001,
"weight": "0",
"drm_protected": true,
"gtin": "",
"supplier": null,
"manage_stock": null,
"items_in_stock": null,
"locales": [{
"id": 57677,
"language_id": 1,
"title": "Sita Sings the Blues",
"description": "The plot joins the legend at the exile of prince Rama from his father's court, at the behest of his father's favorite queen, Kaikeyi. Having earned the right to any single favor by saving the king's life, Kaikeyi attempts to secure her own son's inheritance over the eldest and favorite, Rama, by ordering him banished from the court. Sita, Rama's wife, determines to accompany her beloved husband, although the woods are dangerous and overrun with demons and evil spirits. The demon king Ravana, encouraged by his spiteful ogress sister, hears of Sita's beauty and determines to kidnap her. He sends a golden hind past their dwelling to distract Rama, who tries to impress Sita by hunting the hind into the woods. In his absence, Ravana abducts Sita and demands that she submit to him on pain of death. Sita remains staunchly devoted to Rama and refuses to entertain the idea; Ravana sets a deadline for the ultimatum and Sita waits faithfully for Rama to rescue her. Rama eventually discovers Sita's location and brings the monkey army to assist in her rescue. Ravana is slain and Sita restored to her husband, although he expresses serious doubts concerning her fidelity during her confinement. She submits to a trial by fire, a test of her purity; upon throwing herself into the flames, she is immediately rescued by the gods, who all proclaim her devotion and fidelity. She accompanies Rama back to the palace, and soon falls pregnant. Lingering doubts still play on Rama's mind, however, and after overhearing one of his subjects beating and ejecting an unfaithful consort (claiming he is no Rama to accept and forgive her unfaithfulness), he orders his reluctant brother Lakshman to abandon Sita in the forest. In the company of ascetics she gives birth to her sons and raises them to love and praise their absent father. Years later, Rama overhears their hymns of adoration to their father and locates their dwelling.",
"version": "",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/NDIwNTA%3d"
}],
"tagging": {
"id": 19560,
"year": "2008",
"isbn": ""
},
"themes": [{
"id": 96894,
"theme_id": -1,
"created_at": "2015-02-01T13:05:53"
}],
"categories": [],
"groups": [{
"id": 74786,
"created_at": "2014-09-24T08:52:06",
"start_at": null,
"end_at": null,
"group_id": "c-1"
}, {
"id": 95099,
"created_at": "2015-07-23T07:58:55",
"start_at": null,
"end_at": null,
"group_id": "p57"
}],
"preview_pictures": [],
"chapters": [],
"price_license_binding": [{
"id": 128889,
"license_id": 15,
"price_id": 33,
"hd": true,
"compare_price_id": null
}, {
"id": 128890,
"license_id": 17,
"price_id": 33,
"hd": true,
"compare_price_id": null
}, {
"id": 128887,
"license_id": 15,
"price_id": 33,
"hd": false,
"compare_price_id": null
}, {
"id": 128888,
"license_id": 19,
"price_id": 33,
"hd": false,
"compare_price_id": 643
}],
"tagging_genre": [{
"id": 12588,
"value": "Animation"
}],
"tagging_studios": [],
"tagging_people": [],
"tagging_script": [],
"tagging_regie": []
}, {
"id": 2961,
"project_id": "0000-0B91-DC25-AB9D",
"title": "Star Wreck: In the Pirkinning",
"comment": "",
"version": "fluxDVD",
"created_at": "2008-07-11T14:16:26",
"runtime": 6180,
"allow_download_trial": 0,
"product_type": 1,
"published_at": "2008-07-11T14:16:26",
"pre_sales": false,
"updated_at": "2016-04-08T12:33:29",
"attribute_set_id": null,
"weight": "0",
"drm_protected": true,
"gtin": "978-5-5085-9244-8",
"supplier": 1003,
"manage_stock": null,
"items_in_stock": null,
"locales": [{
"id": 64597,
"language_id": 1,
"title": "Star Wreck: In the Pirkinning",
"description": "Trapped in the past when their starship is destroyed Capt Pirk and his crew await the invention of the antimaterial drive. At first they go native so as not to alter events in our time. But when the day arrives for the invention of the drive that will allow them to return home they are shocked to discover that no one has invented it...",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/NDk1NDU%3d"
}, {
"id": 64598,
"language_id": 2,
"title": "Star Wreck: In the Pirkinning",
"description": "Captain Pirk und seine Crew sind nach der Zerstörung ihres Raumschiffs in der Gegenwart gefangen und warten auf die Erfindung des Antimaterieantriebs. Zunächst versuchen Sie unerkannt zu bleiben, um die Geschehnisse unserer Zeit nicht zu verändern. Aber als der Tag der Erfindung des Antimaterieantriebs naht, tritt etwas Unvohergesehenes ein...",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/NDk1NDY%3d"
}],
"tagging": {
"id": 22371,
"year": "2005",
"isbn": ""
},
"themes": [{
"id": 97016,
"theme_id": -1,
"created_at": "2015-02-03T16:10:51"
}],
"categories": [{
"id": 6788,
"category_id": 197,
"created_at": "2012-04-16T13:54:12"
}, {
"id": 6789,
"category_id": 198,
"created_at": "2012-04-16T13:54:12"
}],
"groups": [{
"id": 20224,
"created_at": "2012-07-11T12:06:50",
"start_at": null,
"end_at": null,
"group_id": "c-1"
}, {
"id": 95087,
"created_at": "2015-07-23T07:58:55",
"start_at": null,
"end_at": null,
"group_id": "p57"
}, {
"id": 43596,
"created_at": "2015-02-03T16:10:51",
"start_at": null,
"end_at": null,
"group_id": "p58"
}, {
"id": 20225,
"created_at": "2015-02-03T16:10:51",
"start_at": null,
"end_at": null,
"group_id": "c62"
}],
"preview_pictures": [{
"id": 642,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjQy"
}, {
"id": 644,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjQ0"
}, {
"id": 646,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjQ2"
}, {
"id": 648,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjQ4"
}, {
"id": 650,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjUw"
}, {
"id": 652,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjUy"
}, {
"id": 654,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjU0"
}, {
"id": 656,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjU2"
}, {
"id": 658,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjU4"
}, {
"id": 660,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjYw"
}, {
"id": 662,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjYy"
}, {
"id": 664,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjY0"
}, {
"id": 666,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjY2"
}, {
"id": 668,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NjY4"
}, {
"id": 670,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/Njcw"
}, {
"id": 672,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/Njcy"
}, {
"id": 674,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/Njc0"
}, {
"id": 676,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/Njc2"
}, {
"id": 678,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/Njc4"
}, {
"id": 680,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/Njgw"
}, {
"id": 682,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/Njgy"
}, {
"id": 684,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/Njg0"
}, {
"id": 686,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/Njg2"
}, {
"id": 688,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/Njg4"
}],
"chapters": [{
"id": 97,
"name": "Chapter 1",
"runtime": 600
}, {
"id": 98,
"name": "Chapter 2",
"runtime": 600
}, {
"id": 99,
"name": "Chapter 3",
"runtime": 600
}, {
"id": 100,
"name": "Chapter 4",
"runtime": 600
}, {
"id": 101,
"name": "Chapter 5",
"runtime": 600
}, {
"id": 102,
"name": "Chapter 6",
"runtime": 600
}, {
"id": 103,
"name": "Chapter 7",
"runtime": 600
}, {
"id": 104,
"name": "Chapter 8",
"runtime": 600
}, {
"id": 105,
"name": "Chapter 9",
"runtime": 600
}, {
"id": 106,
"name": "Chapter 10",
"runtime": 600
}],
"price_license_binding": [{
"id": 129074,
"license_id": 16,
"price_id": 32,
"hd": false,
"compare_price_id": null
}, {
"id": 129075,
"license_id": 17,
"price_id": 33,
"hd": false,
"compare_price_id": null
}, {
"id": 129076,
"license_id": 19,
"price_id": 31,
"hd": false,
"compare_price_id": null
}],
"tagging_genre": [{
"id": 14046,
"value": "Sci-Fi, Action, Comedy"
}],
"tagging_studios": [],
"tagging_people": [{
"id": 43126,
"role": "\"Emperor James B. Pirk\"",
"person": "\"Samuli Torssonen\""
}, {
"id": 43127,
"role": "\"Captain Joni K. Sherrypie\"",
"person": "\"Atte Joutsen\""
}, {
"id": 43128,
"role": "\"Commander Dwarf\"",
"person": "\"Timo Vuorensola\""
}, {
"id": 43129,
"role": "Info",
"person": "\"Antti Satama\""
}, {
"id": 43130,
"role": "\"P Union science officer\"",
"person": "\"Karoliina Blackburn\""
}, {
"id": 43131,
"role": "\"Sergei Fukov / Festerbester\"",
"person": "\"Janos Honkonen\""
}, {
"id": 43132,
"role": "\"P Union scientist\"",
"person": "\"Seppo Honkanen\""
}, {
"id": 43133,
"role": "\"Lt Whip\"",
"person": "\"Tiina Routamaa\""
}, {
"id": 43134,
"role": "\"Chief of Security Mikhail Garybrandy\"",
"person": "\"Jari Ahola\""
}, {
"id": 43135,
"role": "\"Girl in Hamburger Restaurant\"",
"person": "\"Sonja Sjöblom\""
}],
"tagging_script": [{
"id": 39351,
"person": "Rudi Airisto, Jarmo Puskala"
}],
"tagging_regie": [{
"id": 39352,
"person": "Timo Vuorensola"
}]
}, {
"id": 14136,
"project_id": "0000-3738-6CA2-99EA",
"title": "Tears of Steel",
"comment": "",
"version": "",
"created_at": "2012-10-24T13:10:30",
"runtime": 2700,
"allow_download_trial": 0,
"product_type": 1,
"published_at": "2012-10-24T13:10:30",
"pre_sales": false,
"updated_at": null,
"attribute_set_id": null,
"weight": null,
"drm_protected": null,
"gtin": "",
"supplier": null,
"manage_stock": null,
"items_in_stock": null,
"locales": [{
"id": 11165,
"language_id": 1,
"title": "Tears of Steel",
"description": "“Tears of Steel” is a short film made in Amsterdam the Netherlands by the Blender Institute, well known for realizing the open source short animation movies “Big Buck Bunny” (2008) and “Sintel” (2010). As usual these films get financing by crowd-funding in online communities of 3D artists and animators.\nFor “Tears of Steel” the funding target was to explore a complete open source pipeline for producing a high quality visual effect film, with as theme “Science Fiction in Amsterdam”.",
"version": "",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "Tears of Steel,Blender,CGI,Creative Common, Blender Institute, Blender Foundation,Open Source software",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/MTAyMDc%3d"
}],
"tagging": {
"id": 11616,
"year": "2012",
"isbn": ""
},
"themes": [{
"id": 35917,
"theme_id": -1,
"created_at": "2013-07-24T09:21:56"
}],
"categories": [],
"groups": [{
"id": 39037,
"created_at": "2013-07-24T09:21:56",
"start_at": null,
"end_at": null,
"group_id": "c-1"
}, {
"id": 39036,
"created_at": "2013-07-24T09:21:56",
"start_at": null,
"end_at": null,
"group_id": "c1"
}, {
"id": 95093,
"created_at": "2015-07-23T07:58:55",
"start_at": null,
"end_at": null,
"group_id": "p57"
}, {
"id": 43597,
"created_at": "2013-10-24T06:53:27",
"start_at": null,
"end_at": null,
"group_id": "p58"
}],
"preview_pictures": [{
"id": 72382,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzIzODI%3d"
}, {
"id": 72384,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzIzODQ%3d"
}, {
"id": 72386,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzIzODY%3d"
}, {
"id": 72388,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzIzODg%3d"
}, {
"id": 72390,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzIzOTA%3d"
}, {
"id": 72392,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzIzOTI%3d"
}, {
"id": 72394,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzIzOTQ%3d"
}, {
"id": 72396,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzIzOTY%3d"
}, {
"id": 72398,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzIzOTg%3d"
}, {
"id": 72400,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzI0MDA%3d"
}, {
"id": 72402,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzI0MDI%3d"
}, {
"id": 72404,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzI0MDQ%3d"
}, {
"id": 72406,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzI0MDY%3d"
}, {
"id": 72408,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzI0MDg%3d"
}, {
"id": 72410,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzI0MTA%3d"
}, {
"id": 72412,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzI0MTI%3d"
}, {
"id": 72414,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzI0MTQ%3d"
}, {
"id": 72416,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzI0MTY%3d"
}, {
"id": 72418,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzI0MTg%3d"
}, {
"id": 72420,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzI0MjA%3d"
}, {
"id": 72422,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzI0MjI%3d"
}, {
"id": 72424,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzI0MjQ%3d"
}, {
"id": 72426,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzI0MjY%3d"
}, {
"id": 72428,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzI0Mjg%3d"
}, {
"id": 72430,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzI0MzA%3d"
}, {
"id": 72432,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzI0MzI%3d"
}],
"chapters": [],
"price_license_binding": [{
"id": 52662,
"license_id": 15,
"price_id": 33,
"hd": false,
"compare_price_id": null
}, {
"id": 52663,
"license_id": 16,
"price_id": 33,
"hd": false,
"compare_price_id": null
}, {
"id": 52664,
"license_id": 19,
"price_id": 33,
"hd": false,
"compare_price_id": null
}],
"tagging_genre": [{
"id": 6978,
"value": "Sci-Fi"
}],
"tagging_studios": [{
"id": 9362,
"value": "Blender Institute"
}],
"tagging_people": [{
"id": 22452,
"role": "Djenghis",
"person": "Jody Bhe"
}, {
"id": 22453,
"role": "Techhead",
"person": "Chris Haley"
}, {
"id": 22454,
"role": "Barley",
"person": "Sergio Hasselbaink"
}, {
"id": 22455,
"role": "Old Thom",
"person": "Derek de Lint"
}, {
"id": 22456,
"role": "Celia",
"person": "Denise Rebergen"
}, {
"id": 22457,
"role": "Thom",
"person": "Vanja Rukavina"
}, {
"id": 22458,
"role": "Kapitän",
"person": "Rogier Schippers"
}],
"tagging_script": [{
"id": 22459,
"person": "Ian Hubert"
}],
"tagging_regie": [{
"id": 22460,
"person": "Ian Hubert"
}]
}, {
"id": 11892,
"project_id": "0000-2E74-D5D6-3CD7",
"title": "The Adventures of Sherlock Holmes",
"comment": "",
"version": "",
"created_at": "2011-10-25T11:55:59",
"runtime": null,
"allow_download_trial": 0,
"product_type": 7,
"published_at": "1999-12-31T23:00:00",
"pre_sales": false,
"updated_at": null,
"attribute_set_id": null,
"weight": null,
"drm_protected": null,
"gtin": "",
"supplier": null,
"manage_stock": null,
"items_in_stock": null,
"locales": [{
"id": 8880,
"language_id": 1,
"title": "The Adventures of Sherlock Holmes",
"description": "The Adventures of Sherlock Holmes is a collection of twelve stories by Arthur Conan Doyle, featuring his famous detective. They were originally published in the Strand Magazine from July 1891 to June 1892. The title character was named after famous American poet Oliver Wendell Holmes, Sr. (Summary from Wikipedia)",
"version": "",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/ODE3Ng%3d%3d"
}],
"tagging": {
"id": 5663,
"year": "1903",
"isbn": ""
},
"themes": [{
"id": 23890,
"theme_id": -1,
"created_at": "2012-12-10T16:08:40"
}],
"categories": [],
"groups": [{
"id": 22857,
"created_at": "2012-12-10T16:08:40",
"start_at": null,
"end_at": null,
"group_id": "c-1"
}, {
"id": 95090,
"created_at": "2015-07-23T07:58:55",
"start_at": null,
"end_at": null,
"group_id": "p57"
}, {
"id": 43598,
"created_at": "2013-10-24T06:53:27",
"start_at": null,
"end_at": null,
"group_id": "p58"
}],
"preview_pictures": [],
"chapters": [],
"price_license_binding": [{
"id": 35212,
"license_id": 17,
"price_id": 33,
"hd": false,
"compare_price_id": null
}],
"tagging_genre": [],
"tagging_studios": [],
"tagging_people": [],
"tagging_script": [],
"tagging_regie": []
}, {
"id": 42067,
"project_id": "0000-A453-E5CF-5102",
"title": "Valkaama",
"comment": "",
"version": "",
"created_at": "2014-09-22T08:50:26",
"runtime": 5599,
"allow_download_trial": null,
"product_type": 1,
"published_at": "2014-09-22T08:50:26",
"pre_sales": false,
"updated_at": null,
"attribute_set_id": 1001,
"weight": null,
"drm_protected": null,
"gtin": "",
"supplier": null,
"manage_stock": null,
"items_in_stock": null,
"locales": [{
"id": 57576,
"language_id": 1,
"title": "Valkaama",
"description": "A Swedish poet, Lasse, has travelled around the world for years - alone, independently, restlessly. His heart knows no home except one that a prophecy from his childhood revealed to him: Valkaama, a mysterious place in northern Finland. \r\n\r\nLasse always longed to settle there one day, along with Ari, a good friend bound to a wheelchair. In time, Lasses's travels have lost their youthful innocence. He decides to go on one last great journey with Ari. Meanwhile Ari gets in touch with someone who abruptly changes the perspective on his own destiny for the worse. \r\n\r\nIn recent months Lasse has been living with Runa, a privileged young woman from Halmstad. Since the tragic death of her parents she has lived alone with her brother, Max. Runa has looked upon Lasse only as a friend, but as he leaves, she becomes overwhelmed by deep-set emotions. She makes a decision to find him, regardless of the consequences.\r\n\r\nMagnus, the man Ari got in touch with, is a cynical alcoholic from Gothenburg. The only act which brings him joy is aiding the hopeless in suicidal quests. He constantly scathes the internet to find new missions. As a prisoner of his own miserable world, Magnus often wishes to escape. His weakness prevents him breaking free and he is forced to live an empty life in a destructive symbiosis with his mother, Svenja. \r\n\r\nMagnus sets his sights on Ari as a final victim. Ari grows impatient waiting for Lasse to return home and journey with him to Valkaama. Though he has lost the will to live, Ari consciously passes his place on Lasse's side to Magnus. His intentions remain unclear. Magnus' is aware that a journey with Lasse might be the last chance to change his life for good - he decides to join Lasse. The pair find themselves venturing northwards, alongside them, a dark lie about Ari's death. \r\n\r\nIn the meantime, a hopelessly in love Runa, tries to lighten the past of Lasse. She travels to Gothenburg attempting to piece the parts of the pu",
"version": "",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/NDE5ODU%3d"
}, {
"id": 57577,
"language_id": 2,
"title": "Valkaama",
"description": "Seit Jahren schon reist der schwedische Dichter Lasse durch die Welt - allein, unabhängig, aber vor allem ruhelos. Sein Herz kennt keine Heimat außer jener, die ihm in seiner Kindheit prophezeit worden ist: Valkaama, ein geheimnisvoller Ort im äußersten Norden Finnlands. An diesem wollte er sich schon immer eines Tages mit seinem in Göteborg zurückgelassenen Freund, dem Rollstuhlfahrer Ari, niederlassen. Nun, da die Wanderjahre für Lasse ihren Reiz verloren haben, beschließt er, sich bald mit Ari auf diese letzte große Reise zu machen. Ari hat jedoch in der Zwischenzeit eine verhängnisvolle Bekanntschaft gemacht. \r\n\r\nDie letzten Wochen hat Lasse mit Runa, einer jungen wohlhabenden Dame, in Halmstad verbracht, die nach dem tragischen Tod ihrer Eltern allein mit ihrem kleinen Bruder Max lebt. Runa ist sich sicher, dass der Dichter für sie nur ein Freund ist, doch als er plötzlich geht, wird ihr klar, dass ihre Gefühle für den seltsam anmutenden Lasse doch tiefer sind, als sie es sich eingestehen wollte. Überwältigt von ihren Emotionen schwört sie sich, ihn zu finden, koste es, was es wolle.\r\n\r\nAris zweifelhafte Bekanntschaft ist Magnus, ein schäbiger Zyniker aus Göteborg, dessen einzige Lebensfreude darin besteht, hoffnungslosen Menschen bei deren Selbstmorden zu assistieren. Seine Opfer findet er in Internetforen, seiner zweiten großen Leidenschaft neben dem Alkohol. Gefangen in seiner elenden kleinen Welt wüscht er sich oft selbst, seinem Leben ein Ende zu setzen. Doch er ist nicht stark genug für einen solchen Schritt und so verlebt er seine Tage ziellos in einer destruktiven Symbiose mit seiner Mutter Svenja. \r\n\r\nAri wird Magnus' letztes Opfer. Zu lange hat er auf die Heimkehr des Dichters warten müssen und so hat er all seinen Lebensmut verloren. Aus unerklärlichen Gründen tritt Ari seinen Platz an Lasses Seite jedoch bewusst an Magnus ab und beschwört ihn eindringlich, sich dem Dichter anzuschließen. Magnus ist sich im Klaren darüber, dass diese",
"version": "",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/NDE5ODY%3d"
}],
"tagging": {
"id": 0,
"year": "",
"isbn": ""
},
"themes": [{
"id": 86015,
"theme_id": -1,
"created_at": "2014-09-22T08:50:29"
}],
"categories": [],
"groups": [{
"id": 74640,
"created_at": "2014-09-22T08:50:29",
"start_at": null,
"end_at": null,
"group_id": "c-1"
}, {
"id": 95095,
"created_at": "2015-07-23T07:58:55",
"start_at": null,
"end_at": null,
"group_id": "p57"
}],
"preview_pictures": [],
"chapters": [],
"price_license_binding": [{
"id": 114469,
"license_id": 15,
"price_id": 31,
"hd": false,
"compare_price_id": null
}, {
"id": 114470,
"license_id": 17,
"price_id": 33,
"hd": false,
"compare_price_id": null
}],
"tagging_genre": [{
"id": 12559,
"value": "Adventure"
}, {
"id": 12560,
"value": " Drama"
}],
"tagging_studios": [{
"id": 19440,
"value": "Valkaama"
}],
"tagging_people": [],
"tagging_script": [{
"id": 36338,
"person": "Tim Baumann"
}],
"tagging_regie": [{
"id": 36339,
"person": "Tim Baumann"
}]
}]
}
Get all products, showing only some attributes
GET /api/products.json?fields=id,images,title
View Response
{
"products": [{
"id": 2874,
"title": "Big Buck Bunny"
}, {
"id": 42069,
"title": "Biker's soul"
}, {
"id": 2762,
"title": "Elephants Dream"
}, {
"id": 18772,
"title": "PDF sample X"
}, {
"id": 6936,
"title": "Route 66"
}, {
"id": 13235,
"title": "Sintel"
}, {
"id": 42147,
"title": "Sita Sings the Blues"
}, {
"id": 2961,
"title": "Star Wreck: In the Pirkinning"
}, {
"id": 14136,
"title": "Tears of Steel"
}, {
"id": 11892,
"title": "The Adventures of Sherlock Holmes"
}, {
"id": 42067,
"title": "Valkaama"
}]
}
Get a specific list of products
GET /api/products.json?ids=2874,2762
View Response
{
"products": [{
"id": 2874,
"project_id": "0000-0B3A-5DA6-3EB3",
"title": "Big Buck Bunny",
"comment": "The worlds second 3D ‘Open Movie’",
"version": "fluxDVD",
"created_at": "2008-06-10T13:35:10",
"runtime": 1260,
"allow_download_trial": 0,
"product_type": 1,
"published_at": "2008-06-10T13:35:10",
"pre_sales": false,
"updated_at": "2016-04-08T12:02:39",
"attribute_set_id": null,
"weight": "0",
"drm_protected": true,
"gtin": "",
"supplier": null,
"manage_stock": null,
"items_in_stock": null,
"locales": [{
"id": 10630,
"language_id": 1,
"title": "Big Buck Bunny",
"description": "Big Buck Bunny tells the story of a giant rabbit with a heart bigger than himself. When one sunny day three rodents rudely harass him, something snaps... and the rabbit ain't no bunny anymore! In the typical cartoon tradition he prepares the nasty rodents a comical revenge. Licensed under the Creative Commons Attribution license.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/OTYzOQ%3d%3d"
}, {
"id": 10631,
"language_id": 2,
"title": "Big Buck Bunny",
"description": "Big Buck Bunny erzählt die Geschichte eines gigantischen Hasen mit einem grossen Herz. Als ihm eines Tages einige Nager zu sehr auf die Nerven gehen, passiert etwas... und der Hase ist kein Häschen mehr! In der typischen Cartoon Tradition bricht er in einen Rachefeldzug gegen die gemeinen Nager auf. Lizensiert unter der Creative Commons License.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/OTY0MA%3d%3d"
}, {
"id": 10632,
"language_id": 10,
"title": "Big Buck Bunny",
"description": "Big Buck Bunny (nome in codice Peach) è un cortometraggio animato del Blender Institute, parte della Blender Foundation.Come il precedente film della fondazione Elephants Dream è un film a contenuto aperto. Il lavoro di un piccolo team di sette animatori reclutati nella comunità Blender di artisti 3D, è iniziato nell'ottobre 2007, e il film è stato ufficialmente pubblicato il 10 aprile 2008, debuttando ad Amsterdam. Il download del film e dei contenuti è stato reso disponibile il30 maggio 2008.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/OTY0MQ%3d%3d"
}],
"tagging": {
"id": 6318,
"year": "2008",
"isbn": ""
},
"themes": [{
"id": 91980,
"theme_id": -1,
"created_at": "2014-12-09T12:01:59"
}],
"categories": [{
"id": 32689,
"category_id": 196,
"created_at": "2014-12-09T12:01:59"
}, {
"id": 32690,
"category_id": 197,
"created_at": "2014-12-09T12:01:59"
}],
"groups": [{
"id": 79924,
"created_at": "2014-12-09T12:02:00",
"start_at": null,
"end_at": null,
"group_id": "c-1"
}, {
"id": 36637,
"created_at": "2014-12-09T12:01:59",
"start_at": null,
"end_at": null,
"group_id": "s2"
}, {
"id": 95086,
"created_at": "2015-07-23T07:58:55",
"start_at": null,
"end_at": null,
"group_id": "p57"
}, {
"id": 43591,
"created_at": "2014-12-09T12:02:00",
"start_at": null,
"end_at": null,
"group_id": "p58"
}, {
"id": 36638,
"created_at": "2014-12-09T12:02:00",
"start_at": null,
"end_at": null,
"group_id": "c62"
}, {
"id": 95056,
"created_at": "2015-07-22T13:16:09",
"start_at": null,
"end_at": null,
"group_id": "p124"
}],
"preview_pictures": [{
"id": 16674,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2NzQ%3d"
}, {
"id": 16676,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2NzY%3d"
}, {
"id": 16678,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2Nzg%3d"
}, {
"id": 16680,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2ODA%3d"
}, {
"id": 16682,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2ODI%3d"
}, {
"id": 16684,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2ODQ%3d"
}, {
"id": 16686,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2ODY%3d"
}, {
"id": 16688,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2ODg%3d"
}, {
"id": 16690,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2OTA%3d"
}, {
"id": 16692,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2OTI%3d"
}, {
"id": 16694,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2OTQ%3d"
}, {
"id": 16696,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2OTY%3d"
}, {
"id": 16698,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY2OTg%3d"
}, {
"id": 16700,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY3MDA%3d"
}, {
"id": 16702,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY3MDI%3d"
}, {
"id": 16706,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY3MDY%3d"
}, {
"id": 16708,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY3MDg%3d"
}, {
"id": 16710,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY3MTA%3d"
}, {
"id": 16712,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY3MTI%3d"
}, {
"id": 16714,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY3MTQ%3d"
}, {
"id": 16716,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY3MTY%3d"
}, {
"id": 16718,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/MTY3MTg%3d"
}],
"chapters": [],
"price_license_binding": [{
"id": 122169,
"license_id": 16,
"price_id": 32,
"hd": false,
"compare_price_id": null
}, {
"id": 122170,
"license_id": 17,
"price_id": 33,
"hd": false,
"compare_price_id": null
}, {
"id": 122171,
"license_id": 19,
"price_id": 31,
"hd": false,
"compare_price_id": null
}],
"tagging_genre": [{
"id": 3726,
"value": "Animation"
}, {
"id": 3727,
"value": "Comedy"
}, {
"id": 3728,
"value": "CG"
}, {
"id": 18356,
"value": " CG"
}],
"tagging_studios": [],
"tagging_people": [],
"tagging_script": [{
"id": 13680,
"person": "Sacha Goedeburge"
}],
"tagging_regie": [{
"id": 13681,
"person": "Sacha Goedeburge"
}]
}, {
"id": 2762,
"project_id": "0000-0ACA-3360-B681",
"title": "Elephants Dream",
"comment": "The worlds first 3D ‘Open Movie’",
"version": "fluxDVD",
"created_at": "2008-05-19T15:48:53",
"runtime": 2217,
"allow_download_trial": 0,
"product_type": 1,
"published_at": "2008-05-19T15:48:53",
"pre_sales": false,
"updated_at": "2014-10-29T07:50:48",
"attribute_set_id": null,
"weight": "0",
"drm_protected": true,
"gtin": "",
"supplier": null,
"manage_stock": null,
"items_in_stock": null,
"locales": [{
"id": 10628,
"language_id": 1,
"title": "Elephants Dream",
"description": "The film tells the story of Emo and Proog, two people with different visions of the surreal world in which they live. Viewers are taken on a journey through that world, full of strange mechanical birds, stunning technological vistas and machinery that seems to have a life of its own.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/OTYzNw%3d%3d"
}, {
"id": 10629,
"language_id": 2,
"title": "Elephants Dream",
"description": "Der Film erzählt die Geschichte von Emo und Proog, zwei Personen mit unterschiedlichen Ansichten über die surreale Welt, in der sie leben. Der Zuschauer wir mitgenommen auf eine Reise durch diese Welt, voll von fremdartigen, mechanischen Vögeln, atemberaubenden technischen Aussichten und Maschienen, die ihr eigenes Leben zu führen scheinen. Lizensiert unter der Creative Commons License.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/OTYzOA%3d%3d"
}],
"tagging": {
"id": 6317,
"year": "2006",
"isbn": ""
},
"themes": [{
"id": 88621,
"theme_id": -1,
"created_at": "2014-10-29T07:50:48"
}],
"categories": [{
"id": 30086,
"category_id": 196,
"created_at": "2014-10-29T07:50:48"
}, {
"id": 30087,
"category_id": 198,
"created_at": "2014-10-29T07:50:48"
}],
"groups": [{
"id": 77107,
"created_at": "2014-10-29T07:50:48",
"start_at": null,
"end_at": null,
"group_id": "c-1"
}, {
"id": 77103,
"created_at": "2014-10-29T07:50:48",
"start_at": null,
"end_at": null,
"group_id": "s2"
}, {
"id": 95085,
"created_at": "2015-07-23T07:58:55",
"start_at": null,
"end_at": null,
"group_id": "p57"
}, {
"id": 77106,
"created_at": "2014-10-29T07:50:48",
"start_at": null,
"end_at": null,
"group_id": "c62"
}],
"preview_pictures": [{
"id": 708,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzA4"
}, {
"id": 710,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzEw"
}, {
"id": 712,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzEy"
}, {
"id": 714,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzE0"
}, {
"id": 716,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzE2"
}, {
"id": 718,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzE4"
}, {
"id": 720,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzIw"
}],
"chapters": [],
"price_license_binding": [{
"id": 117662,
"license_id": 16,
"price_id": 32,
"hd": false,
"compare_price_id": null
}, {
"id": 117663,
"license_id": 19,
"price_id": 31,
"hd": false,
"compare_price_id": null
}, {
"id": 117664,
"license_id": 56,
"price_id": 30,
"hd": false,
"compare_price_id": null
}],
"tagging_genre": [{
"id": 3723,
"value": "Sci-Fi"
}, {
"id": 3724,
"value": "Fantasy"
}, {
"id": 3725,
"value": "Animation"
}],
"tagging_studios": [{
"id": 4325,
"value": "Blender Foundation"
}],
"tagging_people": [{
"id": 13676,
"role": "Emo",
"person": "Cas Jansen"
}, {
"id": 13677,
"role": "Proog",
"person": "Tygo Gernandt"
}],
"tagging_script": [{
"id": 13678,
"person": "Pepijn Zwanenberg, Andreas Goralczyk"
}],
"tagging_regie": [{
"id": 13679,
"person": "Bassam Kurdali"
}]
}]
}
Get all products after the specified ID
GET /api/products.json?since_id=13235
View Response
/api/products.json?since_id=13235&fields=id,title
{
"products": [
{
"id": 42069,
"title": "Biker's soul"
},
{
"id": 18772,
"title": "PDF sample X"
},
{
"id": 42147,
"title": "Sita Sings the Blues"
},
{
"id": 14136,
"title": "Tears of Steel"
},
{
"id": 42067,
"title": "Valkaama"
}
]
}
Count all products
GET /api/products/count.json
View Response
{
"count": 11
}
Get a single product
GET api/products/0000-0ACA-3360-B681.json
View Response
{
"products": [{
"id": 2762,
"project_id": "0000-0ACA-3360-B681",
"title": "Elephants Dream",
"comment": "The worlds first 3D ‘Open Movie’",
"version": "fluxDVD",
"created_at": "2008-05-19T15:48:53",
"runtime": 2217,
"allow_download_trial": 0,
"product_type": 1,
"published_at": "2008-05-19T15:48:53",
"pre_sales": false,
"updated_at": "2014-10-29T07:50:48",
"attribute_set_id": null,
"weight": "0",
"drm_protected": true,
"gtin": "",
"supplier": null,
"manage_stock": null,
"items_in_stock": null,
"locales": [{
"id": 10628,
"language_id": 1,
"title": "Elephants Dream",
"description": "The film tells the story of Emo and Proog, two people with different visions of the surreal world in which they live. Viewers are taken on a journey through that world, full of strange mechanical birds, stunning technological vistas and machinery that seems to have a life of its own.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/OTYzNw%3d%3d"
}, {
"id": 10629,
"language_id": 2,
"title": "Elephants Dream",
"description": "Der Film erzählt die Geschichte von Emo und Proog, zwei Personen mit unterschiedlichen Ansichten über die surreale Welt, in der sie leben. Der Zuschauer wir mitgenommen auf eine Reise durch diese Welt, voll von fremdartigen, mechanischen Vögeln, atemberaubenden technischen Aussichten und Maschienen, die ihr eigenes Leben zu führen scheinen. Lizensiert unter der Creative Commons License.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://admin.flickrocket.com/GetImage/ProductPicture/OTYzOA%3d%3d"
}],
"tagging": {
"id": 6317,
"year": "2006",
"isbn": ""
},
"themes": [{
"id": 88621,
"theme_id": -1,
"created_at": "2014-10-29T07:50:48"
}],
"categories": [{
"id": 30086,
"category_id": 196,
"created_at": "2014-10-29T07:50:48"
}, {
"id": 30087,
"category_id": 198,
"created_at": "2014-10-29T07:50:48"
}],
"groups": [{
"id": 77107,
"created_at": "2014-10-29T07:50:48",
"start_at": null,
"end_at": null,
"group_id": "c-1"
}, {
"id": 77103,
"created_at": "2014-10-29T07:50:48",
"start_at": null,
"end_at": null,
"group_id": "s2"
}, {
"id": 95085,
"created_at": "2015-07-23T07:58:55",
"start_at": null,
"end_at": null,
"group_id": "p57"
}, {
"id": 77106,
"created_at": "2014-10-29T07:50:48",
"start_at": null,
"end_at": null,
"group_id": "c62"
}],
"preview_pictures": [{
"id": 708,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzA4"
}, {
"id": 710,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzEw"
}, {
"id": 712,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzEy"
}, {
"id": 714,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzE0"
}, {
"id": 716,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzE2"
}, {
"id": 718,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzE4"
}, {
"id": 720,
"src": "https://admin.flickrocket.com/GetImage/PreviewPicture/NzIw"
}],
"chapters": [],
"price_license_binding": [{
"id": 117662,
"license_id": 16,
"price_id": 32,
"hd": false,
"compare_price_id": null
}, {
"id": 117663,
"license_id": 19,
"price_id": 31,
"hd": false,
"compare_price_id": null
}, {
"id": 117664,
"license_id": 56,
"price_id": 30,
"hd": false,
"compare_price_id": null
}],
"tagging_genre": [{
"id": 3723,
"value": "Sci-Fi"
}, {
"id": 3724,
"value": "Fantasy"
}, {
"id": 3725,
"value": "Animation"
}],
"tagging_studios": [{
"id": 4325,
"value": "Blender Foundation"
}],
"tagging_people": [{
"id": 13676,
"role": "Emo",
"person": "Cas Jansen"
}, {
"id": 13677,
"role": "Proog",
"person": "Tygo Gernandt"
}],
"tagging_script": [{
"id": 13678,
"person": "Pepijn Zwanenberg, Andreas Goralczyk"
}],
"tagging_regie": [{
"id": 13679,
"person": "Bassam Kurdali"
}]
}]
}
Get only particular fields
GET api/products/0000-0ACA-3360-B681.json?fields=id,title,categories
View Response
{
"product": [{
"id": 2762,
"title": "Elephants Dream",
"categories": [{
"id": 30086,
"category_id": 196,
"created_at": "2014-10-29T07:50:48"
}, {
"id": 30087,
"category_id": 198,
"created_at": "2014-10-29T07:50:48"
}]
}]
}
POST/api/products.json
Create a new product
POST /api/products.json
{
"product": {
"title": "New Product",
"product_type": 1
}
}
View Response
{
"product": {
"id": 56981,
"product_id": "0000-DE95-FC93-840A",
"title": "New Product",
"comment": "",
"version": "",
"created_at": "2016-04-19T11:19:48",
"runtime": null,
"allow_download_trial": null,
"product_type": 1,
"published_at": "2016-04-19T11:19:48",
"pre_sales": false,
"updated_at": "2016-04-19T11:19:48",
"attribute_set_id": null,
"weight": "0",
"drm_protected": null,
"gtin": "",
"supplier": null,
"manage_stock": null,
"items_in_stock": null,
"locales": [],
"tagging": {
"id": 0,
"year": "",
"isbn": ""
},
"themes": [],
"categories": [],
"groups": [],
"preview_pictures": [],
"chapters": [],
"price_license_binding": [],
"tagging_genre": [],
"tagging_studios": [],
"tagging_people": [],
"tagging_script": [],
"tagging_director": []
}
}
Trying to create a product without a product type will return an error
POST /api/products.json
{
"product": {
"title": "New Product",
"locales": [{
"title": "New Product",
"language_id": "en"
}]
}
}
View Response
{
"error": "product_type is missing",
"error_code": -5
}
Create a new, movie product with theme assign and license/price binding
POST /api/products.json
{
"product": {
"title": "New Product",
"product_type": 1,
"drm_protected": true,
"locales": [{
"title": "New Product",
"description": "New Product description",
"language_id": "en"
}],
"themes": [{
"theme_id": -1
}],
"price_license_binding": [{
"license_id": 16,
"price_id": 32,
"hd": false,
"compare_price_id": null
}]
}
}
View Response
{
"product": {
"id": 56980,
"product_id": "0000-DE94-AC1F-471D",
"title": "New Product",
"comment": "",
"version": "",
"created_at": "2016-04-19T09:37:00",
"runtime": null,
"allow_download_trial": null,
"product_type": 1,
"published_at": "2016-04-19T09:37:00",
"pre_sales": false,
"updated_at": "2016-04-19T09:37:02",
"attribute_set_id": null,
"weight": "0",
"drm_protected": null,
"gtin": "",
"supplier": null,
"manage_stock": null,
"items_in_stock": null,
"locales": [{
"id": 79708,
"title": "New Product",
"description": "New Product description",
"version": "",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "",
"language_id": "en"
}],
"tagging": {
"id": 0,
"year": "",
"isbn": ""
},
"themes": [{
"id": 112940,
"theme_id": -1,
"created_at": "2016-04-19T09:37:01"
}],
"categories": [],
"groups": [],
"preview_pictures": [],
"chapters": [],
"price_license_binding": [],
"tagging_genre": [],
"tagging_studios": [],
"tagging_people": [],
"tagging_script": [],
"tagging_director": []
}
}
Create a new product with a product image which will be downloaded by FlickRocket
POST /api/products.json
{
"product": {
"title": "New Product",
"product_type": 1,
"locales": [{
"language_id": "en",
"title": "Big Buck Bunny",
"description": "Big Buck Bunny tells the story of a giant rabbit with a heart bigger than himself. When one sunny day three rodents rudely harass him, something snaps... and the rabbit ain't no bunny anymore! In the typical cartoon tradition he prepares the nasty rodents a comical revenge. Licensed under the Creative Commons Attribution license.",
"src": "https://www.example.com/images/Cover.png"
}]
}
}
View Response
{
"product": {
"id": 56982,
"product_id": "0000-DE96-82FE-97B1",
"title": "New Product",
"comment": "",
"version": "",
"created_at": "2016-04-19T11:43:43",
"runtime": null,
"allow_download_trial": null,
"product_type": 1,
"published_at": "2016-04-19T11:43:43",
"pre_sales": false,
"updated_at": "2016-04-19T11:43:45",
"attribute_set_id": null,
"weight": "0",
"drm_protected": null,
"gtin": "",
"supplier": null,
"manage_stock": null,
"items_in_stock": null,
"locales": [{
"id": 79709,
"title": "Big Buck Bunny",
"description": "Big Buck Bunny tells the story of a giant rabbit with a heart bigger than himself. When one sunny day three rodents rudely harass him, something snaps... and the rabbit ain't no bunny anymore! In the typical cartoon tradition he prepares the nasty rodents a comical revenge. Licensed under the Creative Commons Attribution license.",
"version": "",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://devadmin.flickrocket.com/GetImage/ProductPicture/NjM2MTE%3d",
"language_id": "en"
}],
"tagging": {
"id": 0,
"year": "",
"isbn": ""
},
"themes": [],
"categories": [],
"groups": [],
"preview_pictures": [],
"chapters": [],
"price_license_binding": [],
"tagging_genre": [],
"tagging_studios": [],
"tagging_people": [],
"tagging_script": [],
"tagging_director": []
}
}
PUT/api/products/#{id}.json
Update a product and associated variants and images
Update a product's title
PUT /api/products/0000-0B3A-5DA6-3EB3.json
{
"product": {
"title": "New product title"
}
}
View Response
{
"product": {
"id": 2874,
"product_id": "0000-0B3A-5DA6-3EB3",
"title": "New product title",
"comment": "The worlds second 3D ‘Open Movie’",
"version": "fluxDVD",
"created_at": "2008-06-10T13:35:10",
"runtime": 1260,
"allow_download_trial": 0,
"product_type": 1,
"published_at": "2008-06-10T13:35:10",
"pre_sales": false,
"updated_at": "2016-04-19T08:25:47.9062261Z",
"attribute_set_id": null,
"weight": "0",
"drm_protected": true,
"gtin": "",
"supplier": null,
"manage_stock": null,
"items_in_stock": null,
"locales": [{
"id": 10631,
"title": "Big Buck Bunny",
"description": "Big Buck Bunny erzählt die Geschichte eines gigantischen Hasen mit einem grossen Herz. Als ihm eines Tages einige Nager zu sehr auf die Nerven gehen, passiert etwas... und der Hase ist kein Häschen mehr! In der typischen Cartoon Tradition bricht er in einen Rachefeldzug gegen die gemeinen Nager auf. Lizensiert unter der Creative Commons License.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://devadmin.flickrocket.com/GetImage/ProductPicture/OTY0MA%3d%3d",
"language_id": "de"
}, {
"id": 10630,
"title": "Big Buck Bunny",
"description": "Big Buck Bunny tells the story of a giant rabbit with a heart bigger than himself. When one sunny day three rodents rudely harass him, something snaps... and the rabbit ain't no bunny anymore! In the typical cartoon tradition he prepares the nasty rodents a comical revenge. Licensed under the Creative Commons Attribution license.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://devadmin.flickrocket.com/GetImage/ProductPicture/OTYzOQ%3d%3d",
"language_id": "en"
}, {
"id": 10632,
"title": "Big Buck Bunny",
"description": "Big Buck Bunny (nome in codice Peach) è un cortometraggio animato del Blender Institute, parte della Blender Foundation.Come il precedente film della fondazione Elephants Dream è un film a contenuto aperto. Il lavoro di un piccolo team di sette animatori reclutati nella comunità Blender di artisti 3D, è iniziato nell'ottobre 2007, e il film è stato ufficialmente pubblicato il 10 aprile 2008, debuttando ad Amsterdam. Il download del film e dei contenuti è stato reso disponibile il30 maggio 2008.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://devadmin.flickrocket.com/GetImage/ProductPicture/OTY0MQ%3d%3d",
"language_id": "it"
}],
"tagging": {
"id": 6318,
"year": "2008",
"isbn": ""
},
"themes": [{
"id": 91980,
"theme_id": -1,
"created_at": "2014-12-09T12:01:59"
}],
"categories": [{
"id": 32689,
"created_at": "2014-12-09T12:01:59",
"product_id": "0000-0B3A-5DA6-3EB3"
}, {
"id": 32690,
"created_at": "2014-12-09T12:01:59",
"product_id": "0000-0B3A-5DA6-3EB3"
}],
"groups": [{
"id": 79924,
"created_at": "2014-12-09T12:02:00",
"start_at": null,
"end_at": null,
"group_id": "c-1"
}, {
"id": 36637,
"created_at": "2014-12-09T12:01:59",
"start_at": null,
"end_at": null,
"group_id": "s2"
}, {
"id": 95086,
"created_at": "2015-07-23T07:58:55",
"start_at": null,
"end_at": null,
"group_id": "p57"
}, {
"id": 43591,
"created_at": "2014-12-09T12:02:00",
"start_at": null,
"end_at": null,
"group_id": "p58"
}, {
"id": 36638,
"created_at": "2014-12-09T12:02:00",
"start_at": null,
"end_at": null,
"group_id": "c62"
}, {
"id": 95056,
"created_at": "2015-07-22T13:16:09",
"start_at": null,
"end_at": null,
"group_id": "p124"
}],
"preview_pictures": [{
"id": 16674,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2NzQ%3d"
}, {
"id": 16676,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2NzY%3d"
}, {
"id": 16678,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2Nzg%3d"
}, {
"id": 16680,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2ODA%3d"
}, {
"id": 16682,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2ODI%3d"
}, {
"id": 16684,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2ODQ%3d"
}, {
"id": 16686,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2ODY%3d"
}, {
"id": 16688,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2ODg%3d"
}, {
"id": 16690,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2OTA%3d"
}, {
"id": 16692,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2OTI%3d"
}, {
"id": 16694,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2OTQ%3d"
}, {
"id": 16696,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2OTY%3d"
}, {
"id": 16698,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2OTg%3d"
}, {
"id": 16700,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY3MDA%3d"
}, {
"id": 16702,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY3MDI%3d"
}, {
"id": 16706,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY3MDY%3d"
}, {
"id": 16708,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY3MDg%3d"
}, {
"id": 16710,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY3MTA%3d"
}, {
"id": 16712,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY3MTI%3d"
}, {
"id": 16714,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY3MTQ%3d"
}, {
"id": 16716,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY3MTY%3d"
}, {
"id": 16718,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY3MTg%3d"
}],
"chapters": [],
"price_license_binding": [{
"id": 122169,
"license_id": 16,
"price_id": 32,
"hd": false,
"compare_price_id": null
}, {
"id": 122170,
"license_id": 17,
"price_id": 33,
"hd": false,
"compare_price_id": null
}, {
"id": 122171,
"license_id": 19,
"price_id": 31,
"hd": false,
"compare_price_id": null
}],
"tagging_genre": [{
"id": 3726,
"value": "Animation"
}, {
"id": 3727,
"value": "Comedy"
}, {
"id": 3728,
"value": "CG"
}, {
"id": 18356,
"value": " CG"
}],
"tagging_studios": [],
"tagging_people": [],
"tagging_script": [{
"id": 13680,
"person": "Sacha Goedeburge"
}],
"tagging_director": [{
"id": 13681,
"person": "Sacha Goedeburge"
}]
}
}
Update a product's title and german description
PUT /api/products/0000-0B3A-5DA6-3EB3.json
{
"product": {
"title": "Big Buck Bunny",
"locales": [{
"description": "New description",
"id": "10631"
}]
}
}
View Response
{
"product": {
"id": 2874,
"product_id": "0000-0B3A-5DA6-3EB3",
"title": "Big Buck Bunny",
"comment": "The worlds second 3D ‘Open Movie’",
"version": "fluxDVD",
"created_at": "2008-06-10T13:35:10",
"runtime": 1260,
"allow_download_trial": 0,
"product_type": 1,
"published_at": "2008-06-10T13:35:10",
"pre_sales": false,
"updated_at": "2016-04-19T08:34:48.3570898Z",
"attribute_set_id": null,
"weight": "0",
"drm_protected": true,
"gtin": "",
"supplier": null,
"manage_stock": null,
"items_in_stock": null,
"locales": [{
"id": 10631,
"title": "Big Buck Bunny",
"description": "New description",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://devadmin.flickrocket.com/GetImage/ProductPicture/OTY0MA%3d%3d",
"language_id": "de"
}, {
"id": 10630,
"title": "Big Buck Bunny",
"description": "Big Buck Bunny tells the story of a giant rabbit with a heart bigger than himself. When one sunny day three rodents rudely harass him, something snaps... and the rabbit ain't no bunny anymore! In the typical cartoon tradition he prepares the nasty rodents a comical revenge. Licensed under the Creative Commons Attribution license.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://devadmin.flickrocket.com/GetImage/ProductPicture/OTYzOQ%3d%3d",
"language_id": "en"
}, {
"id": 10632,
"title": "Big Buck Bunny",
"description": "Big Buck Bunny (nome in codice Peach) è un cortometraggio animato del Blender Institute, parte della Blender Foundation.Come il precedente film della fondazione Elephants Dream è un film a contenuto aperto. Il lavoro di un piccolo team di sette animatori reclutati nella comunità Blender di artisti 3D, è iniziato nell'ottobre 2007, e il film è stato ufficialmente pubblicato il 10 aprile 2008, debuttando ad Amsterdam. Il download del film e dei contenuti è stato reso disponibile il30 maggio 2008.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://devadmin.flickrocket.com/GetImage/ProductPicture/OTY0MQ%3d%3d",
"language_id": "it"
}],
"tagging": {
"id": 6318,
"year": "2008",
"isbn": ""
},
"themes": [{
"id": 91980,
"theme_id": -1,
"created_at": "2014-12-09T12:01:59"
}],
"categories": [{
"id": 32689,
"created_at": "2014-12-09T12:01:59",
"product_id": "0000-0B3A-5DA6-3EB3"
}, {
"id": 32690,
"created_at": "2014-12-09T12:01:59",
"product_id": "0000-0B3A-5DA6-3EB3"
}],
"groups": [{
"id": 79924,
"created_at": "2014-12-09T12:02:00",
"start_at": null,
"end_at": null,
"group_id": "c-1"
}, {
"id": 36637,
"created_at": "2014-12-09T12:01:59",
"start_at": null,
"end_at": null,
"group_id": "s2"
}, {
"id": 95086,
"created_at": "2015-07-23T07:58:55",
"start_at": null,
"end_at": null,
"group_id": "p57"
}, {
"id": 43591,
"created_at": "2014-12-09T12:02:00",
"start_at": null,
"end_at": null,
"group_id": "p58"
}, {
"id": 36638,
"created_at": "2014-12-09T12:02:00",
"start_at": null,
"end_at": null,
"group_id": "c62"
}, {
"id": 95056,
"created_at": "2015-07-22T13:16:09",
"start_at": null,
"end_at": null,
"group_id": "p124"
}],
"preview_pictures": [{
"id": 16674,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2NzQ%3d"
}, {
"id": 16676,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2NzY%3d"
}, {
"id": 16678,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2Nzg%3d"
}, {
"id": 16680,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2ODA%3d"
}, {
"id": 16682,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2ODI%3d"
}, {
"id": 16684,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2ODQ%3d"
}, {
"id": 16686,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2ODY%3d"
}, {
"id": 16688,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2ODg%3d"
}, {
"id": 16690,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2OTA%3d"
}, {
"id": 16692,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2OTI%3d"
}, {
"id": 16694,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2OTQ%3d"
}, {
"id": 16696,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2OTY%3d"
}, {
"id": 16698,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY2OTg%3d"
}, {
"id": 16700,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY3MDA%3d"
}, {
"id": 16702,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY3MDI%3d"
}, {
"id": 16706,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY3MDY%3d"
}, {
"id": 16708,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY3MDg%3d"
}, {
"id": 16710,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY3MTA%3d"
}, {
"id": 16712,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY3MTI%3d"
}, {
"id": 16714,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY3MTQ%3d"
}, {
"id": 16716,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY3MTY%3d"
}, {
"id": 16718,
"src": "https://devadmin.flickrocket.com/GetImage/PreviewPicture/MTY3MTg%3d"
}],
"chapters": [],
"price_license_binding": [{
"id": 122169,
"license_id": 16,
"price_id": 32,
"hd": false,
"compare_price_id": null
}, {
"id": 122170,
"license_id": 17,
"price_id": 33,
"hd": false,
"compare_price_id": null
}, {
"id": 122171,
"license_id": 19,
"price_id": 31,
"hd": false,
"compare_price_id": null
}],
"tagging_genre": [{
"id": 3726,
"value": "Animation"
}, {
"id": 3727,
"value": "Comedy"
}, {
"id": 3728,
"value": "CG"
}, {
"id": 18356,
"value": " CG"
}],
"tagging_studios": [],
"tagging_people": [],
"tagging_script": [{
"id": 13680,
"person": "Sacha Goedeburge"
}],
"tagging_director": [{
"id": 13681,
"person": "Sacha Goedeburge"
}]
}
}
Update a product's SEO title and description
PUT /api/products/#{id}.json{
"product": {
"locales": [{
"seo_title": "Brand New Title",
"seo_description": "Description",
"id": "10631"
}]
}
}
View Response
{
"product": {
"id": 2874,
"product_id": "0000-0B3A-5DA6-3EB3",
"title": "Big Buck Bunny",
"comment": "The worlds second 3D ‘Open Movie’",
"version": "fluxDVD",
"created_at": "2008-06-10T13:35:10",
"runtime": 1260,
"allow_download_trial": 0,
"product_type": 1,
"published_at": "2008-06-10T13:35:10",
"pre_sales": false,
"updated_at": "2016-04-29T12:09:18.1255064Z",
"attribute_set_id": null,
"weight": "0",
"drm_protected": true,
"gtin": "",
"supplier": null,
"manage_stock": null,
"items_in_stock": null,
"locales": [
{
"id": 10631,
"title": "Big Buck Bunny",
"description": "New description",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "Description",
"seo_keywords": "",
"seo_title": "Brand New Title",
"src": "https://devadmin.flickrocket.com/GetImage/ProductPicture/OTY0MA%3d%3d",
"language_id": "de"
},
{
"id": 10630,
"title": "Big Buck Bunny",
"description": "Big Buck Bunny tells the story of a giant rabbit with a heart bigger than himself. When one sunny day three rodents rudely harass him, something snaps... and the rabbit ain't no bunny anymore! In the typical cartoon tradition he prepares the nasty rodents a comical revenge. Licensed under the Creative Commons Attribution license.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://devadmin.flickrocket.com/GetImage/ProductPicture/OTYzOQ%3d%3d",
"language_id": "en"
},
{
"id": 10632,
"title": "Big Buck Bunny",
"description": "Big Buck Bunny (nome in codice Peach) è un cortometraggio animato del Blender Institute, parte della Blender Foundation.Come il precedente film della fondazione Elephants Dream è un film a contenuto aperto. Il lavoro di un piccolo team di sette animatori reclutati nella comunità Blender di artisti 3D, è iniziato nell'ottobre 2007, e il film è stato ufficialmente pubblicato il 10 aprile 2008, debuttando ad Amsterdam. Il download del film e dei contenuti è stato reso disponibile il30 maggio 2008.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://devadmin.flickrocket.com/GetImage/ProductPicture/OTY0MQ%3d%3d",
"language_id": "it"
}
],
"tagging": {
"id": 6318,
"year": "2008",
"isbn": ""
},
"themes": [
{
"id": 91980,
"theme_id": -1,
"created_at": "2014-12-09T12:01:59"
}
],
"categories": [
{
"id": 32689,
"created_at": "2014-12-09T12:01:59",
"product_id": "0000-0B3A-5DA6-3EB3"
},
{
"id": 32690,
"created_at": "2014-12-09T12:01:59",
"product_id": "0000-0B3A-5DA6-3EB3"
}
],
"groups": [
{
"id": 79924,
"created_at": "2014-12-09T12:02:00",
"start_at": null,
"end_at": null,
"group_id": "c-1"
},
{
"id": 36637,
"created_at": "2014-12-09T12:01:59",
"start_at": null,
"end_at": null,
"group_id": "s2"
},
{
"id": 95086,
"created_at": "2015-07-23T07:58:55",
"start_at": null,
"end_at": null,
"group_id": "p57"
},
{
"id": 43591,
"created_at": "2014-12-09T12:02:00",
"start_at": null,
"end_at": null,
"group_id": "p58"
},
{
"id": 36638,
"created_at": "2014-12-09T12:02:00",
"start_at": null,
"end_at": null,
"group_id": "c62"
},
{
"id": 95056,
"created_at": "2015-07-22T13:16:09",
"start_at": null,
"end_at": null,
"group_id": "p124"
}
],
"preview_pictures": [],
"chapters": [],
"price_license_binding": [
{
"id": 122169,
"license_id": 16,
"price_id": 32,
"hd": false,
"compare_price_id": null
},
{
"id": 122170,
"license_id": 17,
"price_id": 33,
"hd": false,
"compare_price_id": null
},
{
"id": 122171,
"license_id": 19,
"price_id": 31,
"hd": false,
"compare_price_id": null
}
],
"tagging_genre": [
{
"id": 3726,
"value": "Animation"
},
{
"id": 3727,
"value": "Comedy"
},
{
"id": 3728,
"value": "CG"
},
{
"id": 18356,
"value": " CG"
}
],
"tagging_studios": [],
"tagging_people": [],
"tagging_script": [
{
"id": 13680,
"person": "Sacha Goedeburge"
}
],
"tagging_director": [
{
"id": 13681,
"person": "Sacha Goedeburge"
}
]
}
}
Update a product, clearing product images
PUT /api/products/0000-0B3A-5DA6-3EB3.json
{
"product": {
"preview_pictures": []
}
}
View Response
{
"product": {
"id": 2874,
"product_id": "0000-0B3A-5DA6-3EB3",
"title": "Big Buck Bunny",
"comment": "The worlds second 3D ‘Open Movie’",
"version": "fluxDVD",
"created_at": "2008-06-10T13:35:10",
"runtime": 1260,
"allow_download_trial": 0,
"product_type": 1,
"published_at": "2008-06-10T13:35:10",
"pre_sales": false,
"updated_at": "2016-04-19T08:51:25.8876796Z",
"attribute_set_id": null,
"weight": "0",
"drm_protected": true,
"gtin": "",
"supplier": null,
"manage_stock": null,
"items_in_stock": null,
"locales": [{
"id": 10631,
"title": "Big Buck Bunny",
"description": "New description",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://devadmin.flickrocket.com/GetImage/ProductPicture/OTY0MA%3d%3d",
"language_id": "de"
}, {
"id": 10630,
"title": "Big Buck Bunny",
"description": "Big Buck Bunny tells the story of a giant rabbit with a heart bigger than himself. When one sunny day three rodents rudely harass him, something snaps... and the rabbit ain't no bunny anymore! In the typical cartoon tradition he prepares the nasty rodents a comical revenge. Licensed under the Creative Commons Attribution license.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://devadmin.flickrocket.com/GetImage/ProductPicture/OTYzOQ%3d%3d",
"language_id": "en"
}, {
"id": 10632,
"title": "Big Buck Bunny",
"description": "Big Buck Bunny (nome in codice Peach) è un cortometraggio animato del Blender Institute, parte della Blender Foundation.Come il precedente film della fondazione Elephants Dream è un film a contenuto aperto. Il lavoro di un piccolo team di sette animatori reclutati nella comunità Blender di artisti 3D, è iniziato nell'ottobre 2007, e il film è stato ufficialmente pubblicato il 10 aprile 2008, debuttando ad Amsterdam. Il download del film e dei contenuti è stato reso disponibile il30 maggio 2008.",
"version": "fluxDVD",
"product_url": "",
"email_text": "",
"seo_description": "",
"seo_keywords": "",
"seo_title": "",
"src": "https://devadmin.flickrocket.com/GetImage/ProductPicture/OTY0MQ%3d%3d",
"language_id": "it"
}],
"tagging": {
"id": 6318,
"year": "2008",
"isbn": ""
},
"themes": [{
"id": 91980,
"theme_id": -1,
"created_at": "2014-12-09T12:01:59"
}],
"categories": [{
"id": 32689,
"created_at": "2014-12-09T12:01:59",
"product_id": "0000-0B3A-5DA6-3EB3"
}, {
"id": 32690,
"created_at": "2014-12-09T12:01:59",
"product_id": "0000-0B3A-5DA6-3EB3"
}],
"groups": [{
"id": 79924,
"created_at": "2014-12-09T12:02:00",
"start_at": null,
"end_at": null,
"group_id": "c-1"
}, {
"id": 36637,
"created_at": "2014-12-09T12:01:59",
"start_at": null,
"end_at": null,
"group_id": "s2"
}, {
"id": 95086,
"created_at": "2015-07-23T07:58:55",
"start_at": null,
"end_at": null,
"group_id": "p57"
}, {
"id": 43591,
"created_at": "2014-12-09T12:02:00",
"start_at": null,
"end_at": null,
"group_id": "p58"
}, {
"id": 36638,
"created_at": "2014-12-09T12:02:00",
"start_at": null,
"end_at": null,
"group_id": "c62"
}, {
"id": 95056,
"created_at": "2015-07-22T13:16:09",
"start_at": null,
"end_at": null,
"group_id": "p124"
}],
"preview_pictures": [],
"chapters": [],
"price_license_binding": [{
"id": 122169,
"license_id": 16,
"price_id": 32,
"hd": false,
"compare_price_id": null
}, {
"id": 122170,
"license_id": 17,
"price_id": 33,
"hd": false,
"compare_price_id": null
}, {
"id": 122171,
"license_id": 19,
"price_id": 31,
"hd": false,
"compare_price_id": null
}],
"tagging_genre": [{
"id": 3726,
"value": "Animation"
}, {
"id": 3727,
"value": "Comedy"
}, {
"id": 3728,
"value": "CG"
}, {
"id": 18356,
"value": " CG"
}],
"tagging_studios": [],
"tagging_people": [],
"tagging_script": [{
"id": 13680,
"person": "Sacha Goedeburge"
}],
"tagging_director": [{
"id": 13681,
"person": "Sacha Goedeburge"
}]
}
}
Show a hidden product by changing the published attribute to true
PUT /api/products/#{id}.json
{
"product": {
"id": 632910392,
"published": true
}
}
View Response
Update a product, adding a new product image
PUT /api/products/#{id}.json
{
"product": {
"id": 632910392,
"images": [
{
"id": 850703190
},
{
"id": 562641783
},
{
"src": "https://example.com/rails_logo.gif"
}]
}
}
View Response
Hide a published product by changing the published attribute to false
PUT /api/products/#{id}.json
{
"product": {
"id": 632910392,
"published": false
}
}
View Response
DELETE/api/products/#{id}.json
Remove a product from the shop
Delete a product along with all its variants and images
DELETE /api/products/0000-DE92-284B-A450.json
View Response
{}