get areacode


		GET /api/areacodes
		GET /api/areacodes/{area_code}
                

To get links you need to make a GET call to the following url :
https://rest.adtrax.org/api/areacode?authorized_uid={YOUR_UID}&authorized_rest_api_key={YOUR_API_KEY}



	Result example :

[
  {
    "area_code": "201",
    "city": "Fairview",
    "state": "NJ",
    "percent_of_area_code_in_city": "0",
    "percent_of_city_in_area_code": "100",
    "city_fips_geoid": "3422560",
    "city_population": "13835"
  },
  {
    "area_code": "201",
    "city": "Fort Lee",
    "state": "NJ",
    "percent_of_area_code_in_city": "1",
    "percent_of_city_in_area_code": "100",
    "city_fips_geoid": "3424420",
    "city_population": "35345"
  },
  {
    "area_code": "201",
    "city": "Franklin Lakes",
    "state": "NJ",
    "percent_of_area_code_in_city": "3",
    "percent_of_city_in_area_code": "100",
    "city_fips_geoid": "3424990",
    "city_population": "10590"
  }
]
                

QUERY PARAMETERS

Field Type Description
area_code String (optional) The 3-digit area_code being queried.