Web3.bio Profile API

The Web3.bio Profile API enables developers to easily and quickly integrate Web3 universal profiles from Ethereum (ENS), Lens Protocol, Farcaster, Unstoppable Domains, Solana (SNS), .bit and Next.ID into their applications. These APIs are already integrated into Web3.bio search and profile services.

Profile Avatar
Stani
0x7241...9dff
Building @LensProtocol & @AaveAave
Profile Avatar
dwr.eth
0xd702...8ff2
Working on Farcaster and Warpcast.
Profile Avatar
vitalik.eth
0xd8da...6045
Profile Avatar
nick.eth
0xb8c2...67d5
Lead developer of ENS & Ethereum Foundation alum. Certified rat tickler. he/him.

This documentation describes the publicly available endpoints of the Web3.bio Profile API, which is a set of RESTful JSON APIs. It explains how to use them and what they return. Currently, the APIs are offered for free to assist developers in getting started with Web3 profiles. We will do our best to maintain uptime.

API Endpoints

The main public API endpoint domain for Web3.bio Profile API is api.web3.bio, and the staging domain is api-staging.web3.bio.

GET
https://api.web3.bio/profile/{identity}
Retrieve universal profiles across platforms
GET
https://api.web3.bio/profile/ens/{identity}
Retrieve an ENS profile
GET
https://api.web3.bio/profile/lens/{identity}
Retrieve a Lens profile
GET
https://api.web3.bio/profile/farcaster/{identity}
Retrieve a Farcaster profile
GET
https://api.web3.bio/profile/unstoppabledomains/{identity}
Retrieve an Unstoppable Domains domain
GET
https://api.web3.bio/profile/solana/{identity}
Retrieve a Solana Name Service profile
GET
https://api.web3.bio/profile/dotbit/{identity}
Retrieve a .bit profile

Web3.bio Profile API also provides basic profiles for name service resolution under api.web3.bio/ns (Replace profile with ns).

Universal Profile API

Retrieve Universal profiles or name service resolution across platforms

GET
https://api.web3.bio/profile/{identity}
GET
https://api.web3.bio/ns/{identity}

Parameter

  • identity string - An Ethereum address, an ENS domain, a Lens handle, a Farcaster username (ends with .farcaster), a .bit domain, a Next.ID address, or an Unstoppable Domains domain.

Examples

Responses

// https://api.web3.bio/profile/0xd8da6bf26964af9d7eed9e03e53415d37aa96045
// https://api.web3.bio/profile/vitalik.eth
[ { "address": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045", "identity": "vitalik.eth", "platform": "ens", "displayName": "vitalik.eth", "avatar": "https://cdn.simplehash.com/assets/db17eebeede377614b156126590d5e4c521a80fef6bdce78e8e6563b4526b417.gif", "description": null, "email": null, "location": null, "header": null, "contenthash": "ipfs://bafybeifkprcu4gotrr7tftkdlnmhgi6cxz5rj3mmawzujez2hixqmx52vi", "links": { "website": { "link": "https://vitalik.ca", "handle": "vitalik.ca" } } }, { "address": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045", "identity": "vbuterin", "platform": "farcaster", "displayName": "Vitalik Buterin", "avatar": "https://i.imgur.com/gF9Yaeg.jpg", "description": "hullo", "email": null, "location": null, "header": null, "contenthash": null, "links": { "farcaster": { "link": "https://warpcast.com/vbuterin", "handle": "vbuterin" } } }, { "address": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045", "identity": "vitalik.lens", "platform": "lens", "displayName": "Vitalik Buterin", "avatar": "https://ik.imagekit.io/lens/media-snapshot/d2762e3b5f2532c648feec96bf590923ea6c3783fee428cbb694936ce62962e0.jpg", "description": "Ethereum Fable of the Dragon Tyrant (not mine but it's important): https://www.youtube.com/watch?v=cZYNADOHhVY Abolish daylight savings time and leap seconds", "email": null, "header": "", "contenthash": null, "links": { "hey": { "link": "https://hey.xyz/u/vitalik", "handle": "vitalik" } } } ]

// https://api.web3.bio/ns/0xd8da6bf26964af9d7eed9e03e53415d37aa96045
// https://api.web3.bio/ns/vitalik.eth
[ { "address": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045", "identity": "vitalik.eth", "platform": "ens", "displayName": "vitalik.eth", "avatar": "https://cdn.simplehash.com/assets/db17eebeede377614b156126590d5e4c521a80fef6bdce78e8e6563b4526b417.gif", "description": null }, { "address": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045", "identity": "vbuterin", "platform": "farcaster", "displayName": "Vitalik Buterin", "avatar": "https://i.imgur.com/gF9Yaeg.jpg", "description": "hullo" }, { "address": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045", "identity": "vitalik.lens", "platform": "lens", "displayName": "Vitalik Buterin", "avatar": "https://ik.imagekit.io/lens/media-snapshot/d2762e3b5f2532c648feec96bf590923ea6c3783fee428cbb694936ce62962e0.jpg", "description": "Ethereum Fable of the Dragon Tyrant (not mine but it's important): https://www.youtube.com/watch?v=cZYNADOHhVY Abolish daylight savings time and leap seconds" } ]

ENS Profile API

Retrieve an ENS profile or name service resolution

GET
https://api.web3.bio/profile/ens/{identity}
GET
https://api.web3.bio/ns/ens/{identity}

Parameter

  • identity string - An Ethereum address or an ENS domain.

Examples

Responses

// https://api.web3.bio/profile/ens/0xd8da6bf26964af9d7eed9e03e53415d37aa96045 
// https://api.web3.bio/profile/ens/vitalik.eth
{ "address": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045", "identity": "vitalik.eth", "platform": "ens", "displayName": "vitalik.eth", "avatar": "https://cdn.simplehash.com/assets/db17eebeede377614b156126590d5e4c521a80fef6bdce78e8e6563b4526b417.gif", "description": null, "email": null, "location": null, "header": null, "contenthash": "ipfs://bafybeifkprcu4gotrr7tftkdlnmhgi6cxz5rj3mmawzujez2hixqmx52vi", "links": { "website": { "link": "https://vitalik.ca", "handle": "vitalik.ca" } } }

// https://api.web3.bio/ns/ens/0xd8da6bf26964af9d7eed9e03e53415d37aa96045
// https://api.web3.bio/ns/ens/vitalik.eth
{ "address": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045", "identity": "vitalik.eth", "platform": "ens", "displayName": "vitalik.eth", "avatar": "https://cdn.simplehash.com/assets/db17eebeede377614b156126590d5e4c521a80fef6bdce78e8e6563b4526b417.gif", "description": null }

Lens Profile API

Retrieve a Lens profile or name service resolution

GET
https://api.web3.bio/profile/lens/{identity}
GET
https://api.web3.bio/ns/lens/{identity}

Parameter

  • identity string - An Ethereum/Polygon address or a Lens handle.

Examples

// https://api.web3.bio/profile/lens/0x7241dddec3a6af367882eaf9651b87e1c7549dff
// https://api.web3.bio/profile/lens/stani.lens
{ "address": "0x7241dddec3a6af367882eaf9651b87e1c7549dff", "identity": "stani.lens", "platform": "lens", "displayName": "Stani", "avatar": "https://ik.imagekit.io/lens/media-snapshot/e3adfb7046a549480a92c63de2d431f1ced8e516ea285970267c4dc24f941856.png", "description": "Building @LensProtocol & @AaveAave", "email": null, "location": null, "header": "https://ik.imagekit.io/lens/media-snapshot/692020434413dd88dd96a93f9df08cfefd0a3b84abba5772c14a2f56ac01b0cd.jpg", "contenthash": null, "links": { "hey": { "link": "https://hey.xyz/u/stani", "handle": "stani" }, "website": { "link": "https://lens.xyz", "handle": "lens.xyz" } } }

// https://api.web3.bio/ns/lens/0x7241dddec3a6af367882eaf9651b87e1c7549dff
// https://api.web3.bio/ns/lens/stani.lens
{ "address": "0x7241dddec3a6af367882eaf9651b87e1c7549dff", "identity": "stani.lens", "platform": "lens", "displayName": "Stani", "avatar": "https://ik.imagekit.io/lens/media-snapshot/e3adfb7046a549480a92c63de2d431f1ced8e516ea285970267c4dc24f941856.png", "description": "Building @LensProtocol & @AaveAave" }

Farcaster Profile API

Retrieve a Farcaster profile or name service resolution

GET
https://api.web3.bio/profile/farcaster/{identity}
GET
https://api.web3.bio/ns/farcaster/{identity}

Parameter

  • identity string - An Ethereum address or a Farcaster username.

Examples

// https://api.web3.bio/profile/farcaster/0x8fc5d6afe572fefc4ec153587b63ce543f6fa2ea
// https://api.web3.bio/profile/farcaster/dwr.eth
{ "address": "0x8fc5d6afe572fefc4ec153587b63ce543f6fa2ea", "identity": "dwr.eth", "platform": "farcaster", "displayName": "Dan Romero", "avatar": "https://res.cloudinary.com/merkle-manufactory/image/fetch/c_fill,f_png,w_256/https://lh3.googleusercontent.com/MyUBL0xHzMeBu7DXQAqv0bM9y6s4i4qjnhcXz5fxZKS3gwWgtamxxmxzCJX7m2cuYeGalyseCA2Y6OBKDMR06TWg2uwknnhdkDA1AA", "description": "Working on Farcaster and Warpcast.", "email": null, "location": "Los Angeles, CA, USA", "header": null, "contenthash": null, "links": { "farcaster": { "link": "https://warpcast.com/dwr.eth", "handle": "dwr.eth" } } }

// https://api.web3.bio/ns/farcaster/0x934b510d4c9103e6a87aef13b816fb080286d649
// https://api.web3.bio/ns/farcaster/suji
{ "address": "0x8fc5d6afe572fefc4ec153587b63ce543f6fa2ea", "identity": "dwr.eth", "platform": "farcaster", "displayName": "Dan Romero", "avatar": "https://res.cloudinary.com/merkle-manufactory/image/fetch/c_fill,f_png,w_256/https://lh3.googleusercontent.com/MyUBL0xHzMeBu7DXQAqv0bM9y6s4i4qjnhcXz5fxZKS3gwWgtamxxmxzCJX7m2cuYeGalyseCA2Y6OBKDMR06TWg2uwknnhdkDA1AA", "description": "Working on Farcaster and Warpcast." }

Unstoppable Domains Profile API

Retrieve an Unstoppable Domains profile or name service resolution

GET
https://api.web3.bio/profile/unstoppabledomains/{identity}
GET
https://api.web3.bio/ns/unstoppabledomains/{identity}

Parameter

  • identity string - An Ethereum address or an Unstoppable Domains domain.

Examples

// https://api.web3.bio/profile/unstoppabledomains/0x94ef5300cbc0aa600a821ccbc561b057e456ab23
// https://api.web3.bio/profile/unstoppabledomains/sandy.nft
{ "address": "0x94ef5300cbc0aa600a821ccbc561b057e456ab23", "identity": "sandy.nft", "platform": "unstoppabledomains", "displayName": "Pink Mamba", "avatar": "https://api.readyplayer.me/v1/avatars/63c05bd15ed959b0ed9b8453.png", "description": "COO of Unstoppable and Founder of Unstoppable Women of Web3 Sandy Carter is a leading voice in technology, social media, and web3/metaverse being recognized as TOP10 most powerful women in tech.", "email": null, "location": "Metaverse", "header": "https://storage.googleapis.com/unstoppable-client-assets/images/user/1092584/4d3f4608-6b29-4847-95d3-e7484b255278.png", "contenthash": "ipfs://Qmar8DH5xBihbGU449zKAg4sx7ahHbFZgksYHKBFFhfVq7", "links": { "url": { "handle": "sandy.nft", "link": "https://gateway.pinata.cloud/ipfs/Qmar8DH5xBihbGU449zKAg4sx7ahHbFZgksYHKBFFhfVq7" }, "twitter": { "handle": "Sandy_carter", "link": "https://twitter.com/Sandy_carter" }, "discord": { "handle": "SandyCarter#6286", "link": "" }, "lens": { "handle": "sandracarter.lens", "link": "https://hey.xyz/sandracarter.lens" }, "telegram": { "handle": "sandycarter", "link": "https://t.me/sandycarter" }, "youtube": { "handle": "@sandycarter3993", "link": "https://www.youtube.com/@sandycarter3993" } } }

// https://api.web3.bio/ns/unstoppabledomains/0x94ef5300cbc0aa600a821ccbc561b057e456ab23
// https://api.web3.bio/ns/unstoppabledomains/sandy.nft
{ "address": "0x94ef5300cbc0aa600a821ccbc561b057e456ab23", "identity": "sandy.nft", "platform": "unstoppabledomains", "displayName": "Pink Mamba", "avatar": "https://api.readyplayer.me/v1/avatars/63c05bd15ed959b0ed9b8453.png", "description": "COO of Unstoppable and Founder of Unstoppable Women of Web3 Sandy Carter is a leading voice in technology, social media, and web3/metaverse being recognized as TOP10 most powerful women in tech." }

Solana (SNS) Profile API

Retrieve a Solana Name Service profile or name service resolution

GET
https://api.web3.bio/profile/solana/{identity}
GET
https://api.web3.bio/ns/solana/{identity}

Parameter

  • identity string - A Solana address or a Solana Name Service domain.

Examples

// https://api.web3.bio/profile/solana/HKKp49qGWXd639QsuH7JiLijfVW5UtCVY4s1n2HANwEA
// https://api.web3.bio/profile/solana/bonfida.sol
{ "address": "HKKp49qGWXd639QsuH7JiLijfVW5UtCVY4s1n2HANwEA", "identity": "bonfida.sol", "platform": "sns", "displayName": "bonfida.sol", "avatar": null, "description": null, "email": null, "location": null, "header": null, "contenthash": null, "links": {} }

// https://api.web3.bio/ns/solana/HKKp49qGWXd639QsuH7JiLijfVW5UtCVY4s1n2HANwEA
// https://api.web3.bio/ns/solana/bonfida.sol
{ "address": "HKKp49qGWXd639QsuH7JiLijfVW5UtCVY4s1n2HANwEA", "identity": "bonfida.sol", "platform": "sns", "displayName": "bonfida.sol", "avatar": null, "description": null, }

.bit Profile API

Retrieve a .bit profile or name service resolution

GET
https://api.web3.bio/profile/dotbit/{identity}
GET
https://api.web3.bio/ns/dotbit/{identity}

Parameter

  • identity string - An Ethereum address or a .bit username.

Examples

// https://api.web3.bio/profile/dotbit/0xfa8fa9cf58eaff86aa208366a14d69de87867f1d
// https://api.web3.bio/profile/dotbit/bestcase.bit
{ "address": "0xfa8fa9cf58eaff86aa208366a14d69de87867f1d", "identity": "bestcase.bit", "platform": "dotbit", "displayName": "bestcase.bit", "avatar": "https://uploads-ssl.webflow.com/621ed3ca24af847de76a2dae/635cf43497c26382c70e1c15_bestcase.jpg", "description": ".bit is a brand dedicated to assist every single individual and community to unleash their potential and discover more possibilities through the development of self-sovereign identity. .bit (https://did.id) is also a product which is the only cross-chain unified DID protocol, based on the unique technical architecture, .bit provides services for more than Web3 users. .bit is able to verify signatures by different asymmetric cryptographic algorithms, which allow users to manage and control their .bit accounts with public chain addresses, email addresses, even customized passcodes and biometric data from mobile devices. .bit determines to build the most practical and applicable suite of infrastructural tools, safeguarding the endowed right of identity sovereignty for each bit of the world.", "email": null, "location": null, "header": null, "contenthash": "ipns://libp2p.io", "links": { "twitter": { "handle": "dotbitHQ", "link": "https://twitter.com/dotbitHQ" }, "github": { "handle": "dotbitHQ", "link": "https://github.com/dotbitHQ" }, "discord": { "handle": "did", "link": "https://discord.com/invite/did" }, "website": { "handle": "www.did.id", "link": "https://www.did.id/" }, "nostr": { "handle": "npub1y0epuwrv23vcue2g5ft8armwdsjfd4dy6frzwmw72y847d3v2ahq7vh2ag", "link": "https://snort.social/p/npub1y0epuwrv23vcue2g5ft8armwdsjfd4dy6frzwmw72y847d3v2ahq7vh2ag" } } }

// https://api.web3.bio/ns/dotbit/0xfa8fa9cf58eaff86aa208366a14d69de87867f1d
// https://api.web3.bio/ns/dotbit/bestcase.bit
{ "address": "0xfa8fa9cf58eaff86aa208366a14d69de87867f1d", "identity": "bestcase.bit", "platform": "dotbit", "displayName": "bestcase.bit", "avatar": "https://uploads-ssl.webflow.com/621ed3ca24af847de76a2dae/635cf43497c26382c70e1c15_bestcase.jpg", "description": ".bit is a brand dedicated to assist every single individual and community to unleash their potential and discover more possibilities through the development of self-sovereign identity. .bit (https://did.id) is also a product which is the only cross-chain unified DID protocol, based on the unique technical architecture, .bit provides services for more than Web3 users. .bit is able to verify signatures by different asymmetric cryptographic algorithms, which allow users to manage and control their .bit accounts with public chain addresses, email addresses, even customized passcodes and biometric data from mobile devices. .bit determines to build the most practical and applicable suite of infrastructural tools, safeguarding the endowed right of identity sovereignty for each bit of the world." }

Status and Errors

Successful responses are indicated with a 200 HTTP status code.

Error responses are served with a non-200-series HTTP code, specifically 404 or 500. Typical error responses contain an error node indicating a human-readable description of the error.

// https://api.web3.bio/profile/web3bio_example.eth
{ "address": null, "identity": "web3bio_example.eth", "platform": "ens", "error": "Not Found" }

Release Notes

We are gradually making updates to Web3.bio Profile API. You may expect new features, improvements and bug fixes. If you have any feedback on the features or want to report a bug, please reach out to us on Web3.bio Twitter or Telegram group.

🏝️ March Update

  • Feature Added Solana Name Service (Bonfida) query support to the Profile API.

🛠️ January Update

  • Update Added contenthash field for more complete ENS, Unstoppable Domains and .bit Profile API queries.
  • Update Added offchain query support for ENS Profile API.

🎊 December Update

  • Feature Added ns basic profile resolution query support to the Profile APIs.

🎊 November Update

  • Feature Added Unstoppable Domains query support to the Profile APIs.
  • Update Added Ethereum address query support to all Profile APIs.

🛠️ October Update

  • Change Deprecated addresses field for faster ENS API queries.

🔮 August Update

  • Feature Added .bit query support to the Profile APIs.
  • Update Added ENS username support in the Farcaster Profile API.

🎊 July Update

  • Feature Added Next.ID query support to the Profile APIs.

🎁 June Update

  • Feature Added Universal Profile API. Developers can retrieve universal profiles across supported platforms with a single query.

🎉 May Update

  • Feature Added Ethereum Name Service (ENS), Lens, and Farcaster support to the Profile APIs.