googleapis.com

Reads and writes Google Forms and responses.

🔑 oauth2 9 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Get a form.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://forms.googleapis.com/v1/forms/{formId}
Return a list of the watches owned by the invoking project. The maximum numbe…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://forms.googleapis.com/v1/forms/{formId}/watches
List a form's responses.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://forms.googleapis.com/v1/forms/{formId}/responses
Endpoints (9 total)
GET
/v1/forms/{formId}
Get a form.
GET
/v1/forms/{formId}/watches
Return a list of the watches owned by the invoking project. The maximum numbe…
GET
/v1/forms/{formId}/responses
List a form's responses.
GET
/v1/forms/{formId}/responses/{responseId}
Get one response from the form.
POST
/v1/forms
Create a new form using the title given in the provided form message in the r…
POST
/v1/forms/{formId}/watches
Create a new watch. If a watch ID is provided, it must be unused. For each in…
POST
/v1/forms/{formId}:batchUpdate
Change the form with a batch of updates.
POST
/v1/forms/{formId}/watches/{watchId}:renew
Renew an existing watch for seven days. The state of the watch after renewal …
DELETE
/v1/forms/{formId}/watches/{watchId}
Delete a watch.
At a glance
Total SDKs10
Languages6
Endpoints9
Authoauth2
Categories2
https://forms.googleapis.com