Skip to main content

Use this service to check the validity of an AREA-CODE

URL

https://www.callfire.com/cloud/1/utils/getNumberDetails?npanxs=AREA_COD…

HTTP Method

GET

Content Type

text/plain

Parameters

Parameter nameRequiredDescription
apikeyYThis is your account api key
npanxsYThis is the Area Code that you wish to validate

Response

If there are no hits it will return you XML that looks like this:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

	Transaction successful
	true
	0

If there are hits, you'll get something like:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

	Transaction successful
	true
	
		ANAHEIM
		US
		ORANGE
		949
		200
		CA
		-8
		92802
	
	
		ANAHEIM
		US
		ORANGE
		949
		200
		CA
		-8
		92806
	
	2

System Errors will show up like this:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

	Bad API key
	false
	-9