Gravatar · Schema
Avatar
An avatar that the user has already uploaded to their Gravatar account.
AvatarsIdentityProfilesSocialImageGraphQLREST
Properties
| Name | Type | Description |
|---|---|---|
| image_id | string | Unique identifier for the image. |
| image_url | string | Image URL |
| rating | string | Rating associated with the image. |
| alt_text | string | Alternative text description of the image. |
| selected | boolean | Whether the image is currently selected as the provided selected email's avatar. |
| updated_date | string | Date and time when the image was last updated. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/gravatar/refs/heads/main/json-schema/avatar.json",
"title": "Avatar",
"type": "object",
"description": "An avatar that the user has already uploaded to their Gravatar account.",
"required": [
"image_id",
"image_url",
"rating",
"updated_date",
"alt_text"
],
"properties": {
"image_id": {
"type": "string",
"description": "Unique identifier for the image.",
"examples": [
"38be15a98a2bbc40df69172a2a8349"
]
},
"image_url": {
"type": "string",
"description": "Image URL",
"format": "uri",
"examples": [
"https://gravatar.com/userimage/252014526/d38bele5a98a2bbc40df69172a2a8348.jpeg"
]
},
"rating": {
"type": "string",
"description": "Rating associated with the image.",
"enum": [
"G",
"PG",
"R",
"X"
]
},
"alt_text": {
"type": "string",
"description": "Alternative text description of the image.",
"examples": [
"Gravatar's avatar image. Gravatar is a service for providing globally unique avatars."
]
},
"selected": {
"type": "boolean",
"description": "Whether the image is currently selected as the provided selected email's avatar.",
"examples": [
true
]
},
"updated_date": {
"type": "string",
"format": "date-time",
"description": "Date and time when the image was last updated.",
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$",
"examples": [
"2021-10-01T12:00:00Z"
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/avatar"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
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.
A second provider on the same verified email joins the account you already have.