v1

latestOpenAPI 3.1.02026-08-0666136.4 KB
Username Search

Search for Information on a Username

get/usernames

Query parameters

usernamestring required

username to search for social profiles

Response

OK

Example response

{
  "data": {
    "social_profiles": [
      {
        "profile_url": "https://www.facebook.com/tangtalks",
        "profile_photo_url": "https://graph.facebook.com/123/picture?type=large&redirect=true",
        "network": "facebook",
        "username": "tangtalks",
        "display_name": "TangTalks",
        "search_term": "tangtalks",
        "is_primary_match": true,
        "match_type": "username"
      }
    ]
  },
  "metadata": {
    "total_social_profiles": 1
  }
}