/v1/followers
The accounts that follow this account
Live testen
10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.
Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.
API-Key holenCode-Snippets
curl "https://api.oanor.com/lensprotocol-api/v1/followers" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/lensprotocol-api/v1/followers", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/lensprotocol-api/v1/followers");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/lensprotocol-api/v1/followers",
headers={"x-oanor-key": "oanor_test_..."}
)
Beispiel-Response
Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.
{
"data": {
"count": 10,
"source": "Lens",
"address": "0xAd2c0BEAdE60fb9f7ec5C87bDE8e4c126145F6E7",
"followers": [
{
"name": "Debbie Soon",
"address": "0x3BA79A3C0D01ef03cdE07016259EbCA4BB075E68",
"picture": "https://gw.ipfs-lens.dev/ipfs/QmXn7Nw6pFguGszm7nSvzBKDgMvrT7ZoRxYF2C2e4FSsG1",
"username": "debsoon"
},
{
"name": "fred riko",
"address": "0xAaBa522aADDb75D9a9EfF083e7138aa967aAc5db",
"picture": "https://gw.ipfs-lens.dev/ipfs/QmVA7235LqGiASsXFdg3wqT9zVdEcUtSsaHatgHKZuMTVY",
"username": "fredriko"
},
{
"name": "dankshard",
"address": "0x9fAFA610D40c35fA68260D75eF1B805D1c2E0229",
"picture": "https://ik.imagekit.io/lens/243099fccab2df4723209af875e66f6b1e9bc629a21e228b451526a96494c4f5_puw06YV6D.jpeg",
"username": "dankshard"
},
{
"name": "Jouni",
"address": "0xdB49CA48058680B2DeD6c44E65DEe912b3d7Fa4d",
"picture": "https://ik.imagekit.io/lens/a7838f0d410dae11e904f4e7e56e37c113774a61ff2faaf8f58238f34e18b548_cxbhLoELkT.png",
"username": "jouni"
},
{
"name": "lol",
"address": "0x798E04BE7cf63E7b291Ff7E2294331f26c64B888",
"picture": "https://ik.imagekit.io/lens/131d8578c9ca130b6b2f80a22115532369d052b15aa7c3fda9edd789d50e34c3_F9JdfhcSp.webp",
"username": "lol"
},
{
"name": "Cristina Spinei",
"address": "0x1b36adf13A18e3f97174A6fdeEc934c45a7cad03",
"picture": "https://gw.ipfs-lens.dev/ipfs/QmcQJM46JEe56ppAcAkd7uHNp1aCyiiBJGbNrJCQN1MobB",
"username": "cristinaspinei"
},
{
"name": "ellie",
"address": "0xc592180DDeBA3F2EB3e4Ff3CD27Ea989752Ce63d",
"picture": "https://gw.ipfs-lens.dev/ipfs/bafybeibqmlop5kzh4whp64njtlf3brvhugb4v5sqyzgxnhaok3jnex4k4y",
"username": "elliepritts"
},
{
"name": "˗ˏˋ Shavonne Wong ˎˊ˗ ✨ ◱ ◱",
"address": "0x1bA9b99E878f99151FfcbB4cC9065A81027474B7",
"picture": null,
"username": "shavonnewong_"
},
{
"name": "Random Potential",
"address": "0xaAd118e88CC813b9915243db41909A2ee4559300",
"picture": "https://ik.imagekit.io/lens/0771849ec54ec4c921ba54bc9c4ae27a42dc40abbb8fdd2299ba9d102d245b5b_k98P76uQF.webp",
"username": "potential"
},
{
"name": "Refraction ᛥ IRL",
"address": "0x8F7274230453Dc938C46d4C467AE10732Df43131",
"picture": "https://ik.imagekit.io/lens/b4b24e66
…