(
Add a feed
)
Currently feeding:
{% for x, feed in db['feeds'].items() %}
{{ feed.title }}
{{ feed.link }}
{{ feed.description }}
{% endfor %}
/API/latest/[num]
For example:
https://multi.vvvvvvaria.org/API/latest/5
(for the latest 5 posts in all feeds)
Format: JSON
/API/today/
For example:
https://multi.vvvvvvaria.org/API/today/
(for the posts published today)
Format: JSON
/API/past/[days]
For example:
https://multi.vvvvvvaria.org/API/past/30
(for all the posts published in the last 30 days)
Format: JSON