---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.Commerce/RateCard"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Commerce/RateCard"
tags: ["RateCard"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.Commerce/RateCard

`GET /subscriptions/{subscriptionId}/providers/Microsoft.Commerce/RateCard`

Enables you to query for the resource/meter metadata and related prices used in a given subscription by Offer ID, Currency, Locale and Region. The metadata associated with the billing meters, including but not limited to service names, types, resources, units of measure, and regions, is subject to change at any time and without notice. If you intend to use this billing data in an automated fashion, please use the billing meter GUID to uniquely identify each billable item. If the billing meter GUID is scheduled to change due to a new billing model, you will be notified in advance of the change.

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `$filter` string, required
- `api-version` string, required

## Response `200`

Normal response for a successful query. The response body will contain the data that matches the filters specified in the query parameters.

- ResourceRateCardInfo — Price and Metadata information for resources
  - `Currency` string — The currency in which the rates are provided.
  - `Locale` string — The culture in which the resource information is localized.
  - `IsTaxIncluded` boolean — All rates are pretax, so this will always be returned as 'false'.
  - `OfferTerms` OfferTermInfo[] — A list of offer terms.
    - `Name` 'Recurring Charge' | 'Monetary Commitment' | 'Monetary Credit', required — Name of the offer term
    - `EffectiveDate` string, date-time — Indicates the date from which the offer term is effective.
  - `Meters` MeterInfo[] — A list of meters.
    - `MeterId` string, uuid — The unique identifier of the resource.
    - `MeterName` string — The name of the meter, within the given meter category
    - `MeterCategory` string — The category of the meter, e.g., 'Cloud services', 'Networking', etc..
    - `MeterSubCategory` string — The subcategory of the meter, e.g., 'A6 Cloud services', 'ExpressRoute (IXP)', etc..
    - `Unit` string — The unit in which the meter consumption is charged, e.g., 'Hours', 'GB', etc.
    - `MeterTags` string[] — Provides additional meter data. 'Third Party' indicates a meter with no discount. Blanks indicate First Party.
    - `MeterRegion` string — The region in which the Azure service is available.
    - `MeterRates` object — The list of key/value pairs for the meter rates, in the format 'key':'value' where key = the meter quantity, and value = the corresponding price
    - `EffectiveDate` string, date-time — Indicates the date from which the meter rate is effective.
    - `IncludedQuantity` number, float — The resource quantity that is included in the offer at no cost. Consumption beyond this quantity will be charged.

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/usagemanagementclient.md) · [All operations](https://skmtc.net/azure/apis/usagemanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/usagemanagementclient/versions/323eec36de82/schema)
