googleapis.com

View Google Search Console data for your verified sites.

🔑 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
Lists the user's Search Console sites.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/webmasters/v3/sites
Retrieves information about specific site.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/webmasters/v3/sites/{siteUrl}
Lists the sitemaps-entries submitted for this site, or included in the sitema…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/webmasters/v3/sites/{siteUrl}/sitemaps
Endpoints (9 total)
GET
/sites
Lists the user's Search Console sites.
GET
/sites/{siteUrl}
Retrieves information about specific site.
GET
/sites/{siteUrl}/sitemaps
Lists the sitemaps-entries submitted for this site, or included in the sitema…
GET
/sites/{siteUrl}/sitemaps/{feedpath}
Retrieves information about a specific sitemap.
POST
/sites/{siteUrl}/searchAnalytics/query
Query your data with filters and parameters that you define. Returns zero or …
PUT
/sites/{siteUrl}
Adds a site to the set of the user's sites in Search Console.
PUT
/sites/{siteUrl}/sitemaps/{feedpath}
Submits a sitemap for a site.
DELETE
/sites/{siteUrl}
Removes a site from the set of the user's Search Console sites.
DELETE
/sites/{siteUrl}/sitemaps/{feedpath}
Deletes a sitemap from this site.
At a glance
Total SDKs10
Languages6
Endpoints9
Authoauth2
Categories2
https://www.googleapis.com/webmasters/v3