Start with the content.
An info hash connects a torrent to its file names, paths, byte lengths, and magnet reference.
Torrent Dataset
Trace torrent content to the peers sharing it. Search timestamped observations by IP or content hash, with file names, sizes, and discovery sources.
Use the info hash to connect torrent files with peer IPs, ports, and observation times.
f0c9a51e4ed289021a6fbce142ea6c30b7d10485198.51.100.24DHT203.0.113.18PEX192.0.2.36TrackerAn info hash connects a torrent to its file names, paths, byte lengths, and magnet reference.
Retain IPs, ports, discovery sources, and observation times for each piece of content.
Load hourly snapshots and daily rollups into your warehouse to investigate past activity.
Query content by info hash, file name, size, or observation time.
torrentsinfo_hashstringf0c9a51e4ed289021a6fbce142ea6c30b7d10485namestringubuntu-26.04-desktop-amd64.isomagnet_uristringmagnet:?xt=urn:btih:f0c9a51e4ed289021a6fbce142ea6c30b7d10485total_sizeint644831838208piece_lengthint642097152file_countint641timestampint641781164692Download hourly observations or daily rollups as Parquet. Load them into your warehouse to search past activity.
curl --fail --location \
"https://api.synthient.com/api/v4/feeds/torrents/export/latest" \
-H "x-api-key: $SYNTHIENT_API_KEY" \
--output torrents.parquetlatest for the newest hourly file, or YYYY-MM-DD for a daily rollup./export/{id}/meta provides the schema, checksum, file size, and row count.Hourly files are available for the current UTC day. At 00:30 UTC, the previous day’s hourlies are consolidated into a daily rollup.
TORRENTS_FEED for torrent exports.
Request sample records and licensing.