G

gravatar.com

Gravatar is a profile and avatar service that lets people associate public identity data and images with their email addresses. Other sites and apps can use it to retrieve avatars, profile details, and related profile assets.

3 integrations · REST · CLI

Gravatar exposes a REST API at `https://api.gravatar.com/v3` with an OpenAPI document, public avatar-image URLs under `0.gravatar.com`, and an official npm-distributed MCP server CLI package; REST uses bearer API keys and also documents experimental OAuth2 for some endpoints.

discovered 2mo ago
REST · OpenAPI2
CLI1
Credentials
Gravatar API keybearerGet token

Log in to your Gravatar account, open the Developer Dashboard, click Create New Application, complete the app details, then copy the generated API key. Use it as a bearer token in Authorization: Bearer <API_KEY>.

Gravatar OAuth application and user access tokenoauth2Set up OAuth

Create or update an application in the Developer Dashboard. Configure its redirect URL(s), then send users to https://public-api.wordpress.com/oauth2/authorize with your client_id, redirect_uri, response_type, and Gravatar scopes. Exchange the returned code at https://public-api.wordpress.com/oauth2/token, or use the implicit token flow described in the Authentication guide. Use the resulting access token as Authorization: Bearer <ACCESS_TOKEN>.

conventions · 1/8 published

Publish these signals → /publishing