get https://api.neynar.com/v2/farcaster/user/search
Search for Usernames
Responses
Search for Usernames
xxxxxxxxxx
curl --request GET \
--url 'https://api.neynar.com/v2/farcaster/user/search?limit=5' \
--header 'accept: application/json' \
--header 'x-api-key: NEYNAR_API_DOCS' \
--header 'x-neynar-experimental: false'
xxxxxxxxxx
70}
{
"result": {
"users": [
{
"object": "user",
"fid": 3,
"username": "string",
"display_name": "string",
"custody_address": "string",
"pfp_url": "string",
"profile": {
"bio": {
"text": "string",
"mentioned_profiles": [
"string"
]
},
"location": {
"latitude": 0,
"longitude": 0,
"address": {
"city": "string",
"state": "string",
"state_code": "string",
"country": "string",
"country_code": "string"
}
}
},