Google Forms · Schema

Form

A Google Form with items, settings, and metadata.

Data CollectionFormsGoogleGoogle WorkspaceQuestionnairesResponsesSurveys

Properties

Name Type Description
formId string Output only. The form ID.
info object General information about the form.
settings object Form-level settings including quiz configuration.
items array A list of the form's items including section headers, questions, and media.
revisionId string Output only. The revision ID of the form.
responderUri string Output only. The form URI to share with responders.
linkedSheetId string Output only. The ID of the linked Google Sheet.
publishSettings object
View JSON Schema on GitHub

JSON Schema

google-forms-api-form-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/google-forms/refs/heads/main/json-schema/google-forms-api-form-schema.json",
  "title": "Form",
  "description": "A Google Form with items, settings, and metadata.",
  "type": "object",
  "properties": {
    "formId": {
      "type": "string",
      "description": "Output only. The form ID.",
      "readOnly": true
    },
    "info": {
      "type": "object",
      "description": "General information about the form.",
      "properties": {
        "title": { "type": "string", "description": "Required. The title of the form visible to responders." },
        "documentTitle": { "type": "string", "description": "Output only. The title of the document visible in Google Drive.", "readOnly": true },
        "description": { "type": "string", "description": "The description of the form." }
      },
      "required": ["title"]
    },
    "settings": {
      "type": "object",
      "description": "Form-level settings including quiz configuration.",
      "properties": {
        "quizSettings": {
          "type": "object",
          "properties": {
            "isQuiz": { "type": "boolean", "description": "Whether this form is a quiz." }
          }
        },
        "emailCollectionType": {
          "type": "string",
          "enum": ["EMAIL_COLLECTION_TYPE_UNSPECIFIED", "DO_NOT_COLLECT", "VERIFIED", "RESPONDER_INPUT"]
        }
      }
    },
    "items": {
      "type": "array",
      "description": "A list of the form's items including section headers, questions, and media.",
      "items": {
        "type": "object",
        "properties": {
          "itemId": { "type": "string" },
          "title": { "type": "string" },
          "description": { "type": "string" }
        }
      }
    },
    "revisionId": {
      "type": "string",
      "description": "Output only. The revision ID of the form.",
      "readOnly": true
    },
    "responderUri": {
      "type": "string",
      "description": "Output only. The form URI to share with responders.",
      "readOnly": true
    },
    "linkedSheetId": {
      "type": "string",
      "description": "Output only. The ID of the linked Google Sheet.",
      "readOnly": true
    },
    "publishSettings": {
      "type": "object",
      "properties": {
        "isPublished": { "type": "boolean" },
        "isAcceptingResponses": { "type": "boolean" }
      }
    }
  }
}

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/google-forms-api-form"
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.