Home
> Uncategorized > Search #Skype users via an #API, by name or email address
Search #Skype users via an #API, by name or email address

Skype has been around since 2003 and has over 660 million registered users. This is an API wrapper that allows access to the user search facility of the consumer version of skype (i.e. not Skype4business), via a simple interface that allows searching via email address or name
To learn more – go to https://rapidapi.com/infiniteloop/api/skype-graph
This API takes a single parameter, which can be either a name “Robert Smith”, or an email address “robert.smith@hotmail.com“
The response will be in JSON, following a format similar to this;
{
"requestId": "689067",
"results": [
{
"nodeProfileData": {
"skypeId": "bobbys88881",
"name": "Rob Smith",
"avatarUrl": "https://api.skype.com/users/bobbys88881/profile/avatar",
"country": "Ireland",
"countryCode": "ie",
"contactType": "Skype4Consumer",
"avatarImageUrl": "https://avatar.skype.com/v1/avatars/bobbys88881/public"
}
}
]
}
Above is a sample search for “robert.smith@hotmail.com”
Categories: Uncategorized
Comments (0)
Trackbacks (0)
Leave a comment
Trackback