Use the Cloud Billing Pricing API to get pricing information about all Google Cloud Services. If you have a custom pricing contract with Google Cloud, you can also use the API to get information about your contract prices.
- REST Resource: v2beta.services
- REST Resource: v2beta.skus
- REST Resource: v1beta.billingAccounts.services
- REST Resource: v1beta.billingAccounts.skuGroups
- REST Resource: v1beta.billingAccounts.skuGroups.skus
- REST Resource: v1beta.billingAccounts.skus
- REST Resource: v1beta.billingAccounts.skus.price
- REST Resource: v1beta.billingAccounts.skus.prices
- REST Resource: v1beta.skuGroups
- REST Resource: v1beta.skuGroups.skus
- REST Resource: v1beta.skus.price
- REST Resource: v1beta.skus.prices
Service: cloudbilling.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery documents:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
https://cloudbilling.googleapis.com
REST Resource: v2beta.services
REST Resource: v2beta.skus
REST Resource: v1beta.billingAccounts.services
REST Resource: v1beta.billingAccounts.skuGroups
REST Resource: v1beta.billingAccounts.skuGroups.skus
REST Resource: v1beta.billingAccounts.skus
REST Resource: v1beta.billingAccounts.skus.price
Methods | |
---|---|
get |
GET /v1beta/{name=billingAccounts/*/skus/*/price} Gets the latest price for SKUs available to your Cloud Billing account . |
REST Resource: v1beta.billingAccounts.skus.prices
Methods | |
---|---|
list |
GET /v1beta/{parent=billingAccounts/*/skus/*}/prices Lists the latest prices for SKUs available to your Cloud Billing account . |
REST Resource: v1beta.skuGroups
REST Resource: v1beta.skuGroups.skus
REST Resource: v1beta.skus.price
Methods | |
---|---|
get |
GET /v1beta/{name=skus/*/price} Gets the latest price for the given SKU . |
REST Resource: v1beta.skus.prices
Methods | |
---|---|
list |
GET /v1beta/{parent=skus/*}/prices Lists the latest prices for all SKUs . |