10,000 Numbers Validated for Just $20.
  • DNC & Litigator Included!
  • Line Type
  • Carrier
Start Validating Now!

API DocumentationBETA

To Get Your API Key Click here.
View in Postman

Number Checker API

Required Parameters: API Key and Number

cURL Command:

curl --location --request GET 'https://app.landlineremover.com/api/check-number?apikey=Your_API_KEY&number=Your_NUMBER'

Using Browser: (You can paste below code into new tab)

https://app.landlineremover.com/api/check-number?apikey=Your_API_KEY&number=Your_NUMBER

Using Python:

import requests
url = "https://app.landlineremover.com/api/check-number?apikey=Your_API_KEY&number=Your_NUMBER"
response = requests.request("GET", url)
print(response.text)

Check Remaining Credits API

Required Parameters: API Key

cURL Command:

curl --location --request GET 'https://app.landlineremover.com/api/check-credits?apikey=Your_API_KEY'

Using Browser: (You can paste below code into new tab)

https://app.landlineremover.com/api/check-credits?apikey=Your_API_KEY

Using Python:

import requests
url = "https://app.landlineremover.com/api/check-credits?apikey=Your_API_KEY"
response = requests.request("GET", url)
print(response.text)

Bulk List API

Required Parameters: API Key and File

cURL Command:

curl --location --request POST 'https://app.landlineremover.com/api/bulk-list?apikey=Your_API_KEY' \
--form 'file=@"/path/to/numbers.csv"'

Using Browser: (You can paste below code into new tab)

Bulk List API requires a POST request with a file upload - it cannot be tested via the browser address bar. Use cURL, Postman, or the Python example.

Using Python:

import requests
url = "https://app.landlineremover.com/api/bulk-list?apikey=Your_API_KEY"
files = {"file": open("numbers.csv", "rb")}
response = requests.request("POST", url, files=files)
print(response.text)

Bulk List Details API

Required Parameters: API Key and List ID

cURL Command:

curl --location --request GET 'https://app.landlineremover.com/api/bulk-list-details?apikey=Your_API_KEY&list_id=Your_LIST_ID'

Using Browser: (You can paste below code into new tab)

https://app.landlineremover.com/api/bulk-list-details?apikey=Your_API_KEY&list_id=Your_LIST_ID

Using Python:

import requests
url = "https://app.landlineremover.com/api/bulk-list-details?apikey=Your_API_KEY&list_id=Your_LIST_ID"
response = requests.request("GET", url)
print(response.text)

Ready to clean up your contact list and boost SMS campaign performance?

Stop wasting time on unverified numbers! Ensure your outreach efforts hit the right targets with Landline Remover

Start Free Trial