2
2 Comments

Are there pricing APIs/Files from Azure, GCP etc like the one that AWS provides?

Talking about this one - https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/using-ppslong.html

Do other big cloud providers (Azure, GCP etc) have similar APIs?

on January 5, 2020
  1. 2

    Hi @anabayan,

    Here's an article that I found a while ago that explains how to get started with Azure's pricing API (they call it the Rate Card API):
    https://medium.com/@dmaas/how-to-query-the-azure-rate-card-api-for-cloud-pricing-complete-step-by-step-guide-4498f8b75c2c

    Be sure to check out the "Special thanks" paragraph at the end of the article that links to an open source project that's already using the Rate Card API. That project also integrates with GCP and AWS, so it may be a good starting point.

    Here is some documentation that I found on this API: https://docs.microsoft.com/en-us/azure/billing/billing-usage-rate-card-overview

    I have not yet tried to integrate with this API. So I hope this helps!

    1. 1

      Awesome, thank you