Google People API · Schema

Google Contact (Person)

A person resource from the Google People API representing a contact.

Address BookContactsDirectoryGooglePeopleProfiles

Properties

Name Type Description
resourceName string The resource name for the person, assigned by the server.
etag string The HTTP entity tag of the resource.
names array The person's names.
emailAddresses array The person's email addresses.
phoneNumbers array The person's phone numbers.
addresses array The person's street addresses.
organizations array The person's past or current organizations.
birthdays array The person's birthdays.
photos array The person's photos.
View JSON Schema on GitHub

JSON Schema

contacts.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/google-contacts/refs/heads/main/json-schema/contacts.json",
  "title": "Google Contact (Person)",
  "description": "A person resource from the Google People API representing a contact.",
  "type": "object",
  "properties": {
    "resourceName": {
      "type": "string",
      "description": "The resource name for the person, assigned by the server."
    },
    "etag": {
      "type": "string",
      "description": "The HTTP entity tag of the resource."
    },
    "names": {
      "type": "array",
      "description": "The person's names.",
      "items": {
        "type": "object",
        "properties": {
          "displayName": {
            "type": "string",
            "description": "The display name formatted according to the locale."
          },
          "familyName": {
            "type": "string",
            "description": "The family name."
          },
          "givenName": {
            "type": "string",
            "description": "The given name."
          },
          "middleName": {
            "type": "string",
            "description": "The middle name."
          }
        }
      }
    },
    "emailAddresses": {
      "type": "array",
      "description": "The person's email addresses.",
      "items": {
        "type": "object",
        "properties": {
          "value": {
            "type": "string",
            "format": "email"
          },
          "type": {
            "type": "string"
          }
        }
      }
    },
    "phoneNumbers": {
      "type": "array",
      "description": "The person's phone numbers.",
      "items": {
        "type": "object",
        "properties": {
          "value": {
            "type": "string"
          },
          "type": {
            "type": "string"
          }
        }
      }
    },
    "addresses": {
      "type": "array",
      "description": "The person's street addresses.",
      "items": {
        "type": "object",
        "properties": {
          "formattedValue": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "streetAddress": {
            "type": "string"
          },
          "city": {
            "type": "string"
          },
          "region": {
            "type": "string"
          },
          "postalCode": {
            "type": "string"
          },
          "country": {
            "type": "string"
          }
        }
      }
    },
    "organizations": {
      "type": "array",
      "description": "The person's past or current organizations.",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "department": {
            "type": "string"
          }
        }
      }
    },
    "birthdays": {
      "type": "array",
      "description": "The person's birthdays.",
      "items": {
        "type": "object",
        "properties": {
          "date": {
            "type": "object",
            "properties": {
              "year": { "type": "integer" },
              "month": { "type": "integer" },
              "day": { "type": "integer" }
            }
          }
        }
      }
    },
    "photos": {
      "type": "array",
      "description": "The person's photos.",
      "items": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "format": "uri"
          },
          "default": {
            "type": "boolean"
          }
        }
      }
    }
  },
  "required": ["resourceName"]
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/contacts"
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 email required.

A second provider on the same verified email joins the account you already have.