{"id":20594470,"url":"https://github.com/byteplant/jquery-address-validator-net","last_synced_at":"2025-10-25T05:45:08.326Z","repository":{"id":98161925,"uuid":"52527513","full_name":"byteplant/jquery-address-validator-net","owner":"byteplant","description":"jQuery plugin for the address-validator.net API","archived":false,"fork":false,"pushed_at":"2016-02-25T14:18:06.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-17T00:31:59.135Z","etag":null,"topics":["address","address-autocomplete","address-validation","data-cleaning","data-quality","data-validation","form-validation","form-validation-jquery","javascript","javascript-library","jquery","validation"],"latest_commit_sha":null,"homepage":"https://www.address-validator.net/api.html","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/byteplant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-25T13:46:53.000Z","updated_at":"2020-07-18T05:45:49.000Z","dependencies_parsed_at":"2023-05-01T23:35:01.599Z","dependency_job_id":null,"html_url":"https://github.com/byteplant/jquery-address-validator-net","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteplant%2Fjquery-address-validator-net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteplant%2Fjquery-address-validator-net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteplant%2Fjquery-address-validator-net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteplant%2Fjquery-address-validator-net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/byteplant","download_url":"https://codeload.github.com/byteplant/jquery-address-validator-net/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242229350,"owners_count":20093374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-validation","data-cleaning","data-quality","data-validation","form-validation","form-validation-jquery","javascript","javascript-library","jquery","validation"],"created_at":"2024-11-16T08:09:07.520Z","updated_at":"2025-10-25T05:45:03.290Z","avatar_url":"https://github.com/byteplant.png","language":"JavaScript","readme":"jquery-address-validator-net\n=========\n\nA small library providing a wrapper for [api.address-validator.net](http://www.address-validator.net/adressen-pruefen-online-api.html) for jQuery\n\n## Installation\n  Download zip, extract and embed `jquery.address-validator-net.js` to your HTML.\n  This Plugin needs jQuery!\n## Usage\nSee test.js and test.html\n  ```js\n  // Init only once\n  $.validateAddress(\"YOUR API KEY\");\n\n  // OnClick\n  $(\"#submit\").click(function () {\n    $(\"#addressform\").validateAddress(function (response) {\n      console.log(response);\n    })\n  })\n\n  //response looks like that:\n  /*\n    status\t           VALID, INVALID, SUSPECT or error: DELAYED, RATE_LIMIT_EXCEEDED, API_KEY_INVALID_OR_DEPLETED, RESTRICTED, INTERNAL_ERROR\n    formattedaddress\t full address in standardized format\n    street\t           street address in standardized format\n    streetnumber\t     street number in standardized format\n    postalcode\t       zip/postal code in standardized format\n    city\t             city in standardized format\n    state\t             state/province in standardized format\n    country\t           two-letter ISO 3166-1 country code\n*/\n  ```\n\n## Release History\n\n* 0.1.0 Initial release\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyteplant%2Fjquery-address-validator-net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyteplant%2Fjquery-address-validator-net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyteplant%2Fjquery-address-validator-net/lists"}