API
Read-only catalog API
The entire approved catalog is available as static JSON — fast, cacheable, CORS-open, no key required. Please cache responses and keep request rates reasonable.
Endpoints
GET /api/v1/index.json— every approved listing, newest first, with full metadata.GET /api/v1/torrent/{slug}.json— a single listing, including its Markdown description.
Example
curl -s https://drforbin.ai/api/v1/index.json | jq '.torrents[0]'
Fields include slug, title, variant, infohash, magnet, size_bytes, params, architecture, context_length, modalities, license, license_url, hf_url, category, tags, official, approved_at.
The feed at [/feed.xml](/feed.xml) carries the 30 newest listings as RSS 2.0.
Data is regenerated whenever a listing is approved or updated. Bulk mirrors of the catalog are welcome — that's rather the point of this site.