List Areas

List all Ratecenter/Cities and States

GET Request

https://v1.api19.com/dids/ratecenters/list?key=yourkey

Send us a GET/POST request with your key (in the URI as key or as http password)

We give you the City and Ratecenter so you can get human readable data (for instance ratecenter LSAN DA 01 is actually Los Angeles: 01 as the City.

Simply send us a GET/POST to the above URL to get an API response with the list of ratecenters, just pass state=[abbreviated_state].

curl -X POST https://v1.api19.com/dids/ratecenters/list?key=yourkey

Last updated