---
title: "Query number"
method: GET
path: "/v1/calling/query/number/{number}"
tags: ["Applications"]
deprecated: true
---

# Query number

`GET /v1/calling/query/number/{number}`

> **Deprecated.**

Returns information about the requested number.

## Response `200`

A success response, or an [Error](https://developers.sinch.com/docs/voice/api-reference/errors/).

- GetQueryNumber
  - `number` object — The number item object.
    - `countryId` string — The ISO 3166-1 formatted country code.
    - `numberType` 'Unknown' | 'Fixed' | 'Mobile' | 'Other' — The type of the number.
    - `normalizedNumber` string — The number in E.164 format.
    - `restricted` boolean — Concerns whether the call is restricted or not.
    - `rate` Price
      - `currencyId` string, nullable
      - `amount` number, float

---

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