You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Communication Services Number Lookup is part of the Phone Numbers SDK. It can be used for your applications to add additional checks before sending an SMS or placing a call.
19
+
Azure Communication Services Number Lookup is part of the Phone Numbers SDK. You can use Number Lookup in your application to check numbers before sending an SMS or placing a call.
20
20
21
21
## Number Lookup SDK capabilities
22
22
23
-
The following list presents the set of features which are currently available in our SDKs.
24
-
25
-
| Group of features | Capability | .NET | JS | Java | Python |
| Core Capabilities | Get Number Format | ✔️ | ✔️ | ✔️ | ✔️ |
28
-
|| Get Number Type | ✔️ | ✔️ | ✔️ | ✔️ |
29
-
|| Get Carrier registered name | ✔️ | ✔️ | ✔️ | ✔️ |
30
-
|| Get associated Mobile Network Code, if available (two or three decimal digits used to identify network operator within a country) | ✔️ | ✔️ | ✔️ | ✔️ |
31
-
|| Get associated Mobile Country Code, if available (three decimal digits used to identify the country of a mobile operator) | ✔️ | ✔️ | ✔️ | ✔️ |
32
-
|| Get associated ISO Country Code | ✔️ | ✔️ | ✔️ | ✔️ |
33
-
| Phone Number | All number types in E164 format | ✔️ | ✔️ | ✔️ | ✔️ |
34
-
23
+
The following list presents the set of features available in our SDKs.
24
+
25
+
| Group of features | Capability | .NET | JS | Java | Python |
26
+
| --- | --- | --- | --- | --- | --- |
27
+
| Core capabilities | Get number format | ✔️ | ✔️ | ✔️ | ✔️ |
28
+
|| Get number type | ✔️ | ✔️ | ✔️ | ✔️ |
29
+
|| Get carrier registered name | ✔️ | ✔️ | ✔️ | ✔️ |
30
+
|| Get associated mobile network code, if available (two or three decimal digits used to identify network operator within a country) | ✔️ | ✔️ | ✔️ | ✔️ |
31
+
|| Get associated mobile country code, if available (three decimal digits used to identify the country of a mobile operator) | ✔️ | ✔️ | ✔️ | ✔️ |
32
+
|| Get associated ISO country code | ✔️ | ✔️ | ✔️ | ✔️ |
33
+
| Phone Number | All number types in E164 format | ✔️ | ✔️ | ✔️ | ✔️ |
0 commit comments