/gcp/skus/search

POST /api/gcp/skus/search

Price: 10 credits

Search the Google Cloud SKU catalog. Each SKU carries its id, the description Google publishes for it, the product it belongs to, the regions it is priced for and the price with its currency and billing unit. Narrows by product, by region and by billing unit, and converts the prices to any of the currencies the catalog is published in.

How to use it

`query` matches SKU text, not machine names: `n2-standard-4` returns nothing, while `N2 Instance Core` returns the core and memory SKUs that a machine of that shape is billed from — for the price of a machine type as a whole, call gcp/machine_types instead. A region code is itself a valid query and returns the SKUs priced for it. One SKU often covers several regions at once, so `regions` is a list rather than a single value. A broad query reaches across products, which is why `service_name` is worth setting when you mean one.

Parameters

Request body

Response

Errors

Response headers