vonage-number-insight
Vonage Number Insight package
What it is and what it does
Vonage Number Insight is a Python client library for Vonage's Number Insight API that retrieves structured information about phone numbers. It offers three tiers of insight—basic (country and carrier), standard (adds location and number type), and advanced (adds roaming and portability data)—with both synchronous and asynchronous request patterns. The package is designed to integrate with the main vonage SDK and uses pydantic for request/response validation, making it straightforward to query phone number metadata for validation, enrichment, or fraud detection workflows.
The package supports optional caller name (CNAM) lookups on standard and advanced requests, though these may incur additional charges. Asynchronous advanced requests are recommended to avoid timeouts in production. It requires Python 3.9 or later and depends on vonage-http-client and vonage-utils for HTTP communication and utility functions.
Use it for:
- Validate phone numbers and retrieve carrier/location data during user registration or account verification.
- Enrich customer records with phone number metadata (country, carrier, number type) for segmentation or compliance.
- Detect roaming or ported numbers in real-time for fraud prevention or risk assessment workflows.
- Retrieve caller name information for inbound call screening or contact enrichment (with additional charges).
- Build async pipelines for bulk phone number analysis without blocking on API latency.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Vonage Number Insight package provides methods to query phone number information at three insight levels (basic, standard, advanced) via Vonage's Number Insight API, with support for synchronous and asynchronous advanced requests.
Yes. The package is actively maintained, has low install friction, carries a permissive license, and integrates cleanly into the Vonage SDK ecosystem. It has no known vulnerabilities and supports current Python versions. Install it if you need to query Vonage's Number Insight API; avoid it if you don't have a Vonage account or need a different phone number validation provider.
Install
vonage-number-insight on PyPI
pip
pip install vonage-number-insightuv
uv add vonage-number-insightpoetry
poetry add vonage-number-insightInstalling vonage-number-insight
Before you install
Low install friction with a pure Python wheel distribution. The package is actively maintained with a recent commit on 2026-07-20 and has three straightforward runtime dependencies (vonage-http-client, vonage-utils, pydantic).
License in practice
Licensed under Apache Software License (permissive), which allows commercial use, modification, and distribution with minimal restrictions—suitable for most production scenarios.
Quickstart
from vonage_number_insight import BasicInsightRequest
response = vonage_client.number_insight.basic_number_insight(
BasicInsightRequest(number='12345678900')
)
print(response.model_dump(exclude_none=True))
Requires a vonage_client instance (typically created via the main vonage package) and valid Vonage API credentials.
Verify before relying
- Whether the vonage-http-client and vonage-utils dependencies are stable and well-maintained.
- Specific rate limits or quotas imposed by Vonage's Number Insight API.
- Whether caller name (cnam) lookups incur charges beyond standard API pricing.
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — vonage-http-client, vonage-utils, pydantic |
| Maintenance | actively maintained — 462 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 335,249/month — #7,478 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: vonage_number_insight-1.0.7-py3-none-any.whl
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
vonage-identity-insightsProvides Python access to the Vonage Identity…
permissive · top 15,000 on PyPI
vonage-numbersProvides Python bindings to Vonage's Numbers…
permissive · top 15,000 on PyPI
vonage-network-number-verificationVerifies a mobile device's phone number by…
permissive · top 15,000 on PyPI
vonage-network-sim-swapVonage Network Sim Swap API client that checks…
permissive · top 15,000 on PyPI
vonageVonage provides a unified Python interface to…
permissive · top 15,000 on PyPI
vonage-utilsProvides utility functions and error types for…
permissive · top 15,000 on PyPI
vonage-smsSends SMS messages via Vonage's API and handles…
permissive · top 15,000 on PyPI
vonage-subaccountsProvides Python bindings to Vonage's Subaccount…
permissive · top 15,000 on PyPI
vonage-voiceProvides Python bindings to Vonage's Voice API…
permissive · top 15,000 on PyPI
volue-insight-timeseriesA Python client library for querying and…
unclear · top 15,000 on PyPI