Aggregate 9 decentralized social networks into one ranked feed. The DegenFeed API gives you access to Nostr, Farcaster, Lens, Bluesky, Mastodon, Threads, Reddit, Lemmy, and RSS — all through a single authenticated endpoint.
Get up and running in minutes.
Generate a scoped API key from your profile settings in one click.
Learn more →curlcurl, JavaScript, and Python examples to make your first request.
Learn more →ReferenceFull reference for all v1 endpoints — feed, search, identity, tips, and more.
Learn more →Client libraries and tools for every platform.
Full-featured client with type safety, auto-pagination, and rate limit handling. Works in Node.js 18+, browsers, and Cloudflare Workers.
View example →Async-first Python client with httpx, Pydantic models, and full type annotations. Python 3.10+ required.
View example →Open-source projects built on the DegenFeed API.
Receive real-time events when new content is published.
Webhooks let you subscribe to real-time events from the DegenFeed network. When new posts match your filters, we send an HTTP POST to your endpoint within seconds.
→ your-webhook-url.com/events{
"event": "post.new",
"protocol": "nostr",
"post": { "id": "note1...", "content": "..." },
"timestamp": 1720000000000
}All 9 networks available through a single API.
Kind 1 text notes, reactions, reposts, long-form articles. Schnorr signatures.
Ed25519-signed protobuf messages. Cast Add, Reactions, Replies, Frames.
Polygon-based social graph via GraphQL v2. Profiles, publications, mirrors.
AT Protocol XRPC methods. Full CRUD with DID-based identity.
GotoSocial REST API v1. Full Fediverse federation.
REST API v3 for communities and posts. Fediverse communities.
Meta ActivityPub integration with HTML parsing. Read-only.
RSS + JSON API + community frontends. 91 default subreddits.
353+ feeds: crypto, tech, AI, science, finance. Custom adapters.
Recent changes to the API and developer platform.
/v1/ prefix/api/* routes deprecated — sunset November 1, 2026Connect with other builders.
DegenFeed is a product of Rug Munch Media LLC. MIT Licensed. Built on open protocols. API Documentation · Source Code