API referenceFeeds
Feed Upgrades Rss
Last updated
Always returns application/rss+xml, regardless of Accept.
Query Parameters
tag?string
Return only items carrying this tag (e.g. upgrade, incident, subnet). Exact match against the item's tags array.
since?string
Inclusive lower bound on item timestamps, as an ISO-8601 date (2026-06-01, a whole UTC day) or date-time with an explicit offset. Malformed values are a 400, never silently ignored.
until?string
Inclusive upper bound, same format as since. A bare date covers the whole named UTC day.
limit?integer
Maximum items to return (1-50). Defaults to 50.
Range
1 <= value <= 50Response Body
application/rss+xml
application/json
curl -X GET "https://example.com/api/v1/feeds/upgrades.rss""string"