Getprofilebyid is an example object payload from Gravatar, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"operationId": "getProfileById",
"path": "/profiles/{profileIdentifier}",
"method": "GET",
"summary": "Get profile by identifier",
"description": "Returns a profile by the given identifier.",
"tags": [
"profiles"
],
"parameters": [
{
"name": "profileIdentifier",
"in": "path",
"required": true,
"description": "This can either be an SHA256 hash of an email address or profile URL slug.",
"schema": {
"type": "string"
}
}
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.