---
title: "GET /v1/Voice/Numbers/{Number}"
method: GET
path: "/v1/Voice/Numbers/{Number}"
tags: ["PricingV1Number"]
---

# GET /v1/Voice/Numbers/{Number}

`GET /v1/Voice/Numbers/{Number}`

## Path parameters

- `Number` string, phone-number, required

## Response `200`

OK

- PricingV1VoiceVoiceNumber
  - `number` string, phone-number, nullable — The phone number.
  - `country` string, nullable — The name of the country.
  - `iso_country` string, iso-country-code, nullable — The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).
  - `outbound_call_price` object, nullable — The OutboundCallPrice record, which includes a list of `origination_prefixes` and the `base_price` and `current_price` for those prefixes.
    - `base_price` number
    - `current_price` number
  - `inbound_call_price` object, nullable — The [InboundCallPrice](https://www.twilio.com/docs/voice/pricing#inbound-call-price) record. If `null`, the Phone Number is not a Twilio number owned by this account.
    - `base_price` number
    - `current_price` number
    - `number_type` string
  - `price_unit` string, currency, nullable — The currency in which prices are measured, specified in [ISO 4127](http://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`).
  - `url` string, uri, nullable — The absolute URL of the resource.

---

[API](https://skmtc.net/twilio/apis/twilio-pricing.md) · [All operations](https://skmtc.net/twilio/apis/twilio-pricing/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-pricing/revisions/ab11459a2a35/schema)
