English
English
Appearance
English
English
Appearance
The bridge between the traditional web and the IPFS network.

An IPFS gateway is an HTTP server that translates standard web requests into IPFS protocol requests. It lets browsers, apps, and scripts access IPFS content without running an IPFS node — just use a regular URL.
https://ipfs.ninja/ipfs/<CID>When you request this URL, the gateway fetches the content from the IPFS network (or its cache), and returns it as a standard HTTP response.
| Feature | Public gateway | Dedicated gateway |
|---|---|---|
| URL | ipfs.ninja/ipfs/... | <slug>.gw.ipfs.ninja/ipfs/... |
| Serves | Any CID from the network | Only your pinned CIDs |
| Authentication | None | Optional (token, IP whitelist) |
| Plan | All plans | All plans (limits vary) |
ipfs.ninja/ipfs/QmXk7...Since IPFS is a public network, your files are accessible through any IPFS gateway — not just ours. Popular public gateways include:
dweb.link/ipfs/<CID> — Protocol Labsw3s.link/ipfs/<CID> — Storacha (Web3.Storage)cloudflare-ipfs.com/ipfs/<CID> — Cloudflare