Problem: Currently we are using the price calculator API from Google to calculate the estimated cost for GCP compute instances. But as observed it does not have the data for N2, M2, C1, etc. instances. As suggested from google we tried the billing catalog API and found that still, data was missing for the N2, M2 & c1 instances. And Catalog API is very dense and is not very developer-friendly
Can we get any official working API from google to calculate the pricing for these compute instances?
Existing API which does not have the N2, M2 & C1 instances data: https://cloudpricingcalculator.appspot.com/static/data/pricelist.json
New API from google for catalog billing using the SKU id:
https://cloudbilling.googleapis.com/v1/services/6F81-5844-456A/skus?key=
here 6F81-5844-456A is the SKU id for compute engines