APIHub
Back to Explore

API Discovery Service

The API Discovery Service provides a way to list the Google APIs available at the endpoint (optionally filtered by name or preferred version) and to retrieve the REST discovery document for a specific API and version.

Analytics
none
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

195ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/apis

Retrieve the list of APIs supported at this endpoint.

  • name (query) — Only include APIs with the given name.
  • preferred (query) — Return only the preferred version of an API.
GET

/apis/{api}/{version}/rest

Retrieve the description of a particular version of an api.

  • api (path, required) — The name of the API.
  • version (path, required) — The version of the API.

2 endpoints auto-detected

curl -X GET \
  "https://www.googleapis.com/discovery/v1/apis"

www.googleapis.com · HTTPS only