---
title: "List available offerings of capabilities with rates for the given country."
method: GET
path: "/availablePhoneNumbers/countries/{countryCode}/offerings"
tags: ["Browse for available countries, cities and area codes"]
---

# List available offerings of capabilities with rates for the given country.

`GET /availablePhoneNumbers/countries/{countryCode}/offerings`

## Path parameters

- `countryCode` string, required

## Query parameters

- `skip` integer
- `maxPageSize` integer
- `phoneNumberType` 'geographic' | 'tollFree' | 'mobile'
- `assignmentType` 'person' | 'application'
- `api-version` string, required

## Headers

- `accept-language` string

## Response `200`

Success

- OfferingsResponse — Represents a wrapper around a list of offerings.
  - `phoneNumberOfferings` PhoneNumberOffering[] — Represents the underlying list of offerings.
    - `phoneNumberType` 'geographic' | 'tollFree' | 'mobile' — Represents the number type of the offering.
    - `assignmentType` 'person' | 'application' — Represents the assignment type of the offering.
    - `availableCapabilities` PhoneNumberCapabilities — Capabilities of a phone number.
      - `calling` 'none' | 'inbound' | 'outbound' | 'inbound+outbound', required — Capability value for calling.
      - `sms` 'none' | 'inbound' | 'outbound' | 'inbound+outbound', required — Capability value for SMS.
    - `cost` PhoneNumberCost, required — The incurred cost for a single phone number.
      - `amount` number, double, required — The cost amount.
      - `currencyCode` string, required — The ISO 4217 currency code for the cost amount, e.g. USD.
      - `billingFrequency` 'monthly', required — The frequency with which the cost gets billed.
  - `nextLink` string — Represents the URL link to the next page.

## Other responses

- `default` — Failure

## Changes

- **2026-07-13** (2021-03-07) `1dbc8bc20279` — 1 info
  - endpoint added
- **2021-05-19** (2021-03-07) `5c6abf2b2252` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/azure/apis/communication-phonenumbers/changes/availablePhoneNumbers/countries/:countryCode/offerings/get.md)

---

[API](https://skmtc.dev/azure/apis/communication-phonenumbers.md) · [All operations](https://skmtc.dev/azure/apis/communication-phonenumbers/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/communication-phonenumbers/revisions/6e81b3741aa7/schema)
