Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/web3bio/web3bio-profile-api
Web3.bio Profile API - Web3 Identity Profile APIs
https://github.com/web3bio/web3bio-profile-api
ens ethereum farcaster lens web3
Last synced: 10 days ago
JSON representation
Web3.bio Profile API - Web3 Identity Profile APIs
- Host: GitHub
- URL: https://github.com/web3bio/web3bio-profile-api
- Owner: web3bio
- Created: 2023-03-23T04:15:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T10:03:36.000Z (6 months ago)
- Last Synced: 2024-05-29T01:38:57.440Z (6 months ago)
- Topics: ens, ethereum, farcaster, lens, web3
- Language: TypeScript
- Homepage: https://api.web3.bio
- Size: 6.42 MB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web3.bio Profile API
Web3.bio Profile API is a Web3 Profile data service powered by Web3.bio. When searching for any Ethereum address, ENS domain, Lens profile, or Farcaster usernames, it provides a user-friendly structure of profile data.
The Web3.bio Profile API enables developers to easily and quickly integrate Web3 universal profiles from Ethereum (ENS), Lens Protocol, Farcaster, Unstoppable Domains, .bit and Next.ID into their applications. These APIs are already integrated into Web3.bio search and profile services. We are constantly updating the Web3.bio Profile API, so expect new features and data sources.
## What are the data sources?
Web3.bio Profile API index all identity data from public verifiable connections and on-chain records.
The supported platforms are:
- Ethereum
- Ethereum Name Service (ENS)
- Lens Protocol
- Farcaster
- Unstoppable Domains
- .bitQueries can be found in `app/api/profile/` and `app/api/ns/`.
## Local Dev
To run the development server, use:
```
yarn && yarn dev
```## Contributing
Feel free to submit a pull request to propose bug fixes and improvements. Your help is always appreciated. You may also give feature feedback or report bugs to [Web3.bio Twitter](https://x.com/web3bio) and [Telegram group](https://t.me/web3dotbio).