{"id":28224103,"url":"https://github.com/addynz/address-lookup","last_synced_at":"2026-03-11T06:31:53.337Z","repository":{"id":26860132,"uuid":"111176945","full_name":"addynz/Address-Lookup","owner":"addynz","description":"Address finder for websites to verify New Zealand addresses at the point of capture. Code samples are provided for fast and effective integration. Lightweight open source third party libraries are used for calling Addy’s free address finder API.  Visit https://www.addysolutions.com/ for documentation and free address API access.","archived":false,"fork":false,"pushed_at":"2025-04-12T20:06:08.000Z","size":177,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-12T03:43:13.975Z","etag":null,"topics":["address","address-autocomplete","address-finder","address-lookup","address-verification","addressfinder","addy","autocomplete","lookup","new-zealand","nz-postal-address","postcode-lookup-service","postcode-validation","validation","verification"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/addynz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-11-18T04:38:57.000Z","updated_at":"2025-04-12T19:54:14.000Z","dependencies_parsed_at":"2025-04-12T20:26:55.114Z","dependency_job_id":"b88df11c-31f7-4e54-bb53-6f3e10f2018e","html_url":"https://github.com/addynz/Address-Lookup","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/addynz/Address-Lookup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addynz%2FAddress-Lookup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addynz%2FAddress-Lookup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addynz%2FAddress-Lookup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addynz%2FAddress-Lookup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/addynz","download_url":"https://codeload.github.com/addynz/Address-Lookup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addynz%2FAddress-Lookup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30373457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["address","address-autocomplete","address-finder","address-lookup","address-verification","addressfinder","addy","autocomplete","lookup","new-zealand","nz-postal-address","postcode-lookup-service","postcode-validation","validation","verification"],"created_at":"2025-05-18T09:11:04.074Z","updated_at":"2026-03-11T06:31:53.312Z","avatar_url":"https://github.com/addynz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Address lookup and verification made easy\n\nhttps://www.addysolution.com/\n\nCreate a delightful user experience and remove friction from your online forms, save customers time and increase your conversion rates.  \n\nAddresses are standardised at the point of capture, validated against official data sources including the New Zealand Postal Address File (PAF) and Land Information New Zealand (LINZ) database.\n\nAvoid the unnecessary costs of failed deliveries, improve shipping efficiency and ensure parcels arrive first time.\n\n![Addy Address Autocomplete](https://github.com/addynz/Address-Lookup/blob/master/img/addresslookup.png)\n\nAddy's address lookup use intelligent fuzzy matching for searching. This means that if a typo, invalid suburb or partially correct address is entered, customers can still find the right delivery or billing address.\n\n## Get Started\n\nCreate a free account \u003chttps://www.addysolutions.com/signup\u003e to get an API key.\n\n1) Include addycomplete.min.css in your page, via the usual tags:\n\n```html\n\u003clink rel=\"stylesheet\" href=\"addy.min.css\" /\u003e\n```\n\n2) Include addy.min.js at the bottom of the page, before closing the body tag:\n\n```html\n\u003cscript src=\"addy.min.js?nzKey=YOUR-ADDY-KEY\u0026country=nz\u0026callback=initAddy\" async defer\u003e\u003c/script\u003e\n```\nReplace YOUR-ADDY-KEY with your own Addy API Key. (for AU country, use 'auKey' instead 'nzKey' and 'country=au')\n\nDefine the fields and options that will be called by the initAddy callback function once the script has loaded.\n\n```javascript\nfunction initAddy() {\n    var addyComplete = new AddyComplete(document.getElementById(\"address1\"));\n    addyComplete.fields = {\n        address1: document.getElementById(\"address1\"),\n        address2: document.getElementById(\"address2\"),\n        suburb: document.getElementById(\"suburb\"),\n        city: document.getElementById(\"city\"),\n        postcode: document.getElementById(\"postcode\")\n    }\n}\n```\n\nLive demo and documentation: \u003chttps://www.addysolutions.com/services/address-validation-javascript\u003e\n\n## Prices\n\nVisit the pricing page for more information and to find a plan that works for your business (https://www.addysolutions.com/pricing).\n\n## Links\n\nOfficial Addy site: \u003chttps://www.addysolutions.com/\u003e\n\nNZ Address Finder and Postcode API Documentation: \u003chttps://www.addysolutions.com/documentation\u003e\n\nAll Documentation: \u003chttps://www.addysolutions.com/documentation\u003e\n\nFrequently Asked Questions: \u003chttps://www.addysolutions.com/faqs\u003e\n\n## License\n\nThe Address Checker code is released under the MIT License.\n\nThe reqwest library included in the bundle is released under the MIT License \u003chttps://github.com/LeaVerou/awesomplete\u003e.\n\nThe Neat Complete library included in the bundle is released under the GNU Affero General Public License \u003chttps://github.com/AbleTech/neat-complete\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddynz%2Faddress-lookup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faddynz%2Faddress-lookup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddynz%2Faddress-lookup/lists"}