API Description > Collections

Sections:

The examples below are for the music API. The movie API is identical, just use the movies URL prefix.

As a partner, you will typically either be using one or more custom collections of review sources that matter to your users, or shared collections of sources for the applicable language (for example, all Swedish sources).

Shared collections maintained by Popyoular are available here:

http://apiv2.popyoular.se/music/review-sources/collections/shared/

All review sources available for individual toplists or for creating partner specific collections are available here:

http://apiv2.popyoular.se/music/review-sources/collections/shared/all

How to create and manage collections

Creating a partner specific collection called 'test':

curl -x PUT http://apiv2.popyoular.se/music/review-sources/collections/[partnerName]/test

Adding a source to the 'test' collection:

curl -x PUT http://apiv2.popyoular.se/music/review-sources/collections/[partnerName]/test/vg.no

Deleting a source from the 'test' collection:

curl -x PUT http://apiv2.popyoular.se/music/review-sources/collections/[partnerName]/test/vg.no

Collections are updated asynchronously. It might take some time before changes are fully propagated throughout the system

<< Release Lookup |  Release Reviews >>