Feeds to group discussions

← Towards other RSS feeds

Return the latest group discussions.

URL

https://api.ipernity.com/feed/topic

Request parameters (query string)

group_id (Required)
The Id or web alias of the group you want to fetch the topics for.
user_id (Optional)
Only return topics from the given user Id.
auth (Optional)
Use authentication to gain access to private posts. 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, ...).