Skip to main content
API referenceFeeds

Feed Subnet Atom

Last updated

GET
/api/v1/feeds/subnets/{netuid}.atom

One subnet's combined feed: its registry changes and its surface incidents, merged chronologically. The per-subnet counterpart to the registry and incidents feeds.

Always returns application/atom+xml, regardless of Accept.

Path Parameters

netuid*integer

Subnet netuid.

Range0 <= value

Query Parameters

tag?string

Return only items carrying this tag (e.g. upgrade, incident, subnet). Exact match against the item's tags array.

Lengthlength <= 100
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. Must not be later than the range's upper bound.

until?string

Inclusive upper bound, same format as since. A bare date covers the whole named UTC day. Must not be earlier than the range's lower bound.

limit?integer

Maximum items to return (1-50). Defaults to 50.

Range1 <= value <= 50
Default50

Response Body

application/atom+xml

application/json

curl -X GET "https://example.com/api/v1/feeds/subnets/0.atom"
"string"