Open Source Integration Examples

Code samples for the Million Phones API

Pull ready-to-use scripts and integration examples from our public GitHub repo. Look up verified mobile phone numbers in minutes.

View on GitHub API Docs
๐Ÿ“ฑ

Verified Mobile Numbers

Every number is validated before delivery. No landlines, no dead numbers โ€” just real mobile phones that ring.

โšก

API & Bulk Access

Integrate directly into your pipeline via REST API, or upload CSV lists for bulk enrichment. Your workflow, your way.

๐ŸŒ

Global Coverage

Phone numbers across the US, UK, EU, India, Latin America and more. Reach prospects wherever they are.

Simple integration

Get verified phone numbers with a single API call.

  request.sh
# Look up a verified mobile number
curl 'https://millionphones.com/v1/phone?social_url=williamhgates' \
  --header 'x-api-key: YOUR_SECRET_TOKEN'

# Response
{
  "social_url": "williamhgates",
  "phone": "+1-415-555-0142",
  "type": "mobile",
  "verified": true
}