I am trying to pull Google compute pricing programmatically. I am using "Catalogue API" at following link. https://cloud.google.com/billing/v1/how-tos/catalog-api.
I found google cloud calculator also refers to use the same API mentioned above to pull prices programmatically. But looking at API response, I cannot find information about Operating system and Maschine Types types IN json.
For example : "Maschine Type" is "e2-standard-2". I cannot find it in JSON respone from API.