("A") Full Address Completion

Mimic Basic Google AutoComplete Functionality in Your App -- Unlimited Free Use on All Plans

{
	input: { 
    search: '9 Topeka Pa',
    search_types: ["A"]
  },
  data: [
    {
      id: '196537292',
      apn: '38  01121-0000-00002',
      state: 'NJ',
      stateId: '34',
      zip: '08046',
      county: 'Burlington',
      countyId: '005',
      city: 'Willingboro',
      street: 'Topeka Pass',
      searchType: 'A',
      address: '9 Topeka Pass, Willingboro, NJ, 08046',
      fips: '34005',
      latitude: 40.00792,
      longitude: -74.875969,
      title: '9 Topeka Pass, Willingboro, NJ, 08046'
    },
    {
      id: '152522844',
      apn: 'CHEL M:0110 B:0415 L:46',
      state: 'MA',
      stateId: '25',
      zip: '01824',
      county: 'Middlesex',
      countyId: '017',
      city: 'Chelmsford',
      street: 'Topeka Rd',
      searchType: 'A',
      address: '9 Topeka Rd, Chelmsford, MA, 01824',
      fips: '25017',
      latitude: 42.576118,
      longitude: -71.357035,
      title: '9 Topeka Rd, Chelmsford, MA, 01824'
    },
    {
      id: '25539814',
      apn: '13  00013-  64-00041',
      state: 'NJ',
      stateId: '34',
      zip: '08053',
      county: 'Burlington',
      countyId: '005',
      city: 'Marlton',
      street: 'Topeka Ct',
      searchType: 'A',
      address: '9 Topeka Ct, Marlton, NJ, 08053',
      fips: '34005',
      latitude: 39.904818,
      longitude: -74.916455,
      title: '9 Topeka Ct, Marlton, NJ, 08053'
    },
    ...
  ],
  totalResults: 10000,
  returnedResults: 10,
  statusCode: 200,
  statusMessage: 'Success',
  credits: 0,
  live: true,
  requestExecutionTimeMS: '83ms'
}