Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any API for GCP Pricing Calculator for https://cloud.google.com/compute/all-pricing?

How to calculate the price of Instances and disks which gives the cost according to machine type.

I found this. Is this API is from GCP official documentation? Or is there any other way to get Pricing data from GCP

like image 230
Saurabh Dhage Avatar asked Apr 23 '26 20:04

Saurabh Dhage


1 Answers

You can take a look of the official Google Cloud Platform price emulator. There you can get a precise pricing for your personal setup. There is not a public API for this but you can get the pricing list as a JSON file using this link that you previously mentioned, since it is an official price list, and is currently receiving updates

like image 121
Chris32 Avatar answered Apr 25 '26 18:04

Chris32