Revver Developer Center: Feeds : Mrss

Revver Developer Center

Feeds.RSS/MRSS



URL Structure

http://feeds.revver.com/2.0/mrss/MEDIA/FEEDCONTENTS/FEEDCRITERIA?OPTIONS

Media: flash | qt

Feed Contents: user | collection | search | tag | latest | full | top10 | top20 | offline

Feed Criteria: username | collectionId | tagTerm | searchTerm(s) | NULL

Options: affiliate (id or username) | orderBy | order | offset | limit | minAgeRestriction | maxAgeRestriction

Media

flashcontains links to the Flash media objects with required flash vars (mediaID and affiliateID)
qtcontains links to the QuickTime media objects with affiliateID

Feed Contents

Feed Content Description Default Sort Order
user A feed of a specific user’s videos pubDate, desc
collection A feed of a collection collection sort order
search A feed of a search term matched using the API search param.
Should be able to accept multiple keywords with both and & or
operators
pubDate, desc
tag Matches video.find keyword pubDate, desc
latest The most recent 100 videos pubDate, desc
full A way to get the full library of content via RSS.
The feed will return a maximum of 500 results per request. Use the offset option to cycle through and ingenst the full Revver library.
pubDate, desc
top10 Most viewed videos in the past 30 days. For now, until API support is, top 10 published within the past 30 days views, desc
top20 Most viewed videos in the past 30 days. For now, until API support is, top 20 published within the past 30 days views, desc
offline Videos that have been taken offline in the past 7 days.
Feed only displays GUID to protect the privacy of offline files.
modifiedDate, desc

Feed Criteria

Username accepts username or userId
Collection accepts a collection id number
Search accepts search term.

Options


Option

Description

affiliate (id or
username)

The username or id of the user the content is to be affiliated to.

orderBy

Changes ordering of the feed by:
publicationDate
modifiedDate
createdDate
title
author
views
duration
size

order

asc
desc

minAgeRestriction

1-5

maxAgeRestriction

1-5

offset

integer value of offset

limit

integer value of how may results to limit feeds to