Feeds of comments

← Towards other RSS feeds

Return the latest comments on a photo, an album, a video, a doc, an article or a topic.

URL

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

Request parameters (query string)

Only one of the following parameters is required.

doc_id (Required)
The doc Id you want to fetch comments for.
album_id (Required)
The album Id you want to fetch comments for.
post_id (Required)
The post Id you want to fetch comments for.
topic_id (Required)
The topic Id you want to fetch comments for.
auth (Optional)
Add your authentication key to gain access to member's private doc or post.

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, ...).