Public REST endpoints for Minerva Network Data
To protect the database from overuse, all API requests are heavily cached via physical file system caching. Requesting the same endpoint repeatedly will return a globally cached result for 5 minutes. There is no API key required for basic `GET` requests, but please don't abuse the API.
Returns the full metadata block alongside an array of every torrent currently tracked. Note: Action is strictly required.
A lightweight version of latest. Returns only the metadata and previous_metadata blocks without the heavy torrent payload. Ideal for lightweight widgets.
Returns pre-sorted ranking subsets without needing to parse the entire torrent list. Valid types are positive (Most seeds/peers), negative (Least seeds/peers), and low_ratio (Bottom 5 ratio per group).
Returns chronological timeline data of the entire network's health (Hard limited to the last 5 days). Used to render graphs.
Returns the chronological seeder/leecher timeline for a specific torrent (Hard limited to the last 5 days).