Google Places · Schema
AutocompleteRequest
Request body for an Autocomplete request.
RestaurantGeolocationGoogleLocationsMapsPlacesPoints of Interest
Properties
| Name | Type | Description |
|---|---|---|
| input | string | The partial text string on which to return predictions. |
| sessionToken | string | A session token that groups autocomplete and details requests for billing. |
| languageCode | string | The language in which to return predictions. |
| regionCode | string | The region code used to format and bias predictions. |
| includedPrimaryTypes | array | Place types to restrict predictions to. |
| locationBias | object | The region to bias predictions toward, expressed as a circle. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/google-places/refs/heads/main/json-schema/autocomplete-request-schema.json",
"title": "AutocompleteRequest",
"description": "Request body for an Autocomplete request.",
"type": "object",
"required": [
"input"
],
"properties": {
"input": {
"type": "string",
"description": "The partial text string on which to return predictions.",
"example": "Googlep"
},
"sessionToken": {
"type": "string",
"description": "A session token that groups autocomplete and details requests for billing.",
"example": "0a1b2c3d-4e5f-6789-abcd-ef0123456789"
},
"languageCode": {
"type": "string",
"description": "The language in which to return predictions.",
"example": "en"
},
"regionCode": {
"type": "string",
"description": "The region code used to format and bias predictions.",
"example": "US"
},
"includedPrimaryTypes": {
"type": "array",
"description": "Place types to restrict predictions to.",
"items": {
"type": "string"
}
},
"locationBias": {
"type": "object",
"description": "The region to bias predictions toward, expressed as a circle.",
"properties": {
"circle": {
"$ref": "#/components/schemas/Circle"
}
}
}
}
}
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/autocomplete-request"
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.