Skip to content

fileshipA Free IPFS proxy

In experimental phase.

fileship logo

πŸš€ How It Works ​

Fileship transparently queries all public IPFS gateways and redirects you to the first successful response. β›΅

Preservation Contribution: Every request is automatically archived on web.archive.org to help preserve digital art and culture.

Explore Fileship Archive

🌐 Retrieve an archive from IPFS ​

javascript
// Replace {cid} with your IPFS hash:
const cid = "QmXAdLcJVPxE7jqWCweNyPUVSTQoq4WQhymyyxVrT8h7hG"
const url = `https://ipfs.fileship.xyz/${cid}`

//url: https://ipfs.fileship.xyz/QmXAdLcJVPxE7jqWCweNyPUVSTQoq4WQhymyyxVrT8h7hG

πŸ“ Recover a file from web archive ​

This will serve you the latest snapshot of that CID on web.archive.org.

javascript
// Replace {cid} with your IPFS hash:
const cid = "QmXAdLcJVPxE7jqWCweNyPUVSTQoq4WQhymyyxVrT8h7hG"
const url = `https://archive.fileship.xyz/${cid}`

//url: https://archive.fileship.xyz/QmXAdLcJVPxE7jqWCweNyPUVSTQoq4WQhymyyxVrT8h7hG

WARNING

Please avoid using the β€œweb archive” in production. It is a very slow method and should only be used to recover a deleted file from IPFS. Instead, use Retrieve an archive from IPFS.

🎨 Examples ​

⚠️ Disclaimer ​

This service is provided "as is" without any warranties. While every effort is made to ensure uptime and correct functionality, no guarantee is offered. Use at your own risk and ensure you're aware of the security and privacy implications of accessing IPFS content through a public proxy.