Feeds of group contributions

← Towards other RSS feeds

Return the latest contributions added in a group.

URL

http://api.ipernity.com/feed/doc

Request parameters (query string)

group_id (Required)
The group Id or group web alias you want to fetch docs for.
only (Optional)
Filter the kind of returned docs.
Possible values are : photo, audio, video and other.
keywords (Optional)
A comma delimited list of keywords tags.
profiles (Optional)
A comma delimited list of member Ids or member web aliases.
license (Optional)
Control the desired license for the returned docs.
Possible values are : cc (Creative Commons), free (free-to-use) or copyright.
auth (Optional)
Use authentication to gain access to private docs. Get here your feed private key.

Feed format

Ipernity feeds are available in many formats, using the format query string parameter. The following formats are supported :

atom
An Atom 1.0 formatted feed. (This is the default)
rss
An RSS 2.0 formatted feed.
rdf
An RSS 1.0 formatted feed.
rss_092 or rss_091
An RSS 0.91 or RSS 0.92 formatted feed.

We also provide formats such as php, php_serialize or json.

Feed language

The feed language is controlled by the lang query string parameter. The following languages are supported :

ca-es
Catalan.
zh-cn
Chinese (traditional).
de-de
Deutsch.
en-us
English. (This is the default)
eo-xx
Esperanto.
fr-fr
French.
it-it
Italiano.
es-es
Español.
nl-nl
Nederlands.
pt-pt
Portuguese.

The language code can also be passed using the lg parameter.
lg accepts the 2 letter language code name (ca, zh, de, en, fr, it, es, nl, pt, ...).