skillfed

vonage-number-insight

Vonage Number Insight package

vonage-number-insight v1.0.7 335.2K downloads/30d#7,478 on PyPI213
Permissive license Active released

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-insight

uv

uv add vonage-number-insight

poetry

poetry add vonage-number-insight

Installing 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

License :: OSI Approved :: Apache Software LicenseProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.9

Tags

phone number validation apivonage number insightcaller name lookupphone number information apivonage sdk number insightphone number enrichmentcarrier and location lookup
vonage-sdkphone-number-apitelecom

More Internet packages

botocore

Botocore provides low-level, data-driven access…

permissive · top 100 on PyPI

aiobotocore

Provides an async client for AWS services using…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

filelock

Provides a platform-independent file locking…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

googleapis-common-protos

Provides common Protocol Buffer message…

permissive · top 100 on PyPI

vonage-identity-insights

Provides Python access to the Vonage Identity…

permissive · top 15,000 on PyPI

vonage-numbers

Provides Python bindings to Vonage's Numbers…

permissive · top 15,000 on PyPI

vonage-network-number-verification

Verifies a mobile device's phone number by…

permissive · top 15,000 on PyPI

vonage-network-sim-swap

Vonage Network Sim Swap API client that checks…

permissive · top 15,000 on PyPI

vonage

Vonage provides a unified Python interface to…

permissive · top 15,000 on PyPI

vonage-utils

Provides utility functions and error types for…

permissive · top 15,000 on PyPI

vonage-sms

Sends SMS messages via Vonage's API and handles…

permissive · top 15,000 on PyPI

vonage-subaccounts

Provides Python bindings to Vonage's Subaccount…

permissive · top 15,000 on PyPI

vonage-voice

Provides Python bindings to Vonage's Voice API…

permissive · top 15,000 on PyPI

volue-insight-timeseries

A Python client library for querying and…

unclear · top 15,000 on PyPI